Package viam.app.data.v1
Class Data.BinaryID.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Data.BinaryID,Data.BinaryID.Builder>
viam.app.data.v1.Data.BinaryID.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,Data.BinaryIDOrBuilder
- Enclosing class:
- Data.BinaryID
public static final class Data.BinaryID.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Data.BinaryID,Data.BinaryID.Builder>
implements Data.BinaryIDOrBuilder
BinaryID is the unique identifier for a file that one can request to be retrieved or modified.Protobuf type
viam.app.data.v1.BinaryID
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionstring file_id = 1 [json_name = "fileId"];
string location_id = 3 [json_name = "locationId"];
string organization_id = 2 [json_name = "organizationId"];
string file_id = 1 [json_name = "fileId"];
com.google.protobuf.ByteString
string file_id = 1 [json_name = "fileId"];
string location_id = 3 [json_name = "locationId"];
com.google.protobuf.ByteString
string location_id = 3 [json_name = "locationId"];
string organization_id = 2 [json_name = "organizationId"];
com.google.protobuf.ByteString
string organization_id = 2 [json_name = "organizationId"];
string file_id = 1 [json_name = "fileId"];
setFileIdBytes
(com.google.protobuf.ByteString value) string file_id = 1 [json_name = "fileId"];
setLocationId
(String value) string location_id = 3 [json_name = "locationId"];
setLocationIdBytes
(com.google.protobuf.ByteString value) string location_id = 3 [json_name = "locationId"];
setOrganizationId
(String value) string organization_id = 2 [json_name = "organizationId"];
setOrganizationIdBytes
(com.google.protobuf.ByteString value) string organization_id = 2 [json_name = "organizationId"];
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
-
getFileId
string file_id = 1 [json_name = "fileId"];
- Specified by:
getFileId
in interfaceData.BinaryIDOrBuilder
- Returns:
- The fileId.
-
getFileIdBytes
public com.google.protobuf.ByteString getFileIdBytes()string file_id = 1 [json_name = "fileId"];
- Specified by:
getFileIdBytes
in interfaceData.BinaryIDOrBuilder
- Returns:
- The bytes for fileId.
-
setFileId
string file_id = 1 [json_name = "fileId"];
- Parameters:
value
- The fileId to set.- Returns:
- This builder for chaining.
-
clearFileId
string file_id = 1 [json_name = "fileId"];
- Returns:
- This builder for chaining.
-
setFileIdBytes
string file_id = 1 [json_name = "fileId"];
- Parameters:
value
- The bytes for fileId to set.- Returns:
- This builder for chaining.
-
getOrganizationId
string organization_id = 2 [json_name = "organizationId"];
- Specified by:
getOrganizationId
in interfaceData.BinaryIDOrBuilder
- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 2 [json_name = "organizationId"];
- Specified by:
getOrganizationIdBytes
in interfaceData.BinaryIDOrBuilder
- Returns:
- The bytes for organizationId.
-
setOrganizationId
string organization_id = 2 [json_name = "organizationId"];
- Parameters:
value
- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
string organization_id = 2 [json_name = "organizationId"];
- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
string organization_id = 2 [json_name = "organizationId"];
- Parameters:
value
- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
getLocationId
string location_id = 3 [json_name = "locationId"];
- Specified by:
getLocationId
in interfaceData.BinaryIDOrBuilder
- Returns:
- The locationId.
-
getLocationIdBytes
public com.google.protobuf.ByteString getLocationIdBytes()string location_id = 3 [json_name = "locationId"];
- Specified by:
getLocationIdBytes
in interfaceData.BinaryIDOrBuilder
- Returns:
- The bytes for locationId.
-
setLocationId
string location_id = 3 [json_name = "locationId"];
- Parameters:
value
- The locationId to set.- Returns:
- This builder for chaining.
-
clearLocationId
string location_id = 3 [json_name = "locationId"];
- Returns:
- This builder for chaining.
-
setLocationIdBytes
string location_id = 3 [json_name = "locationId"];
- Parameters:
value
- The bytes for locationId to set.- Returns:
- This builder for chaining.
-