Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.KeyRingsResource.CryptoKeysResource.CryptoKeyVersionsResource.RawEncryptRequest

Encrypts data using portable cryptographic primitives. Most users should choose Encrypt and Decrypt rather than their raw counterparts. The CryptoKey.purpose must be RAW_ENCRYPT_DECRYPT.

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

Constructors

RawEncryptRequest(IClientService, RawEncryptRequest, string)

Constructs a new RawEncrypt request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the CryptoKeyVersion to use for encryption.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes RawEncrypt parameter list.

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

Implements

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