Class PoliciesResource.UpdateRequest
Updates an existing Policy.
Inheritance
PoliciesResource.UpdateRequest
Inherited Members
Namespace: Google.Apis.Dns.v1
Assembly: Google.Apis.Dns.v1.dll
Syntax
public class PoliciesResource.UpdateRequest : DnsBaseServiceRequest<PoliciesUpdateResponse>, IClientServiceRequest<PoliciesUpdateResponse>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, Policy, string, string)
Constructs a new Update request.
Declaration
public UpdateRequest(IClientService service, Policy body, string project, string policy)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Policy | body | |
string | project | |
string | policy |
Properties
ClientOperationId
For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
Declaration
[RequestParameter("clientOperationId", RequestParameterType.Query)]
public virtual string ClientOperationId { get; set; }
Property Value
Type | Description |
---|---|
string |
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
Policy
User given friendly name of the policy addressed by this request.
Declaration
[RequestParameter("policy", RequestParameterType.Path)]
public virtual string Policy { get; }
Property Value
Type | Description |
---|---|
string |
Project
Identifies the project addressed by this request.
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Update parameter list.
Declaration
protected override void InitParameters()