@BetaApi @Generated(value="by gapic-generator-java") public class CloudTasksSettings extends ClientSettings<CloudTasksSettings>
CloudTasksClient
.
The default instance has everything set to sensible defaults:
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 getQueue 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
CloudTasksSettings.Builder cloudTasksSettingsBuilder = CloudTasksSettings.newBuilder();
cloudTasksSettingsBuilder
.getQueueSettings()
.setRetrySettings(
cloudTasksSettingsBuilder.getQueueSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
CloudTasksSettings cloudTasksSettings = cloudTasksSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
CloudTasksSettings.Builder
Builder for CloudTasksSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
CloudTasksSettings(CloudTasksSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
UnaryCallSettings<AcknowledgeTaskRequest,Empty> |
acknowledgeTaskSettings()
Returns the object with the settings used for calls to acknowledgeTask.
|
UnaryCallSettings<CancelLeaseRequest,Task> |
cancelLeaseSettings()
Returns the object with the settings used for calls to cancelLease.
|
static CloudTasksSettings |
create(CloudTasksStubSettings stub) |
UnaryCallSettings<CreateQueueRequest,Queue> |
createQueueSettings()
Returns the object with the settings used for calls to createQueue.
|
UnaryCallSettings<CreateTaskRequest,Task> |
createTaskSettings()
Returns the object with the settings used for calls to createTask.
|
static ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
|
static InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
|
static TransportChannelProvider |
defaultTransportChannelProvider() |
UnaryCallSettings<DeleteQueueRequest,Empty> |
deleteQueueSettings()
Returns the object with the settings used for calls to deleteQueue.
|
UnaryCallSettings<DeleteTaskRequest,Empty> |
deleteTaskSettings()
Returns the object with the settings used for calls to deleteTask.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
|
UnaryCallSettings<GetQueueRequest,Queue> |
getQueueSettings()
Returns the object with the settings used for calls to getQueue.
|
UnaryCallSettings<GetTaskRequest,Task> |
getTaskSettings()
Returns the object with the settings used for calls to getTask.
|
UnaryCallSettings<LeaseTasksRequest,LeaseTasksResponse> |
leaseTasksSettings()
Returns the object with the settings used for calls to leaseTasks.
|
PagedCallSettings<ListQueuesRequest,ListQueuesResponse,CloudTasksClient.ListQueuesPagedResponse> |
listQueuesSettings()
Returns the object with the settings used for calls to listQueues.
|
PagedCallSettings<ListTasksRequest,ListTasksResponse,CloudTasksClient.ListTasksPagedResponse> |
listTasksSettings()
Returns the object with the settings used for calls to listTasks.
|
static CloudTasksSettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static CloudTasksSettings.Builder |
newBuilder(ClientContext clientContext)
Returns a new builder for this class.
|
static CloudTasksSettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
UnaryCallSettings<PauseQueueRequest,Queue> |
pauseQueueSettings()
Returns the object with the settings used for calls to pauseQueue.
|
UnaryCallSettings<PurgeQueueRequest,Queue> |
purgeQueueSettings()
Returns the object with the settings used for calls to purgeQueue.
|
UnaryCallSettings<RenewLeaseRequest,Task> |
renewLeaseSettings()
Returns the object with the settings used for calls to renewLease.
|
UnaryCallSettings<ResumeQueueRequest,Queue> |
resumeQueueSettings()
Returns the object with the settings used for calls to resumeQueue.
|
UnaryCallSettings<RunTaskRequest,Task> |
runTaskSettings()
Returns the object with the settings used for calls to runTask.
|
UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
|
UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
|
CloudTasksSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
UnaryCallSettings<UpdateQueueRequest,Queue> |
updateQueueSettings()
Returns the object with the settings used for calls to updateQueue.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
protected CloudTasksSettings(CloudTasksSettings.Builder settingsBuilder) throws IOException
IOException
public PagedCallSettings<ListQueuesRequest,ListQueuesResponse,CloudTasksClient.ListQueuesPagedResponse> listQueuesSettings()
public UnaryCallSettings<GetQueueRequest,Queue> getQueueSettings()
public UnaryCallSettings<CreateQueueRequest,Queue> createQueueSettings()
public UnaryCallSettings<UpdateQueueRequest,Queue> updateQueueSettings()
public UnaryCallSettings<DeleteQueueRequest,Empty> deleteQueueSettings()
public UnaryCallSettings<PurgeQueueRequest,Queue> purgeQueueSettings()
public UnaryCallSettings<PauseQueueRequest,Queue> pauseQueueSettings()
public UnaryCallSettings<ResumeQueueRequest,Queue> resumeQueueSettings()
public UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public PagedCallSettings<ListTasksRequest,ListTasksResponse,CloudTasksClient.ListTasksPagedResponse> listTasksSettings()
public UnaryCallSettings<GetTaskRequest,Task> getTaskSettings()
public UnaryCallSettings<CreateTaskRequest,Task> createTaskSettings()
public UnaryCallSettings<DeleteTaskRequest,Empty> deleteTaskSettings()
public UnaryCallSettings<LeaseTasksRequest,LeaseTasksResponse> leaseTasksSettings()
public UnaryCallSettings<AcknowledgeTaskRequest,Empty> acknowledgeTaskSettings()
public UnaryCallSettings<RenewLeaseRequest,Task> renewLeaseSettings()
public UnaryCallSettings<CancelLeaseRequest,Task> cancelLeaseSettings()
public UnaryCallSettings<RunTaskRequest,Task> runTaskSettings()
public static final CloudTasksSettings create(CloudTasksStubSettings stub) throws IOException
IOException
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
@BetaApi public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static CloudTasksSettings.Builder newBuilder()
@BetaApi public static CloudTasksSettings.Builder newHttpJsonBuilder()
public static CloudTasksSettings.Builder newBuilder(ClientContext clientContext)
public CloudTasksSettings.Builder toBuilder()
toBuilder
in class ClientSettings<CloudTasksSettings>
Copyright © 2022 Google LLC. All rights reserved.