Package viam.app.v1
Class App.GetFragmentRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.GetFragmentRequest,App.GetFragmentRequest.Builder>
viam.app.v1.App.GetFragmentRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,App.GetFragmentRequestOrBuilder
- Enclosing class:
- App.GetFragmentRequest
public static final class App.GetFragmentRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<App.GetFragmentRequest,App.GetFragmentRequest.Builder>
implements App.GetFragmentRequestOrBuilder
Protobuf type
viam.app.v1.GetFragmentRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionstring current_organization_id = 2 [json_name = "currentOrganizationId"];
clearId()
string id = 1 [json_name = "id"];
string current_organization_id = 2 [json_name = "currentOrganizationId"];
com.google.protobuf.ByteString
string current_organization_id = 2 [json_name = "currentOrganizationId"];
getId()
string id = 1 [json_name = "id"];
com.google.protobuf.ByteString
string id = 1 [json_name = "id"];
setCurrentOrganizationId
(String value) string current_organization_id = 2 [json_name = "currentOrganizationId"];
setCurrentOrganizationIdBytes
(com.google.protobuf.ByteString value) string current_organization_id = 2 [json_name = "currentOrganizationId"];
string id = 1 [json_name = "id"];
setIdBytes
(com.google.protobuf.ByteString value) string id = 1 [json_name = "id"];
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
-
getId
string id = 1 [json_name = "id"];
- Specified by:
getId
in interfaceApp.GetFragmentRequestOrBuilder
- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()string id = 1 [json_name = "id"];
- Specified by:
getIdBytes
in interfaceApp.GetFragmentRequestOrBuilder
- Returns:
- The bytes for id.
-
setId
string id = 1 [json_name = "id"];
- Parameters:
value
- The id to set.- Returns:
- This builder for chaining.
-
clearId
string id = 1 [json_name = "id"];
- Returns:
- This builder for chaining.
-
setIdBytes
string id = 1 [json_name = "id"];
- Parameters:
value
- The bytes for id to set.- Returns:
- This builder for chaining.
-
getCurrentOrganizationId
string current_organization_id = 2 [json_name = "currentOrganizationId"];
- Specified by:
getCurrentOrganizationId
in interfaceApp.GetFragmentRequestOrBuilder
- Returns:
- The currentOrganizationId.
-
getCurrentOrganizationIdBytes
public com.google.protobuf.ByteString getCurrentOrganizationIdBytes()string current_organization_id = 2 [json_name = "currentOrganizationId"];
- Specified by:
getCurrentOrganizationIdBytes
in interfaceApp.GetFragmentRequestOrBuilder
- Returns:
- The bytes for currentOrganizationId.
-
setCurrentOrganizationId
string current_organization_id = 2 [json_name = "currentOrganizationId"];
- Parameters:
value
- The currentOrganizationId to set.- Returns:
- This builder for chaining.
-
clearCurrentOrganizationId
string current_organization_id = 2 [json_name = "currentOrganizationId"];
- Returns:
- This builder for chaining.
-
setCurrentOrganizationIdBytes
public App.GetFragmentRequest.Builder setCurrentOrganizationIdBytes(com.google.protobuf.ByteString value) string current_organization_id = 2 [json_name = "currentOrganizationId"];
- Parameters:
value
- The bytes for currentOrganizationId to set.- Returns:
- This builder for chaining.
-