Class ContactCenterInsightsStubSettings
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings<ContactCenterInsightsStubSettings>
-
- com.google.cloud.contactcenterinsights.v1.stub.ContactCenterInsightsStubSettings
-
@Generated("by gapic-generator-java") public class ContactCenterInsightsStubSettings extends com.google.api.gax.rpc.StubSettings<ContactCenterInsightsStubSettings>
Settings class to configure an instance ofContactCenterInsightsStub
.The default instance has everything set to sensible defaults:
- The default service address (contactcenterinsights.googleapis.com) and default port (443) are used.
- Credentials are acquired automatically through Application Default Credentials.
- Retries are configured for idempotent methods but not for non-idempotent methods.
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 ContactCenterInsightsStubSettings.Builder contactCenterInsightsSettingsBuilder = ContactCenterInsightsStubSettings.newBuilder(); contactCenterInsightsSettingsBuilder .createConversationSettings() .setRetrySettings( contactCenterInsightsSettingsBuilder .createConversationSettings() .getRetrySettings() .toBuilder() .setTotalTimeout(Duration.ofSeconds(30)) .build()); ContactCenterInsightsStubSettings contactCenterInsightsSettings = contactCenterInsightsSettingsBuilder.build();
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContactCenterInsightsStubSettings.Builder
Builder for ContactCenterInsightsStubSettings.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ContactCenterInsightsStubSettings(ContactCenterInsightsStubSettings.Builder settingsBuilder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.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.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.ContactCenterInsightsStub
createStub()
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.rpc.ApiClientHeaderProvider.Builder
defaultGrpcApiClientHeaderProviderBuilder()
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.rpc.ApiClientHeaderProvider.Builder
defaultHttpJsonApiClientHeaderProviderBuilder()
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 String
getDefaultMtlsEndpoint()
Returns the default mTLS 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 ContactCenterInsightsStubSettings.Builder
newBuilder()
Returns a new gRPC builder for this class.static ContactCenterInsightsStubSettings.Builder
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.static ContactCenterInsightsStubSettings.Builder
newHttpJsonBuilder()
Returns a new REST builder for this class.ContactCenterInsightsStubSettings.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.-
Methods inherited from class com.google.api.gax.rpc.StubSettings
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, toString
-
-
-
-
Constructor Detail
-
ContactCenterInsightsStubSettings
protected ContactCenterInsightsStubSettings(ContactCenterInsightsStubSettings.Builder settingsBuilder) throws IOException
- Throws:
IOException
-
-
Method Detail
-
createConversationSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateConversationRequest,Conversation> createConversationSettings()
Returns the object with the settings used for calls to createConversation.
-
uploadConversationSettings
public com.google.api.gax.rpc.UnaryCallSettings<UploadConversationRequest,com.google.longrunning.Operation> uploadConversationSettings()
Returns the object with the settings used for calls to uploadConversation.
-
uploadConversationOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UploadConversationRequest,Conversation,UploadConversationMetadata> uploadConversationOperationSettings()
Returns the object with the settings used for calls to uploadConversation.
-
updateConversationSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateConversationRequest,Conversation> updateConversationSettings()
Returns the object with the settings used for calls to updateConversation.
-
getConversationSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetConversationRequest,Conversation> getConversationSettings()
Returns the object with the settings used for calls to getConversation.
-
listConversationsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListConversationsRequest,ListConversationsResponse,ContactCenterInsightsClient.ListConversationsPagedResponse> listConversationsSettings()
Returns the object with the settings used for calls to listConversations.
-
deleteConversationSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteConversationRequest,com.google.protobuf.Empty> deleteConversationSettings()
Returns the object with the settings used for calls to deleteConversation.
-
createAnalysisSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateAnalysisRequest,com.google.longrunning.Operation> createAnalysisSettings()
Returns the object with the settings used for calls to createAnalysis.
-
createAnalysisOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateAnalysisRequest,Analysis,CreateAnalysisOperationMetadata> createAnalysisOperationSettings()
Returns the object with the settings used for calls to createAnalysis.
-
getAnalysisSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetAnalysisRequest,Analysis> getAnalysisSettings()
Returns the object with the settings used for calls to getAnalysis.
-
listAnalysesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListAnalysesRequest,ListAnalysesResponse,ContactCenterInsightsClient.ListAnalysesPagedResponse> listAnalysesSettings()
Returns the object with the settings used for calls to listAnalyses.
-
deleteAnalysisSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteAnalysisRequest,com.google.protobuf.Empty> deleteAnalysisSettings()
Returns the object with the settings used for calls to deleteAnalysis.
-
bulkAnalyzeConversationsSettings
public com.google.api.gax.rpc.UnaryCallSettings<BulkAnalyzeConversationsRequest,com.google.longrunning.Operation> bulkAnalyzeConversationsSettings()
Returns the object with the settings used for calls to bulkAnalyzeConversations.
-
bulkAnalyzeConversationsOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<BulkAnalyzeConversationsRequest,BulkAnalyzeConversationsResponse,BulkAnalyzeConversationsMetadata> bulkAnalyzeConversationsOperationSettings()
Returns the object with the settings used for calls to bulkAnalyzeConversations.
-
ingestConversationsSettings
public com.google.api.gax.rpc.UnaryCallSettings<IngestConversationsRequest,com.google.longrunning.Operation> ingestConversationsSettings()
Returns the object with the settings used for calls to ingestConversations.
-
ingestConversationsOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<IngestConversationsRequest,IngestConversationsResponse,IngestConversationsMetadata> ingestConversationsOperationSettings()
Returns the object with the settings used for calls to ingestConversations.
-
exportInsightsDataSettings
public com.google.api.gax.rpc.UnaryCallSettings<ExportInsightsDataRequest,com.google.longrunning.Operation> exportInsightsDataSettings()
Returns the object with the settings used for calls to exportInsightsData.
-
exportInsightsDataOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<ExportInsightsDataRequest,ExportInsightsDataResponse,ExportInsightsDataMetadata> exportInsightsDataOperationSettings()
Returns the object with the settings used for calls to exportInsightsData.
-
createIssueModelSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateIssueModelRequest,com.google.longrunning.Operation> createIssueModelSettings()
Returns the object with the settings used for calls to createIssueModel.
-
createIssueModelOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateIssueModelRequest,IssueModel,CreateIssueModelMetadata> createIssueModelOperationSettings()
Returns the object with the settings used for calls to createIssueModel.
-
updateIssueModelSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateIssueModelRequest,IssueModel> updateIssueModelSettings()
Returns the object with the settings used for calls to updateIssueModel.
-
getIssueModelSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetIssueModelRequest,IssueModel> getIssueModelSettings()
Returns the object with the settings used for calls to getIssueModel.
-
listIssueModelsSettings
public com.google.api.gax.rpc.UnaryCallSettings<ListIssueModelsRequest,ListIssueModelsResponse> listIssueModelsSettings()
Returns the object with the settings used for calls to listIssueModels.
-
deleteIssueModelSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteIssueModelRequest,com.google.longrunning.Operation> deleteIssueModelSettings()
Returns the object with the settings used for calls to deleteIssueModel.
-
deleteIssueModelOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteIssueModelRequest,com.google.protobuf.Empty,DeleteIssueModelMetadata> deleteIssueModelOperationSettings()
Returns the object with the settings used for calls to deleteIssueModel.
-
deployIssueModelSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeployIssueModelRequest,com.google.longrunning.Operation> deployIssueModelSettings()
Returns the object with the settings used for calls to deployIssueModel.
-
deployIssueModelOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeployIssueModelRequest,DeployIssueModelResponse,DeployIssueModelMetadata> deployIssueModelOperationSettings()
Returns the object with the settings used for calls to deployIssueModel.
-
undeployIssueModelSettings
public com.google.api.gax.rpc.UnaryCallSettings<UndeployIssueModelRequest,com.google.longrunning.Operation> undeployIssueModelSettings()
Returns the object with the settings used for calls to undeployIssueModel.
-
undeployIssueModelOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UndeployIssueModelRequest,UndeployIssueModelResponse,UndeployIssueModelMetadata> undeployIssueModelOperationSettings()
Returns the object with the settings used for calls to undeployIssueModel.
-
getIssueSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetIssueRequest,Issue> getIssueSettings()
Returns the object with the settings used for calls to getIssue.
-
listIssuesSettings
public com.google.api.gax.rpc.UnaryCallSettings<ListIssuesRequest,ListIssuesResponse> listIssuesSettings()
Returns the object with the settings used for calls to listIssues.
-
updateIssueSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateIssueRequest,Issue> updateIssueSettings()
Returns the object with the settings used for calls to updateIssue.
-
deleteIssueSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteIssueRequest,com.google.protobuf.Empty> deleteIssueSettings()
Returns the object with the settings used for calls to deleteIssue.
-
calculateIssueModelStatsSettings
public com.google.api.gax.rpc.UnaryCallSettings<CalculateIssueModelStatsRequest,CalculateIssueModelStatsResponse> calculateIssueModelStatsSettings()
Returns the object with the settings used for calls to calculateIssueModelStats.
-
createPhraseMatcherSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreatePhraseMatcherRequest,PhraseMatcher> createPhraseMatcherSettings()
Returns the object with the settings used for calls to createPhraseMatcher.
-
getPhraseMatcherSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetPhraseMatcherRequest,PhraseMatcher> getPhraseMatcherSettings()
Returns the object with the settings used for calls to getPhraseMatcher.
-
listPhraseMatchersSettings
public com.google.api.gax.rpc.PagedCallSettings<ListPhraseMatchersRequest,ListPhraseMatchersResponse,ContactCenterInsightsClient.ListPhraseMatchersPagedResponse> listPhraseMatchersSettings()
Returns the object with the settings used for calls to listPhraseMatchers.
-
deletePhraseMatcherSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeletePhraseMatcherRequest,com.google.protobuf.Empty> deletePhraseMatcherSettings()
Returns the object with the settings used for calls to deletePhraseMatcher.
-
updatePhraseMatcherSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdatePhraseMatcherRequest,PhraseMatcher> updatePhraseMatcherSettings()
Returns the object with the settings used for calls to updatePhraseMatcher.
-
calculateStatsSettings
public com.google.api.gax.rpc.UnaryCallSettings<CalculateStatsRequest,CalculateStatsResponse> calculateStatsSettings()
Returns the object with the settings used for calls to calculateStats.
-
getSettingsSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetSettingsRequest,Settings> getSettingsSettings()
Returns the object with the settings used for calls to getSettings.
-
updateSettingsSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateSettingsRequest,Settings> updateSettingsSettings()
Returns the object with the settings used for calls to updateSettings.
-
createViewSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateViewRequest,View> createViewSettings()
Returns the object with the settings used for calls to createView.
-
getViewSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetViewRequest,View> getViewSettings()
Returns the object with the settings used for calls to getView.
-
listViewsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListViewsRequest,ListViewsResponse,ContactCenterInsightsClient.ListViewsPagedResponse> listViewsSettings()
Returns the object with the settings used for calls to listViews.
-
updateViewSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateViewRequest,View> updateViewSettings()
Returns the object with the settings used for calls to updateView.
-
deleteViewSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteViewRequest,com.google.protobuf.Empty> deleteViewSettings()
Returns the object with the settings used for calls to deleteView.
-
createStub
public ContactCenterInsightsStub createStub() throws IOException
- Throws:
IOException
-
defaultExecutorProviderBuilder
public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
-
getDefaultEndpoint
public static String getDefaultEndpoint()
Returns the default service endpoint.
-
getDefaultMtlsEndpoint
public static String getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
-
getDefaultServiceScopes
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
-
defaultCredentialsProviderBuilder
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
-
defaultGrpcTransportProviderBuilder
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
-
defaultHttpJsonTransportProviderBuilder
@BetaApi public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
-
defaultTransportChannelProvider
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
-
defaultGrpcApiClientHeaderProviderBuilder
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
-
defaultHttpJsonApiClientHeaderProviderBuilder
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
-
defaultApiClientHeaderProviderBuilder
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
-
newBuilder
public static ContactCenterInsightsStubSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
-
newHttpJsonBuilder
public static ContactCenterInsightsStubSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
-
newBuilder
public static ContactCenterInsightsStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
-
toBuilder
public ContactCenterInsightsStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.- Specified by:
toBuilder
in classcom.google.api.gax.rpc.StubSettings<ContactCenterInsightsStubSettings>
-
-