ProjectsInstanceConfigOperations
class ProjectsInstanceConfigOperations extends Resource (View source)
The "instanceConfigOperations" collection of methods.
Typical usage is:
$spannerService = new Google\Service\Spanner(...);
$instanceConfigOperations = $spannerService->projects_instanceConfigOperations;
Methods
Lists the user-managed instance configuration long-running operations in the
given project. An instance configuration operation has a name of the form
projects//instanceConfigs//operations/
. The long-running operation metadata
field type metadata.type_url
describes the type of the metadata. Operations
returned include those that have completed/failed/canceled within the last 7
days, and pending operations. Operations returned are ordered by
operation.metadata.value.start_time
in descending order starting from the
most recently started operation.
Details
ListInstanceConfigOperationsResponse
listProjectsInstanceConfigOperations(string $parent, array $optParams = [])
Lists the user-managed instance configuration long-running operations in the
given project. An instance configuration operation has a name of the form
projects//instanceConfigs//operations/
. The long-running operation metadata
field type metadata.type_url
describes the type of the metadata. Operations
returned include those that have completed/failed/canceled within the last 7
days, and pending operations. Operations returned are ordered by
operation.metadata.value.start_time
in descending order starting from the
most recently started operation.
(instanceConfigOperations.listProjectsInstanceConfigOperations)