@Generated(value="by gapic-generator-java") public class DataplexServiceStubSettings extends com.google.api.gax.rpc.StubSettings<DataplexServiceStubSettings>
DataplexServiceStub.
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
DataplexServiceStubSettings.Builder dataplexServiceSettingsBuilder =
DataplexServiceStubSettings.newBuilder();
dataplexServiceSettingsBuilder
.getLakeSettings()
.setRetrySettings(
dataplexServiceSettingsBuilder
.getLakeSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
DataplexServiceStubSettings dataplexServiceSettings = dataplexServiceSettingsBuilder.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
DataplexServiceStubSettings.Builder
Builder for DataplexServiceStubSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DataplexServiceStubSettings(DataplexServiceStubSettings.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.
|
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.
|
DataplexServiceStub |
createStub() |
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.rpc.ApiClientHeaderProvider.Builder |
defaultGrpcApiClientHeaderProviderBuilder() |
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.rpc.ApiClientHeaderProvider.Builder |
defaultHttpJsonApiClientHeaderProviderBuilder() |
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 String |
getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
String |
getEndpoint()
Returns the endpoint set by the user or the the service's default endpoint.
|
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.
|
String |
getServiceName()
Returns the default service name.
|
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 DataplexServiceStubSettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static DataplexServiceStubSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
static DataplexServiceStubSettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
com.google.api.gax.rpc.UnaryCallSettings<RunTaskRequest,RunTaskResponse> |
runTaskSettings()
Returns the object with the settings used for calls to runTask.
|
DataplexServiceStubSettings.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, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, getUniverseDomain, toStringprotected DataplexServiceStubSettings(DataplexServiceStubSettings.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<RunTaskRequest,RunTaskResponse> runTaskSettings()
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 DataplexServiceStub createStub() throws IOException
IOExceptionpublic String getEndpoint()
getEndpoint in class com.google.api.gax.rpc.StubSettings<DataplexServiceStubSettings>public String getServiceName()
getServiceName in class com.google.api.gax.rpc.StubSettings<DataplexServiceStubSettings>public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static String getDefaultMtlsEndpoint()
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()
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static DataplexServiceStubSettings.Builder newBuilder()
public static DataplexServiceStubSettings.Builder newHttpJsonBuilder()
public static DataplexServiceStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public DataplexServiceStubSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.StubSettings<DataplexServiceStubSettings>Copyright © 2024 Google LLC. All rights reserved.