class ProjectsSitesCustomDomainsOperations extends Resource (View source)

The "operations" collection of methods.

Typical usage is:

 $firebasehostingService = new Google\Service\FirebaseHosting(...);
 $operations = $firebasehostingService->projects_sites_customDomains_operations;

Methods

cancel(string $name, CancelOperationRequest $postBody, array $optParams = [])

CancelOperation is a part of the google.longrunning.Operations interface, but is not implemented for CustomDomain resources. (operations.cancel)

delete(string $name, array $optParams = [])

DeleteOperation is a part of the google.longrunning.Operations interface, but is not implemented for CustomDomain resources. (operations.delete)

Details

FirebasehostingEmpty cancel(string $name, CancelOperationRequest $postBody, array $optParams = [])

CancelOperation is a part of the google.longrunning.Operations interface, but is not implemented for CustomDomain resources. (operations.cancel)

Parameters

string $name

The name of the operation resource to be cancelled.

CancelOperationRequest $postBody
array $optParams

Optional parameters.

Return Value

FirebasehostingEmpty

Exceptions

Exception

FirebasehostingEmpty delete(string $name, array $optParams = [])

DeleteOperation is a part of the google.longrunning.Operations interface, but is not implemented for CustomDomain resources. (operations.delete)

Parameters

string $name

The name of the operation resource to be deleted.

array $optParams

Optional parameters.

Return Value

FirebasehostingEmpty

Exceptions

Exception