Class CloudBuildSettings (3.13.0)

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();
 

Inheritance

java.lang.Object > ClientSettings > CloudBuildSettings

Static Methods

create(CloudBuildStubSettings stub)

public static final CloudBuildSettings create(CloudBuildStubSettings stub)
Parameter
NameDescription
stubCloudBuildStubSettings
Returns
TypeDescription
CloudBuildSettings
Exceptions
TypeDescription
IOException

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default gRPC ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

Returns a builder for the default REST ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static CloudBuildSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns

newBuilder(ClientContext clientContext)

public static CloudBuildSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns

newHttpJsonBuilder()

public static CloudBuildSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns

Constructors

CloudBuildSettings(CloudBuildSettings.Builder settingsBuilder)

protected CloudBuildSettings(CloudBuildSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderCloudBuildSettings.Builder

Methods

approveBuildOperationSettings()

public OperationCallSettings<ApproveBuildRequest,Build,BuildOperationMetadata> approveBuildOperationSettings()

Returns the object with the settings used for calls to approveBuild.

Returns

approveBuildSettings()

public UnaryCallSettings<ApproveBuildRequest,Operation> approveBuildSettings()

Returns the object with the settings used for calls to approveBuild.

Returns

cancelBuildSettings()

public UnaryCallSettings<CancelBuildRequest,Build> cancelBuildSettings()

Returns the object with the settings used for calls to cancelBuild.

Returns

createBuildOperationSettings()

public OperationCallSettings<CreateBuildRequest,Build,BuildOperationMetadata> createBuildOperationSettings()

Returns the object with the settings used for calls to createBuild.

Returns

createBuildSettings()

public UnaryCallSettings<CreateBuildRequest,Operation> createBuildSettings()

Returns the object with the settings used for calls to createBuild.

Returns

createBuildTriggerSettings()

public UnaryCallSettings<CreateBuildTriggerRequest,BuildTrigger> createBuildTriggerSettings()

Returns the object with the settings used for calls to createBuildTrigger.

Returns

createWorkerPoolOperationSettings()

public OperationCallSettings<CreateWorkerPoolRequest,WorkerPool,CreateWorkerPoolOperationMetadata> createWorkerPoolOperationSettings()

Returns the object with the settings used for calls to createWorkerPool.

Returns

createWorkerPoolSettings()

public UnaryCallSettings<CreateWorkerPoolRequest,Operation> createWorkerPoolSettings()

Returns the object with the settings used for calls to createWorkerPool.

Returns

deleteBuildTriggerSettings()

public UnaryCallSettings<DeleteBuildTriggerRequest,Empty> deleteBuildTriggerSettings()

Returns the object with the settings used for calls to deleteBuildTrigger.

Returns

deleteWorkerPoolOperationSettings()

public OperationCallSettings<DeleteWorkerPoolRequest,Empty,DeleteWorkerPoolOperationMetadata> deleteWorkerPoolOperationSettings()

Returns the object with the settings used for calls to deleteWorkerPool.

Returns

deleteWorkerPoolSettings()

public UnaryCallSettings<DeleteWorkerPoolRequest,Operation> deleteWorkerPoolSettings()

Returns the object with the settings used for calls to deleteWorkerPool.

Returns

getBuildSettings()

public UnaryCallSettings<GetBuildRequest,Build> getBuildSettings()

Returns the object with the settings used for calls to getBuild.

Returns

getBuildTriggerSettings()

public UnaryCallSettings<GetBuildTriggerRequest,BuildTrigger> getBuildTriggerSettings()

Returns the object with the settings used for calls to getBuildTrigger.

Returns

getWorkerPoolSettings()

public UnaryCallSettings<GetWorkerPoolRequest,WorkerPool> getWorkerPoolSettings()

Returns the object with the settings used for calls to getWorkerPool.

Returns

listBuildTriggersSettings()

public PagedCallSettings<ListBuildTriggersRequest,ListBuildTriggersResponse,CloudBuildClient.ListBuildTriggersPagedResponse> listBuildTriggersSettings()

Returns the object with the settings used for calls to listBuildTriggers.

Returns

listBuildsSettings()

public PagedCallSettings<ListBuildsRequest,ListBuildsResponse,CloudBuildClient.ListBuildsPagedResponse> listBuildsSettings()

Returns the object with the settings used for calls to listBuilds.

Returns

listWorkerPoolsSettings()

public PagedCallSettings<ListWorkerPoolsRequest,ListWorkerPoolsResponse,CloudBuildClient.ListWorkerPoolsPagedResponse> listWorkerPoolsSettings()

Returns the object with the settings used for calls to listWorkerPools.

Returns

receiveTriggerWebhookSettings()

public UnaryCallSettings<ReceiveTriggerWebhookRequest,ReceiveTriggerWebhookResponse> receiveTriggerWebhookSettings()

Returns the object with the settings used for calls to receiveTriggerWebhook.

Returns

retryBuildOperationSettings()

public OperationCallSettings<RetryBuildRequest,Build,BuildOperationMetadata> retryBuildOperationSettings()

Returns the object with the settings used for calls to retryBuild.

Returns

retryBuildSettings()

public UnaryCallSettings<RetryBuildRequest,Operation> retryBuildSettings()

Returns the object with the settings used for calls to retryBuild.

Returns

runBuildTriggerOperationSettings()

public OperationCallSettings<RunBuildTriggerRequest,Build,BuildOperationMetadata> runBuildTriggerOperationSettings()

Returns the object with the settings used for calls to runBuildTrigger.

Returns

runBuildTriggerSettings()

public UnaryCallSettings<RunBuildTriggerRequest,Operation> runBuildTriggerSettings()

Returns the object with the settings used for calls to runBuildTrigger.

Returns

toBuilder()

public CloudBuildSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns Overrides

updateBuildTriggerSettings()

public UnaryCallSettings<UpdateBuildTriggerRequest,BuildTrigger> updateBuildTriggerSettings()

Returns the object with the settings used for calls to updateBuildTrigger.

Returns

updateWorkerPoolOperationSettings()

public OperationCallSettings<UpdateWorkerPoolRequest,WorkerPool,UpdateWorkerPoolOperationMetadata> updateWorkerPoolOperationSettings()

Returns the object with the settings used for calls to updateWorkerPool.

Returns

updateWorkerPoolSettings()

public UnaryCallSettings<UpdateWorkerPoolRequest,Operation> updateWorkerPoolSettings()

Returns the object with the settings used for calls to updateWorkerPool.

Returns