| Class | Description | 
| com.google.cloudbuild.v1.ApprovalConfig | ApprovalConfig describes configuration for manual approval of a build. | 
| com.google.cloudbuild.v1.ApprovalConfig.Builder | ApprovalConfig describes configuration for manual approval of a build. | 
| com.google.cloudbuild.v1.ApprovalResult | ApprovalResult describes the decision and associated metadata of a manual
 approval of a build. | 
| com.google.cloudbuild.v1.ApprovalResult.Builder | ApprovalResult describes the decision and associated metadata of a manual
 approval of a build. | 
| com.google.cloudbuild.v1.ApproveBuildRequest | Request to approve or reject a pending build. | 
| com.google.cloudbuild.v1.ApproveBuildRequest.Builder | Request to approve or reject a pending build. | 
| com.google.cloudbuild.v1.ArtifactResult | An artifact that was uploaded during a build. This
 is a single record in the artifact manifest JSON file. | 
| com.google.cloudbuild.v1.ArtifactResult.Builder | An artifact that was uploaded during a build. This
 is a single record in the artifact manifest JSON file. | 
| com.google.cloudbuild.v1.Artifacts | Artifacts produced by a build that should be uploaded upon
 successful completion of all build steps. | 
| com.google.cloudbuild.v1.Artifacts.ArtifactObjects | Files in the workspace to upload to Cloud Storage upon successful
 completion of all build steps. | 
| com.google.cloudbuild.v1.Artifacts.ArtifactObjects.Builder | Files in the workspace to upload to Cloud Storage upon successful
 completion of all build steps. | 
| com.google.cloudbuild.v1.Artifacts.Builder | Artifacts produced by a build that should be uploaded upon
 successful completion of all build steps. | 
| com.google.cloudbuild.v1.Artifacts.GoModule | Go module to upload to Artifact Registry upon successful completion of all
 build steps. A module refers to all dependencies in a go.mod file. | 
| com.google.cloudbuild.v1.Artifacts.GoModule.Builder | Go module to upload to Artifact Registry upon successful completion of all
 build steps. A module refers to all dependencies in a go.mod file. | 
| com.google.cloudbuild.v1.Artifacts.MavenArtifact | A Maven artifact to upload to Artifact Registry upon successful completion
 of all build steps. | 
| com.google.cloudbuild.v1.Artifacts.MavenArtifact.Builder | A Maven artifact to upload to Artifact Registry upon successful completion
 of all build steps. | 
| com.google.cloudbuild.v1.Artifacts.NpmPackage | Npm package to upload to Artifact Registry upon successful completion
 of all build steps. | 
| com.google.cloudbuild.v1.Artifacts.NpmPackage.Builder | Npm package to upload to Artifact Registry upon successful completion
 of all build steps. | 
| com.google.cloudbuild.v1.Artifacts.PythonPackage | Python package to upload to Artifact Registry upon successful completion
 of all build steps. A package can encapsulate multiple objects to be
 uploaded to a single repository. | 
| com.google.cloudbuild.v1.Artifacts.PythonPackage.Builder | Python package to upload to Artifact Registry upon successful completion
 of all build steps. A package can encapsulate multiple objects to be
 uploaded to a single repository. | 
| com.google.cloudbuild.v1.Build | A build resource in the Cloud Build API.
 At a high level, a Builddescribes where to find source code, how to build | 
| com.google.cloudbuild.v1.Build.Builder | A build resource in the Cloud Build API.
 At a high level, a Builddescribes where to find source code, how to build | 
| com.google.cloudbuild.v1.Build.FailureInfo | A fatal problem encountered during the execution of the build. | 
| com.google.cloudbuild.v1.Build.FailureInfo.Builder | A fatal problem encountered during the execution of the build. | 
| com.google.cloudbuild.v1.Build.Warning | A non-fatal problem encountered during the execution of the build. | 
| com.google.cloudbuild.v1.Build.Warning.Builder | A non-fatal problem encountered during the execution of the build. | 
| com.google.cloudbuild.v1.BuildApproval | BuildApproval describes a build's approval configuration, state, and
 result. | 
