Package com.google.container.v1
Interface GetOpenIDConfigResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetOpenIDConfigResponse,GetOpenIDConfigResponse.Builder
public interface GetOpenIDConfigResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClaimsSupported(int index)Supported claims.com.google.protobuf.ByteStringgetClaimsSupportedBytes(int index)Supported claims.intgetClaimsSupportedCount()Supported claims.List<String>getClaimsSupportedList()Supported claims.StringgetGrantTypes(int index)Supported grant types.com.google.protobuf.ByteStringgetGrantTypesBytes(int index)Supported grant types.intgetGrantTypesCount()Supported grant types.List<String>getGrantTypesList()Supported grant types.StringgetIdTokenSigningAlgValuesSupported(int index)supported ID Token signing Algorithms.com.google.protobuf.ByteStringgetIdTokenSigningAlgValuesSupportedBytes(int index)supported ID Token signing Algorithms.intgetIdTokenSigningAlgValuesSupportedCount()supported ID Token signing Algorithms.List<String>getIdTokenSigningAlgValuesSupportedList()supported ID Token signing Algorithms.StringgetIssuer()OIDC Issuer.com.google.protobuf.ByteStringgetIssuerBytes()OIDC Issuer.StringgetJwksUri()JSON Web Key uri.com.google.protobuf.ByteStringgetJwksUriBytes()JSON Web Key uri.StringgetResponseTypesSupported(int index)Supported response types.com.google.protobuf.ByteStringgetResponseTypesSupportedBytes(int index)Supported response types.intgetResponseTypesSupportedCount()Supported response types.List<String>getResponseTypesSupportedList()Supported response types.StringgetSubjectTypesSupported(int index)Supported subject types.com.google.protobuf.ByteStringgetSubjectTypesSupportedBytes(int index)Supported subject types.intgetSubjectTypesSupportedCount()Supported subject types.List<String>getSubjectTypesSupportedList()Supported subject types.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIssuer
String getIssuer()
OIDC Issuer.
string issuer = 1;- Returns:
- The issuer.
-
getIssuerBytes
com.google.protobuf.ByteString getIssuerBytes()
OIDC Issuer.
string issuer = 1;- Returns:
- The bytes for issuer.
-
getJwksUri
String getJwksUri()
JSON Web Key uri.
string jwks_uri = 2;- Returns:
- The jwksUri.
-
getJwksUriBytes
com.google.protobuf.ByteString getJwksUriBytes()
JSON Web Key uri.
string jwks_uri = 2;- Returns:
- The bytes for jwksUri.
-
getResponseTypesSupportedList
List<String> getResponseTypesSupportedList()
Supported response types.
repeated string response_types_supported = 3;- Returns:
- A list containing the responseTypesSupported.
-
getResponseTypesSupportedCount
int getResponseTypesSupportedCount()
Supported response types.
repeated string response_types_supported = 3;- Returns:
- The count of responseTypesSupported.
-
getResponseTypesSupported
String getResponseTypesSupported(int index)
Supported response types.
repeated string response_types_supported = 3;- Parameters:
index- The index of the element to return.- Returns:
- The responseTypesSupported at the given index.
-
getResponseTypesSupportedBytes
com.google.protobuf.ByteString getResponseTypesSupportedBytes(int index)
Supported response types.
repeated string response_types_supported = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the responseTypesSupported at the given index.
-
getSubjectTypesSupportedList
List<String> getSubjectTypesSupportedList()
Supported subject types.
repeated string subject_types_supported = 4;- Returns:
- A list containing the subjectTypesSupported.
-
getSubjectTypesSupportedCount
int getSubjectTypesSupportedCount()
Supported subject types.
repeated string subject_types_supported = 4;- Returns:
- The count of subjectTypesSupported.
-
getSubjectTypesSupported
String getSubjectTypesSupported(int index)
Supported subject types.
repeated string subject_types_supported = 4;- Parameters:
index- The index of the element to return.- Returns:
- The subjectTypesSupported at the given index.
-
getSubjectTypesSupportedBytes
com.google.protobuf.ByteString getSubjectTypesSupportedBytes(int index)
Supported subject types.
repeated string subject_types_supported = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the subjectTypesSupported at the given index.
-
getIdTokenSigningAlgValuesSupportedList
List<String> getIdTokenSigningAlgValuesSupportedList()
supported ID Token signing Algorithms.
repeated string id_token_signing_alg_values_supported = 5;- Returns:
- A list containing the idTokenSigningAlgValuesSupported.
-
getIdTokenSigningAlgValuesSupportedCount
int getIdTokenSigningAlgValuesSupportedCount()
supported ID Token signing Algorithms.
repeated string id_token_signing_alg_values_supported = 5;- Returns:
- The count of idTokenSigningAlgValuesSupported.
-
getIdTokenSigningAlgValuesSupported
String getIdTokenSigningAlgValuesSupported(int index)
supported ID Token signing Algorithms.
repeated string id_token_signing_alg_values_supported = 5;- Parameters:
index- The index of the element to return.- Returns:
- The idTokenSigningAlgValuesSupported at the given index.
-
getIdTokenSigningAlgValuesSupportedBytes
com.google.protobuf.ByteString getIdTokenSigningAlgValuesSupportedBytes(int index)
supported ID Token signing Algorithms.
repeated string id_token_signing_alg_values_supported = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the idTokenSigningAlgValuesSupported at the given index.
-
getClaimsSupportedList
List<String> getClaimsSupportedList()
Supported claims.
repeated string claims_supported = 6;- Returns:
- A list containing the claimsSupported.
-
getClaimsSupportedCount
int getClaimsSupportedCount()
Supported claims.
repeated string claims_supported = 6;- Returns:
- The count of claimsSupported.
-
getClaimsSupported
String getClaimsSupported(int index)
Supported claims.
repeated string claims_supported = 6;- Parameters:
index- The index of the element to return.- Returns:
- The claimsSupported at the given index.
-
getClaimsSupportedBytes
com.google.protobuf.ByteString getClaimsSupportedBytes(int index)
Supported claims.
repeated string claims_supported = 6;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the claimsSupported at the given index.
-
getGrantTypesList
List<String> getGrantTypesList()
Supported grant types.
repeated string grant_types = 7;- Returns:
- A list containing the grantTypes.
-
getGrantTypesCount
int getGrantTypesCount()
Supported grant types.
repeated string grant_types = 7;- Returns:
- The count of grantTypes.
-
getGrantTypes
String getGrantTypes(int index)
Supported grant types.
repeated string grant_types = 7;- Parameters:
index- The index of the element to return.- Returns:
- The grantTypes at the given index.
-
getGrantTypesBytes
com.google.protobuf.ByteString getGrantTypesBytes(int index)
Supported grant types.
repeated string grant_types = 7;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the grantTypes at the given index.
-
-