The "changes" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| create ($project, $managedZone, Google_Service_Dns_Change $postBody, $optParams=array()) |
| Atomically update the ResourceRecordSet collection.
|
|
| get ($project, $managedZone, $changeId, $optParams=array()) |
| Fetch the representation of an existing Change.
|
|
| listChanges ($project, $managedZone, $optParams=array()) |
| Enumerate Changes to a ResourceRecordSet collection.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "changes" collection of methods.
Typical usage is: $dnsService = new Google_Service_Dns(...); $changes = $dnsService->changes;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ create()
Google_Service_Dns_Changes_Resource::create |
( |
| $project, |
|
|
| $managedZone, |
|
|
Google_Service_Dns_Change | $postBody, |
|
|
| $optParams = array() ) |
Atomically update the ResourceRecordSet collection.
(changes.create)
- Parameters
-
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. |
Google_Change | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ get()
Google_Service_Dns_Changes_Resource::get |
( |
| $project, |
|
|
| $managedZone, |
|
|
| $changeId, |
|
|
| $optParams = array() ) |
Fetch the representation of an existing Change.
(changes.get)
- Parameters
-
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. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listChanges()
Google_Service_Dns_Changes_Resource::listChanges |
( |
| $project, |
|
|
| $managedZone, |
|
|
| $optParams = array() ) |
Enumerate Changes to a ResourceRecordSet collection.
(changes.listChanges)
- Parameters
-
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. |
array | $optParams | Optional parameters. |
@opt_param int maxResults Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return. @opt_param string pageToken Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request. @opt_param string sortBy Sorting criterion. The only supported value is change sequence. @opt_param string sortOrder Sorting order direction: 'ascending' or 'descending'.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Dns.php