Developer Connect V1 API - Class Google::Cloud::Developerconnect::V1::ArtifactDeployment (v1.5.0)

Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::Developerconnect::V1::ArtifactDeployment.

The ArtifactDeployment resource represents the deployment of the artifact within the InsightsConfig resource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#artifact_alias

def artifact_alias() -> ::String
Returns
  • (::String) — Output only. The artifact alias in the deployment spec, with Tag/SHA. e.g. us-docker.pkg.dev/my-project/my-repo/image:1.0.0

#artifact_reference

def artifact_reference() -> ::String
Returns
  • (::String) — Output only. The artifact that is deployed.

#container_status_summary

def container_status_summary() -> ::String
Returns
  • (::String) — Output only. The summary of container status of the artifact deployment. Format as ContainerStatusState-Reason : restartCount e.g. "Waiting-ImagePullBackOff : 3"

#deploy_time

def deploy_time() -> ::Google::Protobuf::Timestamp
Returns

#id

def id() -> ::String
Returns
  • (::String) — Output only. Unique identifier of ArtifactDeployment.

#source_commit_uris

def source_commit_uris() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. The source commits at which this artifact was built. Extracted from provenance.

#undeploy_time

def undeploy_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — Output only. The time at which the deployment was undeployed, all artifacts are considered undeployed once this time is set.