Package viam.app.v1
Class EndUser.GetAuthApplicationRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<EndUser.GetAuthApplicationRequest,EndUser.GetAuthApplicationRequest.Builder>
viam.app.v1.EndUser.GetAuthApplicationRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,EndUser.GetAuthApplicationRequestOrBuilder
- Enclosing class:
- EndUser.GetAuthApplicationRequest
public static final class EndUser.GetAuthApplicationRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<EndUser.GetAuthApplicationRequest,EndUser.GetAuthApplicationRequest.Builder>
implements EndUser.GetAuthApplicationRequestOrBuilder
Protobuf type
viam.app.v1.GetAuthApplicationRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionstring application_id = 2 [json_name = "applicationId"];
string org_id = 1 [json_name = "orgId"];
string application_id = 2 [json_name = "applicationId"];
com.google.protobuf.ByteString
string application_id = 2 [json_name = "applicationId"];
getOrgId()
string org_id = 1 [json_name = "orgId"];
com.google.protobuf.ByteString
string org_id = 1 [json_name = "orgId"];
setApplicationId
(String value) string application_id = 2 [json_name = "applicationId"];
setApplicationIdBytes
(com.google.protobuf.ByteString value) string application_id = 2 [json_name = "applicationId"];
string org_id = 1 [json_name = "orgId"];
setOrgIdBytes
(com.google.protobuf.ByteString value) string org_id = 1 [json_name = "orgId"];
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
-
getOrgId
string org_id = 1 [json_name = "orgId"];
- Specified by:
getOrgId
in interfaceEndUser.GetAuthApplicationRequestOrBuilder
- Returns:
- The orgId.
-
getOrgIdBytes
public com.google.protobuf.ByteString getOrgIdBytes()string org_id = 1 [json_name = "orgId"];
- Specified by:
getOrgIdBytes
in interfaceEndUser.GetAuthApplicationRequestOrBuilder
- Returns:
- The bytes for orgId.
-
setOrgId
string org_id = 1 [json_name = "orgId"];
- Parameters:
value
- The orgId to set.- Returns:
- This builder for chaining.
-
clearOrgId
string org_id = 1 [json_name = "orgId"];
- Returns:
- This builder for chaining.
-
setOrgIdBytes
public EndUser.GetAuthApplicationRequest.Builder setOrgIdBytes(com.google.protobuf.ByteString value) string org_id = 1 [json_name = "orgId"];
- Parameters:
value
- The bytes for orgId to set.- Returns:
- This builder for chaining.
-
getApplicationId
string application_id = 2 [json_name = "applicationId"];
- Specified by:
getApplicationId
in interfaceEndUser.GetAuthApplicationRequestOrBuilder
- Returns:
- The applicationId.
-
getApplicationIdBytes
public com.google.protobuf.ByteString getApplicationIdBytes()string application_id = 2 [json_name = "applicationId"];
- Specified by:
getApplicationIdBytes
in interfaceEndUser.GetAuthApplicationRequestOrBuilder
- Returns:
- The bytes for applicationId.
-
setApplicationId
string application_id = 2 [json_name = "applicationId"];
- Parameters:
value
- The applicationId to set.- Returns:
- This builder for chaining.
-
clearApplicationId
string application_id = 2 [json_name = "applicationId"];
- Returns:
- This builder for chaining.
-
setApplicationIdBytes
public EndUser.GetAuthApplicationRequest.Builder setApplicationIdBytes(com.google.protobuf.ByteString value) string application_id = 2 [json_name = "applicationId"];
- Parameters:
value
- The bytes for applicationId to set.- Returns:
- This builder for chaining.
-