googleapis/google/devtools/cloudbuild
Google APIs a53e1e09d1 fix: upgrade gRPC service registration func
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.

PiperOrigin-RevId: 815900795
2025-10-06 15:06:27 -07:00
..
v1 fix: upgrade gRPC service registration func 2025-10-06 15:06:27 -07:00
v2 fix: upgrade gRPC service registration func 2025-10-06 15:06:27 -07:00
BUILD.bazel chore: create new top-level build rule to remove the post-processor 2025-09-12 23:37:29 -07:00
README.md Rename GCB. (#511) 2020-09-03 14:17:03 +01:00

The Google Cloud Build API lets you to build an application or part of an application from source code stored in Google Cloud Storage or a Google Cloud Source Repository and package it into container images. The container images are then stored in Google Container Registry. You can optionally copy the images to another container registry as required.