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-03-21 UTC."],[[["This page provides reference documentation for the `CloudBuild` class within the Google Cloud Build v1 API, specifically for .NET development."],["The `CloudBuild` class is part of the `Google.Cloud.CloudBuild.V1` namespace and is used to create and manage builds on Google Cloud Platform, with builds defined by source location, build process, and artifact storage."],["The page lists available versions of the API, ranging from the latest 2.15.0 down to 1.0.0, including the associated link for each version's documentation."],["The `CloudBuild` class inherits from the base `Object` class and includes methods for binding service definitions and service binders, providing ways to register service methods with or without implementation."],["The documentation details the `BindService` methods, including parameters such as `serviceImpl` and `serviceBinder`, along with return types and relevant descriptions."]]],[]]