Class ProjectsResource.InstancesResource.InstancePartitionOperationsResource
The "instancePartitionOperations" collection of methods.
Inherited Members
Namespace: Google.Apis.Spanner.v1
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class ProjectsResource.InstancesResource.InstancePartitionOperationsResource
Constructors
InstancePartitionOperationsResource(IClientService)
Constructs a new resource.
Declaration
public InstancePartitionOperationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
Lists instance partition long-running operations in the given instance. An instance partition
operation has a name of the form projects//instances//instancePartitions//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. Authorization requires
spanner.instancePartitionOperations.list
permission on the resource parent.
Declaration
public virtual ProjectsResource.InstancesResource.InstancePartitionOperationsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent instance of the instance partition operations. Values are of the form
|
Returns
Type | Description |
---|---|
ProjectsResource.InstancesResource.InstancePartitionOperationsResource.ListRequest |