Class ChangesResource
The "changes" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.Dns.v2
Assembly: Google.Apis.Dns.v2.dll
Syntax
public class ChangesResource
Constructors
ChangesResource(IClientService)
Constructs a new resource.
Declaration
public ChangesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service |
Methods
Create(Change, String, String, String)
Atomically updates the ResourceRecordSet collection.
Declaration
public virtual ChangesResource.CreateRequest Create(Change body, string project, string location, string managedZone)
Parameters
Type | Name | Description |
---|---|---|
Change | body | The body of the request. |
System.String | project | Identifies the project addressed by this request. |
System.String | location |
|
System.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, String)
Fetches the representation of an existing Change.
Declaration
public virtual ChangesResource.GetRequest Get(string project, string location, string managedZone, string changeId)
Parameters
Type | Name | Description |
---|---|---|
System.String | project | Identifies the project addressed by this request. |
System.String | location |
|
System.String | managedZone | Identifies the managed zone addressed by this request. Can be the managed zone name or ID. |
System.String | changeId | The identifier of the requested change, from a previous ResourceRecordSetsChangeResponse. |
Returns
Type | Description |
---|---|
ChangesResource.GetRequest |
List(String, String, String)
Enumerates Changes to a ResourceRecordSet collection.
Declaration
public virtual ChangesResource.ListRequest List(string project, string location, string managedZone)
Parameters
Type | Name | Description |
---|---|---|
System.String | project | Identifies the project addressed by this request. |
System.String | location |
|
System.String | managedZone | Identifies the managed zone addressed by this request. Can be the managed zone name or ID. |
Returns
Type | Description |
---|---|
ChangesResource.ListRequest |