Class EnhancedBigQueryStorageStubSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings.Builder<EnhancedBigQueryStorageStubSettings,EnhancedBigQueryStorageStubSettings.Builder>
-
- com.google.cloud.bigquery.storage.v1beta1.stub.EnhancedBigQueryStorageStubSettings.Builder
-
- Enclosing class:
- EnhancedBigQueryStorageStubSettings
public static class EnhancedBigQueryStorageStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<EnhancedBigQueryStorageStubSettings,EnhancedBigQueryStorageStubSettings.Builder>
Builder forEnhancedBigQueryStorageStubSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()protectedBuilder(com.google.api.gax.rpc.ClientContext clientContext)protectedBuilder(EnhancedBigQueryStorageStubSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnhancedBigQueryStorageStubSettings.BuilderapplyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)Applies the given settings updater function to all of the unary API methods in this service.com.google.api.gax.rpc.UnaryCallSettings.Builder<Storage.BatchCreateReadSessionStreamsRequest,Storage.BatchCreateReadSessionStreamsResponse>batchCreateReadSessionStreamsSettings()Returns the builder for the settings used for calls to batchCreateReadSessionStreams.EnhancedBigQueryStorageStubSettingsbuild()com.google.api.gax.rpc.UnaryCallSettings.Builder<Storage.CreateReadSessionRequest,Storage.ReadSession>createReadSessionSettings()Returns the builder for the settings used for calls to createReadSession.com.google.api.gax.rpc.UnaryCallSettings.Builder<Storage.FinalizeStreamRequest,com.google.protobuf.Empty>finalizeStreamSettings()Returns the builder for the settings used for calls to finalizeStream.com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<Storage.ReadRowsRequest,Storage.ReadRowsResponse>readRowsSettings()Returns the builder for the settings used for calls to readRows.com.google.api.gax.rpc.UnaryCallSettings.Builder<Storage.SplitReadStreamRequest,Storage.SplitReadStreamResponse>splitReadStreamSettings()Returns the builder for the settings used for calls to splitReadStream.com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>>unaryMethodSettingsBuilders()-
Methods inherited from class com.google.api.gax.rpc.StubSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder()
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(EnhancedBigQueryStorageStubSettings settings)
-
-
Method Detail
-
applyToAllUnaryMethods
public EnhancedBigQueryStorageStubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Applies the given settings updater function to all of the unary API methods in this service.Note: This method does not support applying settings to streaming methods.
- Throws:
Exception
-
unaryMethodSettingsBuilders
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
-
createReadSessionSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<Storage.CreateReadSessionRequest,Storage.ReadSession> createReadSessionSettings()
Returns the builder for the settings used for calls to createReadSession.
-
readRowsSettings
public com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<Storage.ReadRowsRequest,Storage.ReadRowsResponse> readRowsSettings()
Returns the builder for the settings used for calls to readRows.
-
batchCreateReadSessionStreamsSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<Storage.BatchCreateReadSessionStreamsRequest,Storage.BatchCreateReadSessionStreamsResponse> batchCreateReadSessionStreamsSettings()
Returns the builder for the settings used for calls to batchCreateReadSessionStreams.
-
finalizeStreamSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<Storage.FinalizeStreamRequest,com.google.protobuf.Empty> finalizeStreamSettings()
Returns the builder for the settings used for calls to finalizeStream.
-
splitReadStreamSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<Storage.SplitReadStreamRequest,Storage.SplitReadStreamResponse> splitReadStreamSettings()
Returns the builder for the settings used for calls to splitReadStream.
-
build
public EnhancedBigQueryStorageStubSettings build()
- Specified by:
buildin classcom.google.api.gax.rpc.StubSettings.Builder<EnhancedBigQueryStorageStubSettings,EnhancedBigQueryStorageStubSettings.Builder>
-
-