Class: Google::Cloud::Build::V1::ArtifactResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

An artifact that was uploaded during a build. This is a single record in the artifact manifest JSON file.

Instance Attribute Summary collapse

Instance Attribute Details

#file_hash::Array<::Google::Cloud::Build::V1::FileHashes>

Returns The file hash of the artifact.

Returns:



474
475
476
477
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 474

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

#location::String

Returns The path of an artifact in a Cloud Storage bucket, with the generation number. For example, gs://mybucket/path/to/output.jar#generation.

Returns:

  • (::String)

    The path of an artifact in a Cloud Storage bucket, with the generation number. For example, gs://mybucket/path/to/output.jar#generation.



474
475
476
477
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 474

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