Package viam.app.v1
Interface EndUser.GetAuthApplicationResponseOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
- EndUser.GetAuthApplicationResponse,- EndUser.GetAuthApplicationResponse.Builder
- Enclosing class:
- EndUser
@Deprecated
public static interface EndUser.GetAuthApplicationResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.string application_id = 1 [json_name = "applicationId"];com.google.protobuf.ByteStringDeprecated.string application_id = 1 [json_name = "applicationId"];Deprecated.string application_name = 2 [json_name = "applicationName"];com.google.protobuf.ByteStringDeprecated.string application_name = 2 [json_name = "applicationName"];Deprecated.string client_secret = 3 [json_name = "clientSecret"];com.google.protobuf.ByteStringDeprecated.string client_secret = 3 [json_name = "clientSecret"];Deprecated.string logout_uri = 6 [json_name = "logoutUri"];com.google.protobuf.ByteStringDeprecated.string logout_uri = 6 [json_name = "logoutUri"];getOriginUris(int index) Deprecated.repeated string origin_uris = 4 [json_name = "originUris"];com.google.protobuf.ByteStringgetOriginUrisBytes(int index) Deprecated.repeated string origin_uris = 4 [json_name = "originUris"];intDeprecated.repeated string origin_uris = 4 [json_name = "originUris"];Deprecated.repeated string origin_uris = 4 [json_name = "originUris"];getRedirectUris(int index) Deprecated.repeated string redirect_uris = 5 [json_name = "redirectUris"];com.google.protobuf.ByteStringgetRedirectUrisBytes(int index) Deprecated.repeated string redirect_uris = 5 [json_name = "redirectUris"];intDeprecated.repeated string redirect_uris = 5 [json_name = "redirectUris"];Deprecated.repeated string redirect_uris = 5 [json_name = "redirectUris"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType, isInitialized
- 
Method Details- 
getApplicationIdString getApplicationId()Deprecated.string application_id = 1 [json_name = "applicationId"];- Returns:
- The applicationId.
 
- 
getApplicationIdBytescom.google.protobuf.ByteString getApplicationIdBytes()Deprecated.string application_id = 1 [json_name = "applicationId"];- Returns:
- The bytes for applicationId.
 
- 
getApplicationNameString getApplicationName()Deprecated.string application_name = 2 [json_name = "applicationName"];- Returns:
- The applicationName.
 
- 
getApplicationNameBytescom.google.protobuf.ByteString getApplicationNameBytes()Deprecated.string application_name = 2 [json_name = "applicationName"];- Returns:
- The bytes for applicationName.
 
- 
getClientSecretString getClientSecret()Deprecated.string client_secret = 3 [json_name = "clientSecret"];- Returns:
- The clientSecret.
 
- 
getClientSecretBytescom.google.protobuf.ByteString getClientSecretBytes()Deprecated.string client_secret = 3 [json_name = "clientSecret"];- Returns:
- The bytes for clientSecret.
 
- 
getOriginUrisListDeprecated.repeated string origin_uris = 4 [json_name = "originUris"];- Returns:
- A list containing the originUris.
 
- 
getOriginUrisCountint getOriginUrisCount()Deprecated.repeated string origin_uris = 4 [json_name = "originUris"];- Returns:
- The count of originUris.
 
- 
getOriginUrisDeprecated.repeated string origin_uris = 4 [json_name = "originUris"];- Parameters:
- index- The index of the element to return.
- Returns:
- The originUris at the given index.
 
- 
getOriginUrisBytescom.google.protobuf.ByteString getOriginUrisBytes(int index) Deprecated.repeated string origin_uris = 4 [json_name = "originUris"];- Parameters:
- index- The index of the element to return.
- Returns:
- The originUris at the given index.
 
- 
getRedirectUrisListDeprecated.repeated string redirect_uris = 5 [json_name = "redirectUris"];- Returns:
- A list containing the redirectUris.
 
- 
getRedirectUrisCountint getRedirectUrisCount()Deprecated.repeated string redirect_uris = 5 [json_name = "redirectUris"];- Returns:
- The count of redirectUris.
 
- 
getRedirectUrisDeprecated.repeated string redirect_uris = 5 [json_name = "redirectUris"];- Parameters:
- index- The index of the element to return.
- Returns:
- The redirectUris at the given index.
 
- 
getRedirectUrisBytescom.google.protobuf.ByteString getRedirectUrisBytes(int index) Deprecated.repeated string redirect_uris = 5 [json_name = "redirectUris"];- Parameters:
- index- The index of the element to return.
- Returns:
- The redirectUris at the given index.
 
- 
getLogoutUriString getLogoutUri()Deprecated.string logout_uri = 6 [json_name = "logoutUri"];- Returns:
- The logoutUri.
 
- 
getLogoutUriBytescom.google.protobuf.ByteString getLogoutUriBytes()Deprecated.string logout_uri = 6 [json_name = "logoutUri"];- Returns:
- The bytes for logoutUri.
 
 
-