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
public static interface EndUser.GetAuthApplicationResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring 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"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getApplicationId
String getApplicationId()string application_id = 1 [json_name = "applicationId"];
- Returns:
- The applicationId.
-
getApplicationIdBytes
com.google.protobuf.ByteString getApplicationIdBytes()string application_id = 1 [json_name = "applicationId"];
- Returns:
- The bytes for applicationId.
-
getApplicationName
String getApplicationName()string application_name = 2 [json_name = "applicationName"];
- Returns:
- The applicationName.
-
getApplicationNameBytes
com.google.protobuf.ByteString getApplicationNameBytes()string application_name = 2 [json_name = "applicationName"];
- Returns:
- The bytes for applicationName.
-
getClientSecret
String getClientSecret()string client_secret = 3 [json_name = "clientSecret"];
- Returns:
- The clientSecret.
-
getClientSecretBytes
com.google.protobuf.ByteString getClientSecretBytes()string client_secret = 3 [json_name = "clientSecret"];
- Returns:
- The bytes for clientSecret.
-
getOriginUrisList
repeated string origin_uris = 4 [json_name = "originUris"];
- Returns:
- A list containing the originUris.
-
getOriginUrisCount
int getOriginUrisCount()repeated string origin_uris = 4 [json_name = "originUris"];
- Returns:
- The count of originUris.
-
getOriginUris
repeated string origin_uris = 4 [json_name = "originUris"];
- Parameters:
index
- The index of the element to return.- Returns:
- The originUris at the given index.
-
getOriginUrisBytes
com.google.protobuf.ByteString getOriginUrisBytes(int index) repeated string origin_uris = 4 [json_name = "originUris"];
- Parameters:
index
- The index of the element to return.- Returns:
- The originUris at the given index.
-
getRedirectUrisList
repeated string redirect_uris = 5 [json_name = "redirectUris"];
- Returns:
- A list containing the redirectUris.
-
getRedirectUrisCount
int getRedirectUrisCount()repeated string redirect_uris = 5 [json_name = "redirectUris"];
- Returns:
- The count of redirectUris.
-
getRedirectUris
repeated string redirect_uris = 5 [json_name = "redirectUris"];
- Parameters:
index
- The index of the element to return.- Returns:
- The redirectUris at the given index.
-
getRedirectUrisBytes
com.google.protobuf.ByteString getRedirectUrisBytes(int index) repeated string redirect_uris = 5 [json_name = "redirectUris"];
- Parameters:
index
- The index of the element to return.- Returns:
- The redirectUris at the given index.
-
getLogoutUri
String getLogoutUri()string logout_uri = 6 [json_name = "logoutUri"];
- Returns:
- The logoutUri.
-
getLogoutUriBytes
com.google.protobuf.ByteString getLogoutUriBytes()string logout_uri = 6 [json_name = "logoutUri"];
- Returns:
- The bytes for logoutUri.
-