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.
2325 2326 2327 2328 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2325 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.
2325 2326 2327 2328 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2325 class DeployArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |