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 document details the `CloudBuild` class within the `Google.Cloud.CloudBuild.V1` namespace, which is used to create and manage builds on Google Cloud Platform."],["The `CloudBuild` class contains methods to bind service definitions, including `BindService(CloudBuild.CloudBuildBase)` and `BindService(ServiceBinderBase, CloudBuild.CloudBuildBase)`, which are crucial for server-side handling logic."],["The API revolves around the concept of a `Build`, which encompasses the source location, build process, and artifact storage, allowing users to track build status and history."],["Multiple versions of the `CloudBuild` class are available, ranging from version 1.0.0 to the latest version 2.15.0, with links provided to access documentation for each version."],["The class in question inherits from `Object` and is part of the `Google.Cloud.CloudBuild.V1.dll` assembly, with several inherited methods from the object class."]]],[]]