| com.google.cloudbuild.v1.BuildApproval.Builder | BuildApproval describes a build's approval configuration, state, and
 result. | 
| com.google.cloudbuild.v1.BuildName |  | 
| com.google.cloudbuild.v1.BuildName.Builder | Builder for projects/{project}/builds/{build}. | 
| com.google.cloudbuild.v1.BuildName.ProjectLocationBuildBuilder | Builder for projects/{project}/locations/{location}/builds/{build}. | 
| com.google.cloudbuild.v1.BuildOperationMetadata | Metadata for build operations. | 
| com.google.cloudbuild.v1.BuildOperationMetadata.Builder | Metadata for build operations. | 
| com.google.cloudbuild.v1.BuildOptions | Optional arguments to enable specific features of builds. | 
| com.google.cloudbuild.v1.BuildOptions.Builder | Optional arguments to enable specific features of builds. | 
| com.google.cloudbuild.v1.BuildOptions.PoolOption | Details about how a build should be executed on a WorkerPool.
 See running builds in a private | 
| com.google.cloudbuild.v1.BuildOptions.PoolOption.Builder | Details about how a build should be executed on a WorkerPool.
 See running builds in a private | 
| com.google.cloudbuild.v1.BuildStep | A step in the build pipeline. | 
| com.google.cloudbuild.v1.BuildStep.Builder | A step in the build pipeline. | 
| com.google.cloudbuild.v1.BuildTrigger | Configuration for an automated build in response to source repository
 changes. | 
| com.google.cloudbuild.v1.BuildTrigger.Builder | Configuration for an automated build in response to source repository
 changes. | 
| com.google.cloudbuild.v1.BuildTriggerName |  | 
| com.google.cloudbuild.v1.BuildTriggerName.Builder | Builder for projects/{project}/triggers/{trigger}. | 
| com.google.cloudbuild.v1.BuildTriggerName.ProjectLocationTriggerBuilder | Builder for projects/{project}/locations/{location}/triggers/{trigger}. | 
| com.google.cloudbuild.v1.BuiltImage | An image built by the pipeline. | 
| com.google.cloudbuild.v1.BuiltImage.Builder | An image built by the pipeline. | 
| com.google.cloudbuild.v1.CancelBuildRequest | Request to cancel an ongoing build. | 
| com.google.cloudbuild.v1.CancelBuildRequest.Builder | Request to cancel an ongoing build. | 
| com.google.cloudbuild.v1.CloudBuildGrpc | 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 | 
| com.google.cloudbuild.v1.CloudBuildGrpc.CloudBuildImplBase | Base class for the server implementation of the service CloudBuild.
 Creates and manages builds on Google Cloud Platform. | 
| com.google.cloudbuild.v1.Cloudbuild |  | 
| com.google.cloudbuild.v1.CreateBuildRequest | Request to create a new build. | 
| com.google.cloudbuild.v1.CreateBuildRequest.Builder | Request to create a new build. | 
| com.google.cloudbuild.v1.CreateBuildTriggerRequest | Request to create a new BuildTrigger. | 
| com.google.cloudbuild.v1.CreateBuildTriggerRequest.Builder | Request to create a new BuildTrigger. | 
| com.google.cloudbuild.v1.CreateWorkerPoolOperationMetadata | Metadata for the CreateWorkerPooloperation. | 
| com.google.cloudbuild.v1.CreateWorkerPoolOperationMetadata.Builder | Metadata for the CreateWorkerPooloperation. | 
| com.google.cloudbuild.v1.CreateWorkerPoolRequest | Request to create a new WorkerPool. | 
| com.google.cloudbuild.v1.CreateWorkerPoolRequest.Builder | Request to create a new WorkerPool. | 
| com.google.cloudbuild.v1.DeleteBuildTriggerRequest | Request to delete a BuildTrigger. | 
| com.google.cloudbuild.v1.DeleteBuildTriggerRequest.Builder | Request to delete a BuildTrigger. | 
| com.google.cloudbuild.v1.DeleteWorkerPoolOperationMetadata | Metadata for the DeleteWorkerPooloperation. | 
| com.google.cloudbuild.v1.DeleteWorkerPoolOperationMetadata.Builder | Metadata for the DeleteWorkerPooloperation. | 
| com.google.cloudbuild.v1.DeleteWorkerPoolRequest | Request to delete a WorkerPool. | 
| com.google.cloudbuild.v1.DeleteWorkerPoolRequest.Builder | Request to delete a WorkerPool. | 
| com.google.cloudbuild.v1.Dependency | A dependency that the Cloud Build worker will fetch before executing user
 steps. | 
