| Package | Description |
|---|---|
| com.google.api.services.computeaccounts.model |
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.clone() |
Operation |
Operation.set(String fieldName,
Object value) |
Operation |
Operation.setClientOperationId(String clientOperationId)
[Output Only] An optional identifier specified by the client when the mutation was initiated.
|
Operation |
Operation.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Operation |
Operation.setEndTime(String endTime)
[Output Only] The time that this operation was completed.
|
Operation |
Operation.setError(Operation.Error error)
[Output Only] If errors are generated during processing of the operation, this field will be
populated.
|
Operation |
Operation.setHttpErrorMessage(String httpErrorMessage)
[Output Only] If the operation fails, this field contains the HTTP error message that was
returned, such as NOT FOUND.
|
Operation |
Operation.setHttpErrorStatusCode(Integer httpErrorStatusCode)
[Output Only] If the operation fails, this field contains the HTTP error message that was
returned, such as 404.
|
Operation |
Operation.setId(BigInteger id)
[Output Only] Unique identifier for the resource; defined by the server.
|
Operation |
Operation.setInsertTime(String insertTime)
[Output Only] The time that this operation was requested.
|
Operation |
Operation.setKind(String kind)
[Output Only] Type of the resource.
|
Operation |
Operation.setName(String name)
[Output Only] Name of the resource.
|
Operation |
Operation.setOperationType(String operationType)
[Output Only] Type of the operation, such as insert, update, and delete.
|
Operation |
Operation.setProgress(Integer progress)
[Output Only] An optional progress indicator that ranges from 0 to 100.
|
Operation |
Operation.setRegion(String region)
[Output Only] URL of the region where the operation resides.
|
Operation |
Operation.setSelfLink(String selfLink)
[Output Only] Server defined URL for the resource.
|
Operation |
Operation.setStartTime(String startTime)
[Output Only] The time that this operation was started by the server.
|
Operation |
Operation.setStatus(String status)
[Output Only] Status of the operation.
|
Operation |
Operation.setStatusMessage(String statusMessage)
[Output Only] An optional textual description of the current status of the operation.
|
Operation |
Operation.setTargetId(BigInteger targetId)
[Output Only] Unique target ID which identifies a particular incarnation of the target.
|
Operation |
Operation.setTargetLink(String targetLink)
[Output Only] URL of the resource the operation is mutating.
|
Operation |
Operation.setUser(String user)
[Output Only] User who requested the operation, for example: user@example.com.
|
Operation |
Operation.setWarnings(List<Operation.Warnings> warnings)
[Output Only] If warning messages are generated during processing of the operation, this field
will be populated.
|
Operation |
Operation.setZone(String zone)
[Output Only] URL of the zone where the operation resides.
|
| Modifier and Type | Method and Description |
|---|---|
List<Operation> |
OperationList.getItems()
[Output Only] The operation resources.
|
| Modifier and Type | Method and Description |
|---|---|
OperationList |
OperationList.setItems(List<Operation> items)
[Output Only] The operation resources.
|