ManagedZoneOperations
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)
ManagedZoneOperationsListResponse
listManagedZoneOperations(string $project, string $managedZone, array $optParams = [])
Enumerates Operations for the given ManagedZone.
(managedZoneOperations.listManagedZoneOperations)