Class ResourceRecordSetsResource.PatchRequest
Applies a partial update to an existing ResourceRecordSet.
Inheritance
ResourceRecordSetsResource.PatchRequest
Inherited Members
Namespace: Google.Apis.Dns.v1beta2
Assembly: Google.Apis.Dns.v1beta2.dll
Syntax
public class ResourceRecordSetsResource.PatchRequest : DnsBaseServiceRequest<ResourceRecordSet>, IClientServiceRequest<ResourceRecordSet>, IClientServiceRequest
Constructors
PatchRequest(IClientService, ResourceRecordSet, string, string, string, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, ResourceRecordSet body, string project, string managedZone, string name, string type)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ResourceRecordSet | body | |
string | project | |
string | managedZone | |
string | name | |
string | type |
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
ManagedZone
Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
Declaration
[RequestParameter("managedZone", RequestParameterType.Path)]
public virtual string ManagedZone { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Fully qualified domain name.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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
Type
RRSet type.
Declaration
[RequestParameter("type", RequestParameterType.Path)]
public virtual string Type { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()