public class BigQueryStorageStubSettings extends StubSettings<BigQueryStorageStubSettings>
Settings class to configure an instance of BigQueryStorageStub.
The default instance has everything set to sensible defaults:
- The default service address (bigquerystorage.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 createReadSession to 30 seconds:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
BigQueryStorageStubSettings.Builder baseBigQueryStorageSettingsBuilder =
BigQueryStorageStubSettings.newBuilder();
baseBigQueryStorageSettingsBuilder
.createReadSessionSettings()
.setRetrySettings(
baseBigQueryStorageSettingsBuilder
.createReadSessionSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
BigQueryStorageStubSettings baseBigQueryStorageSettings =
baseBigQueryStorageSettingsBuilder.build();
Static Methods
defaultApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Type | Description |
Builder |
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Type | Description |
Builder |
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Type | Description |
Builder |
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
Type | Description |
Builder |
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Type | Description |
TransportChannelProvider |
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Type | Description |
String |
getDefaultMtlsEndpoint()
public static String getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
Type | Description |
String |
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Type | Description |
List<String> |
newBuilder()
public static BigQueryStorageStubSettings.Builder newBuilder()
Returns a new builder for this class.
Type | Description |
BigQueryStorageStubSettings.Builder |
newBuilder(ClientContext clientContext)
public static BigQueryStorageStubSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Name | Description |
clientContext | ClientContext |
Type | Description |
BigQueryStorageStubSettings.Builder |
Constructors
BigQueryStorageStubSettings(BigQueryStorageStubSettings.Builder settingsBuilder)
protected BigQueryStorageStubSettings(BigQueryStorageStubSettings.Builder settingsBuilder)
Name | Description |
settingsBuilder | BigQueryStorageStubSettings.Builder |
Methods
batchCreateReadSessionStreamsSettings()
public UnaryCallSettings<Storage.BatchCreateReadSessionStreamsRequest,Storage.BatchCreateReadSessionStreamsResponse> batchCreateReadSessionStreamsSettings()
Returns the object with the settings used for calls to batchCreateReadSessionStreams.
Type | Description |
UnaryCallSettings<BatchCreateReadSessionStreamsRequest,BatchCreateReadSessionStreamsResponse> |
createReadSessionSettings()
public UnaryCallSettings<Storage.CreateReadSessionRequest,Storage.ReadSession> createReadSessionSettings()
Returns the object with the settings used for calls to createReadSession.
Type | Description |
UnaryCallSettings<CreateReadSessionRequest,ReadSession> |
createStub()
public BigQueryStorageStub createStub()
Type | Description |
BigQueryStorageStub |
Type | Description |
IOException |
finalizeStreamSettings()
public UnaryCallSettings<Storage.FinalizeStreamRequest,Empty> finalizeStreamSettings()
Returns the object with the settings used for calls to finalizeStream.
Type | Description |
UnaryCallSettings<FinalizeStreamRequest,Empty> |
readRowsSettings()
public ServerStreamingCallSettings<Storage.ReadRowsRequest,Storage.ReadRowsResponse> readRowsSettings()
Returns the object with the settings used for calls to readRows.
Type | Description |
ServerStreamingCallSettings<ReadRowsRequest,ReadRowsResponse> |
splitReadStreamSettings()
public UnaryCallSettings<Storage.SplitReadStreamRequest,Storage.SplitReadStreamResponse> splitReadStreamSettings()
Returns the object with the settings used for calls to splitReadStream.
Type | Description |
UnaryCallSettings<SplitReadStreamRequest,SplitReadStreamResponse> |
toBuilder()
public BigQueryStorageStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Type | Description |
BigQueryStorageStubSettings.Builder |