Package com.google.cloud.dataplex.v1
Class DataplexServiceSettings
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings<DataplexServiceSettings>
-
- com.google.cloud.dataplex.v1.DataplexServiceSettings
-
@Generated("by gapic-generator-java") public class DataplexServiceSettings extends com.google.api.gax.rpc.ClientSettings<DataplexServiceSettings>
Settings class to configure an instance ofDataplexServiceClient
.The default instance has everything set to sensible defaults:
- The default service address (dataplex.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 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();
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataplexServiceSettings.Builder
Builder for DataplexServiceSettings.
-
Constructor Summary
Constructors Modifier Constructor Description protected
DataplexServiceSettings(DataplexServiceSettings.Builder settingsBuilder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.com.google.api.gax.rpc.UnaryCallSettings<RunTaskRequest,RunTaskResponse>
runTaskSettings()
Returns the object with the settings used for calls to runTask.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.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
DataplexServiceSettings
protected DataplexServiceSettings(DataplexServiceSettings.Builder settingsBuilder) throws IOException
- Throws:
IOException
-
-
Method Detail
-
createLakeSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateLakeRequest,com.google.longrunning.Operation> createLakeSettings()
Returns the object with the settings used for calls to createLake.
-
createLakeOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateLakeRequest,Lake,OperationMetadata> createLakeOperationSettings()
Returns the object with the settings used for calls to createLake.
-
updateLakeSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateLakeRequest,com.google.longrunning.Operation> updateLakeSettings()
Returns the object with the settings used for calls to updateLake.
-
updateLakeOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateLakeRequest,Lake,OperationMetadata> updateLakeOperationSettings()
Returns the object with the settings used for calls to updateLake.
-
deleteLakeSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteLakeRequest,com.google.longrunning.Operation> deleteLakeSettings()
Returns the object with the settings used for calls to deleteLake.
-
deleteLakeOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteLakeRequest,com.google.protobuf.Empty,OperationMetadata> deleteLakeOperationSettings()
Returns the object with the settings used for calls to deleteLake.
-
listLakesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListLakesRequest,ListLakesResponse,DataplexServiceClient.ListLakesPagedResponse> listLakesSettings()
Returns the object with the settings used for calls to listLakes.
-
getLakeSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetLakeRequest,Lake> getLakeSettings()
Returns the object with the settings used for calls to getLake.
-
listLakeActionsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListLakeActionsRequest,ListActionsResponse,DataplexServiceClient.ListLakeActionsPagedResponse> listLakeActionsSettings()
Returns the object with the settings used for calls to listLakeActions.
-
createZoneSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateZoneRequest,com.google.longrunning.Operation> createZoneSettings()
Returns the object with the settings used for calls to createZone.
-
createZoneOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateZoneRequest,Zone,OperationMetadata> createZoneOperationSettings()
Returns the object with the settings used for calls to createZone.
-
updateZoneSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateZoneRequest,com.google.longrunning.Operation> updateZoneSettings()
Returns the object with the settings used for calls to updateZone.
-
updateZoneOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateZoneRequest,Zone,OperationMetadata> updateZoneOperationSettings()
Returns the object with the settings used for calls to updateZone.
-
deleteZoneSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteZoneRequest,com.google.longrunning.Operation> deleteZoneSettings()
Returns the object with the settings used for calls to deleteZone.
-
deleteZoneOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteZoneRequest,com.google.protobuf.Empty,OperationMetadata> deleteZoneOperationSettings()
Returns the object with the settings used for calls to deleteZone.
-
listZonesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListZonesRequest,ListZonesResponse,DataplexServiceClient.ListZonesPagedResponse> listZonesSettings()
Returns the object with the settings used for calls to listZones.
-
getZoneSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetZoneRequest,Zone> getZoneSettings()
Returns the object with the settings used for calls to getZone.
-
listZoneActionsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListZoneActionsRequest,ListActionsResponse,DataplexServiceClient.ListZoneActionsPagedResponse> listZoneActionsSettings()
Returns the object with the settings used for calls to listZoneActions.
-
createAssetSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateAssetRequest,com.google.longrunning.Operation> createAssetSettings()
Returns the object with the settings used for calls to createAsset.
-
createAssetOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateAssetRequest,Asset,OperationMetadata> createAssetOperationSettings()
Returns the object with the settings used for calls to createAsset.
-
updateAssetSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateAssetRequest,com.google.longrunning.Operation> updateAssetSettings()
Returns the object with the settings used for calls to updateAsset.
-
updateAssetOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateAssetRequest,Asset,OperationMetadata> updateAssetOperationSettings()
Returns the object with the settings used for calls to updateAsset.
-
deleteAssetSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteAssetRequest,com.google.longrunning.Operation> deleteAssetSettings()
Returns the object with the settings used for calls to deleteAsset.
-
deleteAssetOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteAssetRequest,com.google.protobuf.Empty,OperationMetadata> deleteAssetOperationSettings()
Returns the object with the settings used for calls to deleteAsset.
-
listAssetsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListAssetsRequest,ListAssetsResponse,DataplexServiceClient.ListAssetsPagedResponse> listAssetsSettings()
Returns the object with the settings used for calls to listAssets.
-
getAssetSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetAssetRequest,Asset> getAssetSettings()
Returns the object with the settings used for calls to getAsset.
-
listAssetActionsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListAssetActionsRequest,ListActionsResponse,DataplexServiceClient.ListAssetActionsPagedResponse> listAssetActionsSettings()
Returns the object with the settings used for calls to listAssetActions.
-
createTaskSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateTaskRequest,com.google.longrunning.Operation> createTaskSettings()
Returns the object with the settings used for calls to createTask.
-
createTaskOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateTaskRequest,Task,OperationMetadata> createTaskOperationSettings()
Returns the object with the settings used for calls to createTask.
-
updateTaskSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateTaskRequest,com.google.longrunning.Operation> updateTaskSettings()
Returns the object with the settings used for calls to updateTask.
-
updateTaskOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateTaskRequest,Task,OperationMetadata> updateTaskOperationSettings()
Returns the object with the settings used for calls to updateTask.
-
deleteTaskSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteTaskRequest,com.google.longrunning.Operation> deleteTaskSettings()
Returns the object with the settings used for calls to deleteTask.
-
deleteTaskOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteTaskRequest,com.google.protobuf.Empty,OperationMetadata> deleteTaskOperationSettings()
Returns the object with the settings used for calls to deleteTask.
-
listTasksSettings
public com.google.api.gax.rpc.PagedCallSettings<ListTasksRequest,ListTasksResponse,DataplexServiceClient.ListTasksPagedResponse> listTasksSettings()
Returns the object with the settings used for calls to listTasks.
-
getTaskSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetTaskRequest,Task> getTaskSettings()
Returns the object with the settings used for calls to getTask.
-
listJobsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,DataplexServiceClient.ListJobsPagedResponse> listJobsSettings()
Returns the object with the settings used for calls to listJobs.
-
runTaskSettings
public com.google.api.gax.rpc.UnaryCallSettings<RunTaskRequest,RunTaskResponse> runTaskSettings()
Returns the object with the settings used for calls to runTask.
-
getJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job> getJobSettings()
Returns the object with the settings used for calls to getJob.
-
cancelJobSettings
public com.google.api.gax.rpc.UnaryCallSettings<CancelJobRequest,com.google.protobuf.Empty> cancelJobSettings()
Returns the object with the settings used for calls to cancelJob.
-
createEnvironmentSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateEnvironmentRequest,com.google.longrunning.Operation> createEnvironmentSettings()
Returns the object with the settings used for calls to createEnvironment.
-
createEnvironmentOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateEnvironmentRequest,Environment,OperationMetadata> createEnvironmentOperationSettings()
Returns the object with the settings used for calls to createEnvironment.
-
updateEnvironmentSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateEnvironmentRequest,com.google.longrunning.Operation> updateEnvironmentSettings()
Returns the object with the settings used for calls to updateEnvironment.
-
updateEnvironmentOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateEnvironmentRequest,Environment,OperationMetadata> updateEnvironmentOperationSettings()
Returns the object with the settings used for calls to updateEnvironment.
-
deleteEnvironmentSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteEnvironmentRequest,com.google.longrunning.Operation> deleteEnvironmentSettings()
Returns the object with the settings used for calls to deleteEnvironment.
-
deleteEnvironmentOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteEnvironmentRequest,com.google.protobuf.Empty,OperationMetadata> deleteEnvironmentOperationSettings()
Returns the object with the settings used for calls to deleteEnvironment.
-
listEnvironmentsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListEnvironmentsRequest,ListEnvironmentsResponse,DataplexServiceClient.ListEnvironmentsPagedResponse> listEnvironmentsSettings()
Returns the object with the settings used for calls to listEnvironments.
-
getEnvironmentSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetEnvironmentRequest,Environment> getEnvironmentSettings()
Returns the object with the settings used for calls to getEnvironment.
-
listSessionsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListSessionsRequest,ListSessionsResponse,DataplexServiceClient.ListSessionsPagedResponse> listSessionsSettings()
Returns the object with the settings used for calls to listSessions.
-
listLocationsSettings
public 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.
-
getLocationSettings
public 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.
-
create
public static final DataplexServiceSettings create(DataplexServiceStubSettings stub) throws IOException
- Throws:
IOException
-
defaultExecutorProviderBuilder
public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
-
getDefaultEndpoint
public static String getDefaultEndpoint()
Returns the default service endpoint.
-
getDefaultServiceScopes
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
-
defaultCredentialsProviderBuilder
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
-
defaultGrpcTransportProviderBuilder
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
-
defaultHttpJsonTransportProviderBuilder
@BetaApi public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
-
defaultTransportChannelProvider
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
-
defaultApiClientHeaderProviderBuilder
@BetaApi("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()
-
newBuilder
public static DataplexServiceSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
-
newHttpJsonBuilder
@BetaApi public static DataplexServiceSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
-
newBuilder
public static DataplexServiceSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
-
toBuilder
public DataplexServiceSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.- Specified by:
toBuilder
in classcom.google.api.gax.rpc.ClientSettings<DataplexServiceSettings>
-
-