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
  • Method Details

    • getVersion

      public String getVersion()
       The semver string that represents the major/minor/patch version of the module
       
      string version = 1 [json_name = "version"];
      Specified by:
      getVersion in interface AppOuterClass.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 interface AppOuterClass.VersionHistoryOrBuilder
      Returns:
      The bytes for version.
    • setVersion

      public AppOuterClass.VersionHistory.Builder setVersion(String value)
       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

      public AppOuterClass.VersionHistory.Builder 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

      public AppOuterClass.VersionHistory.Builder setVersionBytes(com.google.protobuf.ByteString value)
       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

      public List<AppOuterClass.Uploads> getFilesList()
       The uploads that are available for this module version
       
      repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
      Specified by:
      getFilesList in interface AppOuterClass.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 interface AppOuterClass.VersionHistoryOrBuilder
    • getFiles

      public AppOuterClass.Uploads getFiles(int index)
       The uploads that are available for this module version
       
      repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
      Specified by:
      getFiles in interface AppOuterClass.VersionHistoryOrBuilder
    • setFiles

      public AppOuterClass.VersionHistory.Builder setFiles(int index, AppOuterClass.Uploads value)
       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

      public AppOuterClass.VersionHistory.Builder addFiles(int index, AppOuterClass.Uploads value)
       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

       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

      public AppOuterClass.VersionHistory.Builder removeFiles(int index)
       The uploads that are available for this module version
       
      repeated .viam.app.v1.Uploads files = 2 [json_name = "files"];
    • getModelsList

      public List<AppOuterClass.Model> getModelsList()
       The models that this verion of the module provides
       
      repeated .viam.app.v1.Model models = 3 [json_name = "models"];
      Specified by:
      getModelsList in interface AppOuterClass.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 interface AppOuterClass.VersionHistoryOrBuilder
    • getModels

      public AppOuterClass.Model getModels(int index)
       The models that this verion of the module provides
       
      repeated .viam.app.v1.Model models = 3 [json_name = "models"];
      Specified by:
      getModels in interface AppOuterClass.VersionHistoryOrBuilder
    • setModels

      public AppOuterClass.VersionHistory.Builder setModels(int index, AppOuterClass.Model value)
       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

      public AppOuterClass.VersionHistory.Builder addModels(int index, AppOuterClass.Model value)
       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

      public AppOuterClass.VersionHistory.Builder removeModels(int index)
       The models that this verion of the module provides
       
      repeated .viam.app.v1.Model models = 3 [json_name = "models"];
    • getEntrypoint

      public String getEntrypoint()
       The entrypoint for this version of the module
       
      string entrypoint = 4 [json_name = "entrypoint"];
      Specified by:
      getEntrypoint in interface AppOuterClass.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 interface AppOuterClass.VersionHistoryOrBuilder
      Returns:
      The bytes for entrypoint.
    • setEntrypoint

      public AppOuterClass.VersionHistory.Builder setEntrypoint(String value)
       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

      public AppOuterClass.VersionHistory.Builder 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 interface AppOuterClass.VersionHistoryOrBuilder
      Returns:
      Whether the firstRun field is set.
    • getFirstRun

      public String 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 interface AppOuterClass.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 interface AppOuterClass.VersionHistoryOrBuilder
      Returns:
      The bytes for firstRun.
    • setFirstRun

      public AppOuterClass.VersionHistory.Builder setFirstRun(String value)
       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

      public AppOuterClass.VersionHistory.Builder 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

      public AppOuterClass.VersionHistory.Builder setFirstRunBytes(com.google.protobuf.ByteString value)
       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 interface AppOuterClass.VersionHistoryOrBuilder
      Returns:
      Whether the markdownDescription field is set.
    • getMarkdownDescription

      public String getMarkdownDescription()
       The markdown documentation for this version of the module
       
      optional string markdown_description = 6 [json_name = "markdownDescription"];
      Specified by:
      getMarkdownDescription in interface AppOuterClass.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 interface AppOuterClass.VersionHistoryOrBuilder
      Returns:
      The bytes for markdownDescription.
    • setMarkdownDescription

      public AppOuterClass.VersionHistory.Builder setMarkdownDescription(String value)
       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

      public AppOuterClass.VersionHistory.Builder 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.