Developer Connect V1 API - Class Google::Cloud::Developerconnect::V1::ArtifactConfig (v1.2.0)

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

The artifact config of the artifact that is deployed.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#google_artifact_analysis

def google_artifact_analysis() -> ::Google::Cloud::Developerconnect::V1::GoogleArtifactAnalysis
Returns

#google_artifact_analysis=

def google_artifact_analysis=(value) -> ::Google::Cloud::Developerconnect::V1::GoogleArtifactAnalysis
Parameter
Returns

#google_artifact_registry

def google_artifact_registry() -> ::Google::Cloud::Developerconnect::V1::GoogleArtifactRegistry
Returns

#google_artifact_registry=

def google_artifact_registry=(value) -> ::Google::Cloud::Developerconnect::V1::GoogleArtifactRegistry
Parameter
Returns

#uri

def uri() -> ::String
Returns
  • (::String) — Required. Immutable. The URI of the artifact that is deployed. e.g. us-docker.pkg.dev/my-project/my-repo/image. The URI does not include the tag / digest because it captures a lineage of artifacts.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — Required. Immutable. The URI of the artifact that is deployed. e.g. us-docker.pkg.dev/my-project/my-repo/image. The URI does not include the tag / digest because it captures a lineage of artifacts.
Returns
  • (::String) — Required. Immutable. The URI of the artifact that is deployed. e.g. us-docker.pkg.dev/my-project/my-repo/image. The URI does not include the tag / digest because it captures a lineage of artifacts.