Package | Description |
---|---|
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
Operation |
Operation.clone() |
Operation |
Deployment.getOperation()
Output only.
|
Operation |
TypeProvider.getOperation()
Output only.
|
Operation |
Type.getOperation()
Output only.
|
Operation |
CompositeType.getOperation()
Output only.
|
Operation |
Operation.set(String fieldName,
Object value) |
Operation |
Operation.setClientOperationId(String clientOperationId)
[Output Only] The value of `requestId` if you provided it in the request.
|
Operation |
Operation.setCreationTimestamp(String creationTimestamp)
[Deprecated] This field is deprecated.
|
Operation |
Operation.setDescription(String description)
[Output Only] A textual description of the operation, which is set when the operation is
created.
|
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 status code that was
returned.
|
Operation |
Operation.setId(BigInteger id)
[Output Only] The unique identifier for the operation.
|
Operation |
Operation.setInsertTime(String insertTime)
[Output Only] The time that this operation was requested.
|
Operation |
Operation.setInstancesBulkInsertOperationMetadata(InstancesBulkInsertOperationMetadata instancesBulkInsertOperationMetadata) |
Operation |
Operation.setKind(String kind)
[Output Only] Type of the resource.
|
Operation |
Operation.setName(String name)
[Output Only] Name of the operation.
|
Operation |
Operation.setOperationGroupId(String operationGroupId)
[Output Only] An ID that represents a group of operations, such as when a group of operations
results from a `bulkInsert` API request.
|
Operation |
Operation.setOperationType(String operationType)
[Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
|
Operation |
Operation.setProgress(Integer progress)
[Output Only] An optional progress indicator that ranges from 0 to 100.
|
Operation |
Operation.setRegion(String region)
[Output Only] The URL of the region where the operation resides.
|
Operation |
Operation.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
Operation |
Operation.setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL for this resource with the resource id.
|
Operation |
Operation.setSetCommonInstanceMetadataOperationMetadata(SetCommonInstanceMetadataOperationMetadata setCommonInstanceMetadataOperationMetadata)
[Output Only] If the operation is for projects.setCommonInstanceMetadata, this field will
contain information on all underlying zonal actions and their state.
|
Operation |
Operation.setStartTime(String startTime)
[Output Only] The time that this operation was started by the server.
|
Operation |
Operation.setStatus(String status)
[Output Only] The status of the operation, which can be one of the following: `PENDING`,
`RUNNING`, or `DONE`.
|
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] The unique target ID, which identifies a specific incarnation of the target
resource.
|
Operation |
Operation.setTargetLink(String targetLink)
[Output Only] The URL of the resource that the operation modifies.
|
Operation |
Operation.setUser(String user)
[Output Only] User who requested the operation, for example: `user@example.com` or
`alice_smith_identifier (global/workforcePools/example-com-us-employees)`.
|
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] The URL of the zone where the operation resides.
|
Modifier and Type | Method and Description |
---|---|
List<Operation> |
OperationsListResponse.getOperations()
Output only.
|
Modifier and Type | Method and Description |
---|---|
Deployment |
Deployment.setOperation(Operation operation)
Output only.
|
TypeProvider |
TypeProvider.setOperation(Operation operation)
Output only.
|
Type |
Type.setOperation(Operation operation)
Output only.
|
CompositeType |
CompositeType.setOperation(Operation operation)
Output only.
|
Modifier and Type | Method and Description |
---|---|
OperationsListResponse |
OperationsListResponse.setOperations(List<Operation> operations)
Output only.
|
Copyright © 2011–2024 Google. All rights reserved.