Class: Google::Cloud::Build::V1::Artifacts::ArtifactObjects

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

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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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.

Returns:



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