Cloud Build v1 API - Class CloudBuild (2.9.0)

public static class CloudBuild

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.

Inheritance

object > CloudBuild

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Methods

BindService(CloudBuildBase)

public static ServerServiceDefinition BindService(CloudBuild.CloudBuildBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplCloudBuildCloudBuildBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, CloudBuildBase)

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.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplCloudBuildCloudBuildBase

An object implementing the server-side handling logic.