Class: Google::Cloud::Deploy::V1::DeployArtifact
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::DeployArtifact
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The artifacts produced by a deploy operation.
Instance Attribute Summary collapse
-
#artifact_uri ⇒ ::String
readonly
Output only.
-
#manifest_paths ⇒ ::Array<::String>
readonly
Output only.
Instance Attribute Details
#artifact_uri ⇒ ::String (readonly)
Returns Output only. URI of a directory containing the artifacts. All paths are relative to this location.
1811 1812 1813 1814 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1811 class DeployArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#manifest_paths ⇒ ::Array<::String> (readonly)
Returns Output only. File paths of the manifests applied during the deploy operation relative to the URI.
1811 1812 1813 1814 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1811 class DeployArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |