@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/contactcenterinsights/v1/contact_center_insights.proto") public final class ContactCenterInsightsGrpc extends Object
An API that lets users analyze and explore their business conversation data.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContactCenterInsightsGrpc.AsyncService
An API that lets users analyze and explore their business conversation data.
|
static class |
ContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub
A stub to allow clients to do synchronous rpc calls to service ContactCenterInsights.
|
static class |
ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service
ContactCenterInsights.
|
static class |
ContactCenterInsightsGrpc.ContactCenterInsightsImplBase
Base class for the server implementation of the service ContactCenterInsights.
|
static class |
ContactCenterInsightsGrpc.ContactCenterInsightsStub
A stub to allow clients to do asynchronous rpc calls to service ContactCenterInsights.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateConversationRequest,Conversation> getCreateConversationMethod()
public static io.grpc.MethodDescriptor<UploadConversationRequest,com.google.longrunning.Operation> getUploadConversationMethod()
public static io.grpc.MethodDescriptor<UpdateConversationRequest,Conversation> getUpdateConversationMethod()
public static io.grpc.MethodDescriptor<GetConversationRequest,Conversation> getGetConversationMethod()
public static io.grpc.MethodDescriptor<ListConversationsRequest,ListConversationsResponse> getListConversationsMethod()
public static io.grpc.MethodDescriptor<DeleteConversationRequest,com.google.protobuf.Empty> getDeleteConversationMethod()
public static io.grpc.MethodDescriptor<CreateAnalysisRequest,com.google.longrunning.Operation> getCreateAnalysisMethod()
public static io.grpc.MethodDescriptor<GetAnalysisRequest,Analysis> getGetAnalysisMethod()
public static io.grpc.MethodDescriptor<ListAnalysesRequest,ListAnalysesResponse> getListAnalysesMethod()
public static io.grpc.MethodDescriptor<DeleteAnalysisRequest,com.google.protobuf.Empty> getDeleteAnalysisMethod()
public static io.grpc.MethodDescriptor<BulkAnalyzeConversationsRequest,com.google.longrunning.Operation> getBulkAnalyzeConversationsMethod()
public static io.grpc.MethodDescriptor<BulkDeleteConversationsRequest,com.google.longrunning.Operation> getBulkDeleteConversationsMethod()
public static io.grpc.MethodDescriptor<IngestConversationsRequest,com.google.longrunning.Operation> getIngestConversationsMethod()
public static io.grpc.MethodDescriptor<ExportInsightsDataRequest,com.google.longrunning.Operation> getExportInsightsDataMethod()
public static io.grpc.MethodDescriptor<CreateIssueModelRequest,com.google.longrunning.Operation> getCreateIssueModelMethod()
public static io.grpc.MethodDescriptor<UpdateIssueModelRequest,IssueModel> getUpdateIssueModelMethod()
public static io.grpc.MethodDescriptor<GetIssueModelRequest,IssueModel> getGetIssueModelMethod()
public static io.grpc.MethodDescriptor<ListIssueModelsRequest,ListIssueModelsResponse> getListIssueModelsMethod()
public static io.grpc.MethodDescriptor<DeleteIssueModelRequest,com.google.longrunning.Operation> getDeleteIssueModelMethod()
public static io.grpc.MethodDescriptor<DeployIssueModelRequest,com.google.longrunning.Operation> getDeployIssueModelMethod()
public static io.grpc.MethodDescriptor<UndeployIssueModelRequest,com.google.longrunning.Operation> getUndeployIssueModelMethod()
public static io.grpc.MethodDescriptor<GetIssueRequest,Issue> getGetIssueMethod()
public static io.grpc.MethodDescriptor<ListIssuesRequest,ListIssuesResponse> getListIssuesMethod()
public static io.grpc.MethodDescriptor<UpdateIssueRequest,Issue> getUpdateIssueMethod()
public static io.grpc.MethodDescriptor<DeleteIssueRequest,com.google.protobuf.Empty> getDeleteIssueMethod()
public static io.grpc.MethodDescriptor<CalculateIssueModelStatsRequest,CalculateIssueModelStatsResponse> getCalculateIssueModelStatsMethod()
public static io.grpc.MethodDescriptor<CreatePhraseMatcherRequest,PhraseMatcher> getCreatePhraseMatcherMethod()
public static io.grpc.MethodDescriptor<GetPhraseMatcherRequest,PhraseMatcher> getGetPhraseMatcherMethod()
public static io.grpc.MethodDescriptor<ListPhraseMatchersRequest,ListPhraseMatchersResponse> getListPhraseMatchersMethod()
public static io.grpc.MethodDescriptor<DeletePhraseMatcherRequest,com.google.protobuf.Empty> getDeletePhraseMatcherMethod()
public static io.grpc.MethodDescriptor<UpdatePhraseMatcherRequest,PhraseMatcher> getUpdatePhraseMatcherMethod()
public static io.grpc.MethodDescriptor<CalculateStatsRequest,CalculateStatsResponse> getCalculateStatsMethod()
public static io.grpc.MethodDescriptor<GetSettingsRequest,Settings> getGetSettingsMethod()
public static io.grpc.MethodDescriptor<UpdateSettingsRequest,Settings> getUpdateSettingsMethod()
public static io.grpc.MethodDescriptor<CreateViewRequest,View> getCreateViewMethod()
public static io.grpc.MethodDescriptor<GetViewRequest,View> getGetViewMethod()
public static io.grpc.MethodDescriptor<ListViewsRequest,ListViewsResponse> getListViewsMethod()
public static io.grpc.MethodDescriptor<UpdateViewRequest,View> getUpdateViewMethod()
public static io.grpc.MethodDescriptor<DeleteViewRequest,com.google.protobuf.Empty> getDeleteViewMethod()
public static ContactCenterInsightsGrpc.ContactCenterInsightsStub newStub(io.grpc.Channel channel)
public static ContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(ContactCenterInsightsGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.