Module: Google::Cloud::Build::V1::CloudBuild
- Defined in:
- lib/google/cloud/build/v1/cloud_build.rb,
lib/google/cloud/build/v1/cloud_build/rest.rb,
lib/google/cloud/build/v1/cloud_build/paths.rb,
lib/google/cloud/build/v1/cloud_build/client.rb,
lib/google/cloud/build/v1/cloud_build/operations.rb,
lib/google/cloud/build/v1/cloud_build/credentials.rb,
lib/google/cloud/build/v1/cloud_build/rest/client.rb,
lib/google/cloud/build/v1/cloud_build/rest/operations.rb,
lib/google/cloud/build/v1/cloud_build/rest/service_stub.rb
Overview
Creates and manages builds on Google Cloud Platform.
The main concept used by this API is a Build
, which describes the location
of the source to build, how to build the source, and where to store the
built artifacts, if any.
A user can list previously-requested builds or get builds by their ID to determine the status of the build.
To load this service and instantiate a REST client:
require "google/cloud/build/v1/cloud_build/rest"
client = ::Google::Cloud::Build::V1::CloudBuild::Rest::Client.new
Defined Under Namespace
Modules: Paths, Rest Classes: Client, Credentials, Operations