- 2.81.0 (latest)
 - 2.79.0
 - 2.78.0
 - 2.77.0
 - 2.76.0
 - 2.75.0
 - 2.73.0
 - 2.71.0
 - 2.70.0
 - 2.67.0
 - 2.66.0
 - 2.65.0
 - 2.63.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.52.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.40.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.27.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.2
 - 2.4.1
 - 2.3.8
 
public static final class GetOpenIDConfigResponse.Builder extends GeneratedMessageV3.Builder<GetOpenIDConfigResponse.Builder> implements GetOpenIDConfigResponseOrBuilderGetOpenIDConfigResponse is an OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.
 Protobuf type google.container.v1beta1.GetOpenIDConfigResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetOpenIDConfigResponse.BuilderImplements
GetOpenIDConfigResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addAllClaimsSupported(Iterable<String> values)
public GetOpenIDConfigResponse.Builder addAllClaimsSupported(Iterable<String> values)Supported claims.
 repeated string claims_supported = 6;
| Name | Description | 
| values | Iterable<String>The claimsSupported to add.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
addAllGrantTypes(Iterable<String> values)
public GetOpenIDConfigResponse.Builder addAllGrantTypes(Iterable<String> values)Supported grant types.
 repeated string grant_types = 7;
| Name | Description | 
| values | Iterable<String>The grantTypes to add.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
addAllIdTokenSigningAlgValuesSupported(Iterable<String> values)
public GetOpenIDConfigResponse.Builder addAllIdTokenSigningAlgValuesSupported(Iterable<String> values)supported ID Token signing Algorithms.
 repeated string id_token_signing_alg_values_supported = 5;
| Name | Description | 
| values | Iterable<String>The idTokenSigningAlgValuesSupported to add.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
addAllResponseTypesSupported(Iterable<String> values)
public GetOpenIDConfigResponse.Builder addAllResponseTypesSupported(Iterable<String> values)Supported response types.
 repeated string response_types_supported = 3;
| Name | Description | 
| values | Iterable<String>The responseTypesSupported to add.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
addAllSubjectTypesSupported(Iterable<String> values)
public GetOpenIDConfigResponse.Builder addAllSubjectTypesSupported(Iterable<String> values)Supported subject types.
 repeated string subject_types_supported = 4;
| Name | Description | 
| values | Iterable<String>The subjectTypesSupported to add.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
addClaimsSupported(String value)
public GetOpenIDConfigResponse.Builder addClaimsSupported(String value)Supported claims.
 repeated string claims_supported = 6;
| Name | Description | 
| value | StringThe claimsSupported to add.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
addClaimsSupportedBytes(ByteString value)
public GetOpenIDConfigResponse.Builder addClaimsSupportedBytes(ByteString value)Supported claims.
 repeated string claims_supported = 6;
| Name | Description | 
| value | ByteStringThe bytes of the claimsSupported to add.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
addGrantTypes(String value)
public GetOpenIDConfigResponse.Builder addGrantTypes(String value)Supported grant types.
 repeated string grant_types = 7;
| Name | Description | 
| value | StringThe grantTypes to add.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
addGrantTypesBytes(ByteString value)
public GetOpenIDConfigResponse.Builder addGrantTypesBytes(ByteString value)Supported grant types.
 repeated string grant_types = 7;
| Name | Description | 
| value | ByteStringThe bytes of the grantTypes to add.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
addIdTokenSigningAlgValuesSupported(String value)
public GetOpenIDConfigResponse.Builder addIdTokenSigningAlgValuesSupported(String value)supported ID Token signing Algorithms.
 repeated string id_token_signing_alg_values_supported = 5;
| Name | Description | 
| value | StringThe idTokenSigningAlgValuesSupported to add.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
addIdTokenSigningAlgValuesSupportedBytes(ByteString value)
public GetOpenIDConfigResponse.Builder addIdTokenSigningAlgValuesSupportedBytes(ByteString value)supported ID Token signing Algorithms.
 repeated string id_token_signing_alg_values_supported = 5;
| Name | Description | 
| value | ByteStringThe bytes of the idTokenSigningAlgValuesSupported to add.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetOpenIDConfigResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | 
addResponseTypesSupported(String value)
public GetOpenIDConfigResponse.Builder addResponseTypesSupported(String value)Supported response types.
 repeated string response_types_supported = 3;
| Name | Description | 
| value | StringThe responseTypesSupported to add.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
addResponseTypesSupportedBytes(ByteString value)
public GetOpenIDConfigResponse.Builder addResponseTypesSupportedBytes(ByteString value)Supported response types.
 repeated string response_types_supported = 3;
