- 3.55.0 (latest)
- 3.54.0
- 3.53.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.6
- 3.4.1
- 3.3.12
public class CloudBuildSettings extends ClientSettings<CloudBuildSettings>
Settings class to configure an instance of CloudBuildClient.
The default instance has everything set to sensible defaults:
- The default service address (cloudbuild.googleapis.com) and default port (443) are used.
- Credentials are acquired automatically through Application Default Credentials.
- Retries are configured for idempotent methods but not for non-idempotent methods.
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of getBuild to 30 seconds:
// 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
CloudBuildSettings.Builder cloudBuildSettingsBuilder = CloudBuildSettings.newBuilder();
cloudBuildSettingsBuilder
.getBuildSettings()
.setRetrySettings(
cloudBuildSettingsBuilder
.getBuildSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
CloudBuildSettings cloudBuildSettings = cloudBuildSettingsBuilder.build();
Static Methods
create(CloudBuildStubSettings stub)
public static final CloudBuildSettings create(CloudBuildStubSettings stub)
Name | Description |
stub | CloudBuildStubSettings |
Type | Description |
CloudBuildSettings |
Type | Description |
IOException |
defaultApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Type | Description |
Builder |
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Type | Description |
Builder |
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Type | Description |
Builder |
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
Type | Description |
Builder |
defaultHttpJsonTransportProviderBuilder()
public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
Type | Description |
Builder |
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Type | Description |
TransportChannelProvider |
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Type | Description |
String |
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Type | Description |
List<String> |
newBuilder()
public static CloudBuildSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
Type | Description |
CloudBuildSettings.Builder |
newBuilder(ClientContext clientContext)
public static CloudBuildSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Name | Description |
clientContext | ClientContext |
Type | Description |
CloudBuildSettings.Builder |
newHttpJsonBuilder()
public static CloudBuildSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
Type | Description |
CloudBuildSettings.Builder |
Constructors
CloudBuildSettings(CloudBuildSettings.Builder settingsBuilder)
protected CloudBuildSettings(CloudBuildSettings.Builder settingsBuilder)
Name | Description |
settingsBuilder | CloudBuildSettings.Builder |
Methods
approveBuildOperationSettings()
public OperationCallSettings<ApproveBuildRequest,Build,BuildOperationMetadata> approveBuildOperationSettings()
Returns the object with the settings used for calls to approveBuild.
Type | Description |
OperationCallSettings<ApproveBuildRequest,Build,BuildOperationMetadata> |
approveBuildSettings()
public UnaryCallSettings<ApproveBuildRequest,Operation> approveBuildSettings()
Returns the object with the settings used for calls to approveBuild.
Type | Description |
UnaryCallSettings<ApproveBuildRequest,Operation> |
cancelBuildSettings()
public UnaryCallSettings<CancelBuildRequest,Build> cancelBuildSettings()
Returns the object with the settings used for calls to cancelBuild.
Type | Description |
UnaryCallSettings<CancelBuildRequest,Build> |
createBuildOperationSettings()
public OperationCallSettings<CreateBuildRequest,Build,BuildOperationMetadata> createBuildOperationSettings()
Returns the object with the settings used for calls to createBuild.
Type | Description |
OperationCallSettings<CreateBuildRequest,Build,BuildOperationMetadata> |
createBuildSettings()
public UnaryCallSettings<CreateBuildRequest,Operation> createBuildSettings()
Returns the object with the settings used for calls to createBuild.
Type | Description |
UnaryCallSettings<CreateBuildRequest,Operation> |
createBuildTriggerSettings()
public UnaryCallSettings<CreateBuildTriggerRequest,BuildTrigger> createBuildTriggerSettings()
Returns the object with the settings used for calls to createBuildTrigger.
Type | Description |
UnaryCallSettings<CreateBuildTriggerRequest,BuildTrigger> |
createWorkerPoolOperationSettings()
public OperationCallSettings<CreateWorkerPoolRequest,WorkerPool,CreateWorkerPoolOperationMetadata> createWorkerPoolOperationSettings()
Returns the object with the settings used for calls to createWorkerPool.
Type | Description |
OperationCallSettings<CreateWorkerPoolRequest,WorkerPool,CreateWorkerPoolOperationMetadata> |
createWorkerPoolSettings()
public UnaryCallSettings<CreateWorkerPoolRequest,Operation> createWorkerPoolSettings()
Returns the object with the settings used for calls to createWorkerPool.
Type | Description |
UnaryCallSettings<CreateWorkerPoolRequest,Operation> |
deleteBuildTriggerSettings()
public UnaryCallSettings<DeleteBuildTriggerRequest,Empty> deleteBuildTriggerSettings()
Returns the object with the settings used for calls to deleteBuildTrigger.
Type | Description |
UnaryCallSettings<DeleteBuildTriggerRequest,Empty> |
deleteWorkerPoolOperationSettings()
public OperationCallSettings<DeleteWorkerPoolRequest,Empty,DeleteWorkerPoolOperationMetadata> deleteWorkerPoolOperationSettings()
Returns the object with the settings used for calls to deleteWorkerPool.
Type | Description |
OperationCallSettings<DeleteWorkerPoolRequest,Empty,DeleteWorkerPoolOperationMetadata> |
deleteWorkerPoolSettings()
public UnaryCallSettings<DeleteWorkerPoolRequest,Operation> deleteWorkerPoolSettings()
Returns the object with the settings used for calls to deleteWorkerPool.
Type | Description |
UnaryCallSettings<DeleteWorkerPoolRequest,Operation> |
getBuildSettings()
public UnaryCallSettings<GetBuildRequest,Build> getBuildSettings()
Returns the object with the settings used for calls to getBuild.
Type | Description |
UnaryCallSettings<GetBuildRequest,Build> |
getBuildTriggerSettings()
public UnaryCallSettings<GetBuildTriggerRequest,BuildTrigger> getBuildTriggerSettings()
Returns the object with the settings used for calls to getBuildTrigger.
Type | Description |
UnaryCallSettings<GetBuildTriggerRequest,BuildTrigger> |
getWorkerPoolSettings()
public UnaryCallSettings<GetWorkerPoolRequest,WorkerPool> getWorkerPoolSettings()
Returns the object with the settings used for calls to getWorkerPool.
Type | Description |
UnaryCallSettings<GetWorkerPoolRequest,WorkerPool> |
listBuildTriggersSettings()
public PagedCallSettings<ListBuildTriggersRequest,ListBuildTriggersResponse,CloudBuildClient.ListBuildTriggersPagedResponse> listBuildTriggersSettings()
Returns the object with the settings used for calls to listBuildTriggers.
Type | Description |
PagedCallSettings<ListBuildTriggersRequest,ListBuildTriggersResponse,ListBuildTriggersPagedResponse> |
listBuildsSettings()
public PagedCallSettings<ListBuildsRequest,ListBuildsResponse,CloudBuildClient.ListBuildsPagedResponse> listBuildsSettings()
Returns the object with the settings used for calls to listBuilds.
Type | Description |
PagedCallSettings<ListBuildsRequest,ListBuildsResponse,ListBuildsPagedResponse> |
listWorkerPoolsSettings()
public PagedCallSettings<ListWorkerPoolsRequest,ListWorkerPoolsResponse,CloudBuildClient.ListWorkerPoolsPagedResponse> listWorkerPoolsSettings()
Returns the object with the settings used for calls to listWorkerPools.
Type | Description |
PagedCallSettings<ListWorkerPoolsRequest,ListWorkerPoolsResponse,ListWorkerPoolsPagedResponse> |
receiveTriggerWebhookSettings()
public UnaryCallSettings<ReceiveTriggerWebhookRequest,ReceiveTriggerWebhookResponse> receiveTriggerWebhookSettings()
Returns the object with the settings used for calls to receiveTriggerWebhook.
Type | Description |
UnaryCallSettings<ReceiveTriggerWebhookRequest,ReceiveTriggerWebhookResponse> |
retryBuildOperationSettings()
public OperationCallSettings<RetryBuildRequest,Build,BuildOperationMetadata> retryBuildOperationSettings()
Returns the object with the settings used for calls to retryBuild.
Type | Description |
OperationCallSettings<RetryBuildRequest,Build,BuildOperationMetadata> |
retryBuildSettings()
public UnaryCallSettings<RetryBuildRequest,Operation> retryBuildSettings()
Returns the object with the settings used for calls to retryBuild.
Type | Description |
UnaryCallSettings<RetryBuildRequest,Operation> |
runBuildTriggerOperationSettings()
public OperationCallSettings<RunBuildTriggerRequest,Build,BuildOperationMetadata> runBuildTriggerOperationSettings()
Returns the object with the settings used for calls to runBuildTrigger.
Type | Description |
OperationCallSettings<RunBuildTriggerRequest,Build,BuildOperationMetadata> |
runBuildTriggerSettings()
public UnaryCallSettings<RunBuildTriggerRequest,Operation> runBuildTriggerSettings()
Returns the object with the settings used for calls to runBuildTrigger.
Type | Description |
UnaryCallSettings<RunBuildTriggerRequest,Operation> |
toBuilder()
public CloudBuildSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Type | Description |
CloudBuildSettings.Builder |
updateBuildTriggerSettings()
public UnaryCallSettings<UpdateBuildTriggerRequest,BuildTrigger> updateBuildTriggerSettings()
Returns the object with the settings used for calls to updateBuildTrigger.
Type | Description |
UnaryCallSettings<UpdateBuildTriggerRequest,BuildTrigger> |
updateWorkerPoolOperationSettings()
public OperationCallSettings<UpdateWorkerPoolRequest,WorkerPool,UpdateWorkerPoolOperationMetadata> updateWorkerPoolOperationSettings()
Returns the object with the settings used for calls to updateWorkerPool.
Type | Description |
OperationCallSettings<UpdateWorkerPoolRequest,WorkerPool,UpdateWorkerPoolOperationMetadata> |
updateWorkerPoolSettings()
public UnaryCallSettings<UpdateWorkerPoolRequest,Operation> updateWorkerPoolSettings()
Returns the object with the settings used for calls to updateWorkerPool.
Type | Description |
UnaryCallSettings<UpdateWorkerPoolRequest,Operation> |