Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.UpdateCmekConfigRequest

Creates or Updates a CMEK config. Updates the Customer Managed Encryption Key assotiated with the Cloud Tasks location (Creates if the key does not already exist). All new tasks created in the location will be encrypted at-rest with the KMS-key provided in the config.

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

Constructors

UpdateCmekConfigRequest(IClientService, CmekConfig, string)

Constructs a new UpdateCmekConfig request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Output only. The config resource name which includes the project and location and must end in 'cmekConfig', in the format projects/PROJECT_ID/locations/LOCATION_ID/cmekConfig`

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

UpdateMask

List of fields to be updated in this request.

Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes UpdateCmekConfig parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudTasksBaseServiceRequest<CmekConfig>.InitParameters()

Implements

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