| com.google.cloudbuild.v1.Dependency.Builder | A dependency that the Cloud Build worker will fetch before executing user
 steps. | 
| com.google.cloudbuild.v1.Dependency.GitSourceDependency | Represents a git repository as a build dependency. | 
| com.google.cloudbuild.v1.Dependency.GitSourceDependency.Builder | Represents a git repository as a build dependency. | 
| com.google.cloudbuild.v1.Dependency.GitSourceRepository | A repository for a git source. | 
| com.google.cloudbuild.v1.Dependency.GitSourceRepository.Builder | A repository for a git source. | 
| com.google.cloudbuild.v1.FileHashes | Container message for hashes of byte content of files, used in
 SourceProvenance messages to verify integrity of source input to the build. | 
| com.google.cloudbuild.v1.FileHashes.Builder | Container message for hashes of byte content of files, used in
 SourceProvenance messages to verify integrity of source input to the build. | 
| com.google.cloudbuild.v1.GetBuildRequest | Request to get a build. | 
| com.google.cloudbuild.v1.GetBuildRequest.Builder | Request to get a build. | 
| com.google.cloudbuild.v1.GetBuildTriggerRequest | Returns the BuildTriggerwith the specified ID. | 
| com.google.cloudbuild.v1.GetBuildTriggerRequest.Builder | Returns the BuildTriggerwith the specified ID. | 
| com.google.cloudbuild.v1.GetWorkerPoolRequest | Request to get a WorkerPoolwith the specified name. | 
| com.google.cloudbuild.v1.GetWorkerPoolRequest.Builder | Request to get a WorkerPoolwith the specified name. | 
| com.google.cloudbuild.v1.GitConfig | GitConfig is a configuration for git operations. | 
| com.google.cloudbuild.v1.GitConfig.Builder | GitConfig is a configuration for git operations. | 
| com.google.cloudbuild.v1.GitConfig.HttpConfig | HttpConfig is a configuration for HTTP related git operations. | 
| com.google.cloudbuild.v1.GitConfig.HttpConfig.Builder | HttpConfig is a configuration for HTTP related git operations. | 
| com.google.cloudbuild.v1.GitFileSource | GitFileSource describes a file within a (possibly remote) code repository. | 
| com.google.cloudbuild.v1.GitFileSource.Builder | GitFileSource describes a file within a (possibly remote) code repository. | 
| com.google.cloudbuild.v1.GitHubEnterpriseConfig | GitHubEnterpriseConfig represents a configuration for a GitHub Enterprise
 server. | 
| com.google.cloudbuild.v1.GitHubEnterpriseConfig.Builder | GitHubEnterpriseConfig represents a configuration for a GitHub Enterprise
 server. | 
| com.google.cloudbuild.v1.GitHubEnterpriseSecrets | GitHubEnterpriseSecrets represents the names of all necessary secrets in
 Secret Manager for a GitHub Enterprise server.
 Format is: projects/<project number>/secrets/<secret name>. | 
| com.google.cloudbuild.v1.GitHubEnterpriseSecrets.Builder | GitHubEnterpriseSecrets represents the names of all necessary secrets in
 Secret Manager for a GitHub Enterprise server.
 Format is: projects/<project number>/secrets/<secret name>. | 
| com.google.cloudbuild.v1.GitHubEventsConfig | GitHubEventsConfig describes the configuration of a trigger that creates a
 build whenever a GitHub event is received. | 
