Class GetJSONWebKeysResponse (2.3.6)

public final class GetJSONWebKeysResponse extends GeneratedMessageV3 implements GetJSONWebKeysResponseOrBuilder

GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517

Protobuf type google.container.v1.GetJSONWebKeysResponse

Static Fields

KEYS_FIELD_NUMBER

public static final int KEYS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GetJSONWebKeysResponse getDefaultInstance()
Returns
TypeDescription
GetJSONWebKeysResponse

getDescriptor()

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

newBuilder()

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

newBuilder(GetJSONWebKeysResponse prototype)

public static GetJSONWebKeysResponse.Builder newBuilder(GetJSONWebKeysResponse prototype)
Parameter
NameDescription
prototypeGetJSONWebKeysResponse
Returns
TypeDescription
GetJSONWebKeysResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public GetJSONWebKeysResponse getDefaultInstanceForType()
Returns
TypeDescription
GetJSONWebKeysResponse

getKeys(int index)

public Jwk getKeys(int index)

The public component of the keys used by the cluster to sign token requests.

repeated .google.container.v1.Jwk keys = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Jwk

getKeysCount()

public int getKeysCount()

The public component of the keys used by the cluster to sign token requests.

repeated .google.container.v1.Jwk keys = 1;

Returns
TypeDescription
int

getKeysList()

public List<Jwk> getKeysList()

The public component of the keys used by the cluster to sign token requests.

repeated .google.container.v1.Jwk keys = 1;

Returns
TypeDescription
List<Jwk>

getKeysOrBuilder(int index)

public JwkOrBuilder getKeysOrBuilder(int index)

The public component of the keys used by the cluster to sign token requests.

repeated .google.container.v1.Jwk keys = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
JwkOrBuilder

getKeysOrBuilderList()

public List<? extends JwkOrBuilder> getKeysOrBuilderList()

The public component of the keys used by the cluster to sign token requests.

repeated .google.container.v1.Jwk keys = 1;

Returns
TypeDescription
List<? extends com.google.container.v1.JwkOrBuilder>

getParserForType()

public Parser<GetJSONWebKeysResponse> getParserForType()
Returns
TypeDescription
Parser<GetJSONWebKeysResponse>
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 GetJSONWebKeysResponse.Builder newBuilderForType()
Returns
TypeDescription
GetJSONWebKeysResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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