Package viam.app.v1

Interface AppOuterClass.UpdateModuleMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
AppOuterClass.UpdateModuleMetadata, AppOuterClass.UpdateModuleMetadata.Builder
Enclosing class:
AppOuterClass

public static interface AppOuterClass.UpdateModuleMetadataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • getModelsList

      List<AppOuterClass.Model> getModelsList()
       A list of models that are available in the module
       
      repeated .viam.app.v1.Model models = 1 [json_name = "models"];
    • getModels

      AppOuterClass.Model getModels(int index)
       A list of models that are available in the module
       
      repeated .viam.app.v1.Model models = 1 [json_name = "models"];
    • getModelsCount

      int getModelsCount()
       A list of models that are available in the module
       
      repeated .viam.app.v1.Model models = 1 [json_name = "models"];
    • getEntrypoint

      String getEntrypoint()
       The executable to run to start the module program
       
      string entrypoint = 2 [json_name = "entrypoint"];
      Returns:
      The entrypoint.
    • getEntrypointBytes

      com.google.protobuf.ByteString getEntrypointBytes()
       The executable to run to start the module program
       
      string entrypoint = 2 [json_name = "entrypoint"];
      Returns:
      The bytes for entrypoint.
    • getAppsList

      List<AppOuterClass.App> getAppsList()
       A list of applications associated with the module
       
      repeated .viam.app.v1.App apps = 3 [json_name = "apps"];
    • getApps

      AppOuterClass.App getApps(int index)
       A list of applications associated with the module
       
      repeated .viam.app.v1.App apps = 3 [json_name = "apps"];
    • getAppsCount

      int getAppsCount()
       A list of applications associated with the module
       
      repeated .viam.app.v1.App apps = 3 [json_name = "apps"];