| com.google.cloudbuild.v1.GitHubEventsConfig.Builder | GitHubEventsConfig describes the configuration of a trigger that creates a
 build whenever a GitHub event is received. | 
| com.google.cloudbuild.v1.GitRepoSource | GitRepoSource describes a repo and ref of a code repository. | 
| com.google.cloudbuild.v1.GitRepoSource.Builder | GitRepoSource describes a repo and ref of a code repository. | 
| com.google.cloudbuild.v1.GitSource | Location of the source in any accessible Git repository. | 
| com.google.cloudbuild.v1.GitSource.Builder | Location of the source in any accessible Git repository. | 
| com.google.cloudbuild.v1.Hash | Container message for hash values. | 
| com.google.cloudbuild.v1.Hash.Builder | Container message for hash values. | 
| com.google.cloudbuild.v1.InlineSecret | Pairs a set of secret environment variables mapped to encrypted
 values with the Cloud KMS key to use to decrypt the value. | 
| com.google.cloudbuild.v1.InlineSecret.Builder | Pairs a set of secret environment variables mapped to encrypted
 values with the Cloud KMS key to use to decrypt the value. | 
| com.google.cloudbuild.v1.ListBuildTriggersRequest | Request to list existing BuildTriggers. | 
| com.google.cloudbuild.v1.ListBuildTriggersRequest.Builder | Request to list existing BuildTriggers. | 
| com.google.cloudbuild.v1.ListBuildTriggersResponse | Response containing existing BuildTriggers. | 
| com.google.cloudbuild.v1.ListBuildTriggersResponse.Builder | Response containing existing BuildTriggers. | 
| com.google.cloudbuild.v1.ListBuildsRequest | Request to list builds. | 
| com.google.cloudbuild.v1.ListBuildsRequest.Builder | Request to list builds. | 
| com.google.cloudbuild.v1.ListBuildsResponse | Response including listed builds. | 
| com.google.cloudbuild.v1.ListBuildsResponse.Builder | Response including listed builds. | 
| com.google.cloudbuild.v1.ListWorkerPoolsRequest | Request to list WorkerPools. | 
| com.google.cloudbuild.v1.ListWorkerPoolsRequest.Builder | Request to list WorkerPools. | 
| com.google.cloudbuild.v1.ListWorkerPoolsResponse | Response containing existing WorkerPools. | 
| com.google.cloudbuild.v1.ListWorkerPoolsResponse.Builder | Response containing existing WorkerPools. | 
| com.google.cloudbuild.v1.LocationName |  | 
| com.google.cloudbuild.v1.LocationName.Builder | Builder for projects/{project}/locations/{location}. | 
| com.google.cloudbuild.v1.PrivatePoolV1Config | Configuration for a V1 PrivatePool. | 
| com.google.cloudbuild.v1.PrivatePoolV1Config.Builder | Configuration for a V1 PrivatePool. | 
| com.google.cloudbuild.v1.PrivatePoolV1Config.NetworkConfig | Defines the network configuration for the pool. | 
| com.google.cloudbuild.v1.PrivatePoolV1Config.NetworkConfig.Builder | Defines the network configuration for the pool. | 
| com.google.cloudbuild.v1.PrivatePoolV1Config.PrivateServiceConnect | Defines the Private Service Connect network configuration for the pool. | 
| com.google.cloudbuild.v1.PrivatePoolV1Config.PrivateServiceConnect.Builder | Defines the Private Service Connect network configuration for the pool. | 
| com.google.cloudbuild.v1.PrivatePoolV1Config.WorkerConfig | Defines the configuration to be used for creating workers in
 the pool. | 
| com.google.cloudbuild.v1.PrivatePoolV1Config.WorkerConfig.Builder | Defines the configuration to be used for creating workers in
 the pool. | 
| com.google.cloudbuild.v1.PubsubConfig | PubsubConfig describes the configuration of a trigger that
 creates a build whenever a Pub/Sub message is published. | 
