Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
Operation.Builder |
Operation.Builder.addAllWarnings(List<Warnings> warnings)
[Output Only] If warning messages are generated during processing of the operation, this
field will be populated.
|
Operation.Builder |
Operation.Builder.addWarnings(Warnings warnings)
[Output Only] If warning messages are generated during processing of the operation, this
field will be populated.
|
Operation.Builder |
Operation.Builder.clone() |
Operation.Builder |
Operation.Builder.mergeFrom(Operation other) |
static Operation.Builder |
Operation.newBuilder() |
static Operation.Builder |
Operation.newBuilder(Operation prototype) |
Operation.Builder |
Operation.Builder.setClientOperationId(String clientOperationId)
[Output Only] The value of `requestId` if you provided it in the request.
|
Operation.Builder |
Operation.Builder.setCreationTimestamp(String creationTimestamp)
[Deprecated] This field is deprecated.
|
Operation.Builder |
Operation.Builder.setDescription(String description)
[Output Only] A textual description of the operation, which is set when the operation is
created.
|
Operation.Builder |
Operation.Builder.setEndTime(String endTime)
[Output Only] The time that this operation was completed.
|
Operation.Builder |
Operation.Builder.setError(Error error)
[Output Only] If errors are generated during processing of the operation, this field will be
populated.
|
Operation.Builder |
Operation.Builder.setHttpErrorMessage(String httpErrorMessage)
[Output Only] If the operation fails, this field contains the HTTP error message that was
returned, such as NOT FOUND.
|
Operation.Builder |
Operation.Builder.setHttpErrorStatusCode(Integer httpErrorStatusCode)
[Output Only] If the operation fails, this field contains the HTTP error status code that was
returned.
|
Operation.Builder |
Operation.Builder.setId(String id)
[Output Only] The unique identifier for the resource.
|
Operation.Builder |
Operation.Builder.setInsertTime(String insertTime)
[Output Only] The time that this operation was requested.
|
Operation.Builder |
Operation.Builder.setKind(String kind)
[Output Only] Type of the resource.
|
Operation.Builder |
Operation.Builder.setName(String name)
[Output Only] Name of the resource.
|
Operation.Builder |
Operation.Builder.setOperationType(String operationType)
[Output Only] The type of operation, such as insert, update, or delete, and so on.
|
Operation.Builder |
Operation.Builder.setProgress(Integer progress)
[Output Only] An optional progress indicator that ranges from 0 to 100.
|
Operation.Builder |
Operation.Builder.setRegion(String region)
[Output Only] The URL of the region where the operation resides.
|
Operation.Builder |
Operation.Builder.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
Operation.Builder |
Operation.Builder.setStartTime(String startTime)
[Output Only] The time that this operation was started by the server.
|
Operation.Builder |
Operation.Builder.setStatus(String status)
[Output Only] The status of the operation, which can be one of the following: PENDING,
RUNNING, or DONE.
|
Operation.Builder |
Operation.Builder.setStatusMessage(String statusMessage)
[Output Only] An optional textual description of the current status of the operation.
|
Operation.Builder |
Operation.Builder.setTargetId(String targetId)
[Output Only] The unique target ID, which identifies a specific incarnation of the target
resource.
|
Operation.Builder |
Operation.Builder.setTargetLink(String targetLink)
[Output Only] The URL of the resource that the operation modifies.
|
Operation.Builder |
Operation.Builder.setUser(String user)
[Output Only] User who requested the operation, for example: user@example.com.
|
Operation.Builder |
Operation.Builder.setZone(String zone)
[Output Only] The URL of the zone where the operation resides.
|
Operation.Builder |
Operation.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.