Reference documentation and code samples for the Google Cloud Container V1 Client class GetOpenIDConfigRequest.
GetOpenIDConfigRequest gets the OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.
Generated from protobuf message google.container.v1.GetOpenIDConfigRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
The cluster (project, location, cluster name) to get the discovery document for. Specified in the format projects/*/locations/*/clusters/*
.
getParent
The cluster (project, location, cluster name) to get the discovery document
for. Specified in the format projects/*/locations/*/clusters/*
.
Generated from protobuf field string parent = 1;
string
setParent
The cluster (project, location, cluster name) to get the discovery document
for. Specified in the format projects/*/locations/*/clusters/*
.
Generated from protobuf field string parent = 1;
var
string
$this