| com.google.cloudbuild.v1.PubsubConfig.Builder | PubsubConfig describes the configuration of a trigger that
 creates a build whenever a Pub/Sub message is published. | 
| com.google.cloudbuild.v1.PullRequestFilter | PullRequestFilter contains filter properties for matching GitHub Pull
 Requests. | 
| com.google.cloudbuild.v1.PullRequestFilter.Builder | PullRequestFilter contains filter properties for matching GitHub Pull
 Requests. | 
| com.google.cloudbuild.v1.PushFilter | Push contains filter properties for matching GitHub git pushes. | 
| com.google.cloudbuild.v1.PushFilter.Builder | Push contains filter properties for matching GitHub git pushes. | 
| com.google.cloudbuild.v1.ReceiveTriggerWebhookRequest | ReceiveTriggerWebhookRequest [Experimental] is the request object accepted by
 the ReceiveTriggerWebhook method. | 
| com.google.cloudbuild.v1.ReceiveTriggerWebhookRequest.Builder | ReceiveTriggerWebhookRequest [Experimental] is the request object accepted by
 the ReceiveTriggerWebhook method. | 
| com.google.cloudbuild.v1.ReceiveTriggerWebhookResponse | ReceiveTriggerWebhookResponse [Experimental] is the response object for the
 ReceiveTriggerWebhook method. | 
| com.google.cloudbuild.v1.ReceiveTriggerWebhookResponse.Builder | ReceiveTriggerWebhookResponse [Experimental] is the response object for the
 ReceiveTriggerWebhook method. | 
| com.google.cloudbuild.v1.RepoSource | Location of the source in a Google Cloud Source Repository. | 
| com.google.cloudbuild.v1.RepoSource.Builder | Location of the source in a Google Cloud Source Repository. | 
| com.google.cloudbuild.v1.RepositoryEventConfig | The configuration of a trigger that creates a build whenever an event from
 Repo API is received. | 
| com.google.cloudbuild.v1.RepositoryEventConfig.Builder | The configuration of a trigger that creates a build whenever an event from
 Repo API is received. | 
| com.google.cloudbuild.v1.Results | Artifacts created by the build pipeline. | 
| com.google.cloudbuild.v1.Results.Builder | Artifacts created by the build pipeline. | 
| com.google.cloudbuild.v1.RetryBuildRequest | Specifies a build to retry. | 
| com.google.cloudbuild.v1.RetryBuildRequest.Builder | Specifies a build to retry. | 
| com.google.cloudbuild.v1.RunBuildTriggerRequest | Specifies a build trigger to run and the source to use. | 
| com.google.cloudbuild.v1.RunBuildTriggerRequest.Builder | Specifies a build trigger to run and the source to use. | 
| com.google.cloudbuild.v1.Secret | Pairs a set of secret environment variables containing encrypted
 values with the Cloud KMS key to use to decrypt the value.
 Note: Use kmsKeyNamewithavailable_secretsinstead of using | 
| com.google.cloudbuild.v1.Secret.Builder | Pairs a set of secret environment variables containing encrypted
 values with the Cloud KMS key to use to decrypt the value.
 Note: Use kmsKeyNamewithavailable_secretsinstead of using | 
| com.google.cloudbuild.v1.SecretManagerSecret | Pairs a secret environment variable with a SecretVersion in Secret Manager. | 
| com.google.cloudbuild.v1.SecretManagerSecret.Builder | Pairs a secret environment variable with a SecretVersion in Secret Manager. | 
| com.google.cloudbuild.v1.Secrets | Secrets and secret environment variables. | 
| com.google.cloudbuild.v1.Secrets.Builder | Secrets and secret environment variables. | 
| com.google.cloudbuild.v1.Source | Location of the source in a supported storage service. | 
| com.google.cloudbuild.v1.Source.Builder | Location of the source in a supported storage service. | 
| com.google.cloudbuild.v1.SourceProvenance | Provenance of the source. Ways to find the original source, or verify that
 some source was used for this build. | 
