| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.clone() |
Operation |
SslCertsInsertResponse.getOperation()
The operation to track the ssl certs insert request.
|
Operation |
Operation.set(String fieldName,
Object value) |
Operation |
Operation.setBackupContext(BackupContext backupContext)
The context for backup operation, if applicable.
|
Operation |
Operation.setEndTime(String endTime)
The time this operation finished in UTC timezone in [RFC
3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
|
Operation |
Operation.setError(OperationErrors error)
If errors occurred during processing of this operation, this field will be populated.
|
Operation |
Operation.setExportContext(ExportContext exportContext)
The context for export operation, if applicable.
|
Operation |
Operation.setImportContext(ImportContext importContext)
The context for import operation, if applicable.
|
Operation |
Operation.setInsertTime(String insertTime)
The time this operation was enqueued in UTC timezone in [RFC
3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
|
Operation |
Operation.setKind(String kind)
This is always `sql#operation`.
|
Operation |
Operation.setName(String name)
An identifier that uniquely identifies the operation.
|
Operation |
Operation.setOperationType(String operationType)
The type of the operation.
|
Operation |
Operation.setSelfLink(String selfLink)
The URI of this resource.
|
Operation |
Operation.setStartTime(String startTime)
The time this operation actually started in UTC timezone in [RFC
3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
|
Operation |
Operation.setStatus(String status)
The status of an operation.
|
Operation |
Operation.setTargetId(String targetId)
Name of the database instance related to this operation.
|
Operation |
Operation.setTargetLink(String targetLink) |
Operation |
Operation.setTargetProject(String targetProject)
The project ID of the target instance related to this operation.
|
Operation |
Operation.setUser(String user)
The email address of the user who initiated this operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Operation> |
OperationsListResponse.getItems()
List of operation resources.
|
| Modifier and Type | Method and Description |
|---|---|
SslCertsInsertResponse |
SslCertsInsertResponse.setOperation(Operation operation)
The operation to track the ssl certs insert request.
|
| Modifier and Type | Method and Description |
|---|---|
OperationsListResponse |
OperationsListResponse.setItems(List<Operation> items)
List of operation resources.
|
Copyright © 2011–2022 Google. All rights reserved.