Class GetOpenIDConfigRequest.Builder (2.86.0)

public static final class GetOpenIDConfigRequest.Builder extends GeneratedMessage.Builder<GetOpenIDConfigRequest.Builder> implements GetOpenIDConfigRequestOrBuilder

GetOpenIDConfigRequest gets the OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.

Protobuf type google.container.v1beta1.GetOpenIDConfigRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetOpenIDConfigRequest build()
Returns
Type Description
GetOpenIDConfigRequest

buildPartial()

public GetOpenIDConfigRequest buildPartial()
Returns
Type Description
GetOpenIDConfigRequest

clear()

public GetOpenIDConfigRequest.Builder clear()
Returns
Type Description
GetOpenIDConfigRequest.Builder
Overrides

clearParent()

public GetOpenIDConfigRequest.Builder clearParent()

The cluster (project, location, cluster name) to get the discovery document for. Specified in the format projects/*/locations/*/clusters/*.

string parent = 1;

Returns
Type Description
GetOpenIDConfigRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetOpenIDConfigRequest getDefaultInstanceForType()
Returns
Type Description
GetOpenIDConfigRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getParent()

public String getParent()

The cluster (project, location, cluster name) to get the discovery document for. Specified in the format projects/*/locations/*/clusters/*.

string parent = 1;

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

The cluster (project, location, cluster name) to get the discovery document for. Specified in the format projects/*/locations/*/clusters/*.

string parent = 1;

Returns
Type Description
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetOpenIDConfigRequest other)

public GetOpenIDConfigRequest.Builder mergeFrom(GetOpenIDConfigRequest other)
Parameter
Name Description
other GetOpenIDConfigRequest
Returns
Type Description
GetOpenIDConfigRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetOpenIDConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetOpenIDConfigRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetOpenIDConfigRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetOpenIDConfigRequest.Builder
Overrides

setParent(String value)

public GetOpenIDConfigRequest.Builder setParent(String value)

The cluster (project, location, cluster name) to get the discovery document for. Specified in the format projects/*/locations/*/clusters/*.

string parent = 1;

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
GetOpenIDConfigRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public GetOpenIDConfigRequest.Builder setParentBytes(ByteString value)

The cluster (project, location, cluster name) to get the discovery document for. Specified in the format projects/*/locations/*/clusters/*.

string parent = 1;

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
GetOpenIDConfigRequest.Builder

This builder for chaining.