Class ProjectsResource.LocationsResource.GetCmekConfigRequest
Gets the CMEK config. Gets the Customer Managed Encryption Key configured with the Cloud Tasks lcoation. By default there is no kms_key configured.
Inheritance
ProjectsResource.LocationsResource.GetCmekConfigRequest
  Inherited Members
Namespace: Google.Apis.CloudTasks.v2beta2
Assembly: Google.Apis.CloudTasks.v2beta2.dll
Syntax
public class ProjectsResource.LocationsResource.GetCmekConfigRequest : CloudTasksBaseServiceRequest<CmekConfig>, IClientServiceRequest<CmekConfig>, IClientServiceRequestConstructors
GetCmekConfigRequest(IClientService, string)
Constructs a new GetCmekConfig request.
Declaration
public GetCmekConfigRequest(IClientService service, string name)Parameters
| Type | Name | Description | 
|---|---|---|
| IClientService | service | |
| string | name | 
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
Name
Required. The config. For example: 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
Methods
InitParameters()
Initializes GetCmekConfig parameter list.
Declaration
protected override void InitParameters()