Class ContactCenterInsightsGrpc
- java.lang.Object
-
- com.google.cloud.contactcenterinsights.v1.ContactCenterInsightsGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(ContactCenterInsightsGrpc.AsyncService service)
static io.grpc.MethodDescriptor<BulkAnalyzeConversationsRequest,com.google.longrunning.Operation>
getBulkAnalyzeConversationsMethod()
static io.grpc.MethodDescriptor<CalculateIssueModelStatsRequest,CalculateIssueModelStatsResponse>
getCalculateIssueModelStatsMethod()
static io.grpc.MethodDescriptor<CalculateStatsRequest,CalculateStatsResponse>
getCalculateStatsMethod()
static io.grpc.MethodDescriptor<CreateAnalysisRequest,com.google.longrunning.Operation>
getCreateAnalysisMethod()
static io.grpc.MethodDescriptor<CreateConversationRequest,Conversation>
getCreateConversationMethod()
static io.grpc.MethodDescriptor<CreateIssueModelRequest,com.google.longrunning.Operation>
getCreateIssueModelMethod()
static io.grpc.MethodDescriptor<CreatePhraseMatcherRequest,PhraseMatcher>
getCreatePhraseMatcherMethod()
static io.grpc.MethodDescriptor<CreateViewRequest,View>
getCreateViewMethod()
static io.grpc.MethodDescriptor<DeleteAnalysisRequest,com.google.protobuf.Empty>
getDeleteAnalysisMethod()
static io.grpc.MethodDescriptor<DeleteConversationRequest,com.google.protobuf.Empty>
getDeleteConversationMethod()
static io.grpc.MethodDescriptor<DeleteIssueRequest,com.google.protobuf.Empty>
getDeleteIssueMethod()
static io.grpc.MethodDescriptor<DeleteIssueModelRequest,com.google.longrunning.Operation>
getDeleteIssueModelMethod()
static io.grpc.MethodDescriptor<DeletePhraseMatcherRequest,com.google.protobuf.Empty>
getDeletePhraseMatcherMethod()
static io.grpc.MethodDescriptor<DeleteViewRequest,com.google.protobuf.Empty>
getDeleteViewMethod()
static io.grpc.MethodDescriptor<DeployIssueModelRequest,com.google.longrunning.Operation>
getDeployIssueModelMethod()
static io.grpc.MethodDescriptor<ExportInsightsDataRequest,com.google.longrunning.Operation>
getExportInsightsDataMethod()
static io.grpc.MethodDescriptor<GetAnalysisRequest,Analysis>
getGetAnalysisMethod()
static io.grpc.MethodDescriptor<GetConversationRequest,Conversation>
getGetConversationMethod()
static io.grpc.MethodDescriptor<GetIssueRequest,Issue>
getGetIssueMethod()
static io.grpc.MethodDescriptor<GetIssueModelRequest,IssueModel>
getGetIssueModelMethod()
static io.grpc.MethodDescriptor<GetPhraseMatcherRequest,PhraseMatcher>
getGetPhraseMatcherMethod()
static io.grpc.MethodDescriptor<GetSettingsRequest,Settings>
getGetSettingsMethod()
static io.grpc.MethodDescriptor<GetViewRequest,View>
getGetViewMethod()
static io.grpc.MethodDescriptor<IngestConversationsRequest,com.google.longrunning.Operation>
getIngestConversationsMethod()
static io.grpc.MethodDescriptor<ListAnalysesRequest,ListAnalysesResponse>
getListAnalysesMethod()
static io.grpc.MethodDescriptor<ListConversationsRequest,ListConversationsResponse>
getListConversationsMethod()
static io.grpc.MethodDescriptor<ListIssueModelsRequest,ListIssueModelsResponse>
getListIssueModelsMethod()
static io.grpc.MethodDescriptor<ListIssuesRequest,ListIssuesResponse>
getListIssuesMethod()
static io.grpc.MethodDescriptor<ListPhraseMatchersRequest,ListPhraseMatchersResponse>
getListPhraseMatchersMethod()
static io.grpc.MethodDescriptor<ListViewsRequest,ListViewsResponse>
getListViewsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UndeployIssueModelRequest,com.google.longrunning.Operation>
getUndeployIssueModelMethod()
static io.grpc.MethodDescriptor<UpdateConversationRequest,Conversation>
getUpdateConversationMethod()
static io.grpc.MethodDescriptor<UpdateIssueRequest,Issue>
getUpdateIssueMethod()
static io.grpc.MethodDescriptor<UpdateIssueModelRequest,IssueModel>
getUpdateIssueModelMethod()
static io.grpc.MethodDescriptor<UpdatePhraseMatcherRequest,PhraseMatcher>
getUpdatePhraseMatcherMethod()
static io.grpc.MethodDescriptor<UpdateSettingsRequest,Settings>
getUpdateSettingsMethod()
static io.grpc.MethodDescriptor<UpdateViewRequest,View>
getUpdateViewMethod()
static io.grpc.MethodDescriptor<UploadConversationRequest,com.google.longrunning.Operation>
getUploadConversationMethod()
static ContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ContactCenterInsightsGrpc.ContactCenterInsightsStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateConversationMethod
public static io.grpc.MethodDescriptor<CreateConversationRequest,Conversation> getCreateConversationMethod()
-
getUploadConversationMethod
public static io.grpc.MethodDescriptor<UploadConversationRequest,com.google.longrunning.Operation> getUploadConversationMethod()
-
getUpdateConversationMethod
public static io.grpc.MethodDescriptor<UpdateConversationRequest,Conversation> getUpdateConversationMethod()
-
getGetConversationMethod
public static io.grpc.MethodDescriptor<GetConversationRequest,Conversation> getGetConversationMethod()
-
getListConversationsMethod
public static io.grpc.MethodDescriptor<ListConversationsRequest,ListConversationsResponse> getListConversationsMethod()
-
getDeleteConversationMethod
public static io.grpc.MethodDescriptor<DeleteConversationRequest,com.google.protobuf.Empty> getDeleteConversationMethod()
-
getCreateAnalysisMethod
public static io.grpc.MethodDescriptor<CreateAnalysisRequest,com.google.longrunning.Operation> getCreateAnalysisMethod()
-
getGetAnalysisMethod
public static io.grpc.MethodDescriptor<GetAnalysisRequest,Analysis> getGetAnalysisMethod()
-
getListAnalysesMethod
public static io.grpc.MethodDescriptor<ListAnalysesRequest,ListAnalysesResponse> getListAnalysesMethod()
-
getDeleteAnalysisMethod
public static io.grpc.MethodDescriptor<DeleteAnalysisRequest,com.google.protobuf.Empty> getDeleteAnalysisMethod()
-
getBulkAnalyzeConversationsMethod
public static io.grpc.MethodDescriptor<BulkAnalyzeConversationsRequest,com.google.longrunning.Operation> getBulkAnalyzeConversationsMethod()
-
getIngestConversationsMethod
public static io.grpc.MethodDescriptor<IngestConversationsRequest,com.google.longrunning.Operation> getIngestConversationsMethod()
-
getExportInsightsDataMethod
public static io.grpc.MethodDescriptor<ExportInsightsDataRequest,com.google.longrunning.Operation> getExportInsightsDataMethod()
-
getCreateIssueModelMethod
public static io.grpc.MethodDescriptor<CreateIssueModelRequest,com.google.longrunning.Operation> getCreateIssueModelMethod()
-
getUpdateIssueModelMethod
public static io.grpc.MethodDescriptor<UpdateIssueModelRequest,IssueModel> getUpdateIssueModelMethod()
-
getGetIssueModelMethod
public static io.grpc.MethodDescriptor<GetIssueModelRequest,IssueModel> getGetIssueModelMethod()
-
getListIssueModelsMethod
public static io.grpc.MethodDescriptor<ListIssueModelsRequest,ListIssueModelsResponse> getListIssueModelsMethod()
-
getDeleteIssueModelMethod
public static io.grpc.MethodDescriptor<DeleteIssueModelRequest,com.google.longrunning.Operation> getDeleteIssueModelMethod()
-
getDeployIssueModelMethod
public static io.grpc.MethodDescriptor<DeployIssueModelRequest,com.google.longrunning.Operation> getDeployIssueModelMethod()
-
getUndeployIssueModelMethod
public static io.grpc.MethodDescriptor<UndeployIssueModelRequest,com.google.longrunning.Operation> getUndeployIssueModelMethod()
-
getGetIssueMethod
public static io.grpc.MethodDescriptor<GetIssueRequest,Issue> getGetIssueMethod()
-
getListIssuesMethod
public static io.grpc.MethodDescriptor<ListIssuesRequest,ListIssuesResponse> getListIssuesMethod()
-
getUpdateIssueMethod
public static io.grpc.MethodDescriptor<UpdateIssueRequest,Issue> getUpdateIssueMethod()
-
getDeleteIssueMethod
public static io.grpc.MethodDescriptor<DeleteIssueRequest,com.google.protobuf.Empty> getDeleteIssueMethod()
-
getCalculateIssueModelStatsMethod
public static io.grpc.MethodDescriptor<CalculateIssueModelStatsRequest,CalculateIssueModelStatsResponse> getCalculateIssueModelStatsMethod()
-
getCreatePhraseMatcherMethod
public static io.grpc.MethodDescriptor<CreatePhraseMatcherRequest,PhraseMatcher> getCreatePhraseMatcherMethod()
-
getGetPhraseMatcherMethod
public static io.grpc.MethodDescriptor<GetPhraseMatcherRequest,PhraseMatcher> getGetPhraseMatcherMethod()
-
getListPhraseMatchersMethod
public static io.grpc.MethodDescriptor<ListPhraseMatchersRequest,ListPhraseMatchersResponse> getListPhraseMatchersMethod()
-
getDeletePhraseMatcherMethod
public static io.grpc.MethodDescriptor<DeletePhraseMatcherRequest,com.google.protobuf.Empty> getDeletePhraseMatcherMethod()
-
getUpdatePhraseMatcherMethod
public static io.grpc.MethodDescriptor<UpdatePhraseMatcherRequest,PhraseMatcher> getUpdatePhraseMatcherMethod()
-
getCalculateStatsMethod
public static io.grpc.MethodDescriptor<CalculateStatsRequest,CalculateStatsResponse> getCalculateStatsMethod()
-
getGetSettingsMethod
public static io.grpc.MethodDescriptor<GetSettingsRequest,Settings> getGetSettingsMethod()
-
getUpdateSettingsMethod
public static io.grpc.MethodDescriptor<UpdateSettingsRequest,Settings> getUpdateSettingsMethod()
-
getCreateViewMethod
public static io.grpc.MethodDescriptor<CreateViewRequest,View> getCreateViewMethod()
-
getGetViewMethod
public static io.grpc.MethodDescriptor<GetViewRequest,View> getGetViewMethod()
-
getListViewsMethod
public static io.grpc.MethodDescriptor<ListViewsRequest,ListViewsResponse> getListViewsMethod()
-
getUpdateViewMethod
public static io.grpc.MethodDescriptor<UpdateViewRequest,View> getUpdateViewMethod()
-
getDeleteViewMethod
public static io.grpc.MethodDescriptor<DeleteViewRequest,com.google.protobuf.Empty> getDeleteViewMethod()
-
newStub
public static ContactCenterInsightsGrpc.ContactCenterInsightsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ContactCenterInsightsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-