| Modifier and Type | Class and Description |
|---|---|
class |
SQLAdmin.Operations.Get |
class |
SQLAdmin.Operations.List |
| Constructor and Description |
|---|
Operations() |
| Modifier and Type | Method and Description |
|---|---|
SQLAdmin.Operations.Get |
get(String project,
String operation)
Retrieves an instance operation that has been performed on an instance.
|
SQLAdmin.Operations.List |
list(String project)
Lists all instance operations that have been performed on the given Cloud SQL instance in the
reverse chronological order of the start time.
|
public SQLAdmin.Operations.Get get(String project, String operation) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID of the project that contains the instance.operation - Instance operation ID.IOExceptionpublic SQLAdmin.Operations.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID of the project that contains the instance.IOExceptionCopyright © 2011–2019 Google. All rights reserved.