Class Gantry.StopRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Gantry.StopRequest,Gantry.StopRequest.Builder>
com.viam.component.gantry.v1.Gantry.StopRequest.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Gantry.StopRequestOrBuilder, Cloneable
Enclosing class:
Gantry.StopRequest

public static final class Gantry.StopRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Gantry.StopRequest,Gantry.StopRequest.Builder> implements Gantry.StopRequestOrBuilder
Protobuf type viam.component.gantry.v1.StopRequest
  • Method Details

    • getName

      public String getName()
       Name of a gantry
       
      string name = 1 [json_name = "name"];
      Specified by:
      getName in interface Gantry.StopRequestOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Name of a gantry
       
      string name = 1 [json_name = "name"];
      Specified by:
      getNameBytes in interface Gantry.StopRequestOrBuilder
      Returns:
      The bytes for name.
    • setName

      public Gantry.StopRequest.Builder setName(String value)
       Name of a gantry
       
      string name = 1 [json_name = "name"];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public Gantry.StopRequest.Builder clearName()
       Name of a gantry
       
      string name = 1 [json_name = "name"];
      Returns:
      This builder for chaining.
    • setNameBytes

      public Gantry.StopRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
       Name of a gantry
       
      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 Gantry.StopRequestOrBuilder
      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 Gantry.StopRequestOrBuilder
      Returns:
      The extra.
    • setExtra

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

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

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

      public Gantry.StopRequest.Builder clearExtra()
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];