- 3.52.0 (latest)
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public static class IndexServiceSettings.Builder extends ClientSettings.Builder<IndexServiceSettings,IndexServiceSettings.Builder>
Builder for IndexServiceSettings.
Constructors
Builder()
protected Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Name | Description |
clientContext | ClientContext |
Builder(IndexServiceSettings settings)
protected Builder(IndexServiceSettings settings)
Name | Description |
settings | IndexServiceSettings |
Builder(IndexServiceStubSettings.Builder stubSettings)
protected Builder(IndexServiceStubSettings.Builder stubSettings)
Name | Description |
stubSettings | IndexServiceStubSettings.Builder |
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public IndexServiceSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
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.
Name | Description |
settingsUpdater | ApiFunction<Builder<?,?>,java.lang.Void> |
Type | Description |
IndexServiceSettings.Builder |
build()
public IndexServiceSettings build()
Type | Description |
IndexServiceSettings |
Type | Description |
IOException |
createIndexOperationSettings()
public OperationCallSettings.Builder<CreateIndexRequest,Index,CreateIndexOperationMetadata> createIndexOperationSettings()
Returns the builder for the settings used for calls to createIndex.
Type | Description |
Builder<CreateIndexRequest,Index,CreateIndexOperationMetadata> |
createIndexSettings()
public UnaryCallSettings.Builder<CreateIndexRequest,Operation> createIndexSettings()
Returns the builder for the settings used for calls to createIndex.
Type | Description |
Builder<CreateIndexRequest,Operation> |
deleteIndexOperationSettings()
public OperationCallSettings.Builder<DeleteIndexRequest,Empty,DeleteOperationMetadata> deleteIndexOperationSettings()
Returns the builder for the settings used for calls to deleteIndex.
Type | Description |
Builder<DeleteIndexRequest,Empty,DeleteOperationMetadata> |
deleteIndexSettings()
public UnaryCallSettings.Builder<DeleteIndexRequest,Operation> deleteIndexSettings()
Returns the builder for the settings used for calls to deleteIndex.
Type | Description |
Builder<DeleteIndexRequest,Operation> |
getIndexSettings()
public UnaryCallSettings.Builder<GetIndexRequest,Index> getIndexSettings()
Returns the builder for the settings used for calls to getIndex.
Type | Description |
Builder<GetIndexRequest,Index> |
getStubSettingsBuilder()
public IndexServiceStubSettings.Builder getStubSettingsBuilder()
Type | Description |
IndexServiceStubSettings.Builder |
listIndexesSettings()
public PagedCallSettings.Builder<ListIndexesRequest,ListIndexesResponse,IndexServiceClient.ListIndexesPagedResponse> listIndexesSettings()
Returns the builder for the settings used for calls to listIndexes.
Type | Description |
Builder<ListIndexesRequest,ListIndexesResponse,ListIndexesPagedResponse> |
updateIndexOperationSettings()
public OperationCallSettings.Builder<UpdateIndexRequest,Index,UpdateIndexOperationMetadata> updateIndexOperationSettings()
Returns the builder for the settings used for calls to updateIndex.
Type | Description |
Builder<UpdateIndexRequest,Index,UpdateIndexOperationMetadata> |
updateIndexSettings()
public UnaryCallSettings.Builder<UpdateIndexRequest,Operation> updateIndexSettings()
Returns the builder for the settings used for calls to updateIndex.
Type | Description |
Builder<UpdateIndexRequest,Operation> |