public static class KnowledgeBasesSettings.Builder extends ClientSettings.Builder<KnowledgeBasesSettings,KnowledgeBasesSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(KnowledgeBasesSettings settings) |
protected |
Builder(KnowledgeBasesStubSettings.Builder stubSettings) |
Modifier and Type | Method and Description |
---|---|
KnowledgeBasesSettings.Builder |
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
KnowledgeBasesSettings |
build() |
UnaryCallSettings.Builder<CreateKnowledgeBaseRequest,KnowledgeBase> |
createKnowledgeBaseSettings()
Returns the builder for the settings used for calls to createKnowledgeBase.
|
UnaryCallSettings.Builder<DeleteKnowledgeBaseRequest,Empty> |
deleteKnowledgeBaseSettings()
Returns the builder for the settings used for calls to deleteKnowledgeBase.
|
UnaryCallSettings.Builder<GetKnowledgeBaseRequest,KnowledgeBase> |
getKnowledgeBaseSettings()
Returns the builder for the settings used for calls to getKnowledgeBase.
|
UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
|
KnowledgeBasesStubSettings.Builder |
getStubSettingsBuilder() |
PagedCallSettings.Builder<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBasesClient.ListKnowledgeBasesPagedResponse> |
listKnowledgeBasesSettings()
Returns the builder for the settings used for calls to listKnowledgeBases.
|
PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,KnowledgeBasesClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
|
UnaryCallSettings.Builder<UpdateKnowledgeBaseRequest,KnowledgeBase> |
updateKnowledgeBaseSettings()
Returns the builder for the settings used for calls to updateKnowledgeBase.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
protected Builder() throws IOException
IOException
protected Builder(ClientContext clientContext)
protected Builder(KnowledgeBasesSettings settings)
protected Builder(KnowledgeBasesStubSettings.Builder stubSettings)
public KnowledgeBasesStubSettings.Builder getStubSettingsBuilder()
public KnowledgeBasesSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public PagedCallSettings.Builder<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBasesClient.ListKnowledgeBasesPagedResponse> listKnowledgeBasesSettings()
public UnaryCallSettings.Builder<GetKnowledgeBaseRequest,KnowledgeBase> getKnowledgeBaseSettings()
public UnaryCallSettings.Builder<CreateKnowledgeBaseRequest,KnowledgeBase> createKnowledgeBaseSettings()
public UnaryCallSettings.Builder<DeleteKnowledgeBaseRequest,Empty> deleteKnowledgeBaseSettings()
public UnaryCallSettings.Builder<UpdateKnowledgeBaseRequest,KnowledgeBase> updateKnowledgeBaseSettings()
public PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,KnowledgeBasesClient.ListLocationsPagedResponse> listLocationsSettings()
public UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public KnowledgeBasesSettings build() throws IOException
build
in class ClientSettings.Builder<KnowledgeBasesSettings,KnowledgeBasesSettings.Builder>
IOException
Copyright © 2022 Google LLC. All rights reserved.