Class: Google::Cloud::Build::V1::Results

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

Overview

Artifacts created by the build pipeline.

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_manifest::String

Returns Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.

Returns:

  • (::String)

    Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.



459
460
461
462
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459

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

#artifact_timing::Google::Cloud::Build::V1::TimeSpan

Returns Time to push all non-container artifacts to Cloud Storage.

Returns:



459
460
461
462
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459

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

#build_step_images::Array<::String>

Returns List of build step digests, in the order corresponding to build step indices.

Returns:

  • (::Array<::String>)

    List of build step digests, in the order corresponding to build step indices.



459
460
461
462
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459

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

#build_step_outputs::Array<::String>

Returns List of build step outputs, produced by builder images, in the order corresponding to build step indices.

Cloud Builders can produce this output by writing to $BUILDER_OUTPUT/output. Only the first 4KB of data is stored.

Returns:

  • (::Array<::String>)

    List of build step outputs, produced by builder images, in the order corresponding to build step indices.

    Cloud Builders can produce this output by writing to $BUILDER_OUTPUT/output. Only the first 4KB of data is stored.



459
460
461
462
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459

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

#images::Array<::Google::Cloud::Build::V1::BuiltImage>

Returns Container images that were built as a part of the build.

Returns:



459
460
461
462
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459

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

#maven_artifacts::Array<::Google::Cloud::Build::V1::UploadedMavenArtifact>

Returns Maven artifacts uploaded to Artifact Registry at the end of the build.

Returns:



459
460
461
462
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459

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

#npm_packages::Array<::Google::Cloud::Build::V1::UploadedNpmPackage>

Returns Npm packages uploaded to Artifact Registry at the end of the build.

Returns:



459
460
461
462
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459

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

#num_artifacts::Integer

Returns Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.

Returns:

  • (::Integer)

    Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.



459
460
461
462
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459

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

#python_packages::Array<::Google::Cloud::Build::V1::UploadedPythonPackage>

Returns Python artifacts uploaded to Artifact Registry at the end of the build.

Returns:



459
460
461
462
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 459

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