Cloud Build V1 API - Class Google::Cloud::Build::V1::Results (v0.27.0)

Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::Results.

Artifacts created by the build pipeline.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#artifact_manifest

def artifact_manifest() -> ::String
Returns
  • (::String) — Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.

#artifact_manifest=

def artifact_manifest=(value) -> ::String
Parameter
  • value (::String) — 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.

#artifact_timing

def artifact_timing() -> ::Google::Cloud::Build::V1::TimeSpan
Returns

#artifact_timing=

def artifact_timing=(value) -> ::Google::Cloud::Build::V1::TimeSpan
Parameter
Returns

#build_step_images

def build_step_images() -> ::Array<::String>
Returns
  • (::Array<::String>) — List of build step digests, in the order corresponding to build step indices.

#build_step_images=

def build_step_images=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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.

#build_step_outputs

def build_step_outputs() -> ::Array<::String>
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.

#build_step_outputs=

def build_step_outputs=(value) -> ::Array<::String>
Parameter
  • value (::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.

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.

#images

def images() -> ::Array<::Google::Cloud::Build::V1::BuiltImage>
Returns

#images=

def images=(value) -> ::Array<::Google::Cloud::Build::V1::BuiltImage>
Parameter
Returns

#maven_artifacts

def maven_artifacts() -> ::Array<::Google::Cloud::Build::V1::UploadedMavenArtifact>
Returns

#maven_artifacts=

def maven_artifacts=(value) -> ::Array<::Google::Cloud::Build::V1::UploadedMavenArtifact>
Parameter
Returns

#npm_packages

def npm_packages() -> ::Array<::Google::Cloud::Build::V1::UploadedNpmPackage>
Returns

#npm_packages=

def npm_packages=(value) -> ::Array<::Google::Cloud::Build::V1::UploadedNpmPackage>
Parameter
Returns

#num_artifacts

def num_artifacts() -> ::Integer
Returns
  • (::Integer) — Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.

#num_artifacts=

def num_artifacts=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

#python_packages

def python_packages() -> ::Array<::Google::Cloud::Build::V1::UploadedPythonPackage>
Returns

#python_packages=

def python_packages=(value) -> ::Array<::Google::Cloud::Build::V1::UploadedPythonPackage>
Parameter
Returns