Class ProjectsResource.LocationsResource.UpdateCmekConfigRequest
Initializes or Updates the a scheduler config.
Inheritance
ProjectsResource.LocationsResource.UpdateCmekConfigRequest
Inherited Members
Namespace: Google.Apis.CloudScheduler.v1
Assembly: Google.Apis.CloudScheduler.v1.dll
Syntax
public class ProjectsResource.LocationsResource.UpdateCmekConfigRequest : CloudSchedulerBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, 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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Identifier. 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
UpdateMask
Optional. 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
InitParameters()
Initializes UpdateCmekConfig parameter list.
Declaration
protected override void InitParameters()