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.
Namespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Methods
BindService(CloudBuild.CloudBuildBase)
public static ServerServiceDefinition BindService(CloudBuild.CloudBuildBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl | CloudBuild.CloudBuildBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, CloudBuild.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 | |
---|---|
Name | Description |
serviceBinder | ServiceBinderBase Service methods will be bound by calling |
serviceImpl | CloudBuild.CloudBuildBase An object implementing the server-side handling logic. |