Class: Google::Cloud::Deploy::V1::DeployArtifact

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#artifact_uri::String (readonly)

Returns Output only. URI of a directory containing the artifacts. All paths are relative to this location.

Returns:

  • (::String)

    Output only. URI of a directory containing the artifacts. All paths are relative to this location.



1260
1261
1262
1263
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1260

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.

Returns:

  • (::Array<::String>)

    Output only. File paths of the manifests applied during the deploy operation relative to the URI.



1260
1261
1262
1263
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1260

class DeployArtifact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end