The "resourceRecordSets" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| listResourceRecordSets ($project, $managedZone, $optParams=array()) |
| Enumerate ResourceRecordSets that have been created but not yet deleted.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "resourceRecordSets" collection of methods.
Typical usage is: $dnsService = new Google_Service_Dns(...); $resourceRecordSets = $dnsService->resourceRecordSets;
◆ 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
-
◆ listResourceRecordSets()
Google_Service_Dns_ResourceRecordSets_Resource::listResourceRecordSets |
( |
| $project, |
|
|
| $managedZone, |
|
|
| $optParams = array() ) |
Enumerate ResourceRecordSets that have been created but not yet deleted.
(resourceRecordSets.listResourceRecordSets)
- 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 string name Restricts the list to return only records with this fully qualified domain name. @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 type Restricts the list to return only records of this type. If present, the "name" parameter must also be present.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Dns.php