public class ContactCenterInsightsClient : ClientBase<ContactCenterInsights.ContactCenterInsightsClient>
Reference documentation and code samples for the Contact Center AI Insights v1 API class ContactCenterInsights.ContactCenterInsightsClient.
Client for ContactCenterInsights
Inheritance
Object > ClientBase > ClientBase<ContactCenterInsights.ContactCenterInsightsClient> > ContactCenterInsights.ContactCenterInsightsClientNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
ContactCenterInsightsClient()
protected ContactCenterInsightsClient()
Protected parameterless constructor to allow creation of test doubles.
ContactCenterInsightsClient(CallInvoker)
public ContactCenterInsightsClient(CallInvoker callInvoker)
Creates a new client for ContactCenterInsights that uses a custom CallInvoker
.
Name | Description |
callInvoker | CallInvoker The callInvoker to use to make remote calls. |
ContactCenterInsightsClient(ChannelBase)
public ContactCenterInsightsClient(ChannelBase channel)
Creates a new client for ContactCenterInsights
Name | Description |
channel | ChannelBase The channel to use to make remote calls. |
ContactCenterInsightsClient(ClientBase.ClientBaseConfiguration)
protected ContactCenterInsightsClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Name | Description |
configuration | ClientBase.ClientBaseConfiguration The client configuration. |
Methods
BulkAnalyzeConversations(BulkAnalyzeConversationsRequest, CallOptions)
public virtual Operation BulkAnalyzeConversations(BulkAnalyzeConversationsRequest request, CallOptions options)
Analyzes multiple conversations in a single request.
Name | Description |
request | BulkAnalyzeConversationsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
BulkAnalyzeConversations(BulkAnalyzeConversationsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation BulkAnalyzeConversations(BulkAnalyzeConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Analyzes multiple conversations in a single request.
Name | Description |
request | BulkAnalyzeConversationsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
Operation | The response received from the server. |
BulkAnalyzeConversationsAsync(BulkAnalyzeConversationsRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> BulkAnalyzeConversationsAsync(BulkAnalyzeConversationsRequest request, CallOptions options)
Analyzes multiple conversations in a single request.
Name | Description |
request | BulkAnalyzeConversationsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
BulkAnalyzeConversationsAsync(BulkAnalyzeConversationsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> BulkAnalyzeConversationsAsync(BulkAnalyzeConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Analyzes multiple conversations in a single request.
Name | Description |
request | BulkAnalyzeConversationsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
CalculateIssueModelStats(CalculateIssueModelStatsRequest, CallOptions)
public virtual CalculateIssueModelStatsResponse CalculateIssueModelStats(CalculateIssueModelStatsRequest request, CallOptions options)
Gets an issue model's statistics.
Name | Description |
request | CalculateIssueModelStatsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
CalculateIssueModelStatsResponse | The response received from the server. |
CalculateIssueModelStats(CalculateIssueModelStatsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual CalculateIssueModelStatsResponse CalculateIssueModelStats(CalculateIssueModelStatsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Gets an issue model's statistics.
Name | Description |
request | CalculateIssueModelStatsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
CalculateIssueModelStatsResponse | The response received from the server. |
CalculateIssueModelStatsAsync(CalculateIssueModelStatsRequest, CallOptions)
public virtual AsyncUnaryCall<CalculateIssueModelStatsResponse> CalculateIssueModelStatsAsync(CalculateIssueModelStatsRequest request, CallOptions options)
Gets an issue model's statistics.
Name | Description |
request | CalculateIssueModelStatsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<CalculateIssueModelStatsResponse> | The call object. |
CalculateIssueModelStatsAsync(CalculateIssueModelStatsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<CalculateIssueModelStatsResponse> CalculateIssueModelStatsAsync(CalculateIssueModelStatsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Gets an issue model's statistics.
Name | Description |
request | CalculateIssueModelStatsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
AsyncUnaryCall<CalculateIssueModelStatsResponse> | The call object. |
CalculateStats(CalculateStatsRequest, CallOptions)
public virtual CalculateStatsResponse CalculateStats(CalculateStatsRequest request, CallOptions options)
Gets conversation statistics.
Name | Description |
request | CalculateStatsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
CalculateStatsResponse | The response received from the server. |
CalculateStats(CalculateStatsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual CalculateStatsResponse CalculateStats(CalculateStatsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Gets conversation statistics.
Name | Description |
request | CalculateStatsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
CalculateStatsResponse | The response received from the server. |
CalculateStatsAsync(CalculateStatsRequest, CallOptions)
public virtual AsyncUnaryCall<CalculateStatsResponse> CalculateStatsAsync(CalculateStatsRequest request, CallOptions options)
Gets conversation statistics.
Name | Description |
request | CalculateStatsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<CalculateStatsResponse> | The call object. |
CalculateStatsAsync(CalculateStatsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<CalculateStatsResponse> CalculateStatsAsync(CalculateStatsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Gets conversation statistics.
Name | Description |
request | CalculateStatsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
AsyncUnaryCall<CalculateStatsResponse> | The call object. |
CreateAnalysis(CreateAnalysisRequest, CallOptions)
public virtual Operation CreateAnalysis(CreateAnalysisRequest request, CallOptions options)
Creates an analysis. The long running operation is done when the analysis has completed.
Name | Description |
request | CreateAnalysisRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
CreateAnalysis(CreateAnalysisRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation CreateAnalysis(CreateAnalysisRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates an analysis. The long running operation is done when the analysis has completed.
Name | Description |
request | CreateAnalysisRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
Operation | The response received from the server. |
CreateAnalysisAsync(CreateAnalysisRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateAnalysisAsync(CreateAnalysisRequest request, CallOptions options)
Creates an analysis. The long running operation is done when the analysis has completed.
Name | Description |
request | CreateAnalysisRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
CreateAnalysisAsync(CreateAnalysisRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateAnalysisAsync(CreateAnalysisRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates an analysis. The long running operation is done when the analysis has completed.
Name | Description |
request | CreateAnalysisRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
CreateConversation(CreateConversationRequest, CallOptions)
public virtual Conversation CreateConversation(CreateConversationRequest request, CallOptions options)
Creates a conversation.
Name | Description |
request | CreateConversationRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Conversation | The response received from the server. |
CreateConversation(CreateConversationRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Conversation CreateConversation(CreateConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a conversation.
Name | Description |
request | CreateConversationRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
Conversation | The response received from the server. |
CreateConversationAsync(CreateConversationRequest, CallOptions)
public virtual AsyncUnaryCall<Conversation> CreateConversationAsync(CreateConversationRequest request, CallOptions options)
Creates a conversation.
Name | Description |
request | CreateConversationRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Conversation> | The call object. |
CreateConversationAsync(CreateConversationRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Conversation> CreateConversationAsync(CreateConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a conversation.
Name | Description |
request | CreateConversationRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
AsyncUnaryCall<Conversation> | The call object. |
CreateIssueModel(CreateIssueModelRequest, CallOptions)
public virtual Operation CreateIssueModel(CreateIssueModelRequest request, CallOptions options)
Creates an issue model.
Name | Description |
request | CreateIssueModelRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
CreateIssueModel(CreateIssueModelRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation CreateIssueModel(CreateIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates an issue model.
Name | Description |
request | CreateIssueModelRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
Operation | The response received from the server. |
CreateIssueModelAsync(CreateIssueModelRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateIssueModelAsync(CreateIssueModelRequest request, CallOptions options)
Creates an issue model.
Name | Description |
request | CreateIssueModelRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
CreateIssueModelAsync(CreateIssueModelRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateIssueModelAsync(CreateIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates an issue model.
Name | Description |
request | CreateIssueModelRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
CreateOperationsClient()
public virtual Operations.OperationsClient CreateOperationsClient()
Creates a new instance of Operations.OperationsClient using the same call invoker as this client.
Type | Description |
Operations.OperationsClient | A new Operations client for the same target as this client. |
CreatePhraseMatcher(CreatePhraseMatcherRequest, CallOptions)
public virtual PhraseMatcher CreatePhraseMatcher(CreatePhraseMatcherRequest request, CallOptions options)
Creates a phrase matcher.
Name | Description |
request | CreatePhraseMatcherRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
PhraseMatcher | The response received from the server. |
CreatePhraseMatcher(CreatePhraseMatcherRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual PhraseMatcher CreatePhraseMatcher(CreatePhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a phrase matcher.
Name | Description |
request | CreatePhraseMatcherRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
PhraseMatcher | The response received from the server. |
CreatePhraseMatcherAsync(CreatePhraseMatcherRequest, CallOptions)
public virtual AsyncUnaryCall<PhraseMatcher> CreatePhraseMatcherAsync(CreatePhraseMatcherRequest request, CallOptions options)
Creates a phrase matcher.
Name | Description |
request | CreatePhraseMatcherRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<PhraseMatcher> | The call object. |
CreatePhraseMatcherAsync(CreatePhraseMatcherRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<PhraseMatcher> CreatePhraseMatcherAsync(CreatePhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a phrase matcher.
Name | Description |
request | CreatePhraseMatcherRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
AsyncUnaryCall<PhraseMatcher> | The call object. |
CreateView(CreateViewRequest, CallOptions)
public virtual View CreateView(CreateViewRequest request, CallOptions options)
Creates a view.
Name | Description |
request | CreateViewRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
View | The response received from the server. |
CreateView(CreateViewRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual View CreateView(CreateViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a view.
Name | Description |
request | CreateViewRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
View | The response received from the server. |
CreateViewAsync(CreateViewRequest, CallOptions)
public virtual AsyncUnaryCall<View> CreateViewAsync(CreateViewRequest request, CallOptions options)
Creates a view.
Name | Description |
request | CreateViewRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<View> | The call object. |
CreateViewAsync(CreateViewRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<View> CreateViewAsync(CreateViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a view.
Name | Description |
request | CreateViewRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
AsyncUnaryCall<View> | The call object. |
DeleteAnalysis(DeleteAnalysisRequest, CallOptions)
public virtual Empty DeleteAnalysis(DeleteAnalysisRequest request, CallOptions options)
Deletes an analysis.
Name | Description |
request | DeleteAnalysisRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Empty | The response received from the server. |
DeleteAnalysis(DeleteAnalysisRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Empty DeleteAnalysis(DeleteAnalysisRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes an analysis.
Name | Description |
request | DeleteAnalysisRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
Empty | The response received from the server. |
DeleteAnalysisAsync(DeleteAnalysisRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteAnalysisAsync(DeleteAnalysisRequest request, CallOptions options)
Deletes an analysis.
Name | Description |
request | DeleteAnalysisRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Empty> | The call object. |
DeleteAnalysisAsync(DeleteAnalysisRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteAnalysisAsync(DeleteAnalysisRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes an analysis.
Name | Description |
request | DeleteAnalysisRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
AsyncUnaryCall<Empty> | The call object. |
DeleteConversation(DeleteConversationRequest, CallOptions)
public virtual Empty DeleteConversation(DeleteConversationRequest request, CallOptions options)
Deletes a conversation.
Name | Description |
request | DeleteConversationRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Empty | The response received from the server. |
DeleteConversation(DeleteConversationRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Empty DeleteConversation(DeleteConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes a conversation.
Name | Description |
request | DeleteConversationRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
Empty | The response received from the server. |
DeleteConversationAsync(DeleteConversationRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteConversationAsync(DeleteConversationRequest request, CallOptions options)
Deletes a conversation.
Name | Description |
request | DeleteConversationRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Empty> | The call object. |
DeleteConversationAsync(DeleteConversationRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteConversationAsync(DeleteConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes a conversation.
Name | Description |
request | DeleteConversationRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
AsyncUnaryCall<Empty> | The call object. |
DeleteIssue(DeleteIssueRequest, CallOptions)
public virtual Empty DeleteIssue(DeleteIssueRequest request, CallOptions options)
Deletes an issue.
Name | Description |
request | DeleteIssueRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Empty | The response received from the server. |
DeleteIssue(DeleteIssueRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Empty DeleteIssue(DeleteIssueRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes an issue.
Name | Description |
request | DeleteIssueRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
Empty | The response received from the server. |
DeleteIssueAsync(DeleteIssueRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteIssueAsync(DeleteIssueRequest request, CallOptions options)
Deletes an issue.
Name | Description |
request | DeleteIssueRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Empty> | The call object. |
DeleteIssueAsync(DeleteIssueRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteIssueAsync(DeleteIssueRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes an issue.
Name | Description |
request | DeleteIssueRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
AsyncUnaryCall<Empty> | The call object. |
DeleteIssueModel(DeleteIssueModelRequest, CallOptions)
public virtual Operation DeleteIssueModel(DeleteIssueModelRequest request, CallOptions options)
Deletes an issue model.
Name | Description |
request | DeleteIssueModelRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
DeleteIssueModel(DeleteIssueModelRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation DeleteIssueModel(DeleteIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes an issue model.
Name | Description |
request | DeleteIssueModelRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Type | Description |
Operation | The response received from the server. |
DeleteIssueModelAsync(DeleteIssueModelRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteIssueModelAsync(DeleteIssueModelRequest request, CallOptions options)
Deletes an issue model.
Name | Description |
request | DeleteIssueModelRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |