google-cloud-build overview (3.22.0)

com.google.cloud.devtools.cloudbuild.v1

A client to Cloud Build API

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 and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try(CloudBuildClientcloudBuildClient=CloudBuildClient.create()){
StringprojectId="projectId-894832108";
Stringid="id3355";
Buildresponse=cloudBuildClient.getBuild(projectId,id);
}

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

com.google.cloud.devtools.cloudbuild.v2

A client to Cloud Build API

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

RepositoryManagerClient

Service Description: Manages connections to source code repostiories.

Sample for RepositoryManagerClient:


// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try(RepositoryManagerClientrepositoryManagerClient=RepositoryManagerClient.create()){
ConnectionNamename=ConnectionName.of("[PROJECT]","[LOCATION]","[CONNECTION]");
Connectionresponse=repositoryManagerClient.getConnection(name);
}

com.google.cloud.devtools.cloudbuild.v2.stub

com.google.cloudbuild.v1

com.google.cloudbuild.v2

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.