@Generated(value="by gapic-generator-java") public class DataplexServiceSettings extends com.google.api.gax.rpc.ClientSettings<DataplexServiceSettings>
DataplexServiceClient.
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 getLake 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
DataplexServiceSettings.Builder dataplexServiceSettingsBuilder =
DataplexServiceSettings.newBuilder();
dataplexServiceSettingsBuilder
.getLakeSettings()
.setRetrySettings(
dataplexServiceSettingsBuilder.getLakeSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
DataplexServiceSettings dataplexServiceSettings = dataplexServiceSettingsBuilder.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
DataplexServiceSettings.Builder
Builder for DataplexServiceSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DataplexServiceSettings(DataplexServiceSettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallSettings<CancelJobRequest,com.google.protobuf.Empty> |
cancelJobSettings()
Returns the object with the settings used for calls to cancelJob.
|
static DataplexServiceSettings |
create(DataplexServiceStubSettings stub) |
com.google.api.gax.rpc.OperationCallSettings<CreateAssetRequest,Asset,OperationMetadata> |
createAssetOperationSettings()
Returns the object with the settings used for calls to createAsset.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateAssetRequest,com.google.longrunning.Operation> |
createAssetSettings()
Returns the object with the settings used for calls to createAsset.
|
com.google.api.gax.rpc.OperationCallSettings<CreateEnvironmentRequest,Environment,OperationMetadata> |
createEnvironmentOperationSettings()
Returns the object with the settings used for calls to createEnvironment.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateEnvironmentRequest,com.google.longrunning.Operation> |
createEnvironmentSettings()
Returns the object with the settings used for calls to createEnvironment.
|
com.google.api.gax.rpc.OperationCallSettings<CreateLakeRequest,Lake,OperationMetadata> |
createLakeOperationSettings()
Returns the object with the settings used for calls to createLake.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateLakeRequest,com.google.longrunning.Operation> |
createLakeSettings()
Returns the object with the settings used for calls to createLake.
|
com.google.api.gax.rpc.OperationCallSettings<CreateTaskRequest,Task,OperationMetadata> |
createTaskOperationSettings()
Returns the object with the settings used for calls to createTask.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateTaskRequest,com.google.longrunning.Operation> |
createTaskSettings()
Returns the object with the settings used for calls to createTask.
|
com.google.api.gax.rpc.OperationCallSettings<CreateZoneRequest,Zone,OperationMetadata> |
createZoneOperationSettings()
Returns the object with the settings used for calls to createZone.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateZoneRequest,com.google.longrunning.Operation> |
createZoneSettings()
Returns the object with the settings used for calls to createZone.
|
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static com.google.api.gax.core.GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static com.google.api.gax.core.InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
|
static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.OperationCallSettings<DeleteAssetRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteAssetOperationSettings()
Returns the object with the settings used for calls to deleteAsset.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteAssetRequest,com.google.longrunning.Operation> |
deleteAssetSettings()
Returns the object with the settings used for calls to deleteAsset.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteEnvironmentRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteEnvironmentOperationSettings()
Returns the object with the settings used for calls to deleteEnvironment.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteEnvironmentRequest,com.google.longrunning.Operation> |
deleteEnvironmentSettings()
Returns the object with the settings used for calls to deleteEnvironment.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteLakeRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteLakeOperationSettings()
Returns the object with the settings used for calls to deleteLake.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteLakeRequest,com.google.longrunning.Operation> |
deleteLakeSettings()
Returns the object with the settings used for calls to deleteLake.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteTaskRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteTaskOperationSettings()
Returns the object with the settings used for calls to deleteTask.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteTaskRequest,com.google.longrunning.Operation> |
deleteTaskSettings()
Returns the object with the settings used for calls to deleteTask.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteZoneRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteZoneOperationSettings()
Returns the object with the settings used for calls to deleteZone.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteZoneRequest,com.google.longrunning.Operation> |
deleteZoneSettings()
Returns the object with the settings used for calls to deleteZone.
|
com.google.api.gax.rpc.UnaryCallSettings<GetAssetRequest,Asset> |
getAssetSettings()
Returns the object with the settings used for calls to getAsset.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.UnaryCallSettings<GetEnvironmentRequest,Environment> |
getEnvironmentSettings()
Returns the object with the settings used for calls to getEnvironment.
|
com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job> |
getJobSettings()
Returns the object with the settings used for calls to getJob.
|
com.google.api.gax.rpc.UnaryCallSettings<GetLakeRequest,Lake> |
getLakeSettings()
Returns the object with the settings used for calls to getLake.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the object with the settings used for calls to getLocation.
|
com.google.api.gax.rpc.UnaryCallSettings<GetTaskRequest,Task> |
getTaskSettings()
Returns the object with the settings used for calls to getTask.
|
com.google.api.gax.rpc.UnaryCallSettings<GetZoneRequest,Zone> |
getZoneSettings()
Returns the object with the settings used for calls to getZone.
|
com.google.api.gax.rpc.PagedCallSettings<ListAssetActionsRequest,ListActionsResponse,DataplexServiceClient.ListAssetActionsPagedResponse> |
listAssetActionsSettings()
Returns the object with the settings used for calls to listAssetActions.
|
com.google.api.gax.rpc.PagedCallSettings<ListAssetsRequest,ListAssetsResponse,DataplexServiceClient.ListAssetsPagedResponse> |
listAssetsSettings()
Returns the object with the settings used for calls to listAssets.
|
com.google.api.gax.rpc.PagedCallSettings<ListEnvironmentsRequest,ListEnvironmentsResponse,DataplexServiceClient.ListEnvironmentsPagedResponse> |
listEnvironmentsSettings()
Returns the object with the settings used for calls to listEnvironments.
|
com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,DataplexServiceClient.ListJobsPagedResponse> |
listJobsSettings()
Returns the object with the settings used for calls to listJobs.
|
com.google.api.gax.rpc.PagedCallSettings<ListLakeActionsRequest,ListActionsResponse,DataplexServiceClient.ListLakeActionsPagedResponse> |
listLakeActionsSettings()
Returns the object with the settings used for calls to listLakeActions.
|
com.google.api.gax.rpc.PagedCallSettings<ListLakesRequest,ListLakesResponse,DataplexServiceClient.ListLakesPagedResponse> |
listLakesSettings()
Returns the object with the settings used for calls to listLakes.
|
com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,DataplexServiceClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
|
com.google.api.gax.rpc.PagedCallSettings<ListSessionsRequest,ListSessionsResponse,DataplexServiceClient.ListSessionsPagedResponse> |
listSessionsSettings()
Returns the object with the settings used for calls to listSessions.
|
com.google.api.gax.rpc.PagedCallSettings<ListTasksRequest,ListTasksResponse,DataplexServiceClient.ListTasksPagedResponse> |
listTasksSettings()
Returns the object with the settings used for calls to listTasks.
|
com.google.api.gax.rpc.PagedCallSettings<ListZoneActionsRequest,ListActionsResponse,DataplexServiceClient.ListZoneActionsPagedResponse> |
listZoneActionsSettings()
Returns the object with the settings used for calls to listZoneActions.
|
com.google.api.gax.rpc.PagedCallSettings<ListZonesRequest,ListZonesResponse,DataplexServiceClient.ListZonesPagedResponse> |
listZonesSettings()
Returns the object with the settings used for calls to listZones.
|
static DataplexServiceSettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static DataplexServiceSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
static DataplexServiceSettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
DataplexServiceSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateAssetRequest,Asset,OperationMetadata> |
updateAssetOperationSettings()
Returns the object with the settings used for calls to updateAsset.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateAssetRequest,com.google.longrunning.Operation> |
updateAssetSettings()
Returns the object with the settings used for calls to updateAsset.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateEnvironmentRequest,Environment,OperationMetadata> |
updateEnvironmentOperationSettings()
Returns the object with the settings used for calls to updateEnvironment.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateEnvironmentRequest,com.google.longrunning.Operation> |
updateEnvironmentSettings()
Returns the object with the settings used for calls to updateEnvironment.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateLakeRequest,Lake,OperationMetadata> |
updateLakeOperationSettings()
Returns the object with the settings used for calls to updateLake.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateLakeRequest,com.google.longrunning.Operation> |
updateLakeSettings()
Returns the object with the settings used for calls to updateLake.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateTaskRequest,Task,OperationMetadata> |
updateTaskOperationSettings()
Returns the object with the settings used for calls to updateTask.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateTaskRequest,com.google.longrunning.Operation> |
updateTaskSettings()
Returns the object with the settings used for calls to updateTask.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateZoneRequest,Zone,OperationMetadata> |
updateZoneOperationSettings()
Returns the object with the settings used for calls to updateZone.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateZoneRequest,com.google.longrunning.Operation> |
updateZoneSettings()
Returns the object with the settings used for calls to updateZone.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toStringprotected DataplexServiceSettings(DataplexServiceSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.UnaryCallSettings<CreateLakeRequest,com.google.longrunning.Operation> createLakeSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateLakeRequest,Lake,OperationMetadata> createLakeOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateLakeRequest,com.google.longrunning.Operation> updateLakeSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateLakeRequest,Lake,OperationMetadata> updateLakeOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteLakeRequest,com.google.longrunning.Operation> deleteLakeSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteLakeRequest,com.google.protobuf.Empty,OperationMetadata> deleteLakeOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListLakesRequest,ListLakesResponse,DataplexServiceClient.ListLakesPagedResponse> listLakesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetLakeRequest,Lake> getLakeSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListLakeActionsRequest,ListActionsResponse,DataplexServiceClient.ListLakeActionsPagedResponse> listLakeActionsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateZoneRequest,com.google.longrunning.Operation> createZoneSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateZoneRequest,Zone,OperationMetadata> createZoneOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateZoneRequest,com.google.longrunning.Operation> updateZoneSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateZoneRequest,Zone,OperationMetadata> updateZoneOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteZoneRequest,com.google.longrunning.Operation> deleteZoneSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteZoneRequest,com.google.protobuf.Empty,OperationMetadata> deleteZoneOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListZonesRequest,ListZonesResponse,DataplexServiceClient.ListZonesPagedResponse> listZonesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetZoneRequest,Zone> getZoneSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListZoneActionsRequest,ListActionsResponse,DataplexServiceClient.ListZoneActionsPagedResponse> listZoneActionsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateAssetRequest,com.google.longrunning.Operation> createAssetSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateAssetRequest,Asset,OperationMetadata> createAssetOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateAssetRequest,com.google.longrunning.Operation> updateAssetSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateAssetRequest,Asset,OperationMetadata> updateAssetOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteAssetRequest,com.google.longrunning.Operation> deleteAssetSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteAssetRequest,com.google.protobuf.Empty,OperationMetadata> deleteAssetOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListAssetsRequest,ListAssetsResponse,DataplexServiceClient.ListAssetsPagedResponse> listAssetsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetAssetRequest,Asset> getAssetSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListAssetActionsRequest,ListActionsResponse,DataplexServiceClient.ListAssetActionsPagedResponse> listAssetActionsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateTaskRequest,com.google.longrunning.Operation> createTaskSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateTaskRequest,Task,OperationMetadata> createTaskOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateTaskRequest,com.google.longrunning.Operation> updateTaskSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateTaskRequest,Task,OperationMetadata> updateTaskOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteTaskRequest,com.google.longrunning.Operation> deleteTaskSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteTaskRequest,com.google.protobuf.Empty,OperationMetadata> deleteTaskOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListTasksRequest,ListTasksResponse,DataplexServiceClient.ListTasksPagedResponse> listTasksSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetTaskRequest,Task> getTaskSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,DataplexServiceClient.ListJobsPagedResponse> listJobsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job> getJobSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CancelJobRequest,com.google.protobuf.Empty> cancelJobSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateEnvironmentRequest,com.google.longrunning.Operation> createEnvironmentSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateEnvironmentRequest,Environment,OperationMetadata> createEnvironmentOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateEnvironmentRequest,com.google.longrunning.Operation> updateEnvironmentSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateEnvironmentRequest,Environment,OperationMetadata> updateEnvironmentOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteEnvironmentRequest,com.google.longrunning.Operation> deleteEnvironmentSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteEnvironmentRequest,com.google.protobuf.Empty,OperationMetadata> deleteEnvironmentOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListEnvironmentsRequest,ListEnvironmentsResponse,DataplexServiceClient.ListEnvironmentsPagedResponse> listEnvironmentsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetEnvironmentRequest,Environment> getEnvironmentSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListSessionsRequest,ListSessionsResponse,DataplexServiceClient.ListSessionsPagedResponse> listSessionsSettings()
public com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,DataplexServiceClient.ListLocationsPagedResponse> listLocationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public static final DataplexServiceSettings create(DataplexServiceStubSettings stub) throws IOException
IOExceptionpublic static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
@BetaApi public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static DataplexServiceSettings.Builder newBuilder()
@BetaApi public static DataplexServiceSettings.Builder newHttpJsonBuilder()
public static DataplexServiceSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public DataplexServiceSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.ClientSettings<DataplexServiceSettings>Copyright © 2022 Google LLC. All rights reserved.