Package viam.app.v1
Class EndUser.GetAuthApplicationResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<EndUser.GetAuthApplicationResponse,EndUser.GetAuthApplicationResponse.Builder>
viam.app.v1.EndUser.GetAuthApplicationResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,EndUser.GetAuthApplicationResponseOrBuilder
- Enclosing class:
- EndUser.GetAuthApplicationResponse
public static final class EndUser.GetAuthApplicationResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<EndUser.GetAuthApplicationResponse,EndUser.GetAuthApplicationResponse.Builder>
implements EndUser.GetAuthApplicationResponseOrBuilder
Protobuf type
viam.app.v1.GetAuthApplicationResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionaddAllOriginUris
(Iterable<String> values) repeated string origin_uris = 4 [json_name = "originUris"];
addAllRedirectUris
(Iterable<String> values) repeated string redirect_uris = 5 [json_name = "redirectUris"];
addOriginUris
(String value) repeated string origin_uris = 4 [json_name = "originUris"];
addOriginUrisBytes
(com.google.protobuf.ByteString value) repeated string origin_uris = 4 [json_name = "originUris"];
addRedirectUris
(String value) repeated string redirect_uris = 5 [json_name = "redirectUris"];
addRedirectUrisBytes
(com.google.protobuf.ByteString value) repeated string redirect_uris = 5 [json_name = "redirectUris"];
string application_id = 1 [json_name = "applicationId"];
string application_name = 2 [json_name = "applicationName"];
string client_secret = 3 [json_name = "clientSecret"];
string logout_uri = 6 [json_name = "logoutUri"];
repeated string origin_uris = 4 [json_name = "originUris"];
repeated string redirect_uris = 5 [json_name = "redirectUris"];
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"];
string logout_uri = 6 [json_name = "logoutUri"];
com.google.protobuf.ByteString
string logout_uri = 6 [json_name = "logoutUri"];
getOriginUris
(int index) repeated string origin_uris = 4 [json_name = "originUris"];
com.google.protobuf.ByteString
getOriginUrisBytes
(int index) repeated string origin_uris = 4 [json_name = "originUris"];
int
repeated string origin_uris = 4 [json_name = "originUris"];
repeated string origin_uris = 4 [json_name = "originUris"];
getRedirectUris
(int index) repeated string redirect_uris = 5 [json_name = "redirectUris"];
com.google.protobuf.ByteString
getRedirectUrisBytes
(int index) repeated string redirect_uris = 5 [json_name = "redirectUris"];
int
repeated string redirect_uris = 5 [json_name = "redirectUris"];
repeated string redirect_uris = 5 [json_name = "redirectUris"];
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"];
setLogoutUri
(String value) string logout_uri = 6 [json_name = "logoutUri"];
setLogoutUriBytes
(com.google.protobuf.ByteString value) string logout_uri = 6 [json_name = "logoutUri"];
setOriginUris
(int index, String value) repeated string origin_uris = 4 [json_name = "originUris"];
setRedirectUris
(int index, String value) repeated string redirect_uris = 5 [json_name = "redirectUris"];
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.GetAuthApplicationResponseOrBuilder
- Returns:
- The applicationId.
-
getApplicationIdBytes
public com.google.protobuf.ByteString getApplicationIdBytes()string application_id = 1 [json_name = "applicationId"];
- Specified by:
getApplicationIdBytes
in interfaceEndUser.GetAuthApplicationResponseOrBuilder
- 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.GetAuthApplicationResponse.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.GetAuthApplicationResponseOrBuilder
- Returns:
- The applicationName.
-
getApplicationNameBytes
public com.google.protobuf.ByteString getApplicationNameBytes()string application_name = 2 [json_name = "applicationName"];
- Specified by:
getApplicationNameBytes
in interfaceEndUser.GetAuthApplicationResponseOrBuilder
- 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.GetAuthApplicationResponse.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.GetAuthApplicationResponseOrBuilder
- Returns:
- The clientSecret.
-
getClientSecretBytes
public com.google.protobuf.ByteString getClientSecretBytes()string client_secret = 3 [json_name = "clientSecret"];
- Specified by:
getClientSecretBytes
in interfaceEndUser.GetAuthApplicationResponseOrBuilder
- 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.GetAuthApplicationResponse.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.
-
getOriginUrisList
repeated string origin_uris = 4 [json_name = "originUris"];
- Specified by:
getOriginUrisList
in interfaceEndUser.GetAuthApplicationResponseOrBuilder
- Returns:
- A list containing the originUris.
-
getOriginUrisCount
public int getOriginUrisCount()repeated string origin_uris = 4 [json_name = "originUris"];
- Specified by:
getOriginUrisCount
in interfaceEndUser.GetAuthApplicationResponseOrBuilder
- Returns:
- The count of originUris.
-
getOriginUris
repeated string origin_uris = 4 [json_name = "originUris"];
- Specified by:
getOriginUris
in interfaceEndUser.GetAuthApplicationResponseOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The originUris at the given index.
-
getOriginUrisBytes
public com.google.protobuf.ByteString getOriginUrisBytes(int index) repeated string origin_uris = 4 [json_name = "originUris"];
- Specified by:
getOriginUrisBytes
in interfaceEndUser.GetAuthApplicationResponseOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the originUris at the given index.
-
setOriginUris
repeated string origin_uris = 4 [json_name = "originUris"];
- Parameters:
index
- The index to set the value at.value
- The originUris to set.- Returns:
- This builder for chaining.
-
addOriginUris
repeated string origin_uris = 4 [json_name = "originUris"];
- Parameters:
value
- The originUris to add.- Returns:
- This builder for chaining.
-
addAllOriginUris
repeated string origin_uris = 4 [json_name = "originUris"];
- Parameters:
values
- The originUris to add.- Returns:
- This builder for chaining.
-
clearOriginUris
repeated string origin_uris = 4 [json_name = "originUris"];
- Returns:
- This builder for chaining.
-
addOriginUrisBytes
public EndUser.GetAuthApplicationResponse.Builder addOriginUrisBytes(com.google.protobuf.ByteString value) repeated string origin_uris = 4 [json_name = "originUris"];
- Parameters:
value
- The bytes of the originUris to add.- Returns:
- This builder for chaining.
-
getRedirectUrisList
repeated string redirect_uris = 5 [json_name = "redirectUris"];
- Specified by:
getRedirectUrisList
in interfaceEndUser.GetAuthApplicationResponseOrBuilder
- Returns:
- A list containing the redirectUris.
-
getRedirectUrisCount
public int getRedirectUrisCount()repeated string redirect_uris = 5 [json_name = "redirectUris"];
- Specified by:
getRedirectUrisCount
in interfaceEndUser.GetAuthApplicationResponseOrBuilder
- Returns:
- The count of redirectUris.
-
getRedirectUris
repeated string redirect_uris = 5 [json_name = "redirectUris"];
- Specified by:
getRedirectUris
in interfaceEndUser.GetAuthApplicationResponseOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The redirectUris at the given index.
-
getRedirectUrisBytes
public com.google.protobuf.ByteString getRedirectUrisBytes(int index) repeated string redirect_uris = 5 [json_name = "redirectUris"];
- Specified by:
getRedirectUrisBytes
in interfaceEndUser.GetAuthApplicationResponseOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the redirectUris at the given index.
-
setRedirectUris
repeated string redirect_uris = 5 [json_name = "redirectUris"];
- Parameters:
index
- The index to set the value at.value
- The redirectUris to set.- Returns:
- This builder for chaining.
-
addRedirectUris
repeated string redirect_uris = 5 [json_name = "redirectUris"];
- Parameters:
value
- The redirectUris to add.- Returns:
- This builder for chaining.
-
addAllRedirectUris
repeated string redirect_uris = 5 [json_name = "redirectUris"];
- Parameters:
values
- The redirectUris to add.- Returns:
- This builder for chaining.
-
clearRedirectUris
repeated string redirect_uris = 5 [json_name = "redirectUris"];
- Returns:
- This builder for chaining.
-
addRedirectUrisBytes
public EndUser.GetAuthApplicationResponse.Builder addRedirectUrisBytes(com.google.protobuf.ByteString value) repeated string redirect_uris = 5 [json_name = "redirectUris"];
- Parameters:
value
- The bytes of the redirectUris to add.- Returns:
- This builder for chaining.
-
getLogoutUri
string logout_uri = 6 [json_name = "logoutUri"];
- Specified by:
getLogoutUri
in interfaceEndUser.GetAuthApplicationResponseOrBuilder
- Returns:
- The logoutUri.
-
getLogoutUriBytes
public com.google.protobuf.ByteString getLogoutUriBytes()string logout_uri = 6 [json_name = "logoutUri"];
- Specified by:
getLogoutUriBytes
in interfaceEndUser.GetAuthApplicationResponseOrBuilder
- Returns:
- The bytes for logoutUri.
-
setLogoutUri
string logout_uri = 6 [json_name = "logoutUri"];
- Parameters:
value
- The logoutUri to set.- Returns:
- This builder for chaining.
-
clearLogoutUri
string logout_uri = 6 [json_name = "logoutUri"];
- Returns:
- This builder for chaining.
-
setLogoutUriBytes
public EndUser.GetAuthApplicationResponse.Builder setLogoutUriBytes(com.google.protobuf.ByteString value) string logout_uri = 6 [json_name = "logoutUri"];
- Parameters:
value
- The bytes for logoutUri to set.- Returns:
- This builder for chaining.
-