public static class DataStoreServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<DataStoreServiceSettings,DataStoreServiceSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(DataStoreServiceSettings settings) |
protected |
Builder(DataStoreServiceStubSettings.Builder stubSettings) |
| Modifier and Type | Method and Description |
|---|---|
DataStoreServiceSettings.Builder |
applyToAllUnaryMethods(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.
|
DataStoreServiceSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateDataStoreRequest,DataStore,CreateDataStoreMetadata> |
createDataStoreOperationSettings()
Returns the builder for the settings used for calls to createDataStore.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDataStoreRequest,com.google.longrunning.Operation> |
createDataStoreSettings()
Returns the builder for the settings used for calls to createDataStore.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteDataStoreRequest,com.google.protobuf.Empty,DeleteDataStoreMetadata> |
deleteDataStoreOperationSettings()
Returns the builder for the settings used for calls to deleteDataStore.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDataStoreRequest,com.google.longrunning.Operation> |
deleteDataStoreSettings()
Returns the builder for the settings used for calls to deleteDataStore.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDataStoreRequest,DataStore> |
getDataStoreSettings()
Returns the builder for the settings used for calls to getDataStore.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDocumentProcessingConfigRequest,DocumentProcessingConfig> |
getDocumentProcessingConfigSettings()
Returns the builder for the settings used for calls to getDocumentProcessingConfig.
|
DataStoreServiceStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataStoresRequest,ListDataStoresResponse,DataStoreServiceClient.ListDataStoresPagedResponse> |
listDataStoresSettings()
Returns the builder for the settings used for calls to listDataStores.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDataStoreRequest,DataStore> |
updateDataStoreSettings()
Returns the builder for the settings used for calls to updateDataStore.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDocumentProcessingConfigRequest,DocumentProcessingConfig> |
updateDocumentProcessingConfigSettings()
Returns the builder for the settings used for calls to updateDocumentProcessingConfig.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setUniverseDomain, setWatchdogCheckInterval, setWatchdogProvider, toStringprotected Builder()
throws IOException
IOExceptionprotected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(DataStoreServiceSettings settings)
protected Builder(DataStoreServiceStubSettings.Builder stubSettings)
public DataStoreServiceStubSettings.Builder getStubSettingsBuilder()
public DataStoreServiceSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDataStoreRequest,com.google.longrunning.Operation> createDataStoreSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateDataStoreRequest,DataStore,CreateDataStoreMetadata> createDataStoreOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDataStoreRequest,DataStore> getDataStoreSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataStoresRequest,ListDataStoresResponse,DataStoreServiceClient.ListDataStoresPagedResponse> listDataStoresSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDataStoreRequest,com.google.longrunning.Operation> deleteDataStoreSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteDataStoreRequest,com.google.protobuf.Empty,DeleteDataStoreMetadata> deleteDataStoreOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDataStoreRequest,DataStore> updateDataStoreSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDocumentProcessingConfigRequest,DocumentProcessingConfig> getDocumentProcessingConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDocumentProcessingConfigRequest,DocumentProcessingConfig> updateDocumentProcessingConfigSettings()
public DataStoreServiceSettings build() throws IOException
build in class com.google.api.gax.rpc.ClientSettings.Builder<DataStoreServiceSettings,DataStoreServiceSettings.Builder>IOExceptionCopyright © 2024 Google LLC. All rights reserved.