Package viam.app.v1
Interface AppOuterClass.VersionHistoryOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
- AppOuterClass.VersionHistory,- AppOuterClass.VersionHistory.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.VersionHistoryOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptiongetApps(int index) A list of applications associated with the moduleintA list of applications associated with the moduleA list of applications associated with the moduleThe entrypoint for this version of the modulecom.google.protobuf.ByteStringThe entrypoint for this version of the modulegetFiles(int index) The uploads that are available for this module versionintThe uploads that are available for this module versionThe uploads that are available for this module versionThe path to a setup script that is run before a newly downloaded module starts.com.google.protobuf.ByteStringThe path to a setup script that is run before a newly downloaded module starts.The markdown documentation for this version of the modulecom.google.protobuf.ByteStringThe markdown documentation for this version of the modulegetModels(int index) The models that this verion of the module providesintThe models that this verion of the module providesThe models that this verion of the module providesThe semver string that represents the major/minor/patch version of the modulecom.google.protobuf.ByteStringThe semver string that represents the major/minor/patch version of the modulebooleanThe path to a setup script that is run before a newly downloaded module starts.booleanThe markdown documentation for this version of the moduleMethods inherited from interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType, isInitialized
- 
Method Details- 
getVersionString getVersion()The semver string that represents the major/minor/patch version of the module string version = 1 [json_name = "version"];- Returns:
- The version.
 
- 
getVersionBytescom.google.protobuf.ByteString getVersionBytes()The semver string that represents the major/minor/patch version of the module string version = 1 [json_name = "version"];- Returns:
- The bytes for version.
 
- 
getFilesListList<AppOuterClass.Uploads> getFilesList()The uploads that are available for this module version repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
- 
getFilesThe uploads that are available for this module version repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
- 
getFilesCountint getFilesCount()The uploads that are available for this module version repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
- 
getModelsListList<AppOuterClass.Model> getModelsList()The models that this verion of the module provides repeated .viam.app.v1.Model models = 3 [json_name = "models"];
- 
getModelsThe models that this verion of the module provides repeated .viam.app.v1.Model models = 3 [json_name = "models"];
- 
getModelsCountint getModelsCount()The models that this verion of the module provides repeated .viam.app.v1.Model models = 3 [json_name = "models"];
- 
getEntrypointString getEntrypoint()The entrypoint for this version of the module string entrypoint = 4 [json_name = "entrypoint"];- Returns:
- The entrypoint.
 
- 
getEntrypointBytescom.google.protobuf.ByteString getEntrypointBytes()The entrypoint for this version of the module string entrypoint = 4 [json_name = "entrypoint"];- Returns:
- The bytes for entrypoint.
 
- 
hasFirstRunboolean hasFirstRun()The path to a setup script that is run before a newly downloaded module starts. optional string first_run = 5 [json_name = "firstRun"];- Returns:
- Whether the firstRun field is set.
 
- 
getFirstRunString getFirstRun()The path to a setup script that is run before a newly downloaded module starts. optional string first_run = 5 [json_name = "firstRun"];- Returns:
- The firstRun.
 
- 
getFirstRunBytescom.google.protobuf.ByteString getFirstRunBytes()The path to a setup script that is run before a newly downloaded module starts. optional string first_run = 5 [json_name = "firstRun"];- Returns:
- The bytes for firstRun.
 
- 
hasMarkdownDescriptionboolean hasMarkdownDescription()The markdown documentation for this version of the module optional string markdown_description = 6 [json_name = "markdownDescription"];- Returns:
- Whether the markdownDescription field is set.
 
- 
getMarkdownDescriptionString getMarkdownDescription()The markdown documentation for this version of the module optional string markdown_description = 6 [json_name = "markdownDescription"];- Returns:
- The markdownDescription.
 
- 
getMarkdownDescriptionBytescom.google.protobuf.ByteString getMarkdownDescriptionBytes()The markdown documentation for this version of the module optional string markdown_description = 6 [json_name = "markdownDescription"];- Returns:
- The bytes for markdownDescription.
 
- 
getAppsListList<AppOuterClass.App> getAppsList()A list of applications associated with the module repeated .viam.app.v1.App apps = 7 [json_name = "apps"];
- 
getAppsA list of applications associated with the module repeated .viam.app.v1.App apps = 7 [json_name = "apps"];
- 
getAppsCountint getAppsCount()A list of applications associated with the module repeated .viam.app.v1.App apps = 7 [json_name = "apps"];
 
-