@BetaApi @Generated(value="by gapic-generator-java") public class ConversationsSettings extends ClientSettings<ConversationsSettings>
ConversationsClient
.
The default instance has everything set to sensible defaults:
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 createConversation to 30 seconds:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
ConversationsSettings.Builder conversationsSettingsBuilder = ConversationsSettings.newBuilder();
conversationsSettingsBuilder
.createConversationSettings()
.setRetrySettings(
conversationsSettingsBuilder.createConversationSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
ConversationsSettings conversationsSettings = conversationsSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
ConversationsSettings.Builder
Builder for ConversationsSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
ConversationsSettings(ConversationsSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
UnaryCallSettings<BatchCreateMessagesRequest,BatchCreateMessagesResponse> |
batchCreateMessagesSettings()
Returns the object with the settings used for calls to batchCreateMessages.
|
UnaryCallSettings<CompleteConversationRequest,Conversation> |
completeConversationSettings()
Returns the object with the settings used for calls to completeConversation.
|
static ConversationsSettings |
create(ConversationsStubSettings stub) |
UnaryCallSettings<CreateConversationRequest,Conversation> |
createConversationSettings()
Returns the object with the settings used for calls to createConversation.
|
static ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
|
static InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
|
static TransportChannelProvider |
defaultTransportChannelProvider() |
UnaryCallSettings<GetConversationRequest,Conversation> |
getConversationSettings()
Returns the object with the settings used for calls to getConversation.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the object with the settings used for calls to getLocation.
|
PagedCallSettings<ListConversationsRequest,ListConversationsResponse,ConversationsClient.ListConversationsPagedResponse> |
listConversationsSettings()
Returns the object with the settings used for calls to listConversations.
|
PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ConversationsClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
|
PagedCallSettings<ListMessagesRequest,ListMessagesResponse,ConversationsClient.ListMessagesPagedResponse> |
listMessagesSettings()
Returns the object with the settings used for calls to listMessages.
|
static ConversationsSettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static ConversationsSettings.Builder |
newBuilder(ClientContext clientContext)
Returns a new builder for this class.
|
static ConversationsSettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
UnaryCallSettings<SuggestConversationSummaryRequest,SuggestConversationSummaryResponse> |
suggestConversationSummarySettings()
Returns the object with the settings used for calls to suggestConversationSummary.
|
ConversationsSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
protected ConversationsSettings(ConversationsSettings.Builder settingsBuilder) throws IOException
IOException
public UnaryCallSettings<CreateConversationRequest,Conversation> createConversationSettings()
public PagedCallSettings<ListConversationsRequest,ListConversationsResponse,ConversationsClient.ListConversationsPagedResponse> listConversationsSettings()
public UnaryCallSettings<GetConversationRequest,Conversation> getConversationSettings()
public UnaryCallSettings<CompleteConversationRequest,Conversation> completeConversationSettings()
public UnaryCallSettings<BatchCreateMessagesRequest,BatchCreateMessagesResponse> batchCreateMessagesSettings()
public PagedCallSettings<ListMessagesRequest,ListMessagesResponse,ConversationsClient.ListMessagesPagedResponse> listMessagesSettings()
public UnaryCallSettings<SuggestConversationSummaryRequest,SuggestConversationSummaryResponse> suggestConversationSummarySettings()
public PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ConversationsClient.ListLocationsPagedResponse> listLocationsSettings()
public UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public static final ConversationsSettings create(ConversationsStubSettings stub) throws IOException
IOException
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
@BetaApi public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static ConversationsSettings.Builder newBuilder()
@BetaApi public static ConversationsSettings.Builder newHttpJsonBuilder()
public static ConversationsSettings.Builder newBuilder(ClientContext clientContext)
public ConversationsSettings.Builder toBuilder()
toBuilder
in class ClientSettings<ConversationsSettings>
Copyright © 2022 Google LLC. All rights reserved.