Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_Dns_ResourceRecordSets_Resource Class Reference

The "resourceRecordSets" collection of methods. More...

Inheritance diagram for Google_Service_Dns_ResourceRecordSets_Resource:
Google_Service_Resource

Public Member Functions

 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.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "resourceRecordSets" collection of methods.

Typical usage is: $dnsService = new Google_Service_Dns(...); $resourceRecordSets = $dnsService->resourceRecordSets;

Member Function Documentation

◆ 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
Google_Exception

◆ 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$projectIdentifies the project addressed by this request.
string$managedZoneIdentifies the managed zone addressed by this request. Can be the managed zone name or id.
array$optParamsOptional 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
Google_Service_Dns_ResourceRecordSetsListResponse

The documentation for this class was generated from the following file: