Package viam.app.v1

Class App.GetLocationRequest.Builder

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

public static final class App.GetLocationRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<App.GetLocationRequest,App.GetLocationRequest.Builder> implements App.GetLocationRequestOrBuilder
Protobuf type viam.app.v1.GetLocationRequest
  • Field Summary

    Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

    instance
  • Method Summary

    Modifier and Type
    Method
    Description
    Location ID of location to get.
    Location ID of location to get.
    com.google.protobuf.ByteString
    Location ID of location to get.
    Location ID of location to get.
    setLocationIdBytes(com.google.protobuf.ByteString value)
    Location ID of location to get.

    Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

    build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom

    Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

    addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getLocationId

      public String getLocationId()
       Location ID of location to get.
       
      string location_id = 1 [json_name = "locationId"];
      Specified by:
      getLocationId in interface App.GetLocationRequestOrBuilder
      Returns:
      The locationId.
    • getLocationIdBytes

      public com.google.protobuf.ByteString getLocationIdBytes()
       Location ID of location to get.
       
      string location_id = 1 [json_name = "locationId"];
      Specified by:
      getLocationIdBytes in interface App.GetLocationRequestOrBuilder
      Returns:
      The bytes for locationId.
    • setLocationId

      public App.GetLocationRequest.Builder setLocationId(String value)
       Location ID of location to get.
       
      string location_id = 1 [json_name = "locationId"];
      Parameters:
      value - The locationId to set.
      Returns:
      This builder for chaining.
    • clearLocationId

      public App.GetLocationRequest.Builder clearLocationId()
       Location ID of location to get.
       
      string location_id = 1 [json_name = "locationId"];
      Returns:
      This builder for chaining.
    • setLocationIdBytes

      public App.GetLocationRequest.Builder setLocationIdBytes(com.google.protobuf.ByteString value)
       Location ID of location to get.
       
      string location_id = 1 [json_name = "locationId"];
      Parameters:
      value - The bytes for locationId to set.
      Returns:
      This builder for chaining.