Class GetJSONWebKeysRequest (2.63.0)

publicfinalclassGetJSONWebKeysRequestextendsGeneratedMessageV3implementsGetJSONWebKeysRequestOrBuilder

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

publicstaticfinalintPARENT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

publicstaticGetJSONWebKeysRequestgetDefaultInstance()
Returns
TypeDescription
GetJSONWebKeysRequest

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

publicstaticGetJSONWebKeysRequest.BuildernewBuilder()
Returns
TypeDescription
GetJSONWebKeysRequest.Builder

newBuilder(GetJSONWebKeysRequest prototype)

publicstaticGetJSONWebKeysRequest.BuildernewBuilder(GetJSONWebKeysRequestprototype)
Parameter
NameDescription
prototypeGetJSONWebKeysRequest
Returns
TypeDescription
GetJSONWebKeysRequest.Builder

parseDelimitedFrom(InputStream input)

publicstaticGetJSONWebKeysRequestparseDelimitedFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticGetJSONWebKeysRequestparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

publicstaticGetJSONWebKeysRequestparseFrom(byte[]data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticGetJSONWebKeysRequestparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticGetJSONWebKeysRequestparseFrom(ByteStringdata)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticGetJSONWebKeysRequestparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticGetJSONWebKeysRequestparseFrom(CodedInputStreaminput)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticGetJSONWebKeysRequestparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

publicstaticGetJSONWebKeysRequestparseFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticGetJSONWebKeysRequestparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

publicstaticGetJSONWebKeysRequestparseFrom(ByteBufferdata)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticGetJSONWebKeysRequestparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetJSONWebKeysRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

publicstaticParser<GetJSONWebKeysRequest>parser()
Returns
TypeDescription
Parser<GetJSONWebKeysRequest>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

publicGetJSONWebKeysRequestgetDefaultInstanceForType()
Returns
TypeDescription
GetJSONWebKeysRequest

getParent()

publicStringgetParent()

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()

publicByteStringgetParentBytes()

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()

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

getSerializedSize()

publicintgetSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

publicinthashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

publicGetJSONWebKeysRequest.BuildernewBuilderForType()
Returns
TypeDescription
GetJSONWebKeysRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedGetJSONWebKeysRequest.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
GetJSONWebKeysRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

publicGetJSONWebKeysRequest.BuildertoBuilder()
Returns
TypeDescription
GetJSONWebKeysRequest.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException