public class Spanner.Projects.Instances.InstancePartitions.Operations extends Object
Modifier and Type | Class and Description |
---|---|
class |
Spanner.Projects.Instances.InstancePartitions.Operations.Cancel |
class |
Spanner.Projects.Instances.InstancePartitions.Operations.Delete |
class |
Spanner.Projects.Instances.InstancePartitions.Operations.Get |
class |
Spanner.Projects.Instances.InstancePartitions.Operations.List |
Constructor and Description |
---|
Operations() |
Modifier and Type | Method and Description |
---|---|
Spanner.Projects.Instances.InstancePartitions.Operations.Cancel |
cancel(String name)
Starts asynchronous cancellation on a long-running operation.
|
Spanner.Projects.Instances.InstancePartitions.Operations.Delete |
delete(String name)
Deletes a long-running operation.
|
Spanner.Projects.Instances.InstancePartitions.Operations.Get |
get(String name)
Gets the latest state of a long-running operation.
|
Spanner.Projects.Instances.InstancePartitions.Operations.List |
list(String name)
Lists operations that match the specified filter in the request.
|
public Spanner.Projects.Instances.InstancePartitions.Operations.Cancel cancel(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The name of the operation resource to be cancelled.IOException
public Spanner.Projects.Instances.InstancePartitions.Operations.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The name of the operation resource to be deleted.IOException
public Spanner.Projects.Instances.InstancePartitions.Operations.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The name of the operation resource.IOException
public Spanner.Projects.Instances.InstancePartitions.Operations.List list(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The name of the operation's parent resource.IOException
Copyright © 2011–2025 Google. All rights reserved.