Package viam.app.v1

Class App.AdditionalFragment.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.AdditionalFragment,App.AdditionalFragment.Builder>
viam.app.v1.App.AdditionalFragment.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, App.AdditionalFragmentOrBuilder
Enclosing class:
App.AdditionalFragment

public static final class App.AdditionalFragment.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<App.AdditionalFragment,App.AdditionalFragment.Builder> implements App.AdditionalFragmentOrBuilder
Protobuf type viam.app.v1.AdditionalFragment
  • Method Details

    • getFragmentId

      public String getFragmentId()
      string fragment_id = 1 [json_name = "fragmentId"];
      Specified by:
      getFragmentId in interface App.AdditionalFragmentOrBuilder
      Returns:
      The fragmentId.
    • getFragmentIdBytes

      public com.google.protobuf.ByteString getFragmentIdBytes()
      string fragment_id = 1 [json_name = "fragmentId"];
      Specified by:
      getFragmentIdBytes in interface App.AdditionalFragmentOrBuilder
      Returns:
      The bytes for fragmentId.
    • setFragmentId

      public App.AdditionalFragment.Builder setFragmentId(String value)
      string fragment_id = 1 [json_name = "fragmentId"];
      Parameters:
      value - The fragmentId to set.
      Returns:
      This builder for chaining.
    • clearFragmentId

      public App.AdditionalFragment.Builder clearFragmentId()
      string fragment_id = 1 [json_name = "fragmentId"];
      Returns:
      This builder for chaining.
    • setFragmentIdBytes

      public App.AdditionalFragment.Builder setFragmentIdBytes(com.google.protobuf.ByteString value)
      string fragment_id = 1 [json_name = "fragmentId"];
      Parameters:
      value - The bytes for fragmentId to set.
      Returns:
      This builder for chaining.
    • hasVersion

      public boolean hasVersion()
      optional string version = 2 [json_name = "version"];
      Specified by:
      hasVersion in interface App.AdditionalFragmentOrBuilder
      Returns:
      Whether the version field is set.
    • getVersion

      public String getVersion()
      optional string version = 2 [json_name = "version"];
      Specified by:
      getVersion in interface App.AdditionalFragmentOrBuilder
      Returns:
      The version.
    • getVersionBytes

      public com.google.protobuf.ByteString getVersionBytes()
      optional string version = 2 [json_name = "version"];
      Specified by:
      getVersionBytes in interface App.AdditionalFragmentOrBuilder
      Returns:
      The bytes for version.
    • setVersion

      public App.AdditionalFragment.Builder setVersion(String value)
      optional string version = 2 [json_name = "version"];
      Parameters:
      value - The version to set.
      Returns:
      This builder for chaining.
    • clearVersion

      public App.AdditionalFragment.Builder clearVersion()
      optional string version = 2 [json_name = "version"];
      Returns:
      This builder for chaining.
    • setVersionBytes

      public App.AdditionalFragment.Builder setVersionBytes(com.google.protobuf.ByteString value)
      optional string version = 2 [json_name = "version"];
      Parameters:
      value - The bytes for version to set.
      Returns:
      This builder for chaining.