Class Agent.UpdateInfo.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Agent.UpdateInfo,Agent.UpdateInfo.Builder>
viam.app.agent.v1.Agent.UpdateInfo.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, Agent.UpdateInfoOrBuilder
Enclosing class:
Agent.UpdateInfo

public static final class Agent.UpdateInfo.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Agent.UpdateInfo,Agent.UpdateInfo.Builder> implements Agent.UpdateInfoOrBuilder
Protobuf type viam.app.agent.v1.UpdateInfo
  • Method Details

    • getFilename

      public String getFilename()
       unpacked filename as it is expected on disk (regardless of url)
       
      string filename = 1 [json_name = "filename"];
      Specified by:
      getFilename in interface Agent.UpdateInfoOrBuilder
      Returns:
      The filename.
    • getFilenameBytes

      public com.google.protobuf.ByteString getFilenameBytes()
       unpacked filename as it is expected on disk (regardless of url)
       
      string filename = 1 [json_name = "filename"];
      Specified by:
      getFilenameBytes in interface Agent.UpdateInfoOrBuilder
      Returns:
      The bytes for filename.
    • setFilename

      public Agent.UpdateInfo.Builder setFilename(String value)
       unpacked filename as it is expected on disk (regardless of url)
       
      string filename = 1 [json_name = "filename"];
      Parameters:
      value - The filename to set.
      Returns:
      This builder for chaining.
    • clearFilename

      public Agent.UpdateInfo.Builder clearFilename()
       unpacked filename as it is expected on disk (regardless of url)
       
      string filename = 1 [json_name = "filename"];
      Returns:
      This builder for chaining.
    • setFilenameBytes

      public Agent.UpdateInfo.Builder setFilenameBytes(com.google.protobuf.ByteString value)
       unpacked filename as it is expected on disk (regardless of url)
       
      string filename = 1 [json_name = "filename"];
      Parameters:
      value - The bytes for filename to set.
      Returns:
      This builder for chaining.
    • getUrl

      public String getUrl()
       url to download from
       
      string url = 2 [json_name = "url"];
      Specified by:
      getUrl in interface Agent.UpdateInfoOrBuilder
      Returns:
      The url.
    • getUrlBytes

      public com.google.protobuf.ByteString getUrlBytes()
       url to download from
       
      string url = 2 [json_name = "url"];
      Specified by:
      getUrlBytes in interface Agent.UpdateInfoOrBuilder
      Returns:
      The bytes for url.
    • setUrl

      public Agent.UpdateInfo.Builder setUrl(String value)
       url to download from
       
      string url = 2 [json_name = "url"];
      Parameters:
      value - The url to set.
      Returns:
      This builder for chaining.
    • clearUrl

      public Agent.UpdateInfo.Builder clearUrl()
       url to download from
       
      string url = 2 [json_name = "url"];
      Returns:
      This builder for chaining.
    • setUrlBytes

      public Agent.UpdateInfo.Builder setUrlBytes(com.google.protobuf.ByteString value)
       url to download from
       
      string url = 2 [json_name = "url"];
      Parameters:
      value - The bytes for url to set.
      Returns:
      This builder for chaining.
    • getVersion

      public String getVersion()
       version expected at the url
       
      string version = 3 [json_name = "version"];
      Specified by:
      getVersion in interface Agent.UpdateInfoOrBuilder
      Returns:
      The version.
    • getVersionBytes

      public com.google.protobuf.ByteString getVersionBytes()
       version expected at the url
       
      string version = 3 [json_name = "version"];
      Specified by:
      getVersionBytes in interface Agent.UpdateInfoOrBuilder
      Returns:
      The bytes for version.
    • setVersion

      public Agent.UpdateInfo.Builder setVersion(String value)
       version expected at the url
       
      string version = 3 [json_name = "version"];
      Parameters:
      value - The version to set.
      Returns:
      This builder for chaining.
    • clearVersion

      public Agent.UpdateInfo.Builder clearVersion()
       version expected at the url
       
      string version = 3 [json_name = "version"];
      Returns:
      This builder for chaining.
    • setVersionBytes

      public Agent.UpdateInfo.Builder setVersionBytes(com.google.protobuf.ByteString value)
       version expected at the url
       
      string version = 3 [json_name = "version"];
      Parameters:
      value - The bytes for version to set.
      Returns:
      This builder for chaining.
    • getSha256

      public com.google.protobuf.ByteString getSha256()
       sha256 sum of file as downloaded
       
      bytes sha256 = 4 [json_name = "sha256"];
      Specified by:
      getSha256 in interface Agent.UpdateInfoOrBuilder
      Returns:
      The sha256.
    • setSha256

      public Agent.UpdateInfo.Builder setSha256(com.google.protobuf.ByteString value)
       sha256 sum of file as downloaded
       
      bytes sha256 = 4 [json_name = "sha256"];
      Parameters:
      value - The sha256 to set.
      Returns:
      This builder for chaining.
    • clearSha256

      public Agent.UpdateInfo.Builder clearSha256()
       sha256 sum of file as downloaded
       
      bytes sha256 = 4 [json_name = "sha256"];
      Returns:
      This builder for chaining.
    • getFormatValue

      public int getFormatValue()
       determines if decompression or executable permissions are needed
       
      .viam.app.agent.v1.PackageFormat format = 5 [json_name = "format"];
      Specified by:
      getFormatValue in interface Agent.UpdateInfoOrBuilder
      Returns:
      The enum numeric value on the wire for format.
    • setFormatValue

      public Agent.UpdateInfo.Builder setFormatValue(int value)
       determines if decompression or executable permissions are needed
       
      .viam.app.agent.v1.PackageFormat format = 5 [json_name = "format"];
      Parameters:
      value - The format to set.
      Returns:
      This builder for chaining.
    • getFormat

      public Agent.PackageFormat getFormat()
       determines if decompression or executable permissions are needed
       
      .viam.app.agent.v1.PackageFormat format = 5 [json_name = "format"];
      Specified by:
      getFormat in interface Agent.UpdateInfoOrBuilder
      Returns:
      The format.
    • setFormat

       determines if decompression or executable permissions are needed
       
      .viam.app.agent.v1.PackageFormat format = 5 [json_name = "format"];
      Parameters:
      value - The enum numeric value on the wire for format to set.
      Returns:
      This builder for chaining.
    • clearFormat

      public Agent.UpdateInfo.Builder clearFormat()
       determines if decompression or executable permissions are needed
       
      .viam.app.agent.v1.PackageFormat format = 5 [json_name = "format"];
      Returns:
      This builder for chaining.