Show / Hide Table of Contents

Class ProjectsResource.ShowEffectiveAutokeyConfigRequest

Returns the effective Cloud KMS Autokey configuration for a given project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ShowEffectiveAutokeyConfigResponse>
CloudKMSBaseServiceRequest<ShowEffectiveAutokeyConfigResponse>
ProjectsResource.ShowEffectiveAutokeyConfigRequest
Implements
IClientServiceRequest<ShowEffectiveAutokeyConfigResponse>
IClientServiceRequest
Inherited Members
CloudKMSBaseServiceRequest<ShowEffectiveAutokeyConfigResponse>.Xgafv
CloudKMSBaseServiceRequest<ShowEffectiveAutokeyConfigResponse>.AccessToken
CloudKMSBaseServiceRequest<ShowEffectiveAutokeyConfigResponse>.Alt
CloudKMSBaseServiceRequest<ShowEffectiveAutokeyConfigResponse>.Callback
CloudKMSBaseServiceRequest<ShowEffectiveAutokeyConfigResponse>.Fields
CloudKMSBaseServiceRequest<ShowEffectiveAutokeyConfigResponse>.Key
CloudKMSBaseServiceRequest<ShowEffectiveAutokeyConfigResponse>.OauthToken
CloudKMSBaseServiceRequest<ShowEffectiveAutokeyConfigResponse>.PrettyPrint
CloudKMSBaseServiceRequest<ShowEffectiveAutokeyConfigResponse>.QuotaUser
CloudKMSBaseServiceRequest<ShowEffectiveAutokeyConfigResponse>.UploadType
CloudKMSBaseServiceRequest<ShowEffectiveAutokeyConfigResponse>.UploadProtocol
ClientServiceRequest<ShowEffectiveAutokeyConfigResponse>.Execute()
ClientServiceRequest<ShowEffectiveAutokeyConfigResponse>.ExecuteAsStream()
ClientServiceRequest<ShowEffectiveAutokeyConfigResponse>.ExecuteAsync()
ClientServiceRequest<ShowEffectiveAutokeyConfigResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ShowEffectiveAutokeyConfigResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ShowEffectiveAutokeyConfigResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ShowEffectiveAutokeyConfigResponse>.CreateRequest(bool?)
ClientServiceRequest<ShowEffectiveAutokeyConfigResponse>.GenerateRequestUri()
ClientServiceRequest<ShowEffectiveAutokeyConfigResponse>.GetBody()
ClientServiceRequest<ShowEffectiveAutokeyConfigResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ShowEffectiveAutokeyConfigResponse>.ETagAction
ClientServiceRequest<ShowEffectiveAutokeyConfigResponse>.ModifyRequest
ClientServiceRequest<ShowEffectiveAutokeyConfigResponse>.ValidateParameters
ClientServiceRequest<ShowEffectiveAutokeyConfigResponse>.ApiVersion
ClientServiceRequest<ShowEffectiveAutokeyConfigResponse>.RequestParameters
ClientServiceRequest<ShowEffectiveAutokeyConfigResponse>.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.CloudKMS.v1
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class ProjectsResource.ShowEffectiveAutokeyConfigRequest : CloudKMSBaseServiceRequest<ShowEffectiveAutokeyConfigResponse>, IClientServiceRequest<ShowEffectiveAutokeyConfigResponse>, IClientServiceRequest

Constructors

ShowEffectiveAutokeyConfigRequest(IClientService, string)

Constructs a new ShowEffectiveAutokeyConfig request.

Declaration
public ShowEffectiveAutokeyConfigRequest(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<ShowEffectiveAutokeyConfigResponse>.HttpMethod

MethodName

Gets the method name.

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

Parent

Required. Name of the resource project to the show effective Cloud KMS Autokey configuration for. This may be helpful for interrogating the effect of nested folder configurations on a given resource project.

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<ShowEffectiveAutokeyConfigResponse>.RestPath

Methods

InitParameters()

Initializes ShowEffectiveAutokeyConfig parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudKMSBaseServiceRequest<ShowEffectiveAutokeyConfigResponse>.InitParameters()

Implements

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