| Name | Description | 
| value | ByteStringThe bytes of the responseTypesSupported to add.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
addSubjectTypesSupported(String value)
public GetOpenIDConfigResponse.Builder addSubjectTypesSupported(String value)Supported subject types.
 repeated string subject_types_supported = 4;
| Name | Description | 
| value | StringThe subjectTypesSupported to add.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
addSubjectTypesSupportedBytes(ByteString value)
public GetOpenIDConfigResponse.Builder addSubjectTypesSupportedBytes(ByteString value)Supported subject types.
 repeated string subject_types_supported = 4;
| Name | Description | 
| value | ByteStringThe bytes of the subjectTypesSupported to add.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
build()
public GetOpenIDConfigResponse build()| Type | Description | 
| GetOpenIDConfigResponse | 
buildPartial()
public GetOpenIDConfigResponse buildPartial()| Type | Description | 
| GetOpenIDConfigResponse | 
clear()
public GetOpenIDConfigResponse.Builder clear()| Type | Description | 
| GetOpenIDConfigResponse.Builder | 
clearClaimsSupported()
public GetOpenIDConfigResponse.Builder clearClaimsSupported()Supported claims.
 repeated string claims_supported = 6;
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public GetOpenIDConfigResponse.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | 
clearGrantTypes()
public GetOpenIDConfigResponse.Builder clearGrantTypes()Supported grant types.
 repeated string grant_types = 7;
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
clearIdTokenSigningAlgValuesSupported()
public GetOpenIDConfigResponse.Builder clearIdTokenSigningAlgValuesSupported()supported ID Token signing Algorithms.
 repeated string id_token_signing_alg_values_supported = 5;
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
clearIssuer()
public GetOpenIDConfigResponse.Builder clearIssuer()OIDC Issuer.
 string issuer = 1;
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
clearJwksUri()
public GetOpenIDConfigResponse.Builder clearJwksUri()JSON Web Key uri.
 string jwks_uri = 2;
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public GetOpenIDConfigResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | 
clearResponseTypesSupported()
public GetOpenIDConfigResponse.Builder clearResponseTypesSupported()Supported response types.
 repeated string response_types_supported = 3;
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
clearSubjectTypesSupported()
public GetOpenIDConfigResponse.Builder clearSubjectTypesSupported()Supported subject types.
 repeated string subject_types_supported = 4;
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
clone()
public GetOpenIDConfigResponse.Builder clone()| Type | Description | 
| GetOpenIDConfigResponse.Builder | 
getClaimsSupported(int index)
public String getClaimsSupported(int index)Supported claims.
 repeated string claims_supported = 6;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| Type | Description | 
| String | The claimsSupported at the given index.  | 
      
getClaimsSupportedBytes(int index)
public ByteString getClaimsSupportedBytes(int index)Supported claims.
 repeated string claims_supported = 6;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| Type | Description | 
| ByteString | The bytes of the claimsSupported at the given index.  | 
      
getClaimsSupportedCount()
public int getClaimsSupportedCount()Supported claims.
 repeated string claims_supported = 6;
| Type | Description | 
| int | The count of claimsSupported.  | 
      
getClaimsSupportedList()
public ProtocolStringList getClaimsSupportedList()Supported claims.
 repeated string claims_supported = 6;
| Type | Description | 
| ProtocolStringList | A list containing the claimsSupported.  | 
      
getDefaultInstanceForType()
public GetOpenIDConfigResponse getDefaultInstanceForType()| Type | Description | 
| GetOpenIDConfigResponse | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getGrantTypes(int index)
public String getGrantTypes(int index)Supported grant types.
 repeated string grant_types = 7;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| 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;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| Type | Description | 
| ByteString | The bytes of the grantTypes at the given index.  | 
      
getGrantTypesCount()
public int getGrantTypesCount()Supported grant types.
 repeated string grant_types = 7;
| Type | Description | 
| int | The count of grantTypes.  | 
      
getGrantTypesList()
public ProtocolStringList getGrantTypesList()Supported grant types.
 repeated string grant_types = 7;
| Type | Description | 
| ProtocolStringList | A list containing the grantTypes.  | 
      
getIdTokenSigningAlgValuesSupported(int index)
public String getIdTokenSigningAlgValuesSupported(int index)supported ID Token signing Algorithms.
 repeated string id_token_signing_alg_values_supported = 5;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| 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;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| 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;
