Reference documentation and code samples for the Cloud Build v1 API class CloudBuild.
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.
public static void BindService(ServiceBinderBase serviceBinder, CloudBuild.CloudBuildBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This documentation provides reference information for the Cloud Build v1 API class, `CloudBuild`, which is a tool for creating and managing builds on Google Cloud Platform."],["The API utilizes the concept of a `Build`, detailing the source, build process, and storage location for built artifacts."],["Users can track build progress and history by listing previous builds or retrieving specific builds by ID."],["The document covers the current version, 2.4.0, and provides links to other available versions, including the latest version, 2.15.0, as well as versions ranging from 1.0.0 up to 2.14.0."],["The `CloudBuild` class has 2 available methods, `BindService(CloudBuildBase)` and `BindService(ServiceBinderBase, CloudBuildBase)`, which can be used to create service definition that can be registered with a server."]]],[]]