| com.google.cloudbuild.v1.SourceProvenance.Builder | Provenance of the source. Ways to find the original source, or verify that
 some source was used for this build. | 
| com.google.cloudbuild.v1.StorageSource | Location of the source in an archive file in Cloud Storage. | 
| com.google.cloudbuild.v1.StorageSource.Builder | Location of the source in an archive file in Cloud Storage. | 
| com.google.cloudbuild.v1.StorageSourceManifest | Location of the source manifest in Cloud Storage.
 This feature is in Preview; see description
 here. | 
| com.google.cloudbuild.v1.StorageSourceManifest.Builder | Location of the source manifest in Cloud Storage.
 This feature is in Preview; see description
 here. | 
| com.google.cloudbuild.v1.TimeSpan | Start and end times for a build execution phase. | 
| com.google.cloudbuild.v1.TimeSpan.Builder | Start and end times for a build execution phase. | 
| com.google.cloudbuild.v1.UpdateBuildTriggerRequest | Request to update an existing BuildTrigger. | 
| com.google.cloudbuild.v1.UpdateBuildTriggerRequest.Builder | Request to update an existing BuildTrigger. | 
| com.google.cloudbuild.v1.UpdateWorkerPoolOperationMetadata | Metadata for the UpdateWorkerPooloperation. | 
| com.google.cloudbuild.v1.UpdateWorkerPoolOperationMetadata.Builder | Metadata for the UpdateWorkerPooloperation. | 
| com.google.cloudbuild.v1.UpdateWorkerPoolRequest | Request to update a WorkerPool. | 
| com.google.cloudbuild.v1.UpdateWorkerPoolRequest.Builder | Request to update a WorkerPool. | 
| com.google.cloudbuild.v1.UploadedGoModule | A Go module artifact uploaded to Artifact Registry using the GoModule
 directive. | 
| com.google.cloudbuild.v1.UploadedGoModule.Builder | A Go module artifact uploaded to Artifact Registry using the GoModule
 directive. | 
| com.google.cloudbuild.v1.UploadedMavenArtifact | A Maven artifact uploaded using the MavenArtifact directive. | 
| com.google.cloudbuild.v1.UploadedMavenArtifact.Builder | A Maven artifact uploaded using the MavenArtifact directive. | 
| com.google.cloudbuild.v1.UploadedNpmPackage | An npm package uploaded to Artifact Registry using the NpmPackage
 directive. | 
| com.google.cloudbuild.v1.UploadedNpmPackage.Builder | An npm package uploaded to Artifact Registry using the NpmPackage
 directive. | 
| com.google.cloudbuild.v1.UploadedPythonPackage | Artifact uploaded using the PythonPackage directive. | 
| com.google.cloudbuild.v1.UploadedPythonPackage.Builder | Artifact uploaded using the PythonPackage directive. | 
| com.google.cloudbuild.v1.Volume | Volume describes a Docker container volume which is mounted into build steps
 in order to persist files across build step execution. | 
| com.google.cloudbuild.v1.Volume.Builder | Volume describes a Docker container volume which is mounted into build steps
 in order to persist files across build step execution. | 
| com.google.cloudbuild.v1.WebhookConfig | WebhookConfig describes the configuration of a trigger that
 creates a build whenever a webhook is sent to a trigger's webhook URL. | 
| com.google.cloudbuild.v1.WebhookConfig.Builder | WebhookConfig describes the configuration of a trigger that
 creates a build whenever a webhook is sent to a trigger's webhook URL. | 
| com.google.cloudbuild.v1.WorkerPool | Configuration for a WorkerPool.
 Cloud Build owns and maintains a pool of workers for general use and have no | 
| com.google.cloudbuild.v1.WorkerPool.Builder | Configuration for a WorkerPool.
 Cloud Build owns and maintains a pool of workers for general use and have no | 
| com.google.cloudbuild.v1.WorkerPoolName |  | 
| com.google.cloudbuild.v1.WorkerPoolName.Builder | Builder for projects/{project}/locations/{location}/workerPools/{worker_pool}. |