Class CloudBuildGrpc.CloudBuildImplBase (3.19.0)

public abstract static class CloudBuildGrpc.CloudBuildImplBase implements BindableService, CloudBuildGrpc.AsyncService

Base class for the server implementation of the service 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

java.lang.Object > CloudBuildGrpc.CloudBuildImplBase

Implements

io.grpc.BindableService, CloudBuildGrpc.AsyncService

Constructors

CloudBuildImplBase()

public CloudBuildImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition