class ManagedZoneOperations extends Resource (View source)

The "managedZoneOperations" collection of methods.

Typical usage is:

 $dnsService = new Google\Service\Dns(...);
 $managedZoneOperations = $dnsService->managedZoneOperations;

Methods

get(string $project, string $managedZone, string $operation, array $optParams = [])

Fetches the representation of an existing Operation.

listManagedZoneOperations(string $project, string $managedZone, array $optParams = [])

Enumerates Operations for the given ManagedZone.

Details

Operation get(string $project, string $managedZone, string $operation, array $optParams = [])

Fetches the representation of an existing Operation.

(managedZoneOperations.get)

Parameters

string $project

Identifies the project addressed by this request.

string $managedZone

Identifies the managed zone addressed by this request.

string $operation

Identifies the operation addressed by this request (ID of the operation).

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

ManagedZoneOperationsListResponse listManagedZoneOperations(string $project, string $managedZone, array $optParams = [])

Enumerates Operations for the given ManagedZone.

(managedZoneOperations.listManagedZoneOperations)

Parameters

string $project

Identifies the project addressed by this request.

string $managedZone

Identifies the managed zone addressed by this request.

array $optParams

Optional parameters.

Return Value

ManagedZoneOperationsListResponse

Exceptions

Exception