| 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;
| Type | Description | 
| ProtocolStringList | A list containing the idTokenSigningAlgValuesSupported.  | 
      
getIssuer()
public String getIssuer()OIDC Issuer.
 string issuer = 1;
| Type | Description | 
| String | The issuer.  | 
      
getIssuerBytes()
public ByteString getIssuerBytes()OIDC Issuer.
 string issuer = 1;
| Type | Description | 
| ByteString | The bytes for issuer.  | 
      
getJwksUri()
public String getJwksUri()JSON Web Key uri.
 string jwks_uri = 2;
| Type | Description | 
| String | The jwksUri.  | 
      
getJwksUriBytes()
public ByteString getJwksUriBytes()JSON Web Key uri.
 string jwks_uri = 2;
| Type | Description | 
| ByteString | The bytes for jwksUri.  | 
      
getResponseTypesSupported(int index)
public String getResponseTypesSupported(int index)Supported response types.
 repeated string response_types_supported = 3;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| 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;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| 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;
| Type | Description | 
| int | The count of responseTypesSupported.  | 
      
getResponseTypesSupportedList()
public ProtocolStringList getResponseTypesSupportedList()Supported response types.
 repeated string response_types_supported = 3;
| Type | Description | 
| ProtocolStringList | A list containing the responseTypesSupported.  | 
      
getSubjectTypesSupported(int index)
public String getSubjectTypesSupported(int index)Supported subject types.
 repeated string subject_types_supported = 4;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| 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;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| 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;
| Type | Description | 
| int | The count of subjectTypesSupported.  | 
      
getSubjectTypesSupportedList()
public ProtocolStringList getSubjectTypesSupportedList()Supported subject types.
 repeated string subject_types_supported = 4;
| Type | Description | 
| ProtocolStringList | A list containing the subjectTypesSupported.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(GetOpenIDConfigResponse other)
public GetOpenIDConfigResponse.Builder mergeFrom(GetOpenIDConfigResponse other)| Name | Description | 
| other | GetOpenIDConfigResponse | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetOpenIDConfigResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public GetOpenIDConfigResponse.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetOpenIDConfigResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | 
setClaimsSupported(int index, String value)
public GetOpenIDConfigResponse.Builder setClaimsSupported(int index, String value)Supported claims.
 repeated string claims_supported = 6;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | StringThe claimsSupported to set.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public GetOpenIDConfigResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | 
setGrantTypes(int index, String value)
public GetOpenIDConfigResponse.Builder setGrantTypes(int index, String value)Supported grant types.
 repeated string grant_types = 7;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | StringThe grantTypes to set.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
setIdTokenSigningAlgValuesSupported(int index, String value)
public GetOpenIDConfigResponse.Builder setIdTokenSigningAlgValuesSupported(int index, String value)supported ID Token signing Algorithms.
 repeated string id_token_signing_alg_values_supported = 5;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | StringThe idTokenSigningAlgValuesSupported to set.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
setIssuer(String value)
public GetOpenIDConfigResponse.Builder setIssuer(String value)OIDC Issuer.
 string issuer = 1;
| Name | Description | 
| value | StringThe issuer to set.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
setIssuerBytes(ByteString value)
public GetOpenIDConfigResponse.Builder setIssuerBytes(ByteString value)OIDC Issuer.
 string issuer = 1;
| Name | Description | 
| value | ByteStringThe bytes for issuer to set.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
setJwksUri(String value)
public GetOpenIDConfigResponse.Builder setJwksUri(String value)JSON Web Key uri.
 string jwks_uri = 2;
| Name | Description | 
| value | StringThe jwksUri to set.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
setJwksUriBytes(ByteString value)
public GetOpenIDConfigResponse.Builder setJwksUriBytes(ByteString value)JSON Web Key uri.
 string jwks_uri = 2;
| Name | Description | 
| value | ByteStringThe bytes for jwksUri to set.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetOpenIDConfigResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | 
setResponseTypesSupported(int index, String value)
public GetOpenIDConfigResponse.Builder setResponseTypesSupported(int index, String value)Supported response types.
 repeated string response_types_supported = 3;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | StringThe responseTypesSupported to set.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
setSubjectTypesSupported(int index, String value)
public GetOpenIDConfigResponse.Builder setSubjectTypesSupported(int index, String value)Supported subject types.
 repeated string subject_types_supported = 4;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | StringThe subjectTypesSupported to set.  | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder | This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final GetOpenIDConfigResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| GetOpenIDConfigResponse.Builder |