Send feedback
Class GrpcContactCenterInsightsStub (2.32.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.32.0 keyboard_arrow_down
public class GrpcContactCenterInsightsStub extends ContactCenterInsightsStub
gRPC stub implementation for the ContactCenterInsights service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcContactCenterInsightsStub create ( ClientContext clientContext )
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcContactCenterInsightsStub create ( ClientContext clientContext , GrpcStubCallableFactory callableFactory )
public static final GrpcContactCenterInsightsStub create ( ContactCenterInsightsStubSettings settings )
Constructors
GrpcContactCenterInsightsStub(ContactCenterInsightsStubSettings settings, ClientContext clientContext)
protected GrpcContactCenterInsightsStub ( ContactCenterInsightsStubSettings settings , ClientContext clientContext )
Constructs an instance of GrpcContactCenterInsightsStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
GrpcContactCenterInsightsStub(ContactCenterInsightsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcContactCenterInsightsStub ( ContactCenterInsightsStubSettings settings , ClientContext clientContext , GrpcStubCallableFactory callableFactory )
Constructs an instance of GrpcContactCenterInsightsStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
Methods
public boolean awaitTermination ( long duration , TimeUnit unit )
public UnaryCallable<BulkAnalyzeConversationsRequest , Operation > bulkAnalyzeConversationsCallable ()
Overrides
public OperationCallable<BulkAnalyzeConversationsRequest , BulkAnalyzeConversationsResponse , BulkAnalyzeConversationsMetadata > bulkAnalyzeConversationsOperationCallable ()
Overrides
public UnaryCallable<BulkDeleteConversationsRequest , Operation > bulkDeleteConversationsCallable ()
Overrides
public OperationCallable<BulkDeleteConversationsRequest , BulkDeleteConversationsResponse , BulkDeleteConversationsMetadata > bulkDeleteConversationsOperationCallable ()
Overrides
public UnaryCallable<CalculateIssueModelStatsRequest , CalculateIssueModelStatsResponse > calculateIssueModelStatsCallable ()
Overrides
public UnaryCallable<CalculateStatsRequest , CalculateStatsResponse > calculateStatsCallable ()
Overrides
public final void close ()
Overrides
public UnaryCallable<CreateAnalysisRequest , Operation > createAnalysisCallable ()
Overrides
public OperationCallable<CreateAnalysisRequest , Analysis , CreateAnalysisOperationMetadata > createAnalysisOperationCallable ()
Overrides
public UnaryCallable<CreateConversationRequest , Conversation > createConversationCallable ()
Overrides
public UnaryCallable<CreateIssueModelRequest , Operation > createIssueModelCallable ()
Overrides
public OperationCallable<CreateIssueModelRequest , IssueModel , CreateIssueModelMetadata > createIssueModelOperationCallable ()
Overrides
public UnaryCallable<CreatePhraseMatcherRequest , PhraseMatcher > createPhraseMatcherCallable ()
Overrides
public UnaryCallable<CreateViewRequest , View > createViewCallable ()
Overrides
public UnaryCallable<DeleteAnalysisRequest , Empty > deleteAnalysisCallable ()
Overrides
public UnaryCallable<DeleteConversationRequest , Empty > deleteConversationCallable ()
Overrides
public UnaryCallable<DeleteIssueRequest , Empty > deleteIssueCallable ()
Overrides
public UnaryCallable<DeleteIssueModelRequest , Operation > deleteIssueModelCallable ()
Overrides
public OperationCallable<DeleteIssueModelRequest , Empty , DeleteIssueModelMetadata > deleteIssueModelOperationCallable ()
Overrides
public UnaryCallable<DeletePhraseMatcherRequest , Empty > deletePhraseMatcherCallable ()
Overrides
public UnaryCallable<DeleteViewRequest , Empty > deleteViewCallable ()
Overrides
public UnaryCallable<DeployIssueModelRequest , Operation > deployIssueModelCallable ()
Overrides
public OperationCallable<DeployIssueModelRequest , DeployIssueModelResponse , DeployIssueModelMetadata > deployIssueModelOperationCallable ()
Overrides
public UnaryCallable<ExportInsightsDataRequest , Operation > exportInsightsDataCallable ()
Overrides
public OperationCallable<ExportInsightsDataRequest , ExportInsightsDataResponse , ExportInsightsDataMetadata > exportInsightsDataOperationCallable ()
Overrides
public UnaryCallable<GetAnalysisRequest , Analysis > getAnalysisCallable ()
Overrides
public UnaryCallable<GetConversationRequest , Conversation > getConversationCallable ()
Overrides
public UnaryCallable<GetIssueRequest , Issue > getIssueCallable ()
Overrides
public UnaryCallable<GetIssueModelRequest , IssueModel > getIssueModelCallable ()
Overrides
public GrpcOperationsStub getOperationsStub ()
Overrides
public UnaryCallable<GetPhraseMatcherRequest , PhraseMatcher > getPhraseMatcherCallable ()
Overrides
public UnaryCallable<GetSettingsRequest , Settings > getSettingsCallable ()
Overrides
public UnaryCallable<GetViewRequest , View > getViewCallable ()
Overrides
public UnaryCallable<IngestConversationsRequest , Operation > ingestConversationsCallable ()
Overrides
public OperationCallable<IngestConversationsRequest , IngestConversationsResponse , IngestConversationsMetadata > ingestConversationsOperationCallable ()
Overrides
public boolean isShutdown ()
public boolean isTerminated ()
public UnaryCallable<ListAnalysesRequest , ListAnalysesResponse > listAnalysesCallable ()
Overrides
listAnalysesPagedCallable()
public UnaryCallable<ListAnalysesRequest , ContactCenterInsightsClient . ListAnalysesPagedResponse > listAnalysesPagedCallable ()
Overrides
public UnaryCallable<ListConversationsRequest , ListConversationsResponse > listConversationsCallable ()
Overrides
listConversationsPagedCallable()
public UnaryCallable<ListConversationsRequest , ContactCenterInsightsClient . ListConversationsPagedResponse > listConversationsPagedCallable ()
Overrides
public UnaryCallable<ListIssueModelsRequest , ListIssueModelsResponse > listIssueModelsCallable ()
Overrides
public UnaryCallable<ListIssuesRequest , ListIssuesResponse > listIssuesCallable ()
Overrides
public UnaryCallable<ListPhraseMatchersRequest , ListPhraseMatchersResponse > listPhraseMatchersCallable ()
Overrides
listPhraseMatchersPagedCallable()
public UnaryCallable<ListPhraseMatchersRequest , ContactCenterInsightsClient . ListPhraseMatchersPagedResponse > listPhraseMatchersPagedCallable ()
Overrides
public UnaryCallable<ListViewsRequest , ListViewsResponse > listViewsCallable ()
Overrides
listViewsPagedCallable()
public UnaryCallable<ListViewsRequest , ContactCenterInsightsClient . ListViewsPagedResponse > listViewsPagedCallable ()
Overrides
public void shutdownNow ()
public UnaryCallable<UndeployIssueModelRequest , Operation > undeployIssueModelCallable ()
Overrides
public OperationCallable<UndeployIssueModelRequest , UndeployIssueModelResponse , UndeployIssueModelMetadata > undeployIssueModelOperationCallable ()
Overrides
public UnaryCallable<UpdateConversationRequest , Conversation > updateConversationCallable ()
Overrides
public UnaryCallable<UpdateIssueRequest , Issue > updateIssueCallable ()
Overrides
public UnaryCallable<UpdateIssueModelRequest , IssueModel > updateIssueModelCallable ()
Overrides
public UnaryCallable<UpdatePhraseMatcherRequest , PhraseMatcher > updatePhraseMatcherCallable ()
Overrides
public UnaryCallable<UpdateSettingsRequest , Settings > updateSettingsCallable ()
Overrides
public UnaryCallable<UpdateViewRequest , View > updateViewCallable ()
Overrides
public UnaryCallable<UploadConversationRequest , Operation > uploadConversationCallable ()
Overrides
public OperationCallable<UploadConversationRequest , Conversation , UploadConversationMetadata > uploadConversationOperationCallable ()
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]