public final class GetOpenIDConfigResponse extends GeneratedMessageV3 implements GetOpenIDConfigResponseOrBuilder
GetOpenIDConfigResponse is an OIDC discovery document for the cluster.
See the OpenID Connect Discovery 1.0 specification for details.
Protobuf type google.container.v1beta1.GetOpenIDConfigResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
CLAIMS_SUPPORTED_FIELD_NUMBER
public static final int CLAIMS_SUPPORTED_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
GRANT_TYPES_FIELD_NUMBER
public static final int GRANT_TYPES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ID_TOKEN_SIGNING_ALG_VALUES_SUPPORTED_FIELD_NUMBER
public static final int ID_TOKEN_SIGNING_ALG_VALUES_SUPPORTED_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ISSUER_FIELD_NUMBER
public static final int ISSUER_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
JWKS_URI_FIELD_NUMBER
public static final int JWKS_URI_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
RESPONSE_TYPES_SUPPORTED_FIELD_NUMBER
public static final int RESPONSE_TYPES_SUPPORTED_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SUBJECT_TYPES_SUPPORTED_FIELD_NUMBER
public static final int SUBJECT_TYPES_SUPPORTED_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static GetOpenIDConfigResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GetOpenIDConfigResponse.Builder newBuilder()
newBuilder(GetOpenIDConfigResponse prototype)
public static GetOpenIDConfigResponse.Builder newBuilder(GetOpenIDConfigResponse prototype)
public static GetOpenIDConfigResponse parseDelimitedFrom(InputStream input)
public static GetOpenIDConfigResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GetOpenIDConfigResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GetOpenIDConfigResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GetOpenIDConfigResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GetOpenIDConfigResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GetOpenIDConfigResponse parseFrom(CodedInputStream input)
public static GetOpenIDConfigResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GetOpenIDConfigResponse parseFrom(InputStream input)
public static GetOpenIDConfigResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GetOpenIDConfigResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GetOpenIDConfigResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GetOpenIDConfigResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getClaimsSupported(int index)
public String getClaimsSupported(int index)
Supported claims.
repeated string claims_supported = 6;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The claimsSupported at the given index.
|
getClaimsSupportedBytes(int index)
public ByteString getClaimsSupportedBytes(int index)
Supported claims.
repeated string claims_supported = 6;
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the claimsSupported at the given index.
|
getClaimsSupportedCount()
public int getClaimsSupportedCount()
Supported claims.
repeated string claims_supported = 6;
Returns |
---|
Type | Description |
int | The count of claimsSupported.
|
getClaimsSupportedList()
public ProtocolStringList getClaimsSupportedList()
Supported claims.
repeated string claims_supported = 6;
getDefaultInstanceForType()
public GetOpenIDConfigResponse getDefaultInstanceForType()
getGrantTypes(int index)
public String getGrantTypes(int index)
Supported grant types.
repeated string grant_types = 7;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The grantTypes at the given index.
|
getGrantTypesBytes(int index)
public ByteString getGrantTypesBytes(int index)
Supported grant types.
repeated string grant_types = 7;
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the grantTypes at the given index.
|
getGrantTypesCount()
public int getGrantTypesCount()
Supported grant types.
repeated string grant_types = 7;
Returns |
---|
Type | Description |
int | The count of grantTypes.
|
getGrantTypesList()
public ProtocolStringList getGrantTypesList()
Supported grant types.
repeated string grant_types = 7;
getIdTokenSigningAlgValuesSupported(int index)
public String getIdTokenSigningAlgValuesSupported(int index)
supported ID Token signing Algorithms.
repeated string id_token_signing_alg_values_supported = 5;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The idTokenSigningAlgValuesSupported at the given index.
|
getIdTokenSigningAlgValuesSupportedBytes(int index)
public ByteString getIdTokenSigningAlgValuesSupportedBytes(int index)
supported ID Token signing Algorithms.
repeated string id_token_signing_alg_values_supported = 5;
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the idTokenSigningAlgValuesSupported at the given index.
|
getIdTokenSigningAlgValuesSupportedCount()
public int getIdTokenSigningAlgValuesSupportedCount()
supported ID Token signing Algorithms.
repeated string id_token_signing_alg_values_supported = 5;
Returns |
---|
Type | Description |
int | The count of idTokenSigningAlgValuesSupported.
|
getIdTokenSigningAlgValuesSupportedList()
public ProtocolStringList getIdTokenSigningAlgValuesSupportedList()
supported ID Token signing Algorithms.
repeated string id_token_signing_alg_values_supported = 5;
Returns |
---|
Type | Description |
ProtocolStringList | A list containing the idTokenSigningAlgValuesSupported.
|
getIssuer()
public String getIssuer()
OIDC Issuer.
string issuer = 1;
Returns |
---|
Type | Description |
String | The issuer.
|
getIssuerBytes()
public ByteString getIssuerBytes()
OIDC Issuer.
string issuer = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for issuer.
|
getJwksUri()
public String getJwksUri()
JSON Web Key uri.
string jwks_uri = 2;
Returns |
---|
Type | Description |
String | The jwksUri.
|
getJwksUriBytes()
public ByteString getJwksUriBytes()
JSON Web Key uri.
string jwks_uri = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for jwksUri.
|
getParserForType()
public Parser<GetOpenIDConfigResponse> getParserForType()
Overrides
getResponseTypesSupported(int index)
public String getResponseTypesSupported(int index)
Supported response types.
repeated string response_types_supported = 3;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The responseTypesSupported at the given index.
|
getResponseTypesSupportedBytes(int index)
public ByteString getResponseTypesSupportedBytes(int index)
Supported response types.
repeated string response_types_supported = 3;
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the responseTypesSupported at the given index.
|
getResponseTypesSupportedCount()
public int getResponseTypesSupportedCount()
Supported response types.
repeated string response_types_supported = 3;
Returns |
---|
Type | Description |
int | The count of responseTypesSupported.
|
getResponseTypesSupportedList()
public ProtocolStringList getResponseTypesSupportedList()
Supported response types.
repeated string response_types_supported = 3;
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getSubjectTypesSupported(int index)
public String getSubjectTypesSupported(int index)
Supported subject types.
repeated string subject_types_supported = 4;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The subjectTypesSupported at the given index.
|
getSubjectTypesSupportedBytes(int index)
public ByteString getSubjectTypesSupportedBytes(int index)
Supported subject types.
repeated string subject_types_supported = 4;
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the subjectTypesSupported at the given index.
|
getSubjectTypesSupportedCount()
public int getSubjectTypesSupportedCount()
Supported subject types.
repeated string subject_types_supported = 4;
Returns |
---|
Type | Description |
int | The count of subjectTypesSupported.
|
getSubjectTypesSupportedList()
public ProtocolStringList getSubjectTypesSupportedList()
Supported subject types.
repeated string subject_types_supported = 4;
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GetOpenIDConfigResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GetOpenIDConfigResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public GetOpenIDConfigResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides