Class GetJSONWebKeysRequest (2.5.0)

public final class GetJSONWebKeysRequest extends GeneratedMessageV3 implements GetJSONWebKeysRequestOrBuilder

GetJSONWebKeysRequest gets the public component of the keys used by the cluster to sign token requests. This will be the jwks_uri for the discover document returned by getOpenIDConfig. See the OpenID Connect Discovery 1.0 specification for details.

Protobuf type google.container.v1.GetJSONWebKeysRequest

Static Fields

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GetJSONWebKeysRequest getDefaultInstance()
Returns
TypeDescription
GetJSONWebKeysRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static GetJSONWebKeysRequest.Builder newBuilder()
Returns
TypeDescription
GetJSONWebKeysRequest.Builder

newBuilder(GetJSONWebKeysRequest prototype)

public static GetJSONWebKeysRequest.Builder newBuilder(GetJSONWebKeysRequest prototype)
Parameter
NameDescription
prototypeGetJSONWebKeysRequest
Returns
TypeDescription
GetJSONWebKeysRequest.Builder

parseDelimitedFrom(InputStream input)

public static GetJSONWebKeysRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GetJSONWebKeysRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static GetJSONWebKeysRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GetJSONWebKeysRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GetJSONWebKeysRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GetJSONWebKeysRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GetJSONWebKeysRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GetJSONWebKeysRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static GetJSONWebKeysRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GetJSONWebKeysRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static GetJSONWebKeysRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GetJSONWebKeysRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<GetJSONWebKeysRequest> parser()
Returns
TypeDescription
Parser<GetJSONWebKeysRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public GetJSONWebKeysRequest getDefaultInstanceForType()
Returns
TypeDescription
GetJSONWebKeysRequest

getParent()

public String getParent()

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

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

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

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.

getParserForType()

public Parser<GetJSONWebKeysRequest> getParserForType()
Returns
TypeDescription
Parser<GetJSONWebKeysRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public GetJSONWebKeysRequest.Builder newBuilderForType()
Returns
TypeDescription
GetJSONWebKeysRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GetJSONWebKeysRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
GetJSONWebKeysRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public GetJSONWebKeysRequest.Builder toBuilder()
Returns
TypeDescription
GetJSONWebKeysRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException