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-02 UTC."],[[["This document provides reference documentation for the Cloud Build v1 API class `CloudBuild`, within the `Google.Cloud.CloudBuild.V1` namespace, specifically for the .NET environment."],["The `CloudBuild` API allows users to create and manage builds on Google Cloud Platform, using the concept of a `Build` which defines the source, build process, and artifact storage."],["The document lists multiple versions of the CloudBuild API, ranging from 1.0.0 to 2.15.0, with version 2.15.0 being the latest available."],["It details two methods, `BindService`, for creating and registering service definitions with a server for server-side handling, along with their respective parameters and return types."],["The current version being displayed is 2.2.0, which shows the class information and the respective methods that are present within it, such as `BindService`."]]],[]]