Class Common.GetGeometriesRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Common.GetGeometriesRequest,Common.GetGeometriesRequest.Builder>
com.viam.common.v1.Common.GetGeometriesRequest.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Common.GetGeometriesRequestOrBuilder, Cloneable
Enclosing class:
Common.GetGeometriesRequest

public static final class Common.GetGeometriesRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Common.GetGeometriesRequest,Common.GetGeometriesRequest.Builder> implements Common.GetGeometriesRequestOrBuilder
Protobuf type viam.common.v1.GetGeometriesRequest
  • Method Details

    • getName

      public String getName()
       The component name
       
      string name = 1 [json_name = "name"];
      Specified by:
      getName in interface Common.GetGeometriesRequestOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       The component name
       
      string name = 1 [json_name = "name"];
      Specified by:
      getNameBytes in interface Common.GetGeometriesRequestOrBuilder
      Returns:
      The bytes for name.
    • setName

       The component name
       
      string name = 1 [json_name = "name"];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

       The component name
       
      string name = 1 [json_name = "name"];
      Returns:
      This builder for chaining.
    • setNameBytes

      public Common.GetGeometriesRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
       The component name
       
      string name = 1 [json_name = "name"];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasExtra

      public boolean hasExtra()
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
      Specified by:
      hasExtra in interface Common.GetGeometriesRequestOrBuilder
      Returns:
      Whether the extra field is set.
    • getExtra

      public com.google.protobuf.Struct getExtra()
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
      Specified by:
      getExtra in interface Common.GetGeometriesRequestOrBuilder
      Returns:
      The extra.
    • setExtra

      public Common.GetGeometriesRequest.Builder setExtra(com.google.protobuf.Struct value)
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
    • setExtra

      public Common.GetGeometriesRequest.Builder setExtra(com.google.protobuf.Struct.Builder builderForValue)
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
    • mergeExtra

      public Common.GetGeometriesRequest.Builder mergeExtra(com.google.protobuf.Struct value)
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
    • clearExtra

       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];