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::Cloud::Developerconnect::V1::GoogleArtifactAnalysis) — Optional. Set if the artifact metadata is stored in Artifact analysis.
#google_artifact_analysis=
def google_artifact_analysis=(value) -> ::Google::Cloud::Developerconnect::V1::GoogleArtifactAnalysis
Parameter
- value (::Google::Cloud::Developerconnect::V1::GoogleArtifactAnalysis) — Optional. Set if the artifact metadata is stored in Artifact analysis.
Returns
- (::Google::Cloud::Developerconnect::V1::GoogleArtifactAnalysis) — Optional. Set if the artifact metadata is stored in Artifact analysis.
#google_artifact_registry
def google_artifact_registry() -> ::Google::Cloud::Developerconnect::V1::GoogleArtifactRegistry
Returns
- (::Google::Cloud::Developerconnect::V1::GoogleArtifactRegistry) — Optional. Set if the artifact is stored in Artifact regsitry.
#google_artifact_registry=
def google_artifact_registry=(value) -> ::Google::Cloud::Developerconnect::V1::GoogleArtifactRegistry
Parameter
- value (::Google::Cloud::Developerconnect::V1::GoogleArtifactRegistry) — Optional. Set if the artifact is stored in Artifact regsitry.
Returns
- (::Google::Cloud::Developerconnect::V1::GoogleArtifactRegistry) — Optional. Set if the artifact is stored in Artifact regsitry.
#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.