@Generated(value="by gapic-generator-java") public class ContactCenterInsightsSettings extends com.google.api.gax.rpc.ClientSettings<ContactCenterInsightsSettings>
ContactCenterInsightsClient.
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
ContactCenterInsightsSettings.Builder contactCenterInsightsSettingsBuilder =
ContactCenterInsightsSettings.newBuilder();
contactCenterInsightsSettingsBuilder
.createConversationSettings()
.setRetrySettings(
contactCenterInsightsSettingsBuilder
.createConversationSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
ContactCenterInsightsSettings contactCenterInsightsSettings =
contactCenterInsightsSettingsBuilder.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
ContactCenterInsightsSettings.Builder
Builder for ContactCenterInsightsSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ContactCenterInsightsSettings(ContactCenterInsightsSettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.OperationCallSettings<BulkAnalyzeConversationsRequest,BulkAnalyzeConversationsResponse,BulkAnalyzeConversationsMetadata> |
bulkAnalyzeConversationsOperationSettings()
Returns the object with the settings used for calls to bulkAnalyzeConversations.
|
com.google.api.gax.rpc.UnaryCallSettings<BulkAnalyzeConversationsRequest,com.google.longrunning.Operation> |
bulkAnalyzeConversationsSettings()
Returns the object with the settings used for calls to bulkAnalyzeConversations.
|
com.google.api.gax.rpc.OperationCallSettings<BulkDeleteConversationsRequest,BulkDeleteConversationsResponse,BulkDeleteConversationsMetadata> |
bulkDeleteConversationsOperationSettings()
Returns the object with the settings used for calls to bulkDeleteConversations.
|
com.google.api.gax.rpc.UnaryCallSettings<BulkDeleteConversationsRequest,com.google.longrunning.Operation> |
bulkDeleteConversationsSettings()
Returns the object with the settings used for calls to bulkDeleteConversations.
|
com.google.api.gax.rpc.UnaryCallSettings<CalculateIssueModelStatsRequest,CalculateIssueModelStatsResponse> |
calculateIssueModelStatsSettings()
Returns the object with the settings used for calls to calculateIssueModelStats.
|
com.google.api.gax.rpc.UnaryCallSettings<CalculateStatsRequest,CalculateStatsResponse> |
calculateStatsSettings()
Returns the object with the settings used for calls to calculateStats.
|
static ContactCenterInsightsSettings |
create(ContactCenterInsightsStubSettings stub) |
com.google.api.gax.rpc.OperationCallSettings<CreateAnalysisRequest,Analysis,CreateAnalysisOperationMetadata> |
createAnalysisOperationSettings()
Returns the object with the settings used for calls to createAnalysis.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateAnalysisRequest,com.google.longrunning.Operation> |
createAnalysisSettings()
Returns the object with the settings used for calls to createAnalysis.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateConversationRequest,Conversation> |
createConversationSettings()
Returns the object with the settings used for calls to createConversation.
|
com.google.api.gax.rpc.OperationCallSettings<CreateIssueModelRequest,IssueModel,CreateIssueModelMetadata> |
createIssueModelOperationSettings()
Returns the object with the settings used for calls to createIssueModel.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateIssueModelRequest,com.google.longrunning.Operation> |
createIssueModelSettings()
Returns the object with the settings used for calls to createIssueModel.
|
com.google.api.gax.rpc.UnaryCallSettings<CreatePhraseMatcherRequest,PhraseMatcher> |
createPhraseMatcherSettings()
Returns the object with the settings used for calls to createPhraseMatcher.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateViewRequest,View> |
createViewSettings()
Returns the object with the settings used for calls to createView.
|
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static com.google.api.gax.core.GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static com.google.api.gax.core.InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
|
static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.UnaryCallSettings<DeleteAnalysisRequest,com.google.protobuf.Empty> |
deleteAnalysisSettings()
Returns the object with the settings used for calls to deleteAnalysis.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteConversationRequest,com.google.protobuf.Empty> |
deleteConversationSettings()
Returns the object with the settings used for calls to deleteConversation.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteIssueModelRequest,com.google.protobuf.Empty,DeleteIssueModelMetadata> |
deleteIssueModelOperationSettings()
Returns the object with the settings used for calls to deleteIssueModel.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteIssueModelRequest,com.google.longrunning.Operation> |
deleteIssueModelSettings()
Returns the object with the settings used for calls to deleteIssueModel.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteIssueRequest,com.google.protobuf.Empty> |
deleteIssueSettings()
Returns the object with the settings used for calls to deleteIssue.
|
com.google.api.gax.rpc.UnaryCallSettings<DeletePhraseMatcherRequest,com.google.protobuf.Empty> |
deletePhraseMatcherSettings()
Returns the object with the settings used for calls to deletePhraseMatcher.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteViewRequest,com.google.protobuf.Empty> |
deleteViewSettings()
Returns the object with the settings used for calls to deleteView.
|
com.google.api.gax.rpc.OperationCallSettings<DeployIssueModelRequest,DeployIssueModelResponse,DeployIssueModelMetadata> |
deployIssueModelOperationSettings()
Returns the object with the settings used for calls to deployIssueModel.
|
com.google.api.gax.rpc.UnaryCallSettings<DeployIssueModelRequest,com.google.longrunning.Operation> |
deployIssueModelSettings()
Returns the object with the settings used for calls to deployIssueModel.
|
com.google.api.gax.rpc.OperationCallSettings<ExportInsightsDataRequest,ExportInsightsDataResponse,ExportInsightsDataMetadata> |
exportInsightsDataOperationSettings()
Returns the object with the settings used for calls to exportInsightsData.
|
com.google.api.gax.rpc.UnaryCallSettings<ExportInsightsDataRequest,com.google.longrunning.Operation> |
exportInsightsDataSettings()
Returns the object with the settings used for calls to exportInsightsData.
|
com.google.api.gax.rpc.UnaryCallSettings<GetAnalysisRequest,Analysis> |
getAnalysisSettings()
Returns the object with the settings used for calls to getAnalysis.
|
com.google.api.gax.rpc.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.
|
com.google.api.gax.rpc.UnaryCallSettings<GetIssueModelRequest,IssueModel> |
getIssueModelSettings()
Returns the object with the settings used for calls to getIssueModel.
|
com.google.api.gax.rpc.UnaryCallSettings<GetIssueRequest,Issue> |
getIssueSettings()
Returns the object with the settings used for calls to getIssue.
|
com.google.api.gax.rpc.UnaryCallSettings<GetPhraseMatcherRequest,PhraseMatcher> |
getPhraseMatcherSettings()
Returns the object with the settings used for calls to getPhraseMatcher.
|
com.google.api.gax.rpc.UnaryCallSettings<GetSettingsRequest,Settings> |
getSettingsSettings()
Returns the object with the settings used for calls to getSettings.
|
com.google.api.gax.rpc.UnaryCallSettings<GetViewRequest,View> |
getViewSettings()
Returns the object with the settings used for calls to getView.
|
com.google.api.gax.rpc.OperationCallSettings<IngestConversationsRequest,IngestConversationsResponse,IngestConversationsMetadata> |
ingestConversationsOperationSettings()
Returns the object with the settings used for calls to ingestConversations.
|
com.google.api.gax.rpc.UnaryCallSettings<IngestConversationsRequest,com.google.longrunning.Operation> |
ingestConversationsSettings()
Returns the object with the settings used for calls to ingestConversations.
|
com.google.api.gax.rpc.PagedCallSettings<ListAnalysesRequest,ListAnalysesResponse,ContactCenterInsightsClient.ListAnalysesPagedResponse> |
listAnalysesSettings()
Returns the object with the settings used for calls to listAnalyses.
|
com.google.api.gax.rpc.PagedCallSettings<ListConversationsRequest,ListConversationsResponse,ContactCenterInsightsClient.ListConversationsPagedResponse> |
listConversationsSettings()
Returns the object with the settings used for calls to listConversations.
|
com.google.api.gax.rpc.UnaryCallSettings<ListIssueModelsRequest,ListIssueModelsResponse> |
listIssueModelsSettings()
Returns the object with the settings used for calls to listIssueModels.
|
com.google.api.gax.rpc.UnaryCallSettings<ListIssuesRequest,ListIssuesResponse> |
listIssuesSettings()
Returns the object with the settings used for calls to listIssues.
|
com.google.api.gax.rpc.PagedCallSettings<ListPhraseMatchersRequest,ListPhraseMatchersResponse,ContactCenterInsightsClient.ListPhraseMatchersPagedResponse> |
listPhraseMatchersSettings()
Returns the object with the settings used for calls to listPhraseMatchers.
|
com.google.api.gax.rpc.PagedCallSettings<ListViewsRequest,ListViewsResponse,ContactCenterInsightsClient.ListViewsPagedResponse> |
listViewsSettings()
Returns the object with the settings used for calls to listViews.
|
static ContactCenterInsightsSettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static ContactCenterInsightsSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
static ContactCenterInsightsSettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
ContactCenterInsightsSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.OperationCallSettings<UndeployIssueModelRequest,UndeployIssueModelResponse,UndeployIssueModelMetadata> |
undeployIssueModelOperationSettings()
Returns the object with the settings used for calls to undeployIssueModel.
|
com.google.api.gax.rpc.UnaryCallSettings<UndeployIssueModelRequest,com.google.longrunning.Operation> |
undeployIssueModelSettings()
Returns the object with the settings used for calls to undeployIssueModel.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateConversationRequest,Conversation> |
updateConversationSettings()
Returns the object with the settings used for calls to updateConversation.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateIssueModelRequest,IssueModel> |
updateIssueModelSettings()
Returns the object with the settings used for calls to updateIssueModel.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateIssueRequest,Issue> |
updateIssueSettings()
Returns the object with the settings used for calls to updateIssue.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdatePhraseMatcherRequest,PhraseMatcher> |
updatePhraseMatcherSettings()
Returns the object with the settings used for calls to updatePhraseMatcher.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateSettingsRequest,Settings> |
updateSettingsSettings()
Returns the object with the settings used for calls to updateSettings.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateViewRequest,View> |
updateViewSettings()
Returns the object with the settings used for calls to updateView.
|
com.google.api.gax.rpc.OperationCallSettings<UploadConversationRequest,Conversation,UploadConversationMetadata> |
uploadConversationOperationSettings()
Returns the object with the settings used for calls to uploadConversation.
|
com.google.api.gax.rpc.UnaryCallSettings<UploadConversationRequest,com.google.longrunning.Operation> |
uploadConversationSettings()
Returns the object with the settings used for calls to uploadConversation.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toStringprotected ContactCenterInsightsSettings(ContactCenterInsightsSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.UnaryCallSettings<CreateConversationRequest,Conversation> createConversationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UploadConversationRequest,com.google.longrunning.Operation> uploadConversationSettings()
public com.google.api.gax.rpc.OperationCallSettings<UploadConversationRequest,Conversation,UploadConversationMetadata> uploadConversationOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateConversationRequest,Conversation> updateConversationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetConversationRequest,Conversation> getConversationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListConversationsRequest,ListConversationsResponse,ContactCenterInsightsClient.ListConversationsPagedResponse> listConversationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteConversationRequest,com.google.protobuf.Empty> deleteConversationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateAnalysisRequest,com.google.longrunning.Operation> createAnalysisSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateAnalysisRequest,Analysis,CreateAnalysisOperationMetadata> createAnalysisOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetAnalysisRequest,Analysis> getAnalysisSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListAnalysesRequest,ListAnalysesResponse,ContactCenterInsightsClient.ListAnalysesPagedResponse> listAnalysesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteAnalysisRequest,com.google.protobuf.Empty> deleteAnalysisSettings()
public com.google.api.gax.rpc.UnaryCallSettings<BulkAnalyzeConversationsRequest,com.google.longrunning.Operation> bulkAnalyzeConversationsSettings()
public com.google.api.gax.rpc.OperationCallSettings<BulkAnalyzeConversationsRequest,BulkAnalyzeConversationsResponse,BulkAnalyzeConversationsMetadata> bulkAnalyzeConversationsOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<BulkDeleteConversationsRequest,com.google.longrunning.Operation> bulkDeleteConversationsSettings()
public com.google.api.gax.rpc.OperationCallSettings<BulkDeleteConversationsRequest,BulkDeleteConversationsResponse,BulkDeleteConversationsMetadata> bulkDeleteConversationsOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<IngestConversationsRequest,com.google.longrunning.Operation> ingestConversationsSettings()
public com.google.api.gax.rpc.OperationCallSettings<IngestConversationsRequest,IngestConversationsResponse,IngestConversationsMetadata> ingestConversationsOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ExportInsightsDataRequest,com.google.longrunning.Operation> exportInsightsDataSettings()
public com.google.api.gax.rpc.OperationCallSettings<ExportInsightsDataRequest,ExportInsightsDataResponse,ExportInsightsDataMetadata> exportInsightsDataOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateIssueModelRequest,com.google.longrunning.Operation> createIssueModelSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateIssueModelRequest,IssueModel,CreateIssueModelMetadata> createIssueModelOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateIssueModelRequest,IssueModel> updateIssueModelSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetIssueModelRequest,IssueModel> getIssueModelSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ListIssueModelsRequest,ListIssueModelsResponse> listIssueModelsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteIssueModelRequest,com.google.longrunning.Operation> deleteIssueModelSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteIssueModelRequest,com.google.protobuf.Empty,DeleteIssueModelMetadata> deleteIssueModelOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeployIssueModelRequest,com.google.longrunning.Operation> deployIssueModelSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeployIssueModelRequest,DeployIssueModelResponse,DeployIssueModelMetadata> deployIssueModelOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UndeployIssueModelRequest,com.google.longrunning.Operation> undeployIssueModelSettings()
public com.google.api.gax.rpc.OperationCallSettings<UndeployIssueModelRequest,UndeployIssueModelResponse,UndeployIssueModelMetadata> undeployIssueModelOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetIssueRequest,Issue> getIssueSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ListIssuesRequest,ListIssuesResponse> listIssuesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateIssueRequest,Issue> updateIssueSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteIssueRequest,com.google.protobuf.Empty> deleteIssueSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CalculateIssueModelStatsRequest,CalculateIssueModelStatsResponse> calculateIssueModelStatsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreatePhraseMatcherRequest,PhraseMatcher> createPhraseMatcherSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetPhraseMatcherRequest,PhraseMatcher> getPhraseMatcherSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListPhraseMatchersRequest,ListPhraseMatchersResponse,ContactCenterInsightsClient.ListPhraseMatchersPagedResponse> listPhraseMatchersSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeletePhraseMatcherRequest,com.google.protobuf.Empty> deletePhraseMatcherSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdatePhraseMatcherRequest,PhraseMatcher> updatePhraseMatcherSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CalculateStatsRequest,CalculateStatsResponse> calculateStatsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetSettingsRequest,Settings> getSettingsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateSettingsRequest,Settings> updateSettingsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateViewRequest,View> createViewSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetViewRequest,View> getViewSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListViewsRequest,ListViewsResponse,ContactCenterInsightsClient.ListViewsPagedResponse> listViewsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateViewRequest,View> updateViewSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteViewRequest,com.google.protobuf.Empty> deleteViewSettings()
public static final ContactCenterInsightsSettings create(ContactCenterInsightsStubSettings stub) throws IOException
IOExceptionpublic static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
@BetaApi public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static ContactCenterInsightsSettings.Builder newBuilder()
@BetaApi public static ContactCenterInsightsSettings.Builder newHttpJsonBuilder()
public static ContactCenterInsightsSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public ContactCenterInsightsSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.ClientSettings<ContactCenterInsightsSettings>Copyright © 2023 Google LLC. All rights reserved.