Package google.cloud.designcenter.v1main

Index

ApplicationOperationMetadata

Ephemeral metadata depicting the state of the delete operation.

Fields
step

string

Output only. The current step of the delete operation. Associated with Infrastructure Manager and App Hub.

build

string

Output only. Cloud Build instance UUID associated with the delete operation.

DeploymentOperationMetadata

Ephemeral metadata depicting the state of the deployment operation.

Fields
deployment

string

Output only. The name of the deployment associated with the application.

deployment_step

string

Output only. The current step of the deployment. This will mimic the DeploymentStep enum in the deployment proto.

deployment_build

string

Output only. Cloud Build instance UUID associated with this deployment.

deployment_logs

string

Output only. Location of the deployment operation logs in gs://{bucket}/{object} format.

resources[]

Resource

Details of the [Resources][]s in the deployment.

OperationMetadata

Represents the metadata of the long-running operation.

Fields
create_time

Timestamp

Output only. The time the operation was created.

end_time

Timestamp

Output only. The time the operation finished running.

target

string

Output only. The server defined resource path for the target of the operation.

verb

string

Output only. Name of the verb executed by the operation.

status_message

string

Output only. Human readable status of the operation, if any.

requested_cancellation

bool

Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have [Operation.error][] value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

api_version

string

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

DeploymentOperationMetadata

Output only. The application deployment metadata this operation is associated with.

preview_metadata

PreviewOperationMetadata

Output only. The application preview metadata this operation is associated with.

application_metadata

ApplicationOperationMetadata

Output only. The application delete metadata this operation is associated with.

PreviewOperationMetadata

Ephemeral metadata depicting the state of the preview operation.

Fields
preview_step

string

Output only. The current step of the preview. The possible steps a preview may be running as returned by the Infrastructure. Manager.

preview_build

string

Output only. Cloud Build instance UUID associated with the preview operation.

preview_logs

string

Output only. Location of the preview operation logs in gs://{bucket}/{object} format.

resources[]

Resource

Details of the [Resources][]s in the deployment.

Resource

Status of the [Resources][]s in the deployment.

Fields
name

string

Output only. Identifier. The name of the resource.

type

string

Output only. The type of the resource.

state

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.