Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ClustersResource.GetJwksRequest

Gets the public component of the cluster signing keys in JSON Web Key format.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GetJSONWebKeysResponse>
ContainerBaseServiceRequest<GetJSONWebKeysResponse>
ProjectsResource.LocationsResource.ClustersResource.GetJwksRequest
Implements
IClientServiceRequest<GetJSONWebKeysResponse>
IClientServiceRequest
Inherited Members
ContainerBaseServiceRequest<GetJSONWebKeysResponse>.Xgafv
ContainerBaseServiceRequest<GetJSONWebKeysResponse>.AccessToken
ContainerBaseServiceRequest<GetJSONWebKeysResponse>.Alt
ContainerBaseServiceRequest<GetJSONWebKeysResponse>.Callback
ContainerBaseServiceRequest<GetJSONWebKeysResponse>.Fields
ContainerBaseServiceRequest<GetJSONWebKeysResponse>.Key
ContainerBaseServiceRequest<GetJSONWebKeysResponse>.OauthToken
ContainerBaseServiceRequest<GetJSONWebKeysResponse>.PrettyPrint
ContainerBaseServiceRequest<GetJSONWebKeysResponse>.QuotaUser
ContainerBaseServiceRequest<GetJSONWebKeysResponse>.UploadType
ContainerBaseServiceRequest<GetJSONWebKeysResponse>.UploadProtocol
ClientServiceRequest<GetJSONWebKeysResponse>.Execute()
ClientServiceRequest<GetJSONWebKeysResponse>.ExecuteAsStream()
ClientServiceRequest<GetJSONWebKeysResponse>.ExecuteAsync()
ClientServiceRequest<GetJSONWebKeysResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GetJSONWebKeysResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GetJSONWebKeysResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GetJSONWebKeysResponse>.CreateRequest(bool?)
ClientServiceRequest<GetJSONWebKeysResponse>.GenerateRequestUri()
ClientServiceRequest<GetJSONWebKeysResponse>.GetBody()
ClientServiceRequest<GetJSONWebKeysResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GetJSONWebKeysResponse>.ETagAction
ClientServiceRequest<GetJSONWebKeysResponse>.ModifyRequest
ClientServiceRequest<GetJSONWebKeysResponse>.ValidateParameters
ClientServiceRequest<GetJSONWebKeysResponse>.ApiVersion
ClientServiceRequest<GetJSONWebKeysResponse>.RequestParameters
ClientServiceRequest<GetJSONWebKeysResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ClustersResource.GetJwksRequest : ContainerBaseServiceRequest<GetJSONWebKeysResponse>, IClientServiceRequest<GetJSONWebKeysResponse>, IClientServiceRequest

Constructors

GetJwksRequest(IClientService, string)

Constructs a new GetJwks request.

Declaration
public GetJwksRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GetJSONWebKeysResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GetJSONWebKeysResponse>.MethodName

Parent

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

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GetJSONWebKeysResponse>.RestPath

Methods

InitParameters()

Initializes GetJwks parameter list.

Declaration
protected override void InitParameters()
Overrides
ContainerBaseServiceRequest<GetJSONWebKeysResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX