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

The "managedZones" collection of methods. More...

Inheritance diagram for Google_Service_Dns_ManagedZones_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 create ($project, Google_Service_Dns_ManagedZone $postBody, $optParams=array())
 Create a new ManagedZone.
 
 delete ($project, $managedZone, $optParams=array())
 Delete a previously created ManagedZone.
 
 get ($project, $managedZone, $optParams=array())
 Fetch the representation of an existing ManagedZone.
 
 listManagedZones ($project, $optParams=array())
 Enumerate ManagedZones that have been created but not yet deleted.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "managedZones" collection of methods.

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

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_ManagedZones_Resource::create ( $project,
Google_Service_Dns_ManagedZone $postBody,
$optParams = array() )

Create a new ManagedZone.

(managedZones.create)

Parameters
string$projectIdentifies the project addressed by this request.
Google_ManagedZone$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Dns_ManagedZone

◆ delete()

Google_Service_Dns_ManagedZones_Resource::delete ( $project,
$managedZone,
$optParams = array() )

Delete a previously created ManagedZone.

(managedZones.delete)

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.

◆ get()

Google_Service_Dns_ManagedZones_Resource::get ( $project,
$managedZone,
$optParams = array() )

Fetch the representation of an existing ManagedZone.

(managedZones.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.
array$optParamsOptional parameters.
Return values
Google_Service_Dns_ManagedZone

◆ listManagedZones()

Google_Service_Dns_ManagedZones_Resource::listManagedZones ( $project,
$optParams = array() )

Enumerate ManagedZones that have been created but not yet deleted.

(managedZones.listManagedZones)

Parameters
string$projectIdentifies the project addressed by this request.
array$optParamsOptional parameters.

@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 dnsName Restricts the list to return only zones with this 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.

Return values
Google_Service_Dns_ManagedZonesListResponse

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