Google Cloud Container V1 Client - Class GetJSONWebKeysRequest (2.2.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class GetJSONWebKeysRequest.

GetJSONWebKeysRequest gets the public component of the keys used by thecluster to sign token requests. This will be the jwks_uri for the discoverdocument returned by getOpenIDConfig. See the OpenID ConnectDiscovery 1.0 specification for details.

Generated from protobuf messagegoogle.container.v1.GetJSONWebKeysRequest

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ parentstring

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

getParent

The cluster (project, location, cluster name) to get keys for. Specified inthe formatprojects/*/locations/*/clusters/*.

Returns
TypeDescription
string

setParent

The cluster (project, location, cluster name) to get keys for. Specified inthe formatprojects/*/locations/*/clusters/*.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-24 UTC.