Show / Hide Table of Contents

Class ChangesResource

The "changes" collection of methods.

Inheritance
object
ChangesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dns.v1beta2
Assembly: Google.Apis.Dns.v1beta2.dll
Syntax
public class ChangesResource

Constructors

ChangesResource(IClientService)

Constructs a new resource.

Declaration
public ChangesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(Change, string, string)

Atomically updates the ResourceRecordSet collection.

Declaration
public virtual ChangesResource.CreateRequest Create(Change body, string project, string managedZone)
Parameters
Type Name Description
Change body

The body of the request.

string project

Identifies the project addressed by this request.

string managedZone

Identifies the managed zone addressed by this request. Can be the managed zone name or ID.

Returns
Type Description
ChangesResource.CreateRequest

Get(string, string, string)

Fetches the representation of an existing Change.

Declaration
public virtual ChangesResource.GetRequest Get(string project, string managedZone, string changeId)
Parameters
Type Name Description
string project

Identifies the project addressed by this request.

string managedZone

Identifies the managed zone addressed by this request. Can be the managed zone name or ID.

string changeId

The identifier of the requested change, from a previous ResourceRecordSetsChangeResponse.

Returns
Type Description
ChangesResource.GetRequest

List(string, string)

Enumerates Changes to a ResourceRecordSet collection.

Declaration
public virtual ChangesResource.ListRequest List(string project, string managedZone)
Parameters
Type Name Description
string project

Identifies the project addressed by this request.

string managedZone

Identifies the managed zone addressed by this request. Can be the managed zone name or ID.

Returns
Type Description
ChangesResource.ListRequest
In this article
Back to top Generated by DocFX