Class ChangesResource
The "changes" collection of methods.
Inherited Members
Namespace: Google.Apis.Dns.v1
Assembly: Google.Apis.Dns.v1.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. Note: While dns.changes.create is the baseline
permission required to invoke this method, additional permissions are checked depending on the specific
additions or deletions contained in the payload.
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 |