- 2.53.0 (latest)
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.10
- 2.2.7
public class HttpJsonContactCenterInsightsStub extends ContactCenterInsightsStub
REST 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 HttpJsonContactCenterInsightsStub create(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext | ClientContext |
Returns | |
---|---|
Type | Description |
HttpJsonContactCenterInsightsStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonContactCenterInsightsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters | |
---|---|
Name | Description |
clientContext | ClientContext |
callableFactory | HttpJsonStubCallableFactory |
Returns | |
---|---|
Type | Description |
HttpJsonContactCenterInsightsStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ContactCenterInsightsStubSettings settings)
public static final HttpJsonContactCenterInsightsStub create(ContactCenterInsightsStubSettings settings)
Parameter | |
---|---|
Name | Description |
settings | ContactCenterInsightsStubSettings |
Returns | |
---|---|
Type | Description |
HttpJsonContactCenterInsightsStub |
Exceptions | |
---|---|
Type | Description |
IOException |
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns | |
---|---|
Type | Description |
List<ApiMethodDescriptor> |
Constructors
HttpJsonContactCenterInsightsStub(ContactCenterInsightsStubSettings settings, ClientContext clientContext)
protected HttpJsonContactCenterInsightsStub(ContactCenterInsightsStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonContactCenterInsightsStub, 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.
Parameters | |
---|---|
Name | Description |
settings | ContactCenterInsightsStubSettings |
clientContext | ClientContext |
HttpJsonContactCenterInsightsStub(ContactCenterInsightsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonContactCenterInsightsStub(ContactCenterInsightsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonContactCenterInsightsStub, 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.
Parameters | |
---|---|
Name | Description |
settings | ContactCenterInsightsStubSettings |
clientContext | ClientContext |
callableFactory | HttpJsonStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters | |
---|---|
Name | Description |
duration | long |
unit | TimeUnit |
Returns | |
---|---|
Type | Description |
boolean |
Exceptions | |
---|---|
Type | Description |
InterruptedException |
bulkAnalyzeConversationsCallable()
public UnaryCallable<BulkAnalyzeConversationsRequest,Operation> bulkAnalyzeConversationsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<BulkAnalyzeConversationsRequest,Operation> |
bulkAnalyzeConversationsOperationCallable()
public OperationCallable<BulkAnalyzeConversationsRequest,BulkAnalyzeConversationsResponse,BulkAnalyzeConversationsMetadata> bulkAnalyzeConversationsOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<BulkAnalyzeConversationsRequest,BulkAnalyzeConversationsResponse,BulkAnalyzeConversationsMetadata> |
bulkDeleteConversationsCallable()
public UnaryCallable<BulkDeleteConversationsRequest,Operation> bulkDeleteConversationsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<BulkDeleteConversationsRequest,Operation> |
bulkDeleteConversationsOperationCallable()
public OperationCallable<BulkDeleteConversationsRequest,BulkDeleteConversationsResponse,BulkDeleteConversationsMetadata> bulkDeleteConversationsOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<BulkDeleteConversationsRequest,BulkDeleteConversationsResponse,BulkDeleteConversationsMetadata> |
calculateIssueModelStatsCallable()
public UnaryCallable<CalculateIssueModelStatsRequest,CalculateIssueModelStatsResponse> calculateIssueModelStatsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CalculateIssueModelStatsRequest,CalculateIssueModelStatsResponse> |
calculateStatsCallable()
public UnaryCallable<CalculateStatsRequest,CalculateStatsResponse> calculateStatsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CalculateStatsRequest,CalculateStatsResponse> |
close()
public final void close()
createAnalysisCallable()
public UnaryCallable<CreateAnalysisRequest,Operation> createAnalysisCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateAnalysisRequest,Operation> |
createAnalysisOperationCallable()
public OperationCallable<CreateAnalysisRequest,Analysis,CreateAnalysisOperationMetadata> createAnalysisOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<CreateAnalysisRequest,Analysis,CreateAnalysisOperationMetadata> |
createConversationCallable()
public UnaryCallable<CreateConversationRequest,Conversation> createConversationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateConversationRequest,Conversation> |
createIssueModelCallable()
public UnaryCallable<CreateIssueModelRequest,Operation> createIssueModelCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateIssueModelRequest,Operation> |
createIssueModelOperationCallable()
public OperationCallable<CreateIssueModelRequest,IssueModel,CreateIssueModelMetadata> createIssueModelOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<CreateIssueModelRequest,IssueModel,CreateIssueModelMetadata> |
createPhraseMatcherCallable()
public UnaryCallable<CreatePhraseMatcherRequest,PhraseMatcher> createPhraseMatcherCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreatePhraseMatcherRequest,PhraseMatcher> |
createViewCallable()
public UnaryCallable<CreateViewRequest,View> createViewCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateViewRequest,View> |
deleteAnalysisCallable()
public UnaryCallable<DeleteAnalysisRequest,Empty> deleteAnalysisCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteAnalysisRequest,Empty> |
deleteConversationCallable()
public UnaryCallable<DeleteConversationRequest,Empty> deleteConversationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteConversationRequest,Empty> |
deleteIssueCallable()
public UnaryCallable<DeleteIssueRequest,Empty> deleteIssueCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteIssueRequest,Empty> |
deleteIssueModelCallable()
public UnaryCallable<DeleteIssueModelRequest,Operation> deleteIssueModelCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteIssueModelRequest,Operation> |
deleteIssueModelOperationCallable()
public OperationCallable<DeleteIssueModelRequest,Empty,DeleteIssueModelMetadata> deleteIssueModelOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteIssueModelRequest,Empty,DeleteIssueModelMetadata> |
deletePhraseMatcherCallable()
public UnaryCallable<DeletePhraseMatcherRequest,Empty> deletePhraseMatcherCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeletePhraseMatcherRequest,Empty> |
deleteViewCallable()
public UnaryCallable<DeleteViewRequest,Empty> deleteViewCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteViewRequest,Empty> |
deployIssueModelCallable()
public UnaryCallable<DeployIssueModelRequest,Operation> deployIssueModelCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeployIssueModelRequest,Operation> |
deployIssueModelOperationCallable()
public OperationCallable<DeployIssueModelRequest,DeployIssueModelResponse,DeployIssueModelMetadata> deployIssueModelOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<DeployIssueModelRequest,DeployIssueModelResponse,DeployIssueModelMetadata> |
exportInsightsDataCallable()
public UnaryCallable<ExportInsightsDataRequest,Operation> exportInsightsDataCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ExportInsightsDataRequest,Operation> |
exportInsightsDataOperationCallable()
public OperationCallable<ExportInsightsDataRequest,ExportInsightsDataResponse,ExportInsightsDataMetadata> exportInsightsDataOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<ExportInsightsDataRequest,ExportInsightsDataResponse,ExportInsightsDataMetadata> |
getAnalysisCallable()
public UnaryCallable<GetAnalysisRequest,Analysis> getAnalysisCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetAnalysisRequest,Analysis> |
getConversationCallable()
public UnaryCallable<GetConversationRequest,Conversation> getConversationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetConversationRequest,Conversation> |
getHttpJsonOperationsStub()
public HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns | |
---|---|
Type | Description |
HttpJsonOperationsStub |
getIssueCallable()
public UnaryCallable<GetIssueRequest,Issue> getIssueCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetIssueRequest,Issue> |
getIssueModelCallable()
public UnaryCallable<GetIssueModelRequest,IssueModel> getIssueModelCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetIssueModelRequest,IssueModel> |
getPhraseMatcherCallable()
public UnaryCallable<GetPhraseMatcherRequest,PhraseMatcher> getPhraseMatcherCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetPhraseMatcherRequest,PhraseMatcher> |
getSettingsCallable()
public UnaryCallable<GetSettingsRequest,Settings> getSettingsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetSettingsRequest,Settings> |
getViewCallable()
public UnaryCallable<GetViewRequest,View> getViewCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetViewRequest,View> |
ingestConversationsCallable()
public UnaryCallable<IngestConversationsRequest,Operation> ingestConversationsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<IngestConversationsRequest,Operation> |
ingestConversationsOperationCallable()
public OperationCallable<IngestConversationsRequest,IngestConversationsResponse,IngestConversationsMetadata> ingestConversationsOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<IngestConversationsRequest,IngestConversationsResponse,IngestConversationsMetadata> |
isShutdown()
public boolean isShutdown()
Returns | |
---|---|
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Returns | |
---|---|
Type | Description |
boolean |
listAnalysesCallable()
public UnaryCallable<ListAnalysesRequest,ListAnalysesResponse> listAnalysesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListAnalysesRequest,ListAnalysesResponse> |
listAnalysesPagedCallable()
public UnaryCallable<ListAnalysesRequest,ContactCenterInsightsClient.ListAnalysesPagedResponse> listAnalysesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListAnalysesRequest,ListAnalysesPagedResponse> |
listConversationsCallable()
public UnaryCallable<ListConversationsRequest,ListConversationsResponse> listConversationsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListConversationsRequest,ListConversationsResponse> |
listConversationsPagedCallable()
public UnaryCallable<ListConversationsRequest,ContactCenterInsightsClient.ListConversationsPagedResponse> listConversationsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListConversationsRequest,ListConversationsPagedResponse> |
listIssueModelsCallable()
public UnaryCallable<ListIssueModelsRequest,ListIssueModelsResponse> listIssueModelsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListIssueModelsRequest,ListIssueModelsResponse> |
listIssuesCallable()
public UnaryCallable<ListIssuesRequest,ListIssuesResponse> listIssuesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListIssuesRequest,ListIssuesResponse> |
listPhraseMatchersCallable()
public UnaryCallable<ListPhraseMatchersRequest,ListPhraseMatchersResponse> listPhraseMatchersCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListPhraseMatchersRequest,ListPhraseMatchersResponse> |
listPhraseMatchersPagedCallable()
public UnaryCallable<ListPhraseMatchersRequest,ContactCenterInsightsClient.ListPhraseMatchersPagedResponse> listPhraseMatchersPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListPhraseMatchersRequest,ListPhraseMatchersPagedResponse> |
listViewsCallable()
public UnaryCallable<ListViewsRequest,ListViewsResponse> listViewsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListViewsRequest,ListViewsResponse> |
listViewsPagedCallable()
public UnaryCallable<ListViewsRequest,ContactCenterInsightsClient.ListViewsPagedResponse> listViewsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListViewsRequest,ListViewsPagedResponse> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
undeployIssueModelCallable()
public UnaryCallable<UndeployIssueModelRequest,Operation> undeployIssueModelCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UndeployIssueModelRequest,Operation> |
undeployIssueModelOperationCallable()
public OperationCallable<UndeployIssueModelRequest,UndeployIssueModelResponse,UndeployIssueModelMetadata> undeployIssueModelOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<UndeployIssueModelRequest,UndeployIssueModelResponse,UndeployIssueModelMetadata> |
updateConversationCallable()
public UnaryCallable<UpdateConversationRequest,Conversation> updateConversationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateConversationRequest,Conversation> |
updateIssueCallable()
public UnaryCallable<UpdateIssueRequest,Issue> updateIssueCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateIssueRequest,Issue> |
updateIssueModelCallable()
public UnaryCallable<UpdateIssueModelRequest,IssueModel> updateIssueModelCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateIssueModelRequest,IssueModel> |
updatePhraseMatcherCallable()
public UnaryCallable<UpdatePhraseMatcherRequest,PhraseMatcher> updatePhraseMatcherCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdatePhraseMatcherRequest,PhraseMatcher> |
updateSettingsCallable()
public UnaryCallable<UpdateSettingsRequest,Settings> updateSettingsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateSettingsRequest,Settings> |
updateViewCallable()
public UnaryCallable<UpdateViewRequest,View> updateViewCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateViewRequest,View> |
uploadConversationCallable()
public UnaryCallable<UploadConversationRequest,Operation> uploadConversationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UploadConversationRequest,Operation> |
uploadConversationOperationCallable()
public OperationCallable<UploadConversationRequest,Conversation,UploadConversationMetadata> uploadConversationOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<UploadConversationRequest,Conversation,UploadConversationMetadata> |