Class: Google::Cloud::Build::V1::ArtifactResult
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::ArtifactResult
- 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
-
#file_hash ⇒ ::Array<::Google::Cloud::Build::V1::FileHashes>
The file hash of the artifact.
-
#location ⇒ ::String
The path of an artifact in a Cloud Storage bucket, with the generation number.
Instance Attribute Details
#file_hash ⇒ ::Array<::Google::Cloud::Build::V1::FileHashes>
Returns The file hash of the artifact.
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
.
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 |