public class CloudRun.Projects.Locations.Operations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudRun.Projects.Locations.Operations.Delete |
class |
CloudRun.Projects.Locations.Operations.Get |
class |
CloudRun.Projects.Locations.Operations.List |
class |
CloudRun.Projects.Locations.Operations.Wait |
| Constructor and Description |
|---|
Operations() |
| Modifier and Type | Method and Description |
|---|---|
CloudRun.Projects.Locations.Operations.Delete |
delete(String name)
Deletes a long-running operation.
|
CloudRun.Projects.Locations.Operations.Get |
get(String name)
Gets the latest state of a long-running operation.
|
CloudRun.Projects.Locations.Operations.List |
list(String name)
Lists operations that match the specified filter in the request.
|
CloudRun.Projects.Locations.Operations.Wait |
wait(String name,
GoogleLongrunningWaitOperationRequest content)
Waits until the specified long-running operation is done or reaches at most a specified timeout,
returning the latest state.
|
public CloudRun.Projects.Locations.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.IOExceptionpublic CloudRun.Projects.Locations.Operations.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name of the operation resource.IOExceptionpublic CloudRun.Projects.Locations.Operations.List list(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. To query for all of the operations for a project.IOExceptionpublic CloudRun.Projects.Locations.Operations.Wait wait(String name, GoogleLongrunningWaitOperationRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name of the operation resource to wait on.content - the GoogleLongrunningWaitOperationRequestIOExceptionCopyright © 2011–2026 Google. All rights reserved.