@Generated(value="by gapic-generator-java") public class DataTransferServiceStubSettings extends com.google.api.gax.rpc.StubSettings<DataTransferServiceStubSettings>
DataTransferServiceStub.
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 getDataSource 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
DataTransferServiceStubSettings.Builder dataTransferServiceSettingsBuilder =
DataTransferServiceStubSettings.newBuilder();
dataTransferServiceSettingsBuilder
.getDataSourceSettings()
.setRetrySettings(
dataTransferServiceSettingsBuilder
.getDataSourceSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
DataTransferServiceStubSettings dataTransferServiceSettings =
dataTransferServiceSettingsBuilder.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
DataTransferServiceStubSettings.Builder
Builder for DataTransferServiceStubSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DataTransferServiceStubSettings(DataTransferServiceStubSettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallSettings<CheckValidCredsRequest,CheckValidCredsResponse> |
checkValidCredsSettings()
Returns the object with the settings used for calls to checkValidCreds.
|
DataTransferServiceStub |
createStub() |
com.google.api.gax.rpc.UnaryCallSettings<CreateTransferConfigRequest,TransferConfig> |
createTransferConfigSettings()
Returns the object with the settings used for calls to createTransferConfig.
|
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.UnaryCallSettings<DeleteTransferConfigRequest,com.google.protobuf.Empty> |
deleteTransferConfigSettings()
Returns the object with the settings used for calls to deleteTransferConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteTransferRunRequest,com.google.protobuf.Empty> |
deleteTransferRunSettings()
Returns the object with the settings used for calls to deleteTransferRun.
|
com.google.api.gax.rpc.UnaryCallSettings<EnrollDataSourcesRequest,com.google.protobuf.Empty> |
enrollDataSourcesSettings()
Returns the object with the settings used for calls to enrollDataSources.
|
com.google.api.gax.rpc.UnaryCallSettings<GetDataSourceRequest,DataSource> |
getDataSourceSettings()
Returns the object with the settings used for calls to getDataSource.
|
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<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<GetTransferConfigRequest,TransferConfig> |
getTransferConfigSettings()
Returns the object with the settings used for calls to getTransferConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<GetTransferRunRequest,TransferRun> |
getTransferRunSettings()
Returns the object with the settings used for calls to getTransferRun.
|
com.google.api.gax.rpc.PagedCallSettings<ListDataSourcesRequest,ListDataSourcesResponse,DataTransferServiceClient.ListDataSourcesPagedResponse> |
listDataSourcesSettings()
Returns the object with the settings used for calls to listDataSources.
|
com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,DataTransferServiceClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
|
com.google.api.gax.rpc.PagedCallSettings<ListTransferConfigsRequest,ListTransferConfigsResponse,DataTransferServiceClient.ListTransferConfigsPagedResponse> |
listTransferConfigsSettings()
Returns the object with the settings used for calls to listTransferConfigs.
|
com.google.api.gax.rpc.PagedCallSettings<ListTransferLogsRequest,ListTransferLogsResponse,DataTransferServiceClient.ListTransferLogsPagedResponse> |
listTransferLogsSettings()
Returns the object with the settings used for calls to listTransferLogs.
|
com.google.api.gax.rpc.PagedCallSettings<ListTransferRunsRequest,ListTransferRunsResponse,DataTransferServiceClient.ListTransferRunsPagedResponse> |
listTransferRunsSettings()
Returns the object with the settings used for calls to listTransferRuns.
|
static DataTransferServiceStubSettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static DataTransferServiceStubSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
static DataTransferServiceStubSettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
com.google.api.gax.rpc.UnaryCallSettings<ScheduleTransferRunsRequest,ScheduleTransferRunsResponse> |
scheduleTransferRunsSettings()
Deprecated.
This method is deprecated and will be removed in the next major version update.
|
com.google.api.gax.rpc.UnaryCallSettings<StartManualTransferRunsRequest,StartManualTransferRunsResponse> |
startManualTransferRunsSettings()
Returns the object with the settings used for calls to startManualTransferRuns.
|
DataTransferServiceStubSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateTransferConfigRequest,TransferConfig> |
updateTransferConfigSettings()
Returns the object with the settings used for calls to updateTransferConfig.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, getUniverseDomain, toStringprotected DataTransferServiceStubSettings(DataTransferServiceStubSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.UnaryCallSettings<GetDataSourceRequest,DataSource> getDataSourceSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListDataSourcesRequest,ListDataSourcesResponse,DataTransferServiceClient.ListDataSourcesPagedResponse> listDataSourcesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateTransferConfigRequest,TransferConfig> createTransferConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateTransferConfigRequest,TransferConfig> updateTransferConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteTransferConfigRequest,com.google.protobuf.Empty> deleteTransferConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetTransferConfigRequest,TransferConfig> getTransferConfigSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListTransferConfigsRequest,ListTransferConfigsResponse,DataTransferServiceClient.ListTransferConfigsPagedResponse> listTransferConfigsSettings()
@Deprecated public com.google.api.gax.rpc.UnaryCallSettings<ScheduleTransferRunsRequest,ScheduleTransferRunsResponse> scheduleTransferRunsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<StartManualTransferRunsRequest,StartManualTransferRunsResponse> startManualTransferRunsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetTransferRunRequest,TransferRun> getTransferRunSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteTransferRunRequest,com.google.protobuf.Empty> deleteTransferRunSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListTransferRunsRequest,ListTransferRunsResponse,DataTransferServiceClient.ListTransferRunsPagedResponse> listTransferRunsSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListTransferLogsRequest,ListTransferLogsResponse,DataTransferServiceClient.ListTransferLogsPagedResponse> listTransferLogsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CheckValidCredsRequest,CheckValidCredsResponse> checkValidCredsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<EnrollDataSourcesRequest,com.google.protobuf.Empty> enrollDataSourcesSettings()
public com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,DataTransferServiceClient.ListLocationsPagedResponse> listLocationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public DataTransferServiceStub createStub() throws IOException
IOExceptionpublic String getEndpoint()
getEndpoint in class com.google.api.gax.rpc.StubSettings<DataTransferServiceStubSettings>public String getServiceName()
getServiceName in class com.google.api.gax.rpc.StubSettings<DataTransferServiceStubSettings>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()
@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 defaultGrpcApiClientHeaderProviderBuilder()
@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 defaultHttpJsonApiClientHeaderProviderBuilder()
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static DataTransferServiceStubSettings.Builder newBuilder()
public static DataTransferServiceStubSettings.Builder newHttpJsonBuilder()
public static DataTransferServiceStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public DataTransferServiceStubSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.StubSettings<DataTransferServiceStubSettings>Copyright © 2024 Google LLC. All rights reserved.