Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.KeyRingsResource.CryptoKeysResource.DecryptRequest

Decrypts data that was protected by Encrypt. The CryptoKey.purpose must be ENCRYPT_DECRYPT.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<DecryptResponse>
CloudKMSBaseServiceRequest<DecryptResponse>
ProjectsResource.LocationsResource.KeyRingsResource.CryptoKeysResource.DecryptRequest
Implements
IClientServiceRequest<DecryptResponse>
IClientServiceRequest
Inherited Members
CloudKMSBaseServiceRequest<DecryptResponse>.Xgafv
CloudKMSBaseServiceRequest<DecryptResponse>.AccessToken
CloudKMSBaseServiceRequest<DecryptResponse>.Alt
CloudKMSBaseServiceRequest<DecryptResponse>.Callback
CloudKMSBaseServiceRequest<DecryptResponse>.Fields
CloudKMSBaseServiceRequest<DecryptResponse>.Key
CloudKMSBaseServiceRequest<DecryptResponse>.OauthToken
CloudKMSBaseServiceRequest<DecryptResponse>.PrettyPrint
CloudKMSBaseServiceRequest<DecryptResponse>.QuotaUser
CloudKMSBaseServiceRequest<DecryptResponse>.UploadType
CloudKMSBaseServiceRequest<DecryptResponse>.UploadProtocol
ClientServiceRequest<DecryptResponse>.Execute()
ClientServiceRequest<DecryptResponse>.ExecuteAsStream()
ClientServiceRequest<DecryptResponse>.ExecuteAsync()
ClientServiceRequest<DecryptResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<DecryptResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<DecryptResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<DecryptResponse>.CreateRequest(bool?)
ClientServiceRequest<DecryptResponse>.GenerateRequestUri()
ClientServiceRequest<DecryptResponse>.GetDefaultETagAction(string)
ClientServiceRequest<DecryptResponse>.ETagAction
ClientServiceRequest<DecryptResponse>.ModifyRequest
ClientServiceRequest<DecryptResponse>.ValidateParameters
ClientServiceRequest<DecryptResponse>.ApiVersion
ClientServiceRequest<DecryptResponse>.RequestParameters
ClientServiceRequest<DecryptResponse>.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.LocationsResource.KeyRingsResource.CryptoKeysResource.DecryptRequest : CloudKMSBaseServiceRequest<DecryptResponse>, IClientServiceRequest<DecryptResponse>, IClientServiceRequest

Constructors

DecryptRequest(IClientService, DecryptRequest, string)

Constructs a new Decrypt request.

Declaration
public DecryptRequest(IClientService service, DecryptRequest body, string name)
Parameters
Type Name Description
IClientService service
DecryptRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the CryptoKey to use for decryption. The server will choose the appropriate version.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<DecryptResponse>.GetBody()

InitParameters()

Initializes Decrypt parameter list.

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

Implements

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