google-cloud-build overview (3.4.1)

com.google.cloud.devtools.cloudbuild.v1

The interfaces provided are listed below, along with usage samples.

CloudBuildClient

Service Description: 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.

Sample for CloudBuildClient:


 // This snippet has been automatically generated for illustrative purposes only.
 // It may require modifications to work in your environment.
 try (CloudBuildClient cloudBuildClient = CloudBuildClient.create()) {
   String projectId = "projectId-894832108";
   String id = "id3355";
   Build response = cloudBuildClient.getBuild(projectId, id);
 }
 

com.google.cloud.devtools.cloudbuild.v1.stub

com.google.cloudbuild.v1