Package viam.app.v1
Class AppOuterClass.GetRobotPartByNameAndLocationRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.GetRobotPartByNameAndLocationRequest,AppOuterClass.GetRobotPartByNameAndLocationRequest.Builder>
viam.app.v1.AppOuterClass.GetRobotPartByNameAndLocationRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,AppOuterClass.GetRobotPartByNameAndLocationRequestOrBuilder
- Enclosing class:
- AppOuterClass.GetRobotPartByNameAndLocationRequest
public static final class AppOuterClass.GetRobotPartByNameAndLocationRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.GetRobotPartByNameAndLocationRequest,AppOuterClass.GetRobotPartByNameAndLocationRequest.Builder>
implements AppOuterClass.GetRobotPartByNameAndLocationRequestOrBuilder
Protobuf type
viam.app.v1.GetRobotPartByNameAndLocationRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionstring location_id = 2 [json_name = "locationId"];string name = 1 [json_name = "name"];string location_id = 2 [json_name = "locationId"];com.google.protobuf.ByteStringstring location_id = 2 [json_name = "locationId"];getName()string name = 1 [json_name = "name"];com.google.protobuf.ByteStringstring name = 1 [json_name = "name"];setLocationId(String value) string location_id = 2 [json_name = "locationId"];setLocationIdBytes(com.google.protobuf.ByteString value) string location_id = 2 [json_name = "locationId"];string name = 1 [json_name = "name"];setNameBytes(com.google.protobuf.ByteString value) string name = 1 [json_name = "name"];Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
string name = 1 [json_name = "name"];- Specified by:
getNamein interfaceAppOuterClass.GetRobotPartByNameAndLocationRequestOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()string name = 1 [json_name = "name"];- Specified by:
getNameBytesin interfaceAppOuterClass.GetRobotPartByNameAndLocationRequestOrBuilder- Returns:
- The bytes for name.
-
setName
string name = 1 [json_name = "name"];- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
string name = 1 [json_name = "name"];- Returns:
- This builder for chaining.
-
setNameBytes
public AppOuterClass.GetRobotPartByNameAndLocationRequest.Builder setNameBytes(com.google.protobuf.ByteString value) string name = 1 [json_name = "name"];- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getLocationId
string location_id = 2 [json_name = "locationId"];- Specified by:
getLocationIdin interfaceAppOuterClass.GetRobotPartByNameAndLocationRequestOrBuilder- Returns:
- The locationId.
-
getLocationIdBytes
public com.google.protobuf.ByteString getLocationIdBytes()string location_id = 2 [json_name = "locationId"];- Specified by:
getLocationIdBytesin interfaceAppOuterClass.GetRobotPartByNameAndLocationRequestOrBuilder- Returns:
- The bytes for locationId.
-
setLocationId
string location_id = 2 [json_name = "locationId"];- Parameters:
value- The locationId to set.- Returns:
- This builder for chaining.
-
clearLocationId
string location_id = 2 [json_name = "locationId"];- Returns:
- This builder for chaining.
-
setLocationIdBytes
public AppOuterClass.GetRobotPartByNameAndLocationRequest.Builder setLocationIdBytes(com.google.protobuf.ByteString value) string location_id = 2 [json_name = "locationId"];- Parameters:
value- The bytes for locationId to set.- Returns:
- This builder for chaining.
-