Class Sensors.GetSensorsRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Sensors.GetSensorsRequest,Sensors.GetSensorsRequest.Builder>
com.viam.service.sensors.v1.Sensors.GetSensorsRequest.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Sensors.GetSensorsRequestOrBuilder, Cloneable
Enclosing class:
Sensors.GetSensorsRequest

public static final class Sensors.GetSensorsRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Sensors.GetSensorsRequest,Sensors.GetSensorsRequest.Builder> implements Sensors.GetSensorsRequestOrBuilder
 The sensors service messages are deprecated
 
Protobuf type viam.service.sensors.v1.GetSensorsRequest
  • Method Details

    • getName

      @Deprecated public String getName()
      Deprecated.
      viam.service.sensors.v1.GetSensorsRequest.name is deprecated. See service/sensors/v1/sensors.proto;l=37
      string name = 1 [json_name = "name", deprecated = true];
      Specified by:
      getName in interface Sensors.GetSensorsRequestOrBuilder
      Returns:
      The name.
    • getNameBytes

      @Deprecated public com.google.protobuf.ByteString getNameBytes()
      Deprecated.
      viam.service.sensors.v1.GetSensorsRequest.name is deprecated. See service/sensors/v1/sensors.proto;l=37
      string name = 1 [json_name = "name", deprecated = true];
      Specified by:
      getNameBytes in interface Sensors.GetSensorsRequestOrBuilder
      Returns:
      The bytes for name.
    • setName

      Deprecated.
      viam.service.sensors.v1.GetSensorsRequest.name is deprecated. See service/sensors/v1/sensors.proto;l=37
      string name = 1 [json_name = "name", deprecated = true];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      Deprecated.
      viam.service.sensors.v1.GetSensorsRequest.name is deprecated. See service/sensors/v1/sensors.proto;l=37
      string name = 1 [json_name = "name", deprecated = true];
      Returns:
      This builder for chaining.
    • setNameBytes

      @Deprecated public Sensors.GetSensorsRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
      Deprecated.
      viam.service.sensors.v1.GetSensorsRequest.name is deprecated. See service/sensors/v1/sensors.proto;l=37
      string name = 1 [json_name = "name", deprecated = true];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasExtra

      @Deprecated public boolean hasExtra()
      Deprecated.
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra", deprecated = true];
      Specified by:
      hasExtra in interface Sensors.GetSensorsRequestOrBuilder
      Returns:
      Whether the extra field is set.
    • getExtra

      @Deprecated public com.google.protobuf.Struct getExtra()
      Deprecated.
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra", deprecated = true];
      Specified by:
      getExtra in interface Sensors.GetSensorsRequestOrBuilder
      Returns:
      The extra.
    • setExtra

      @Deprecated public Sensors.GetSensorsRequest.Builder setExtra(com.google.protobuf.Struct value)
      Deprecated.
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra", deprecated = true];
    • setExtra

      @Deprecated public Sensors.GetSensorsRequest.Builder setExtra(com.google.protobuf.Struct.Builder builderForValue)
      Deprecated.
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra", deprecated = true];
    • mergeExtra

      @Deprecated public Sensors.GetSensorsRequest.Builder mergeExtra(com.google.protobuf.Struct value)
      Deprecated.
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra", deprecated = true];
    • clearExtra

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