Class ResponsePoliciesResource.UpdateRequest
Updates an existing Response Policy.
Inheritance
System.Object
ResponsePoliciesResource.UpdateRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dns.v1beta2
Assembly: Google.Apis.Dns.v1beta2.dll
Syntax
public class UpdateRequest : DnsBaseServiceRequest<ResponsePoliciesUpdateResponse>, IClientServiceRequest<ResponsePoliciesUpdateResponse>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, ResponsePolicy, String, String)
Constructs a new Update request.
Declaration
public UpdateRequest(IClientService service, ResponsePolicy body, string project, string responsePolicy)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ResponsePolicy | body | |
System.String | project | |
System.String | responsePolicy |
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 |
---|---|
System.String |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dns.v1beta2.Data.ResponsePoliciesUpdateResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dns.v1beta2.Data.ResponsePoliciesUpdateResponse>.MethodName
Project
Identifies the project addressed by this request.
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
Type | Description |
---|---|
System.String |
ResponsePolicy
User assigned name of the Response Policy addressed by this request.
Declaration
[RequestParameter("responsePolicy", RequestParameterType.Path)]
public virtual string ResponsePolicy { get; }
Property Value
Type | Description |
---|---|
System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dns.v1beta2.Data.ResponsePoliciesUpdateResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
System.Object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dns.v1beta2.Data.ResponsePoliciesUpdateResponse>.GetBody()
InitParameters()
Initializes Update parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dns.v1beta2.DnsBaseServiceRequest<Google.Apis.Dns.v1beta2.Data.ResponsePoliciesUpdateResponse>.InitParameters()