target.apidocs.com.google.api.services.spanner.v1.Spanner.Projects.Instances.InstancePartitionOperations.html Maven / Gradle / Ivy
Spanner.Projects.Instances.InstancePartitionOperations (Cloud Spanner API v1-rev20240711-2.0.0)
com.google.api.services.spanner.v1
Class Spanner.Projects.Instances.InstancePartitionOperations
- java.lang.Object
-
- com.google.api.services.spanner.v1.Spanner.Projects.Instances.InstancePartitionOperations
-
- Enclosing class:
- Spanner.Projects.Instances
public class Spanner.Projects.Instances.InstancePartitionOperations
extends Object
The "instancePartitionOperations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Spanner.Projects.Instances.InstancePartitionOperations.List
-
Constructor Summary
Constructors
Constructor and Description
InstancePartitionOperations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Spanner.Projects.Instances.InstancePartitionOperations.List
list(String parent)
Lists instance partition long-running operations in the given instance.
-
-
Method Detail
-
list
public Spanner.Projects.Instances.InstancePartitionOperations.List list(String parent)
throws IOException
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.
Create a request for the method "instancePartitionOperations.list".
This request holds the parameters needed by the spanner server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The parent instance of the instance partition operations. Values are of the form
`projects//instances/`.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy