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

The "changes" collection of methods. More...

Inheritance diagram for Google_Service_Dns_Changes_Resource:
Google_Service_Resource

Public Member Functions

 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.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "changes" collection of methods.

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

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

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

◆ get()

Google_Service_Dns_Changes_Resource::get ( $project,
$managedZone,
$changeId,
$optParams = array() )

Fetch the representation of an existing Change.

(changes.get)

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.
string$changeIdThe identifier of the requested change, from a previous ResourceRecordSetsChangeResponse.
array$optParamsOptional parameters.
Return values
Google_Service_Dns_Change

◆ listChanges()

Google_Service_Dns_Changes_Resource::listChanges ( $project,
$managedZone,
$optParams = array() )

Enumerate Changes to a ResourceRecordSet collection.

(changes.listChanges)

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 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
Google_Service_Dns_ChangesListResponse

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