Package viam.app.v1
Class EndUser.RegisterAuthApplicationResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<EndUser.RegisterAuthApplicationResponse,EndUser.RegisterAuthApplicationResponse.Builder>
viam.app.v1.EndUser.RegisterAuthApplicationResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,EndUser.RegisterAuthApplicationResponseOrBuilder
- Enclosing class:
- EndUser.RegisterAuthApplicationResponse
public static final class EndUser.RegisterAuthApplicationResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<EndUser.RegisterAuthApplicationResponse,EndUser.RegisterAuthApplicationResponse.Builder>
implements EndUser.RegisterAuthApplicationResponseOrBuilder
Protobuf type
viam.app.v1.RegisterAuthApplicationResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionstring application_id = 1 [json_name = "applicationId"];
string application_name = 2 [json_name = "applicationName"];
string client_secret = 3 [json_name = "clientSecret"];
string application_id = 1 [json_name = "applicationId"];
com.google.protobuf.ByteString
string application_id = 1 [json_name = "applicationId"];
string application_name = 2 [json_name = "applicationName"];
com.google.protobuf.ByteString
string application_name = 2 [json_name = "applicationName"];
string client_secret = 3 [json_name = "clientSecret"];
com.google.protobuf.ByteString
string client_secret = 3 [json_name = "clientSecret"];
setApplicationId
(String value) string application_id = 1 [json_name = "applicationId"];
setApplicationIdBytes
(com.google.protobuf.ByteString value) string application_id = 1 [json_name = "applicationId"];
setApplicationName
(String value) string application_name = 2 [json_name = "applicationName"];
setApplicationNameBytes
(com.google.protobuf.ByteString value) string application_name = 2 [json_name = "applicationName"];
setClientSecret
(String value) string client_secret = 3 [json_name = "clientSecret"];
setClientSecretBytes
(com.google.protobuf.ByteString value) string client_secret = 3 [json_name = "clientSecret"];
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
-
getApplicationId
string application_id = 1 [json_name = "applicationId"];
- Specified by:
getApplicationId
in interfaceEndUser.RegisterAuthApplicationResponseOrBuilder
- Returns:
- The applicationId.
-
getApplicationIdBytes
public com.google.protobuf.ByteString getApplicationIdBytes()string application_id = 1 [json_name = "applicationId"];
- Specified by:
getApplicationIdBytes
in interfaceEndUser.RegisterAuthApplicationResponseOrBuilder
- Returns:
- The bytes for applicationId.
-
setApplicationId
string application_id = 1 [json_name = "applicationId"];
- Parameters:
value
- The applicationId to set.- Returns:
- This builder for chaining.
-
clearApplicationId
string application_id = 1 [json_name = "applicationId"];
- Returns:
- This builder for chaining.
-
setApplicationIdBytes
public EndUser.RegisterAuthApplicationResponse.Builder setApplicationIdBytes(com.google.protobuf.ByteString value) string application_id = 1 [json_name = "applicationId"];
- Parameters:
value
- The bytes for applicationId to set.- Returns:
- This builder for chaining.
-
getApplicationName
string application_name = 2 [json_name = "applicationName"];
- Specified by:
getApplicationName
in interfaceEndUser.RegisterAuthApplicationResponseOrBuilder
- Returns:
- The applicationName.
-
getApplicationNameBytes
public com.google.protobuf.ByteString getApplicationNameBytes()string application_name = 2 [json_name = "applicationName"];
- Specified by:
getApplicationNameBytes
in interfaceEndUser.RegisterAuthApplicationResponseOrBuilder
- Returns:
- The bytes for applicationName.
-
setApplicationName
string application_name = 2 [json_name = "applicationName"];
- Parameters:
value
- The applicationName to set.- Returns:
- This builder for chaining.
-
clearApplicationName
string application_name = 2 [json_name = "applicationName"];
- Returns:
- This builder for chaining.
-
setApplicationNameBytes
public EndUser.RegisterAuthApplicationResponse.Builder setApplicationNameBytes(com.google.protobuf.ByteString value) string application_name = 2 [json_name = "applicationName"];
- Parameters:
value
- The bytes for applicationName to set.- Returns:
- This builder for chaining.
-
getClientSecret
string client_secret = 3 [json_name = "clientSecret"];
- Specified by:
getClientSecret
in interfaceEndUser.RegisterAuthApplicationResponseOrBuilder
- Returns:
- The clientSecret.
-
getClientSecretBytes
public com.google.protobuf.ByteString getClientSecretBytes()string client_secret = 3 [json_name = "clientSecret"];
- Specified by:
getClientSecretBytes
in interfaceEndUser.RegisterAuthApplicationResponseOrBuilder
- Returns:
- The bytes for clientSecret.
-
setClientSecret
string client_secret = 3 [json_name = "clientSecret"];
- Parameters:
value
- The clientSecret to set.- Returns:
- This builder for chaining.
-
clearClientSecret
string client_secret = 3 [json_name = "clientSecret"];
- Returns:
- This builder for chaining.
-
setClientSecretBytes
public EndUser.RegisterAuthApplicationResponse.Builder setClientSecretBytes(com.google.protobuf.ByteString value) string client_secret = 3 [json_name = "clientSecret"];
- Parameters:
value
- The bytes for clientSecret to set.- Returns:
- This builder for chaining.
-