Index
ApplicationOperationMetadata(message)DeploymentAttemptMetadata(message)DeploymentOperationMetadata(message)OperationMetadata(message)PreviewOperationMetadata(message)Resource(message)Resource.State(enum)
ApplicationOperationMetadata
Ephemeral metadata depicting the state of the delete operation.
| Fields | |
|---|---|
step |
Output only. The current step of the delete operation. Associated with Infrastructure Manager and App Hub. |
build |
Output only. Cloud Build instance UUID associated with the delete operation. |
DeploymentAttemptMetadata
DeploymentAttemptMetadata represents a previous deployment attempt for an operation that failed due to a retryable error.
| Fields | |
|---|---|
attempt |
The sequential number of the attempt (starting from 1). |
error_detail |
Human readable string that summarizes the deployment error issue. |
build |
The build or execution ID associated with this specific attempt. This can be used to link back to logs or trace information. |
DeploymentOperationMetadata
Ephemeral metadata depicting the state of the deployment operation.
| Fields | |
|---|---|
deployment |
Output only. The name of the deployment associated with the application. |
deployment_step |
Output only. The current step of the deployment. This will mimic the DeploymentStep enum in the deployment proto. |
deployment_build |
Output only. Cloud Build instance UUID associated with this deployment. |
deployment_logs |
Output only. Location of the deployment operation logs in |
resources[] |
Details of the [Resources][]s in the deployment. |
previous_attempt |
Previous deployment attempt metadata. |
OperationMetadata
Represents the metadata of the long-running operation.
| Fields | |
|---|---|
create_time |
Output only. The time the operation was created. |
end_time |
Output only. The time the operation finished running. |
target |
Output only. The server defined resource path for the target of the operation. |
verb |
Output only. Name of the verb executed by the operation. |
status_message |
Output only. Human readable status of the operation, if any. |
requested_cancellation |
Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have [Operation.error][] value with a |
api_version |
Output only. API version used to start the operation. |
Union field resource_metadata. Metadata about the state of an operation for a particular resource. resource_metadata can be only one of the following: |
|
deployment_metadata |
Output only. The application deployment metadata this operation is associated with. |
preview_metadata |
Output only. The application preview metadata this operation is associated with. |
application_metadata |
Output only. The application delete metadata this operation is associated with. |
PreviewOperationMetadata
Ephemeral metadata depicting the state of the preview operation.
| Fields | |
|---|---|
preview_step |
Output only. The current step of the preview. The possible steps a preview may be running as returned by the Infrastructure. Manager. |
preview_build |
Output only. Cloud Build instance UUID associated with the preview operation. |
preview_logs |
Output only. Location of the preview operation logs in |
resources[] |
Details of the [Resources][]s in the deployment. |
Resource
Status of the [Resources][]s in the deployment.
| Fields | |
|---|---|
name |
Output only. Identifier. The name of the resource. |
type |
Output only. The type of the resource. |
state |
Output only. Current state of the resource. |
State
Possible states of a resource.
| Enums | |
|---|---|
STATE_UNSPECIFIED |
The default value. This value is used if the state is omitted. |
PLANNED |
Resource has been planned for reconcile. |
IN_PROGRESS |
Resource is actively reconciling into the intended state. |
RECONCILED |
Resource has reconciled to intended state. |
FAILED |
Resource failed to reconcile. |
DRIFTED |
Drift is detected in the resourece state. |
INTENDED |
Resource is intended state. |