Package viam.app.v1
Class AppOuterClass.VersionHistory.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.VersionHistory,AppOuterClass.VersionHistory.Builder>
viam.app.v1.AppOuterClass.VersionHistory.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,AppOuterClass.VersionHistoryOrBuilder
- Enclosing class:
- AppOuterClass.VersionHistory
public static final class AppOuterClass.VersionHistory.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.VersionHistory,AppOuterClass.VersionHistory.Builder>
implements AppOuterClass.VersionHistoryOrBuilder
Protobuf type
viam.app.v1.VersionHistory
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionaddAllFiles
(Iterable<? extends AppOuterClass.Uploads> values) The uploads that are available for this module versionaddAllModels
(Iterable<? extends AppOuterClass.Model> values) The models that this verion of the module providesaddFiles
(int index, AppOuterClass.Uploads value) The uploads that are available for this module versionaddFiles
(int index, AppOuterClass.Uploads.Builder builderForValue) The uploads that are available for this module versionaddFiles
(AppOuterClass.Uploads value) The uploads that are available for this module versionaddFiles
(AppOuterClass.Uploads.Builder builderForValue) The uploads that are available for this module versionaddModels
(int index, AppOuterClass.Model value) The models that this verion of the module providesaddModels
(int index, AppOuterClass.Model.Builder builderForValue) The models that this verion of the module providesaddModels
(AppOuterClass.Model value) The models that this verion of the module providesaddModels
(AppOuterClass.Model.Builder builderForValue) The models that this verion of the module providesThe entrypoint for this version of the moduleThe uploads that are available for this module versionThe path to a setup script that is run before a newly downloaded module starts.The markdown documentation for this version of the moduleThe models that this verion of the module providesThe semver string that represents the major/minor/patch version of the moduleThe entrypoint for this version of the modulecom.google.protobuf.ByteString
The entrypoint for this version of the modulegetFiles
(int index) The uploads that are available for this module versionint
The 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.ByteString
The 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.ByteString
The markdown documentation for this version of the modulegetModels
(int index) The models that this verion of the module providesint
The 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.ByteString
The semver string that represents the major/minor/patch version of the moduleboolean
The path to a setup script that is run before a newly downloaded module starts.boolean
The markdown documentation for this version of the moduleremoveFiles
(int index) The uploads that are available for this module versionremoveModels
(int index) The models that this verion of the module providessetEntrypoint
(String value) The entrypoint for this version of the modulesetEntrypointBytes
(com.google.protobuf.ByteString value) The entrypoint for this version of the modulesetFiles
(int index, AppOuterClass.Uploads value) The uploads that are available for this module versionsetFiles
(int index, AppOuterClass.Uploads.Builder builderForValue) The uploads that are available for this module versionsetFirstRun
(String value) The path to a setup script that is run before a newly downloaded module starts.setFirstRunBytes
(com.google.protobuf.ByteString value) The path to a setup script that is run before a newly downloaded module starts.setMarkdownDescription
(String value) The markdown documentation for this version of the modulesetMarkdownDescriptionBytes
(com.google.protobuf.ByteString value) The markdown documentation for this version of the modulesetModels
(int index, AppOuterClass.Model value) The models that this verion of the module providessetModels
(int index, AppOuterClass.Model.Builder builderForValue) The models that this verion of the module providessetVersion
(String value) The semver string that represents the major/minor/patch version of the modulesetVersionBytes
(com.google.protobuf.ByteString value) The semver string that represents the major/minor/patch version of the moduleMethods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getVersion
The semver string that represents the major/minor/patch version of the module
string version = 1 [json_name = "version"];
- Specified by:
getVersion
in interfaceAppOuterClass.VersionHistoryOrBuilder
- Returns:
- The version.
-
getVersionBytes
public com.google.protobuf.ByteString getVersionBytes()The semver string that represents the major/minor/patch version of the module
string version = 1 [json_name = "version"];
- Specified by:
getVersionBytes
in interfaceAppOuterClass.VersionHistoryOrBuilder
- Returns:
- The bytes for version.
-
setVersion
The semver string that represents the major/minor/patch version of the module
string version = 1 [json_name = "version"];
- Parameters:
value
- The version to set.- Returns:
- This builder for chaining.
-
clearVersion
The semver string that represents the major/minor/patch version of the module
string version = 1 [json_name = "version"];
- Returns:
- This builder for chaining.
-
setVersionBytes
The semver string that represents the major/minor/patch version of the module
string version = 1 [json_name = "version"];
- Parameters:
value
- The bytes for version to set.- Returns:
- This builder for chaining.
-
getFilesList
The uploads that are available for this module version
repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
- Specified by:
getFilesList
in interfaceAppOuterClass.VersionHistoryOrBuilder
-
getFilesCount
public int getFilesCount()The uploads that are available for this module version
repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
- Specified by:
getFilesCount
in interfaceAppOuterClass.VersionHistoryOrBuilder
-
getFiles
The uploads that are available for this module version
repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
- Specified by:
getFiles
in interfaceAppOuterClass.VersionHistoryOrBuilder
-
setFiles
The uploads that are available for this module version
repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
-
setFiles
public AppOuterClass.VersionHistory.Builder setFiles(int index, AppOuterClass.Uploads.Builder builderForValue) The uploads that are available for this module version
repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
-
addFiles
The uploads that are available for this module version
repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
-
addFiles
The uploads that are available for this module version
repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
-
addFiles
The uploads that are available for this module version
repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
-
addFiles
public AppOuterClass.VersionHistory.Builder addFiles(int index, AppOuterClass.Uploads.Builder builderForValue) The uploads that are available for this module version
repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
-
addAllFiles
public AppOuterClass.VersionHistory.Builder addAllFiles(Iterable<? extends AppOuterClass.Uploads> values) The uploads that are available for this module version
repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
-
clearFiles
The uploads that are available for this module version
repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
-
removeFiles
The uploads that are available for this module version
repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
-
getModelsList
The models that this verion of the module provides
repeated .viam.app.v1.Model models = 3 [json_name = "models"];
- Specified by:
getModelsList
in interfaceAppOuterClass.VersionHistoryOrBuilder
-
getModelsCount
public int getModelsCount()The models that this verion of the module provides
repeated .viam.app.v1.Model models = 3 [json_name = "models"];
- Specified by:
getModelsCount
in interfaceAppOuterClass.VersionHistoryOrBuilder
-
getModels
The models that this verion of the module provides
repeated .viam.app.v1.Model models = 3 [json_name = "models"];
- Specified by:
getModels
in interfaceAppOuterClass.VersionHistoryOrBuilder
-
setModels
The models that this verion of the module provides
repeated .viam.app.v1.Model models = 3 [json_name = "models"];
-
setModels
public AppOuterClass.VersionHistory.Builder setModels(int index, AppOuterClass.Model.Builder builderForValue) The models that this verion of the module provides
repeated .viam.app.v1.Model models = 3 [json_name = "models"];
-
addModels
The models that this verion of the module provides
repeated .viam.app.v1.Model models = 3 [json_name = "models"];
-
addModels
The models that this verion of the module provides
repeated .viam.app.v1.Model models = 3 [json_name = "models"];
-
addModels
The models that this verion of the module provides
repeated .viam.app.v1.Model models = 3 [json_name = "models"];
-
addModels
public AppOuterClass.VersionHistory.Builder addModels(int index, AppOuterClass.Model.Builder builderForValue) The models that this verion of the module provides
repeated .viam.app.v1.Model models = 3 [json_name = "models"];
-
addAllModels
public AppOuterClass.VersionHistory.Builder addAllModels(Iterable<? extends AppOuterClass.Model> values) The models that this verion of the module provides
repeated .viam.app.v1.Model models = 3 [json_name = "models"];
-
clearModels
The models that this verion of the module provides
repeated .viam.app.v1.Model models = 3 [json_name = "models"];
-
removeModels
The models that this verion of the module provides
repeated .viam.app.v1.Model models = 3 [json_name = "models"];
-
getEntrypoint
The entrypoint for this version of the module
string entrypoint = 4 [json_name = "entrypoint"];
- Specified by:
getEntrypoint
in interfaceAppOuterClass.VersionHistoryOrBuilder
- Returns:
- The entrypoint.
-
getEntrypointBytes
public com.google.protobuf.ByteString getEntrypointBytes()The entrypoint for this version of the module
string entrypoint = 4 [json_name = "entrypoint"];
- Specified by:
getEntrypointBytes
in interfaceAppOuterClass.VersionHistoryOrBuilder
- Returns:
- The bytes for entrypoint.
-
setEntrypoint
The entrypoint for this version of the module
string entrypoint = 4 [json_name = "entrypoint"];
- Parameters:
value
- The entrypoint to set.- Returns:
- This builder for chaining.
-
clearEntrypoint
The entrypoint for this version of the module
string entrypoint = 4 [json_name = "entrypoint"];
- Returns:
- This builder for chaining.
-
setEntrypointBytes
public AppOuterClass.VersionHistory.Builder setEntrypointBytes(com.google.protobuf.ByteString value) The entrypoint for this version of the module
string entrypoint = 4 [json_name = "entrypoint"];
- Parameters:
value
- The bytes for entrypoint to set.- Returns:
- This builder for chaining.
-
hasFirstRun
public boolean hasFirstRun()The path to a setup script that is run before a newly downloaded module starts.
optional string first_run = 5 [json_name = "firstRun"];
- Specified by:
hasFirstRun
in interfaceAppOuterClass.VersionHistoryOrBuilder
- Returns:
- Whether the firstRun field is set.
-
getFirstRun
The path to a setup script that is run before a newly downloaded module starts.
optional string first_run = 5 [json_name = "firstRun"];
- Specified by:
getFirstRun
in interfaceAppOuterClass.VersionHistoryOrBuilder
- Returns:
- The firstRun.
-
getFirstRunBytes
public com.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"];
- Specified by:
getFirstRunBytes
in interfaceAppOuterClass.VersionHistoryOrBuilder
- Returns:
- The bytes for firstRun.
-
setFirstRun
The path to a setup script that is run before a newly downloaded module starts.
optional string first_run = 5 [json_name = "firstRun"];
- Parameters:
value
- The firstRun to set.- Returns:
- This builder for chaining.
-
clearFirstRun
The path to a setup script that is run before a newly downloaded module starts.
optional string first_run = 5 [json_name = "firstRun"];
- Returns:
- This builder for chaining.
-
setFirstRunBytes
The path to a setup script that is run before a newly downloaded module starts.
optional string first_run = 5 [json_name = "firstRun"];
- Parameters:
value
- The bytes for firstRun to set.- Returns:
- This builder for chaining.
-
hasMarkdownDescription
public boolean hasMarkdownDescription()The markdown documentation for this version of the module
optional string markdown_description = 6 [json_name = "markdownDescription"];
- Specified by:
hasMarkdownDescription
in interfaceAppOuterClass.VersionHistoryOrBuilder
- Returns:
- Whether the markdownDescription field is set.
-
getMarkdownDescription
The markdown documentation for this version of the module
optional string markdown_description = 6 [json_name = "markdownDescription"];
- Specified by:
getMarkdownDescription
in interfaceAppOuterClass.VersionHistoryOrBuilder
- Returns:
- The markdownDescription.
-
getMarkdownDescriptionBytes
public com.google.protobuf.ByteString getMarkdownDescriptionBytes()The markdown documentation for this version of the module
optional string markdown_description = 6 [json_name = "markdownDescription"];
- Specified by:
getMarkdownDescriptionBytes
in interfaceAppOuterClass.VersionHistoryOrBuilder
- Returns:
- The bytes for markdownDescription.
-
setMarkdownDescription
The markdown documentation for this version of the module
optional string markdown_description = 6 [json_name = "markdownDescription"];
- Parameters:
value
- The markdownDescription to set.- Returns:
- This builder for chaining.
-
clearMarkdownDescription
The markdown documentation for this version of the module
optional string markdown_description = 6 [json_name = "markdownDescription"];
- Returns:
- This builder for chaining.
-
setMarkdownDescriptionBytes
public AppOuterClass.VersionHistory.Builder setMarkdownDescriptionBytes(com.google.protobuf.ByteString value) The markdown documentation for this version of the module
optional string markdown_description = 6 [json_name = "markdownDescription"];
- Parameters:
value
- The bytes for markdownDescription to set.- Returns:
- This builder for chaining.
-