Class: Google::Cloud::Build::V1::Artifacts::ArtifactObjects
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::Artifacts::ArtifactObjects
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.
Instance Attribute Summary collapse
-
#location ⇒ ::String
Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/".
-
#paths ⇒ ::Array<::String>
Path globs used to match files in the build's workspace.
-
#timing ⇒ ::Google::Cloud::Build::V1::TimeSpan
readonly
Output only.
Instance Attribute Details
#location ⇒ ::String
Returns Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". (see Bucket Name Requirements).
Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.
827 828 829 830 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 827 class ArtifactObjects include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#paths ⇒ ::Array<::String>
Returns Path globs used to match files in the build's workspace.
827 828 829 830 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 827 class ArtifactObjects include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timing ⇒ ::Google::Cloud::Build::V1::TimeSpan (readonly)
Returns Output only. Stores timing information for pushing all artifact objects.
827 828 829 830 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 827 class ArtifactObjects include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |