Class: Google::Cloud::Developerconnect::V1::ArtifactConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Developerconnect::V1::ArtifactConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/insights_config.rb
Overview
The artifact config of the artifact that is deployed.
Instance Attribute Summary collapse
-
#google_artifact_analysis ⇒ ::Google::Cloud::Developerconnect::V1::GoogleArtifactAnalysis
Optional.
-
#google_artifact_registry ⇒ ::Google::Cloud::Developerconnect::V1::GoogleArtifactRegistry
Optional.
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#google_artifact_analysis ⇒ ::Google::Cloud::Developerconnect::V1::GoogleArtifactAnalysis
Returns Optional. Set if the artifact metadata is stored in Artifact analysis.
192 193 194 195 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 192 class ArtifactConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#google_artifact_registry ⇒ ::Google::Cloud::Developerconnect::V1::GoogleArtifactRegistry
Returns Optional. Set if the artifact is stored in Artifact regsitry.
192 193 194 195 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 192 class ArtifactConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns 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.
192 193 194 195 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 192 class ArtifactConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |