Contact Center AI Insights v1 API - Class ContactCenterInsights.ContactCenterInsightsClient (2.18.0)

public class ContactCenterInsights.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 > ClientBaseContactCenterInsightsContactCenterInsightsClient > ContactCenterInsights.ContactCenterInsightsClient

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

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.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

ContactCenterInsightsClient(ChannelBase)

public ContactCenterInsightsClient(ChannelBase channel)

Creates a new client for ContactCenterInsights

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

ContactCenterInsightsClient(ClientBaseConfiguration)

protected ContactCenterInsightsClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

BulkAnalyzeConversations(BulkAnalyzeConversationsRequest, CallOptions)

public virtual Operation BulkAnalyzeConversations(BulkAnalyzeConversationsRequest request, CallOptions options)

Analyzes multiple conversations in a single request.

Parameters
Name Description
request BulkAnalyzeConversationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

BulkAnalyzeConversations(BulkAnalyzeConversationsRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation BulkAnalyzeConversations(BulkAnalyzeConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Analyzes multiple conversations in a single request.

Parameters
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 System.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.

Returns
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.

Parameters
Name Description
request BulkAnalyzeConversationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

BulkAnalyzeConversationsAsync(BulkAnalyzeConversationsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> BulkAnalyzeConversationsAsync(BulkAnalyzeConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Analyzes multiple conversations in a single request.

Parameters
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 System.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.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

BulkDeleteConversations(BulkDeleteConversationsRequest, CallOptions)

public virtual Operation BulkDeleteConversations(BulkDeleteConversationsRequest request, CallOptions options)

Deletes multiple conversations in a single request.

Parameters
Name Description
request BulkDeleteConversationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

BulkDeleteConversations(BulkDeleteConversationsRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation BulkDeleteConversations(BulkDeleteConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes multiple conversations in a single request.

Parameters
Name Description
request BulkDeleteConversationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Operation

The response received from the server.

BulkDeleteConversationsAsync(BulkDeleteConversationsRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> BulkDeleteConversationsAsync(BulkDeleteConversationsRequest request, CallOptions options)

Deletes multiple conversations in a single request.

Parameters
Name Description
request BulkDeleteConversationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

BulkDeleteConversationsAsync(BulkDeleteConversationsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> BulkDeleteConversationsAsync(BulkDeleteConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes multiple conversations in a single request.

Parameters
Name Description
request BulkDeleteConversationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

BulkDownloadFeedbackLabels(BulkDownloadFeedbackLabelsRequest, CallOptions)

public virtual Operation BulkDownloadFeedbackLabels(BulkDownloadFeedbackLabelsRequest request, CallOptions options)

Download feedback labels in bulk.

Parameters
Name Description
request BulkDownloadFeedbackLabelsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

BulkDownloadFeedbackLabels(BulkDownloadFeedbackLabelsRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation BulkDownloadFeedbackLabels(BulkDownloadFeedbackLabelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Download feedback labels in bulk.

Parameters
Name Description
request BulkDownloadFeedbackLabelsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Operation

The response received from the server.

BulkDownloadFeedbackLabelsAsync(BulkDownloadFeedbackLabelsRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> BulkDownloadFeedbackLabelsAsync(BulkDownloadFeedbackLabelsRequest request, CallOptions options)

Download feedback labels in bulk.

Parameters
Name Description
request BulkDownloadFeedbackLabelsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

BulkDownloadFeedbackLabelsAsync(BulkDownloadFeedbackLabelsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> BulkDownloadFeedbackLabelsAsync(BulkDownloadFeedbackLabelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Download feedback labels in bulk.

Parameters
Name Description
request BulkDownloadFeedbackLabelsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

BulkUploadFeedbackLabels(BulkUploadFeedbackLabelsRequest, CallOptions)

public virtual Operation BulkUploadFeedbackLabels(BulkUploadFeedbackLabelsRequest request, CallOptions options)

Upload feedback labels in bulk.

Parameters
Name Description
request BulkUploadFeedbackLabelsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

BulkUploadFeedbackLabels(BulkUploadFeedbackLabelsRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation BulkUploadFeedbackLabels(BulkUploadFeedbackLabelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Upload feedback labels in bulk.

Parameters
Name Description
request BulkUploadFeedbackLabelsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Operation

The response received from the server.

BulkUploadFeedbackLabelsAsync(BulkUploadFeedbackLabelsRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> BulkUploadFeedbackLabelsAsync(BulkUploadFeedbackLabelsRequest request, CallOptions options)

Upload feedback labels in bulk.

Parameters
Name Description
request BulkUploadFeedbackLabelsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

BulkUploadFeedbackLabelsAsync(BulkUploadFeedbackLabelsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> BulkUploadFeedbackLabelsAsync(BulkUploadFeedbackLabelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Upload feedback labels in bulk.

Parameters
Name Description
request BulkUploadFeedbackLabelsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CalculateIssueModelStats(CalculateIssueModelStatsRequest, CallOptions)

public virtual CalculateIssueModelStatsResponse CalculateIssueModelStats(CalculateIssueModelStatsRequest request, CallOptions options)

Gets an issue model's statistics.

Parameters
Name Description
request CalculateIssueModelStatsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
CalculateIssueModelStatsResponse

The response received from the server.

CalculateIssueModelStats(CalculateIssueModelStatsRequest, Metadata, DateTime?, CancellationToken)

public virtual CalculateIssueModelStatsResponse CalculateIssueModelStats(CalculateIssueModelStatsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an issue model's statistics.

Parameters
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 System.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.

Returns
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.

Parameters
Name Description
request CalculateIssueModelStatsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallCalculateIssueModelStatsResponse

The call object.

CalculateIssueModelStatsAsync(CalculateIssueModelStatsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<CalculateIssueModelStatsResponse> CalculateIssueModelStatsAsync(CalculateIssueModelStatsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an issue model's statistics.

Parameters
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 System.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.

Returns
Type Description
AsyncUnaryCallCalculateIssueModelStatsResponse

The call object.

CalculateStats(CalculateStatsRequest, CallOptions)

public virtual CalculateStatsResponse CalculateStats(CalculateStatsRequest request, CallOptions options)

Gets conversation statistics.

Parameters
Name Description
request CalculateStatsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
CalculateStatsResponse

The response received from the server.

CalculateStats(CalculateStatsRequest, Metadata, DateTime?, CancellationToken)

public virtual CalculateStatsResponse CalculateStats(CalculateStatsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets conversation statistics.

Parameters
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 System.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.

Returns
Type Description
CalculateStatsResponse

The response received from the server.

CalculateStatsAsync(CalculateStatsRequest, CallOptions)

public virtual AsyncUnaryCall<CalculateStatsResponse> CalculateStatsAsync(CalculateStatsRequest request, CallOptions options)

Gets conversation statistics.

Parameters
Name Description
request CalculateStatsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallCalculateStatsResponse

The call object.

CalculateStatsAsync(CalculateStatsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<CalculateStatsResponse> CalculateStatsAsync(CalculateStatsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets conversation statistics.

Parameters
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 System.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.

Returns
Type Description
AsyncUnaryCallCalculateStatsResponse

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.

Parameters
Name Description
request CreateAnalysisRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateAnalysis(CreateAnalysisRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateAnalysis(CreateAnalysisRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates an analysis. The long running operation is done when the analysis has completed.

Parameters
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 System.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.

Returns
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.

Parameters
Name Description
request CreateAnalysisRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateAnalysisAsync(CreateAnalysisRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateAnalysisAsync(CreateAnalysisRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates an analysis. The long running operation is done when the analysis has completed.

Parameters
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 System.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.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateAnalysisRule(CreateAnalysisRuleRequest, CallOptions)

public virtual AnalysisRule CreateAnalysisRule(CreateAnalysisRuleRequest request, CallOptions options)

Creates a analysis rule.

Parameters
Name Description
request CreateAnalysisRuleRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AnalysisRule

The response received from the server.

CreateAnalysisRule(CreateAnalysisRuleRequest, Metadata, DateTime?, CancellationToken)

public virtual AnalysisRule CreateAnalysisRule(CreateAnalysisRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a analysis rule.

Parameters
Name Description
request CreateAnalysisRuleRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AnalysisRule

The response received from the server.

CreateAnalysisRuleAsync(CreateAnalysisRuleRequest, CallOptions)

public virtual AsyncUnaryCall<AnalysisRule> CreateAnalysisRuleAsync(CreateAnalysisRuleRequest request, CallOptions options)

Creates a analysis rule.

Parameters
Name Description
request CreateAnalysisRuleRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallAnalysisRule

The call object.

CreateAnalysisRuleAsync(CreateAnalysisRuleRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<AnalysisRule> CreateAnalysisRuleAsync(CreateAnalysisRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a analysis rule.

Parameters
Name Description
request CreateAnalysisRuleRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallAnalysisRule

The call object.

CreateConversation(CreateConversationRequest, CallOptions)

public virtual Conversation CreateConversation(CreateConversationRequest request, CallOptions options)

Creates a conversation. Note that this method does not support audio transcription or redaction. Use conversations.upload instead.

Parameters
Name Description
request CreateConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Conversation

The response received from the server.

CreateConversation(CreateConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual Conversation CreateConversation(CreateConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a conversation. Note that this method does not support audio transcription or redaction. Use conversations.upload instead.

Parameters
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 System.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.

Returns
Type Description
Conversation

The response received from the server.

CreateConversationAsync(CreateConversationRequest, CallOptions)

public virtual AsyncUnaryCall<Conversation> CreateConversationAsync(CreateConversationRequest request, CallOptions options)

Creates a conversation. Note that this method does not support audio transcription or redaction. Use conversations.upload instead.

Parameters
Name Description
request CreateConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallConversation

The call object.

CreateConversationAsync(CreateConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Conversation> CreateConversationAsync(CreateConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a conversation. Note that this method does not support audio transcription or redaction. Use conversations.upload instead.

Parameters
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 System.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.

Returns
Type Description
AsyncUnaryCallConversation

The call object.

CreateFeedbackLabel(CreateFeedbackLabelRequest, CallOptions)

public virtual FeedbackLabel CreateFeedbackLabel(CreateFeedbackLabelRequest request, CallOptions options)

Create feedback label.

Parameters
Name Description
request CreateFeedbackLabelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
FeedbackLabel

The response received from the server.

CreateFeedbackLabel(CreateFeedbackLabelRequest, Metadata, DateTime?, CancellationToken)

public virtual FeedbackLabel CreateFeedbackLabel(CreateFeedbackLabelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Create feedback label.

Parameters
Name Description
request CreateFeedbackLabelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
FeedbackLabel

The response received from the server.

CreateFeedbackLabelAsync(CreateFeedbackLabelRequest, CallOptions)

public virtual AsyncUnaryCall<FeedbackLabel> CreateFeedbackLabelAsync(CreateFeedbackLabelRequest request, CallOptions options)

Create feedback label.

Parameters
Name Description
request CreateFeedbackLabelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallFeedbackLabel

The call object.

CreateFeedbackLabelAsync(CreateFeedbackLabelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<FeedbackLabel> CreateFeedbackLabelAsync(CreateFeedbackLabelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Create feedback label.

Parameters
Name Description
request CreateFeedbackLabelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallFeedbackLabel

The call object.

CreateIAMPolicyClient()

public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()

Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.

Returns
Type Description
IAMPolicyIAMPolicyClient

A new IAMPolicy.IAMPolicyClient for the same target as this client.

CreateIssueModel(CreateIssueModelRequest, CallOptions)

public virtual Operation CreateIssueModel(CreateIssueModelRequest request, CallOptions options)

Creates an issue model.

Parameters
Name Description
request CreateIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateIssueModel(CreateIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateIssueModel(CreateIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates an issue model.

Parameters
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 System.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.

Returns
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.

Parameters
Name Description
request CreateIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateIssueModelAsync(CreateIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateIssueModelAsync(CreateIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates an issue model.

Parameters
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 System.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.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

Creates a new instance of Operations.OperationsClient using the same call invoker as this client.

Returns
Type Description
OperationsOperationsClient

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.

Parameters
Name Description
request CreatePhraseMatcherRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
PhraseMatcher

The response received from the server.

CreatePhraseMatcher(CreatePhraseMatcherRequest, Metadata, DateTime?, CancellationToken)

public virtual PhraseMatcher CreatePhraseMatcher(CreatePhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a phrase matcher.

Parameters
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 System.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.

Returns
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.

Parameters
Name Description
request CreatePhraseMatcherRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallPhraseMatcher

The call object.

CreatePhraseMatcherAsync(CreatePhraseMatcherRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PhraseMatcher> CreatePhraseMatcherAsync(CreatePhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a phrase matcher.

Parameters
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 System.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.

Returns
Type Description
AsyncUnaryCallPhraseMatcher

The call object.

CreateQaQuestion(CreateQaQuestionRequest, CallOptions)

public virtual QaQuestion CreateQaQuestion(CreateQaQuestionRequest request, CallOptions options)

Create a QaQuestion.

Parameters
Name Description
request CreateQaQuestionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
QaQuestion

The response received from the server.

CreateQaQuestion(CreateQaQuestionRequest, Metadata, DateTime?, CancellationToken)

public virtual QaQuestion CreateQaQuestion(CreateQaQuestionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Create a QaQuestion.

Parameters
Name Description
request CreateQaQuestionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
QaQuestion

The response received from the server.

CreateQaQuestionAsync(CreateQaQuestionRequest, CallOptions)

public virtual AsyncUnaryCall<QaQuestion> CreateQaQuestionAsync(CreateQaQuestionRequest request, CallOptions options)

Create a QaQuestion.

Parameters
Name Description
request CreateQaQuestionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallQaQuestion

The call object.

CreateQaQuestionAsync(CreateQaQuestionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<QaQuestion> CreateQaQuestionAsync(CreateQaQuestionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Create a QaQuestion.

Parameters
Name Description
request CreateQaQuestionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallQaQuestion

The call object.

CreateQaScorecard(CreateQaScorecardRequest, CallOptions)

public virtual QaScorecard CreateQaScorecard(CreateQaScorecardRequest request, CallOptions options)

Create a QaScorecard.

Parameters
Name Description
request CreateQaScorecardRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
QaScorecard

The response received from the server.

CreateQaScorecard(CreateQaScorecardRequest, Metadata, DateTime?, CancellationToken)

public virtual QaScorecard CreateQaScorecard(CreateQaScorecardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Create a QaScorecard.

Parameters
Name Description
request CreateQaScorecardRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
QaScorecard

The response received from the server.

CreateQaScorecardAsync(CreateQaScorecardRequest, CallOptions)

public virtual AsyncUnaryCall<QaScorecard> CreateQaScorecardAsync(CreateQaScorecardRequest request, CallOptions options)

Create a QaScorecard.

Parameters
Name Description
request CreateQaScorecardRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallQaScorecard

The call object.

CreateQaScorecardAsync(CreateQaScorecardRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<QaScorecard> CreateQaScorecardAsync(CreateQaScorecardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Create a QaScorecard.

Parameters
Name Description
request CreateQaScorecardRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallQaScorecard

The call object.

CreateQaScorecardRevision(CreateQaScorecardRevisionRequest, CallOptions)

public virtual QaScorecardRevision CreateQaScorecardRevision(CreateQaScorecardRevisionRequest request, CallOptions options)

Creates a QaScorecardRevision.

Parameters
Name Description
request CreateQaScorecardRevisionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
QaScorecardRevision

The response received from the server.

CreateQaScorecardRevision(CreateQaScorecardRevisionRequest, Metadata, DateTime?, CancellationToken)

public virtual QaScorecardRevision CreateQaScorecardRevision(CreateQaScorecardRevisionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a QaScorecardRevision.

Parameters
Name Description
request CreateQaScorecardRevisionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
QaScorecardRevision

The response received from the server.

CreateQaScorecardRevisionAsync(CreateQaScorecardRevisionRequest, CallOptions)

public virtual AsyncUnaryCall<QaScorecardRevision> CreateQaScorecardRevisionAsync(CreateQaScorecardRevisionRequest request, CallOptions options)

Creates a QaScorecardRevision.

Parameters
Name Description
request CreateQaScorecardRevisionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallQaScorecardRevision

The call object.

CreateQaScorecardRevisionAsync(CreateQaScorecardRevisionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<QaScorecardRevision> CreateQaScorecardRevisionAsync(CreateQaScorecardRevisionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a QaScorecardRevision.

Parameters
Name Description
request CreateQaScorecardRevisionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallQaScorecardRevision

The call object.

CreateView(CreateViewRequest, CallOptions)

public virtual View CreateView(CreateViewRequest request, CallOptions options)

Creates a view.

Parameters
Name Description
request CreateViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
View

The response received from the server.

CreateView(CreateViewRequest, Metadata, DateTime?, CancellationToken)

public virtual View CreateView(CreateViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a view.

Parameters
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 System.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.

Returns
Type Description
View

The response received from the server.

CreateViewAsync(CreateViewRequest, CallOptions)

public virtual AsyncUnaryCall<View> CreateViewAsync(CreateViewRequest request, CallOptions options)

Creates a view.

Parameters
Name Description
request CreateViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallView

The call object.

CreateViewAsync(CreateViewRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<View> CreateViewAsync(CreateViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a view.

Parameters
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 System.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.

Returns
Type Description
AsyncUnaryCallView

The call object.

DeleteAnalysis(DeleteAnalysisRequest, CallOptions)

public virtual Empty DeleteAnalysis(DeleteAnalysisRequest request, CallOptions options)

Deletes an analysis.

Parameters
Name Description
request DeleteAnalysisRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteAnalysis(DeleteAnalysisRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteAnalysis(DeleteAnalysisRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes an analysis.

Parameters
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 System.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.

Returns
Type Description
Empty

The response received from the server.

DeleteAnalysisAsync(DeleteAnalysisRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteAnalysisAsync(DeleteAnalysisRequest request, CallOptions options)

Deletes an analysis.

Parameters
Name Description
request DeleteAnalysisRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteAnalysisAsync(DeleteAnalysisRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteAnalysisAsync(DeleteAnalysisRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes an analysis.

Parameters
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 System.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.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteAnalysisRule(DeleteAnalysisRuleRequest, CallOptions)

public virtual Empty DeleteAnalysisRule(DeleteAnalysisRuleRequest request, CallOptions options)

Deletes a analysis rule.

Parameters
Name Description
request DeleteAnalysisRuleRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteAnalysisRule(DeleteAnalysisRuleRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteAnalysisRule(DeleteAnalysisRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a analysis rule.

Parameters
Name Description
request DeleteAnalysisRuleRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Empty

The response received from the server.

DeleteAnalysisRuleAsync(DeleteAnalysisRuleRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteAnalysisRuleAsync(DeleteAnalysisRuleRequest request, CallOptions options)

Deletes a analysis rule.

Parameters
Name Description
request DeleteAnalysisRuleRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteAnalysisRuleAsync(DeleteAnalysisRuleRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteAnalysisRuleAsync(DeleteAnalysisRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a analysis rule.

Parameters
Name Description
request DeleteAnalysisRuleRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteConversation(DeleteConversationRequest, CallOptions)

public virtual Empty DeleteConversation(DeleteConversationRequest request, CallOptions options)

Deletes a conversation.

Parameters
Name Description
request DeleteConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteConversation(DeleteConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteConversation(DeleteConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a conversation.

Parameters
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 System.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.

Returns
Type Description
Empty

The response received from the server.

DeleteConversationAsync(DeleteConversationRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteConversationAsync(DeleteConversationRequest request, CallOptions options)

Deletes a conversation.

Parameters
Name Description
request DeleteConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteConversationAsync(DeleteConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteConversationAsync(DeleteConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a conversation.

Parameters
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 System.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.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteFeedbackLabel(DeleteFeedbackLabelRequest, CallOptions)

public virtual Empty DeleteFeedbackLabel(DeleteFeedbackLabelRequest request, CallOptions options)

Delete feedback label.

Parameters
Name Description
request DeleteFeedbackLabelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteFeedbackLabel(DeleteFeedbackLabelRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteFeedbackLabel(DeleteFeedbackLabelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Delete feedback label.

Parameters
Name Description
request DeleteFeedbackLabelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Empty

The response received from the server.

DeleteFeedbackLabelAsync(DeleteFeedbackLabelRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteFeedbackLabelAsync(DeleteFeedbackLabelRequest request, CallOptions options)

Delete feedback label.

Parameters
Name Description
request DeleteFeedbackLabelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteFeedbackLabelAsync(DeleteFeedbackLabelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteFeedbackLabelAsync(DeleteFeedbackLabelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Delete feedback label.

Parameters
Name Description
request DeleteFeedbackLabelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteIssue(DeleteIssueRequest, CallOptions)

public virtual Empty DeleteIssue(DeleteIssueRequest request, CallOptions options)

Deletes an issue.

Parameters
Name Description
request DeleteIssueRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteIssue(DeleteIssueRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteIssue(DeleteIssueRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes an issue.

Parameters
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 System.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.

Returns
Type Description
Empty

The response received from the server.

DeleteIssueAsync(DeleteIssueRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteIssueAsync(DeleteIssueRequest request, CallOptions options)

Deletes an issue.

Parameters
Name Description
request DeleteIssueRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteIssueAsync(DeleteIssueRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteIssueAsync(DeleteIssueRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes an issue.

Parameters
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 System.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.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteIssueModel(DeleteIssueModelRequest, CallOptions)

public virtual Operation DeleteIssueModel(DeleteIssueModelRequest request, CallOptions options)

Deletes an issue model.

Parameters
Name Description
request DeleteIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteIssueModel(DeleteIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteIssueModel(DeleteIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes an issue model.

Parameters
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 System.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.

Returns
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.

Parameters
Name Description
request DeleteIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteIssueModelAsync(DeleteIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteIssueModelAsync(DeleteIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes an issue model.

Parameters
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 System.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.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeletePhraseMatcher(DeletePhraseMatcherRequest, CallOptions)

public virtual Empty DeletePhraseMatcher(DeletePhraseMatcherRequest request, CallOptions options)

Deletes a phrase matcher.

Parameters
Name Description
request DeletePhraseMatcherRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeletePhraseMatcher(DeletePhraseMatcherRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeletePhraseMatcher(DeletePhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a phrase matcher.

Parameters
Name Description
request DeletePhraseMatcherRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Empty

The response received from the server.

DeletePhraseMatcherAsync(DeletePhraseMatcherRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeletePhraseMatcherAsync(DeletePhraseMatcherRequest request, CallOptions options)

Deletes a phrase matcher.

Parameters
Name Description
request DeletePhraseMatcherRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeletePhraseMatcherAsync(DeletePhraseMatcherRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeletePhraseMatcherAsync(DeletePhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a phrase matcher.

Parameters
Name Description
request DeletePhraseMatcherRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteQaQuestion(DeleteQaQuestionRequest, CallOptions)

public virtual Empty DeleteQaQuestion(DeleteQaQuestionRequest request, CallOptions options)

Deletes a QaQuestion.

Parameters
Name Description
request DeleteQaQuestionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteQaQuestion(DeleteQaQuestionRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteQaQuestion(DeleteQaQuestionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a QaQuestion.

Parameters
Name Description
request DeleteQaQuestionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Empty

The response received from the server.

DeleteQaQuestionAsync(DeleteQaQuestionRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteQaQuestionAsync(DeleteQaQuestionRequest request, CallOptions options)

Deletes a QaQuestion.

Parameters
Name Description
request DeleteQaQuestionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteQaQuestionAsync(DeleteQaQuestionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteQaQuestionAsync(DeleteQaQuestionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a QaQuestion.

Parameters
Name Description
request DeleteQaQuestionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteQaScorecard(DeleteQaScorecardRequest, CallOptions)

public virtual Empty DeleteQaScorecard(DeleteQaScorecardRequest request, CallOptions options)

Deletes a QaScorecard.

Parameters
Name Description
request DeleteQaScorecardRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteQaScorecard(DeleteQaScorecardRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteQaScorecard(DeleteQaScorecardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a QaScorecard.

Parameters
Name Description
request DeleteQaScorecardRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Empty

The response received from the server.

DeleteQaScorecardAsync(DeleteQaScorecardRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteQaScorecardAsync(DeleteQaScorecardRequest request, CallOptions options)

Deletes a QaScorecard.

Parameters
Name Description
request DeleteQaScorecardRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteQaScorecardAsync(DeleteQaScorecardRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteQaScorecardAsync(DeleteQaScorecardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a QaScorecard.

Parameters
Name Description
request DeleteQaScorecardRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteQaScorecardRevision(DeleteQaScorecardRevisionRequest, CallOptions)

public virtual Empty DeleteQaScorecardRevision(DeleteQaScorecardRevisionRequest request, CallOptions options)

Deletes a QaScorecardRevision.

Parameters
Name Description
request DeleteQaScorecardRevisionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteQaScorecardRevision(DeleteQaScorecardRevisionRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteQaScorecardRevision(DeleteQaScorecardRevisionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a QaScorecardRevision.

Parameters
Name Description
request DeleteQaScorecardRevisionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Empty

The response received from the server.

DeleteQaScorecardRevisionAsync(DeleteQaScorecardRevisionRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteQaScorecardRevisionAsync(DeleteQaScorecardRevisionRequest request, CallOptions options)

Deletes a QaScorecardRevision.

Parameters
Name Description
request DeleteQaScorecardRevisionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteQaScorecardRevisionAsync(DeleteQaScorecardRevisionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteQaScorecardRevisionAsync(DeleteQaScorecardRevisionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a QaScorecardRevision.

Parameters
Name Description
request DeleteQaScorecardRevisionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteView(DeleteViewRequest, CallOptions)

public virtual Empty DeleteView(DeleteViewRequest request, CallOptions options)

Deletes a view.

Parameters
Name Description
request DeleteViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteView(DeleteViewRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteView(DeleteViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a view.

Parameters
Name Description
request DeleteViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Empty

The response received from the server.

DeleteViewAsync(DeleteViewRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteViewAsync(DeleteViewRequest request, CallOptions options)

Deletes a view.

Parameters
Name Description
request DeleteViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteViewAsync(DeleteViewRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteViewAsync(DeleteViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a view.

Parameters
Name Description
request DeleteViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeployIssueModel(DeployIssueModelRequest, CallOptions)

public virtual Operation DeployIssueModel(DeployIssueModelRequest request, CallOptions options)

Deploys an issue model. Returns an error if a model is already deployed. An issue model can only be used in analysis after it has been deployed.

Parameters
Name Description
request DeployIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeployIssueModel(DeployIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeployIssueModel(DeployIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deploys an issue model. Returns an error if a model is already deployed. An issue model can only be used in analysis after it has been deployed.

Parameters
Name Description
request DeployIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Operation

The response received from the server.

DeployIssueModelAsync(DeployIssueModelRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeployIssueModelAsync(DeployIssueModelRequest request, CallOptions options)

Deploys an issue model. Returns an error if a model is already deployed. An issue model can only be used in analysis after it has been deployed.

Parameters
Name Description
request DeployIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeployIssueModelAsync(DeployIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeployIssueModelAsync(DeployIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deploys an issue model. Returns an error if a model is already deployed. An issue model can only be used in analysis after it has been deployed.

Parameters
Name Description
request DeployIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeployQaScorecardRevision(DeployQaScorecardRevisionRequest, CallOptions)

public virtual QaScorecardRevision DeployQaScorecardRevision(DeployQaScorecardRevisionRequest request, CallOptions options)

Deploy a QaScorecardRevision.

Parameters
Name Description
request DeployQaScorecardRevisionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
QaScorecardRevision

The response received from the server.

DeployQaScorecardRevision(DeployQaScorecardRevisionRequest, Metadata, DateTime?, CancellationToken)

public virtual QaScorecardRevision DeployQaScorecardRevision(DeployQaScorecardRevisionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deploy a QaScorecardRevision.

Parameters
Name Description
request DeployQaScorecardRevisionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
QaScorecardRevision

The response received from the server.

DeployQaScorecardRevisionAsync(DeployQaScorecardRevisionRequest, CallOptions)

public virtual AsyncUnaryCall<QaScorecardRevision> DeployQaScorecardRevisionAsync(DeployQaScorecardRevisionRequest request, CallOptions options)

Deploy a QaScorecardRevision.

Parameters
Name Description
request DeployQaScorecardRevisionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallQaScorecardRevision

The call object.

DeployQaScorecardRevisionAsync(DeployQaScorecardRevisionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<QaScorecardRevision> DeployQaScorecardRevisionAsync(DeployQaScorecardRevisionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deploy a QaScorecardRevision.

Parameters
Name Description
request DeployQaScorecardRevisionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallQaScorecardRevision

The call object.

ExportInsightsData(ExportInsightsDataRequest, CallOptions)

public virtual Operation ExportInsightsData(ExportInsightsDataRequest request, CallOptions options)

Export insights data to a destination defined in the request body.

Parameters
Name Description
request ExportInsightsDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

ExportInsightsData(ExportInsightsDataRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation ExportInsightsData(ExportInsightsDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Export insights data to a destination defined in the request body.

Parameters
Name Description
request ExportInsightsDataRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Operation

The response received from the server.

ExportInsightsDataAsync(ExportInsightsDataRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> ExportInsightsDataAsync(ExportInsightsDataRequest request, CallOptions options)

Export insights data to a destination defined in the request body.

Parameters
Name Description
request ExportInsightsDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

ExportInsightsDataAsync(ExportInsightsDataRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> ExportInsightsDataAsync(ExportInsightsDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Export insights data to a destination defined in the request body.

Parameters
Name Description
request ExportInsightsDataRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

ExportIssueModel(ExportIssueModelRequest, CallOptions)

public virtual Operation ExportIssueModel(ExportIssueModelRequest request, CallOptions options)

Exports an issue model to the provided destination.

Parameters
Name Description
request ExportIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

ExportIssueModel(ExportIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation ExportIssueModel(ExportIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Exports an issue model to the provided destination.

Parameters
Name Description
request ExportIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Operation

The response received from the server.

ExportIssueModelAsync(ExportIssueModelRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> ExportIssueModelAsync(ExportIssueModelRequest request, CallOptions options)

Exports an issue model to the provided destination.

Parameters
Name Description
request ExportIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

ExportIssueModelAsync(ExportIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> ExportIssueModelAsync(ExportIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Exports an issue model to the provided destination.

Parameters
Name Description
request ExportIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

GetAnalysis(GetAnalysisRequest, CallOptions)

public virtual Analysis GetAnalysis(GetAnalysisRequest request, CallOptions options)

Gets an analysis.

Parameters
Name Description
request GetAnalysisRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Analysis

The response received from the server.

GetAnalysis(GetAnalysisRequest, Metadata, DateTime?, CancellationToken)

public virtual Analysis GetAnalysis(GetAnalysisRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an analysis.

Parameters
Name Description
request GetAnalysisRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Analysis

The response received from the server.

GetAnalysisAsync(GetAnalysisRequest, CallOptions)

public virtual AsyncUnaryCall<Analysis> GetAnalysisAsync(GetAnalysisRequest request, CallOptions options)

Gets an analysis.

Parameters
Name Description
request GetAnalysisRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallAnalysis

The call object.

GetAnalysisAsync(GetAnalysisRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Analysis> GetAnalysisAsync(GetAnalysisRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an analysis.

Parameters
Name Description
request GetAnalysisRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallAnalysis

The call object.

GetAnalysisRule(GetAnalysisRuleRequest, CallOptions)

public virtual AnalysisRule GetAnalysisRule(GetAnalysisRuleRequest request, CallOptions options)

Get a analysis rule.

Parameters
Name Description
request GetAnalysisRuleRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AnalysisRule

The response received from the server.

GetAnalysisRule(GetAnalysisRuleRequest, Metadata, DateTime?, CancellationToken)

public virtual AnalysisRule GetAnalysisRule(GetAnalysisRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Get a analysis rule.

Parameters
Name Description
request GetAnalysisRuleRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AnalysisRule

The response received from the server.

GetAnalysisRuleAsync(GetAnalysisRuleRequest, CallOptions)

public virtual AsyncUnaryCall<AnalysisRule> GetAnalysisRuleAsync(GetAnalysisRuleRequest request, CallOptions options)

Get a analysis rule.

Parameters
Name Description
request GetAnalysisRuleRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallAnalysisRule

The call object.

GetAnalysisRuleAsync(GetAnalysisRuleRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<AnalysisRule> GetAnalysisRuleAsync(GetAnalysisRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Get a analysis rule.

Parameters
Name Description
request GetAnalysisRuleRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallAnalysisRule

The call object.

GetConversation(GetConversationRequest, CallOptions)

public virtual Conversation GetConversation(GetConversationRequest request, CallOptions options)

Gets a conversation.

Parameters
Name Description
request GetConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Conversation

The response received from the server.

GetConversation(GetConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual Conversation GetConversation(GetConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a conversation.

Parameters
Name Description
request GetConversationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Conversation

The response received from the server.

GetConversationAsync(GetConversationRequest, CallOptions)

public virtual AsyncUnaryCall<Conversation> GetConversationAsync(GetConversationRequest request, CallOptions options)

Gets a conversation.

Parameters
Name Description
request GetConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallConversation

The call object.

GetConversationAsync(GetConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Conversation> GetConversationAsync(GetConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a conversation.

Parameters
Name Description
request GetConversationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallConversation

The call object.

GetEncryptionSpec(GetEncryptionSpecRequest, CallOptions)

public virtual EncryptionSpec GetEncryptionSpec(GetEncryptionSpecRequest request, CallOptions options)

Gets location-level encryption key specification.

Parameters
Name Description
request GetEncryptionSpecRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
EncryptionSpec

The response received from the server.

GetEncryptionSpec(GetEncryptionSpecRequest, Metadata, DateTime?, CancellationToken)

public virtual EncryptionSpec GetEncryptionSpec(GetEncryptionSpecRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets location-level encryption key specification.

Parameters
Name Description
request GetEncryptionSpecRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
EncryptionSpec

The response received from the server.

GetEncryptionSpecAsync(GetEncryptionSpecRequest, CallOptions)

public virtual AsyncUnaryCall<EncryptionSpec> GetEncryptionSpecAsync(GetEncryptionSpecRequest request, CallOptions options)

Gets location-level encryption key specification.

Parameters
Name Description
request GetEncryptionSpecRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEncryptionSpec

The call object.

GetEncryptionSpecAsync(GetEncryptionSpecRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<EncryptionSpec> GetEncryptionSpecAsync(GetEncryptionSpecRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets location-level encryption key specification.

Parameters
Name Description
request GetEncryptionSpecRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallEncryptionSpec

The call object.

GetFeedbackLabel(GetFeedbackLabelRequest, CallOptions)

public virtual FeedbackLabel GetFeedbackLabel(GetFeedbackLabelRequest request, CallOptions options)

Get feedback label.

Parameters
Name Description
request GetFeedbackLabelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
FeedbackLabel

The response received from the server.

GetFeedbackLabel(GetFeedbackLabelRequest, Metadata, DateTime?, CancellationToken)

public virtual FeedbackLabel GetFeedbackLabel(GetFeedbackLabelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Get feedback label.

Parameters
Name Description
request GetFeedbackLabelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
FeedbackLabel

The response received from the server.

GetFeedbackLabelAsync(GetFeedbackLabelRequest, CallOptions)

public virtual AsyncUnaryCall<FeedbackLabel> GetFeedbackLabelAsync(GetFeedbackLabelRequest request, CallOptions options)

Get feedback label.

Parameters
Name Description
request GetFeedbackLabelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallFeedbackLabel

The call object.

GetFeedbackLabelAsync(GetFeedbackLabelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<FeedbackLabel> GetFeedbackLabelAsync(GetFeedbackLabelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Get feedback label.

Parameters
Name Description
request GetFeedbackLabelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallFeedbackLabel

The call object.

GetIssue(GetIssueRequest, CallOptions)

public virtual Issue GetIssue(GetIssueRequest request, CallOptions options)

Gets an issue.

Parameters
Name Description
request GetIssueRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Issue

The response received from the server.

GetIssue(GetIssueRequest, Metadata, DateTime?, CancellationToken)

public virtual Issue GetIssue(GetIssueRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an issue.

Parameters
Name Description
request GetIssueRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Issue

The response received from the server.

GetIssueAsync(GetIssueRequest, CallOptions)

public virtual AsyncUnaryCall<Issue> GetIssueAsync(GetIssueRequest request, CallOptions options)

Gets an issue.

Parameters
Name Description
request GetIssueRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallIssue

The call object.

GetIssueAsync(GetIssueRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Issue> GetIssueAsync(GetIssueRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an issue.

Parameters
Name Description
request GetIssueRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallIssue

The call object.

GetIssueModel(GetIssueModelRequest, CallOptions)

public virtual IssueModel GetIssueModel(GetIssueModelRequest request, CallOptions options)

Gets an issue model.

Parameters
Name Description
request GetIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
IssueModel

The response received from the server.

GetIssueModel(GetIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual IssueModel GetIssueModel(GetIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an issue model.

Parameters
Name Description
request GetIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
IssueModel

The response received from the server.

GetIssueModelAsync(GetIssueModelRequest, CallOptions)

public virtual AsyncUnaryCall<IssueModel> GetIssueModelAsync(GetIssueModelRequest request, CallOptions options)

Gets an issue model.

Parameters
Name Description
request GetIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallIssueModel

The call object.

GetIssueModelAsync(GetIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<IssueModel> GetIssueModelAsync(GetIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an issue model.

Parameters
Name Description
request GetIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallIssueModel

The call object.

GetPhraseMatcher(GetPhraseMatcherRequest, CallOptions)

public virtual PhraseMatcher GetPhraseMatcher(GetPhraseMatcherRequest request, CallOptions options)

Gets a phrase matcher.

Parameters
Name Description
request GetPhraseMatcherRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
PhraseMatcher

The response received from the server.

GetPhraseMatcher(GetPhraseMatcherRequest, Metadata, DateTime?, CancellationToken)

public virtual PhraseMatcher GetPhraseMatcher(GetPhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a phrase matcher.

Parameters
Name Description
request GetPhraseMatcherRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
PhraseMatcher

The response received from the server.

GetPhraseMatcherAsync(GetPhraseMatcherRequest, CallOptions)

public virtual AsyncUnaryCall<PhraseMatcher> GetPhraseMatcherAsync(GetPhraseMatcherRequest request, CallOptions options)

Gets a phrase matcher.

Parameters
Name Description
request GetPhraseMatcherRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallPhraseMatcher

The call object.

GetPhraseMatcherAsync(GetPhraseMatcherRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PhraseMatcher> GetPhraseMatcherAsync(GetPhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a phrase matcher.

Parameters
Name Description
request GetPhraseMatcherRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallPhraseMatcher

The call object.

GetQaQuestion(GetQaQuestionRequest, CallOptions)

public virtual QaQuestion GetQaQuestion(GetQaQuestionRequest request, CallOptions options)

Gets a QaQuestion.

Parameters
Name Description
request GetQaQuestionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
QaQuestion

The response received from the server.

GetQaQuestion(GetQaQuestionRequest, Metadata, DateTime?, CancellationToken)

public virtual QaQuestion GetQaQuestion(GetQaQuestionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a QaQuestion.

Parameters
Name Description
request GetQaQuestionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
QaQuestion

The response received from the server.

GetQaQuestionAsync(GetQaQuestionRequest, CallOptions)

public virtual AsyncUnaryCall<QaQuestion> GetQaQuestionAsync(GetQaQuestionRequest request, CallOptions options)

Gets a QaQuestion.

Parameters
Name Description
request GetQaQuestionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallQaQuestion

The call object.

GetQaQuestionAsync(GetQaQuestionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<QaQuestion> GetQaQuestionAsync(GetQaQuestionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a QaQuestion.

Parameters
Name Description
request GetQaQuestionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallQaQuestion

The call object.

GetQaScorecard(GetQaScorecardRequest, CallOptions)

public virtual QaScorecard GetQaScorecard(GetQaScorecardRequest request, CallOptions options)

Gets a QaScorecard.

Parameters
Name Description
request GetQaScorecardRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
QaScorecard

The response received from the server.

GetQaScorecard(GetQaScorecardRequest, Metadata, DateTime?, CancellationToken)

public virtual QaScorecard GetQaScorecard(GetQaScorecardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a QaScorecard.

Parameters
Name Description
request GetQaScorecardRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
QaScorecard

The response received from the server.

GetQaScorecardAsync(GetQaScorecardRequest, CallOptions)

public virtual AsyncUnaryCall<QaScorecard> GetQaScorecardAsync(GetQaScorecardRequest request, CallOptions options)

Gets a QaScorecard.

Parameters
Name Description
request GetQaScorecardRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallQaScorecard

The call object.

GetQaScorecardAsync(GetQaScorecardRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<QaScorecard> GetQaScorecardAsync(GetQaScorecardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a QaScorecard.

Parameters
Name Description
request GetQaScorecardRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallQaScorecard

The call object.

GetQaScorecardRevision(GetQaScorecardRevisionRequest, CallOptions)

public virtual QaScorecardRevision GetQaScorecardRevision(GetQaScorecardRevisionRequest request, CallOptions options)

Gets a QaScorecardRevision.

Parameters
Name Description
request GetQaScorecardRevisionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
QaScorecardRevision

The response received from the server.

GetQaScorecardRevision(GetQaScorecardRevisionRequest, Metadata, DateTime?, CancellationToken)

public virtual QaScorecardRevision GetQaScorecardRevision(GetQaScorecardRevisionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a QaScorecardRevision.

Parameters
Name Description
request GetQaScorecardRevisionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
QaScorecardRevision

The response received from the server.

GetQaScorecardRevisionAsync(GetQaScorecardRevisionRequest, CallOptions)

public virtual AsyncUnaryCall<QaScorecardRevision> GetQaScorecardRevisionAsync(GetQaScorecardRevisionRequest request, CallOptions options)

Gets a QaScorecardRevision.

Parameters
Name Description
request GetQaScorecardRevisionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallQaScorecardRevision

The call object.

GetQaScorecardRevisionAsync(GetQaScorecardRevisionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<QaScorecardRevision> GetQaScorecardRevisionAsync(GetQaScorecardRevisionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a QaScorecardRevision.

Parameters
Name Description
request GetQaScorecardRevisionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallQaScorecardRevision

The call object.

GetSettings(GetSettingsRequest, CallOptions)

public virtual Settings GetSettings(GetSettingsRequest request, CallOptions options)

Gets project-level settings.

Parameters
Name Description
request GetSettingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Settings

The response received from the server.

GetSettings(GetSettingsRequest, Metadata, DateTime?, CancellationToken)

public virtual Settings GetSettings(GetSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets project-level settings.

Parameters
Name Description
request GetSettingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Settings

The response received from the server.

GetSettingsAsync(GetSettingsRequest, CallOptions)

public virtual AsyncUnaryCall<Settings> GetSettingsAsync(GetSettingsRequest request, CallOptions options)

Gets project-level settings.

Parameters
Name Description
request GetSettingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallSettings

The call object.

GetSettingsAsync(GetSettingsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Settings> GetSettingsAsync(GetSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets project-level settings.

Parameters
Name Description
request GetSettingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallSettings

The call object.

GetView(GetViewRequest, CallOptions)

public virtual View GetView(GetViewRequest request, CallOptions options)

Gets a view.

Parameters
Name Description
request GetViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
View

The response received from the server.

GetView(GetViewRequest, Metadata, DateTime?, CancellationToken)

public virtual View GetView(GetViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a view.

Parameters
Name Description
request GetViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
View

The response received from the server.

GetViewAsync(GetViewRequest, CallOptions)

public virtual AsyncUnaryCall<View> GetViewAsync(GetViewRequest request, CallOptions options)

Gets a view.

Parameters
Name Description
request GetViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallView

The call object.

GetViewAsync(GetViewRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<View> GetViewAsync(GetViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a view.

Parameters
Name Description
request GetViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallView

The call object.

ImportIssueModel(ImportIssueModelRequest, CallOptions)

public virtual Operation ImportIssueModel(ImportIssueModelRequest request, CallOptions options)

Imports an issue model from a Cloud Storage bucket.

Parameters
Name Description
request ImportIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

ImportIssueModel(ImportIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation ImportIssueModel(ImportIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Imports an issue model from a Cloud Storage bucket.

Parameters
Name Description
request ImportIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Operation

The response received from the server.

ImportIssueModelAsync(ImportIssueModelRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> ImportIssueModelAsync(ImportIssueModelRequest request, CallOptions options)

Imports an issue model from a Cloud Storage bucket.

Parameters
Name Description
request ImportIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

ImportIssueModelAsync(ImportIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> ImportIssueModelAsync(ImportIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Imports an issue model from a Cloud Storage bucket.

Parameters
Name Description
request ImportIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

IngestConversations(IngestConversationsRequest, CallOptions)

public virtual Operation IngestConversations(IngestConversationsRequest request, CallOptions options)

Imports conversations and processes them according to the user's configuration.

Parameters
Name Description
request IngestConversationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

IngestConversations(IngestConversationsRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation IngestConversations(IngestConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Imports conversations and processes them according to the user's configuration.

Parameters
Name Description
request IngestConversationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Operation

The response received from the server.

IngestConversationsAsync(IngestConversationsRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> IngestConversationsAsync(IngestConversationsRequest request, CallOptions options)

Imports conversations and processes them according to the user's configuration.

Parameters
Name Description
request IngestConversationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

IngestConversationsAsync(IngestConversationsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> IngestConversationsAsync(IngestConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Imports conversations and processes them according to the user's configuration.

Parameters
Name Description
request IngestConversationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

InitializeEncryptionSpec(InitializeEncryptionSpecRequest, CallOptions)

public virtual Operation InitializeEncryptionSpec(InitializeEncryptionSpecRequest request, CallOptions options)

Initializes a location-level encryption key specification. An error will result if the location has resources already created before the initialization. After the encryption specification is initialized at a location, it is immutable and all newly created resources under the location will be encrypted with the existing specification.

Parameters
Name Description
request InitializeEncryptionSpecRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

InitializeEncryptionSpec(InitializeEncryptionSpecRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation InitializeEncryptionSpec(InitializeEncryptionSpecRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Initializes a location-level encryption key specification. An error will result if the location has resources already created before the initialization. After the encryption specification is initialized at a location, it is immutable and all newly created resources under the location will be encrypted with the existing specification.

Parameters
Name Description
request InitializeEncryptionSpecRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Operation

The response received from the server.

InitializeEncryptionSpecAsync(InitializeEncryptionSpecRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> InitializeEncryptionSpecAsync(InitializeEncryptionSpecRequest request, CallOptions options)

Initializes a location-level encryption key specification. An error will result if the location has resources already created before the initialization. After the encryption specification is initialized at a location, it is immutable and all newly created resources under the location will be encrypted with the existing specification.

Parameters
Name Description
request InitializeEncryptionSpecRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

InitializeEncryptionSpecAsync(InitializeEncryptionSpecRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> InitializeEncryptionSpecAsync(InitializeEncryptionSpecRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Initializes a location-level encryption key specification. An error will result if the location has resources already created before the initialization. After the encryption specification is initialized at a location, it is immutable and all newly created resources under the location will be encrypted with the existing specification.

Parameters
Name Description
request InitializeEncryptionSpecRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

ListAllFeedbackLabels(ListAllFeedbackLabelsRequest, CallOptions)

public virtual ListAllFeedbackLabelsResponse ListAllFeedbackLabels(ListAllFeedbackLabelsRequest request, CallOptions options)

List all feedback labels by project number.

Parameters
Name Description
request ListAllFeedbackLabelsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListAllFeedbackLabelsResponse

The response received from the server.

ListAllFeedbackLabels(ListAllFeedbackLabelsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListAllFeedbackLabelsResponse ListAllFeedbackLabels(ListAllFeedbackLabelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List all feedback labels by project number.

Parameters
Name Description
request ListAllFeedbackLabelsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
ListAllFeedbackLabelsResponse

The response received from the server.

ListAllFeedbackLabelsAsync(ListAllFeedbackLabelsRequest, CallOptions)

public virtual AsyncUnaryCall<ListAllFeedbackLabelsResponse> ListAllFeedbackLabelsAsync(ListAllFeedbackLabelsRequest request, CallOptions options)

List all feedback labels by project number.

Parameters
Name Description
request ListAllFeedbackLabelsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListAllFeedbackLabelsResponse

The call object.

ListAllFeedbackLabelsAsync(ListAllFeedbackLabelsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListAllFeedbackLabelsResponse> ListAllFeedbackLabelsAsync(ListAllFeedbackLabelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List all feedback labels by project number.

Parameters
Name Description
request ListAllFeedbackLabelsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallListAllFeedbackLabelsResponse

The call object.

ListAnalyses(ListAnalysesRequest, CallOptions)

public virtual ListAnalysesResponse ListAnalyses(ListAnalysesRequest request, CallOptions options)

Lists analyses.

Parameters
Name Description
request ListAnalysesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListAnalysesResponse

The response received from the server.

ListAnalyses(ListAnalysesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListAnalysesResponse ListAnalyses(ListAnalysesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists analyses.

Parameters
Name Description
request ListAnalysesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
ListAnalysesResponse

The response received from the server.

ListAnalysesAsync(ListAnalysesRequest, CallOptions)

public virtual AsyncUnaryCall<ListAnalysesResponse> ListAnalysesAsync(ListAnalysesRequest request, CallOptions options)

Lists analyses.

Parameters
Name Description
request ListAnalysesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListAnalysesResponse

The call object.

ListAnalysesAsync(ListAnalysesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListAnalysesResponse> ListAnalysesAsync(ListAnalysesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists analyses.

Parameters
Name Description
request ListAnalysesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallListAnalysesResponse

The call object.

ListAnalysisRules(ListAnalysisRulesRequest, CallOptions)

public virtual ListAnalysisRulesResponse ListAnalysisRules(ListAnalysisRulesRequest request, CallOptions options)

Lists analysis rules.

Parameters
Name Description
request ListAnalysisRulesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListAnalysisRulesResponse

The response received from the server.

ListAnalysisRules(ListAnalysisRulesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListAnalysisRulesResponse ListAnalysisRules(ListAnalysisRulesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists analysis rules.

Parameters
Name Description
request ListAnalysisRulesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
ListAnalysisRulesResponse

The response received from the server.

ListAnalysisRulesAsync(ListAnalysisRulesRequest, CallOptions)

public virtual AsyncUnaryCall<ListAnalysisRulesResponse> ListAnalysisRulesAsync(ListAnalysisRulesRequest request, CallOptions options)

Lists analysis rules.

Parameters
Name Description
request ListAnalysisRulesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListAnalysisRulesResponse

The call object.

ListAnalysisRulesAsync(ListAnalysisRulesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListAnalysisRulesResponse> ListAnalysisRulesAsync(ListAnalysisRulesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists analysis rules.

Parameters
Name Description
request ListAnalysisRulesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallListAnalysisRulesResponse

The call object.

ListConversations(ListConversationsRequest, CallOptions)

public virtual ListConversationsResponse ListConversations(ListConversationsRequest request, CallOptions options)

Lists conversations.

Parameters
Name Description
request ListConversationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListConversationsResponse

The response received from the server.

ListConversations(ListConversationsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListConversationsResponse ListConversations(ListConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists conversations.

Parameters
Name Description
request ListConversationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
ListConversationsResponse

The response received from the server.

ListConversationsAsync(ListConversationsRequest, CallOptions)

public virtual AsyncUnaryCall<ListConversationsResponse> ListConversationsAsync(ListConversationsRequest request, CallOptions options)

Lists conversations.

Parameters
Name Description
request ListConversationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListConversationsResponse

The call object.

ListConversationsAsync(ListConversationsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListConversationsResponse> ListConversationsAsync(ListConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists conversations.

Parameters
Name Description
request ListConversationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallListConversationsResponse

The call object.

ListFeedbackLabels(ListFeedbackLabelsRequest, CallOptions)

public virtual ListFeedbackLabelsResponse ListFeedbackLabels(ListFeedbackLabelsRequest request, CallOptions options)

List feedback labels.

Parameters
Name Description
request ListFeedbackLabelsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListFeedbackLabelsResponse

The response received from the server.

ListFeedbackLabels(ListFeedbackLabelsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListFeedbackLabelsResponse ListFeedbackLabels(ListFeedbackLabelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List feedback labels.

Parameters
Name Description
request ListFeedbackLabelsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
ListFeedbackLabelsResponse

The response received from the server.

ListFeedbackLabelsAsync(ListFeedbackLabelsRequest, CallOptions)

public virtual AsyncUnaryCall<ListFeedbackLabelsResponse> ListFeedbackLabelsAsync(ListFeedbackLabelsRequest request, CallOptions options)

List feedback labels.

Parameters
Name Description
request ListFeedbackLabelsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListFeedbackLabelsResponse

The call object.

ListFeedbackLabelsAsync(ListFeedbackLabelsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListFeedbackLabelsResponse> ListFeedbackLabelsAsync(ListFeedbackLabelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List feedback labels.

Parameters
Name Description
request ListFeedbackLabelsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallListFeedbackLabelsResponse

The call object.

ListIssueModels(ListIssueModelsRequest, CallOptions)

public virtual ListIssueModelsResponse ListIssueModels(ListIssueModelsRequest request, CallOptions options)

Lists issue models.

Parameters
Name Description
request ListIssueModelsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListIssueModelsResponse

The response received from the server.

ListIssueModels(ListIssueModelsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListIssueModelsResponse ListIssueModels(ListIssueModelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists issue models.

Parameters
Name Description
request ListIssueModelsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
ListIssueModelsResponse

The response received from the server.

ListIssueModelsAsync(ListIssueModelsRequest, CallOptions)

public virtual AsyncUnaryCall<ListIssueModelsResponse> ListIssueModelsAsync(ListIssueModelsRequest request, CallOptions options)

Lists issue models.

Parameters
Name Description
request ListIssueModelsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListIssueModelsResponse

The call object.

ListIssueModelsAsync(ListIssueModelsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListIssueModelsResponse> ListIssueModelsAsync(ListIssueModelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists issue models.

Parameters
Name Description
request ListIssueModelsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallListIssueModelsResponse

The call object.

ListIssues(ListIssuesRequest, CallOptions)

public virtual ListIssuesResponse ListIssues(ListIssuesRequest request, CallOptions options)

Lists issues.

Parameters
Name Description
request ListIssuesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListIssuesResponse

The response received from the server.

ListIssues(ListIssuesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListIssuesResponse ListIssues(ListIssuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists issues.

Parameters
Name Description
request ListIssuesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
ListIssuesResponse

The response received from the server.

ListIssuesAsync(ListIssuesRequest, CallOptions)

public virtual AsyncUnaryCall<ListIssuesResponse> ListIssuesAsync(ListIssuesRequest request, CallOptions options)

Lists issues.

Parameters
Name Description
request ListIssuesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListIssuesResponse

The call object.

ListIssuesAsync(ListIssuesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListIssuesResponse> ListIssuesAsync(ListIssuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists issues.

Parameters
Name Description
request ListIssuesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallListIssuesResponse

The call object.

ListPhraseMatchers(ListPhraseMatchersRequest, CallOptions)

public virtual ListPhraseMatchersResponse ListPhraseMatchers(ListPhraseMatchersRequest request, CallOptions options)

Lists phrase matchers.

Parameters
Name Description
request ListPhraseMatchersRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListPhraseMatchersResponse

The response received from the server.

ListPhraseMatchers(ListPhraseMatchersRequest, Metadata, DateTime?, CancellationToken)

public virtual ListPhraseMatchersResponse ListPhraseMatchers(ListPhraseMatchersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists phrase matchers.

Parameters
Name Description
request ListPhraseMatchersRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
ListPhraseMatchersResponse

The response received from the server.

ListPhraseMatchersAsync(ListPhraseMatchersRequest, CallOptions)

public virtual AsyncUnaryCall<ListPhraseMatchersResponse> ListPhraseMatchersAsync(ListPhraseMatchersRequest request, CallOptions options)

Lists phrase matchers.

Parameters
Name Description
request ListPhraseMatchersRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListPhraseMatchersResponse

The call object.

ListPhraseMatchersAsync(ListPhraseMatchersRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListPhraseMatchersResponse> ListPhraseMatchersAsync(ListPhraseMatchersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists phrase matchers.

Parameters
Name Description
request ListPhraseMatchersRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallListPhraseMatchersResponse

The call object.

ListQaQuestions(ListQaQuestionsRequest, CallOptions)

public virtual ListQaQuestionsResponse ListQaQuestions(ListQaQuestionsRequest request, CallOptions options)

Lists QaQuestions.

Parameters
Name Description
request ListQaQuestionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListQaQuestionsResponse

The response received from the server.

ListQaQuestions(ListQaQuestionsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListQaQuestionsResponse ListQaQuestions(ListQaQuestionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists QaQuestions.

Parameters
Name Description
request ListQaQuestionsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
ListQaQuestionsResponse

The response received from the server.

ListQaQuestionsAsync(ListQaQuestionsRequest, CallOptions)

public virtual AsyncUnaryCall<ListQaQuestionsResponse> ListQaQuestionsAsync(ListQaQuestionsRequest request, CallOptions options)

Lists QaQuestions.

Parameters
Name Description
request ListQaQuestionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListQaQuestionsResponse

The call object.

ListQaQuestionsAsync(ListQaQuestionsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListQaQuestionsResponse> ListQaQuestionsAsync(ListQaQuestionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists QaQuestions.

Parameters
Name Description
request ListQaQuestionsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallListQaQuestionsResponse

The call object.

ListQaScorecardRevisions(ListQaScorecardRevisionsRequest, CallOptions)

public virtual ListQaScorecardRevisionsResponse ListQaScorecardRevisions(ListQaScorecardRevisionsRequest request, CallOptions options)

Lists all revisions under the parent QaScorecard.

Parameters
Name Description
request ListQaScorecardRevisionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListQaScorecardRevisionsResponse

The response received from the server.

ListQaScorecardRevisions(ListQaScorecardRevisionsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListQaScorecardRevisionsResponse ListQaScorecardRevisions(ListQaScorecardRevisionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all revisions under the parent QaScorecard.

Parameters
Name Description
request ListQaScorecardRevisionsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
ListQaScorecardRevisionsResponse

The response received from the server.

ListQaScorecardRevisionsAsync(ListQaScorecardRevisionsRequest, CallOptions)

public virtual AsyncUnaryCall<ListQaScorecardRevisionsResponse> ListQaScorecardRevisionsAsync(ListQaScorecardRevisionsRequest request, CallOptions options)

Lists all revisions under the parent QaScorecard.

Parameters
Name Description
request ListQaScorecardRevisionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListQaScorecardRevisionsResponse

The call object.

ListQaScorecardRevisionsAsync(ListQaScorecardRevisionsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListQaScorecardRevisionsResponse> ListQaScorecardRevisionsAsync(ListQaScorecardRevisionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all revisions under the parent QaScorecard.

Parameters
Name Description
request ListQaScorecardRevisionsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallListQaScorecardRevisionsResponse

The call object.

ListQaScorecards(ListQaScorecardsRequest, CallOptions)

public virtual ListQaScorecardsResponse ListQaScorecards(ListQaScorecardsRequest request, CallOptions options)

Lists QaScorecards.

Parameters
Name Description
request ListQaScorecardsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListQaScorecardsResponse

The response received from the server.

ListQaScorecards(ListQaScorecardsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListQaScorecardsResponse ListQaScorecards(ListQaScorecardsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists QaScorecards.

Parameters
Name Description
request ListQaScorecardsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
ListQaScorecardsResponse

The response received from the server.

ListQaScorecardsAsync(ListQaScorecardsRequest, CallOptions)

public virtual AsyncUnaryCall<ListQaScorecardsResponse> ListQaScorecardsAsync(ListQaScorecardsRequest request, CallOptions options)

Lists QaScorecards.

Parameters
Name Description
request ListQaScorecardsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListQaScorecardsResponse

The call object.

ListQaScorecardsAsync(ListQaScorecardsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListQaScorecardsResponse> ListQaScorecardsAsync(ListQaScorecardsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists QaScorecards.

Parameters
Name Description
request ListQaScorecardsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallListQaScorecardsResponse

The call object.

ListViews(ListViewsRequest, CallOptions)

public virtual ListViewsResponse ListViews(ListViewsRequest request, CallOptions options)

Lists views.

Parameters
Name Description
request ListViewsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListViewsResponse

The response received from the server.

ListViews(ListViewsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListViewsResponse ListViews(ListViewsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists views.

Parameters
Name Description
request ListViewsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
ListViewsResponse

The response received from the server.

ListViewsAsync(ListViewsRequest, CallOptions)

public virtual AsyncUnaryCall<ListViewsResponse> ListViewsAsync(ListViewsRequest request, CallOptions options)

Lists views.

Parameters
Name Description
request ListViewsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListViewsResponse

The call object.

ListViewsAsync(ListViewsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListViewsResponse> ListViewsAsync(ListViewsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists views.

Parameters
Name Description
request ListViewsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallListViewsResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override ContactCenterInsights.ContactCenterInsightsClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
ContactCenterInsightsContactCenterInsightsClient
Overrides
Grpc.Core.ClientBase<Google.Cloud.ContactCenterInsights.V1.ContactCenterInsights.ContactCenterInsightsClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)

QueryMetrics(QueryMetricsRequest, CallOptions)

public virtual Operation QueryMetrics(QueryMetricsRequest request, CallOptions options)

Query metrics.

Parameters
Name Description
request QueryMetricsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

QueryMetrics(QueryMetricsRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation QueryMetrics(QueryMetricsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Query metrics.

Parameters
Name Description
request QueryMetricsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Operation

The response received from the server.

QueryMetricsAsync(QueryMetricsRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> QueryMetricsAsync(QueryMetricsRequest request, CallOptions options)

Query metrics.

Parameters
Name Description
request QueryMetricsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

QueryMetricsAsync(QueryMetricsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> QueryMetricsAsync(QueryMetricsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Query metrics.

Parameters
Name Description
request QueryMetricsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

TuneQaScorecardRevision(TuneQaScorecardRevisionRequest, CallOptions)

public virtual Operation TuneQaScorecardRevision(TuneQaScorecardRevisionRequest request, CallOptions options)

Fine tune one or more QaModels.

Parameters
Name Description
request TuneQaScorecardRevisionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

TuneQaScorecardRevision(TuneQaScorecardRevisionRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation TuneQaScorecardRevision(TuneQaScorecardRevisionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Fine tune one or more QaModels.

Parameters
Name Description
request TuneQaScorecardRevisionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Operation

The response received from the server.

TuneQaScorecardRevisionAsync(TuneQaScorecardRevisionRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> TuneQaScorecardRevisionAsync(TuneQaScorecardRevisionRequest request, CallOptions options)

Fine tune one or more QaModels.

Parameters
Name Description
request TuneQaScorecardRevisionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

TuneQaScorecardRevisionAsync(TuneQaScorecardRevisionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> TuneQaScorecardRevisionAsync(TuneQaScorecardRevisionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Fine tune one or more QaModels.

Parameters
Name Description
request TuneQaScorecardRevisionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UndeployIssueModel(UndeployIssueModelRequest, CallOptions)

public virtual Operation UndeployIssueModel(UndeployIssueModelRequest request, CallOptions options)

Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed.

Parameters
Name Description
request UndeployIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UndeployIssueModel(UndeployIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UndeployIssueModel(UndeployIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed.

Parameters
Name Description
request UndeployIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Operation

The response received from the server.

UndeployIssueModelAsync(UndeployIssueModelRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UndeployIssueModelAsync(UndeployIssueModelRequest request, CallOptions options)

Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed.

Parameters
Name Description
request UndeployIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UndeployIssueModelAsync(UndeployIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UndeployIssueModelAsync(UndeployIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed.

Parameters
Name Description
request UndeployIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UndeployQaScorecardRevision(UndeployQaScorecardRevisionRequest, CallOptions)

public virtual QaScorecardRevision UndeployQaScorecardRevision(UndeployQaScorecardRevisionRequest request, CallOptions options)

Undeploy a QaScorecardRevision.

Parameters
Name Description
request UndeployQaScorecardRevisionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
QaScorecardRevision

The response received from the server.

UndeployQaScorecardRevision(UndeployQaScorecardRevisionRequest, Metadata, DateTime?, CancellationToken)

public virtual QaScorecardRevision UndeployQaScorecardRevision(UndeployQaScorecardRevisionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Undeploy a QaScorecardRevision.

Parameters
Name Description
request UndeployQaScorecardRevisionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
QaScorecardRevision

The response received from the server.

UndeployQaScorecardRevisionAsync(UndeployQaScorecardRevisionRequest, CallOptions)

public virtual AsyncUnaryCall<QaScorecardRevision> UndeployQaScorecardRevisionAsync(UndeployQaScorecardRevisionRequest request, CallOptions options)

Undeploy a QaScorecardRevision.

Parameters
Name Description
request UndeployQaScorecardRevisionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallQaScorecardRevision

The call object.

UndeployQaScorecardRevisionAsync(UndeployQaScorecardRevisionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<QaScorecardRevision> UndeployQaScorecardRevisionAsync(UndeployQaScorecardRevisionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Undeploy a QaScorecardRevision.

Parameters
Name Description
request UndeployQaScorecardRevisionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallQaScorecardRevision

The call object.

UpdateAnalysisRule(UpdateAnalysisRuleRequest, CallOptions)

public virtual AnalysisRule UpdateAnalysisRule(UpdateAnalysisRuleRequest request, CallOptions options)

Updates a analysis rule.

Parameters
Name Description
request UpdateAnalysisRuleRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AnalysisRule

The response received from the server.

UpdateAnalysisRule(UpdateAnalysisRuleRequest, Metadata, DateTime?, CancellationToken)

public virtual AnalysisRule UpdateAnalysisRule(UpdateAnalysisRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a analysis rule.

Parameters
Name Description
request UpdateAnalysisRuleRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AnalysisRule

The response received from the server.

UpdateAnalysisRuleAsync(UpdateAnalysisRuleRequest, CallOptions)

public virtual AsyncUnaryCall<AnalysisRule> UpdateAnalysisRuleAsync(UpdateAnalysisRuleRequest request, CallOptions options)

Updates a analysis rule.

Parameters
Name Description
request UpdateAnalysisRuleRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallAnalysisRule

The call object.

UpdateAnalysisRuleAsync(UpdateAnalysisRuleRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<AnalysisRule> UpdateAnalysisRuleAsync(UpdateAnalysisRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a analysis rule.

Parameters
Name Description
request UpdateAnalysisRuleRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallAnalysisRule

The call object.

UpdateConversation(UpdateConversationRequest, CallOptions)

public virtual Conversation UpdateConversation(UpdateConversationRequest request, CallOptions options)

Updates a conversation.

Parameters
Name Description
request UpdateConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Conversation

The response received from the server.

UpdateConversation(UpdateConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual Conversation UpdateConversation(UpdateConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a conversation.

Parameters
Name Description
request UpdateConversationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Conversation

The response received from the server.

UpdateConversationAsync(UpdateConversationRequest, CallOptions)

public virtual AsyncUnaryCall<Conversation> UpdateConversationAsync(UpdateConversationRequest request, CallOptions options)

Updates a conversation.

Parameters
Name Description
request UpdateConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallConversation

The call object.

UpdateConversationAsync(UpdateConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Conversation> UpdateConversationAsync(UpdateConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a conversation.

Parameters
Name Description
request UpdateConversationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallConversation

The call object.

UpdateFeedbackLabel(UpdateFeedbackLabelRequest, CallOptions)

public virtual FeedbackLabel UpdateFeedbackLabel(UpdateFeedbackLabelRequest request, CallOptions options)

Update feedback label.

Parameters
Name Description
request UpdateFeedbackLabelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
FeedbackLabel

The response received from the server.

UpdateFeedbackLabel(UpdateFeedbackLabelRequest, Metadata, DateTime?, CancellationToken)

public virtual FeedbackLabel UpdateFeedbackLabel(UpdateFeedbackLabelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Update feedback label.

Parameters
Name Description
request UpdateFeedbackLabelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
FeedbackLabel

The response received from the server.

UpdateFeedbackLabelAsync(UpdateFeedbackLabelRequest, CallOptions)

public virtual AsyncUnaryCall<FeedbackLabel> UpdateFeedbackLabelAsync(UpdateFeedbackLabelRequest request, CallOptions options)

Update feedback label.

Parameters
Name Description
request UpdateFeedbackLabelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallFeedbackLabel

The call object.

UpdateFeedbackLabelAsync(UpdateFeedbackLabelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<FeedbackLabel> UpdateFeedbackLabelAsync(UpdateFeedbackLabelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Update feedback label.

Parameters
Name Description
request UpdateFeedbackLabelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallFeedbackLabel

The call object.

UpdateIssue(UpdateIssueRequest, CallOptions)

public virtual Issue UpdateIssue(UpdateIssueRequest request, CallOptions options)

Updates an issue.

Parameters
Name Description
request UpdateIssueRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Issue

The response received from the server.

UpdateIssue(UpdateIssueRequest, Metadata, DateTime?, CancellationToken)

public virtual Issue UpdateIssue(UpdateIssueRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates an issue.

Parameters
Name Description
request UpdateIssueRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Issue

The response received from the server.

UpdateIssueAsync(UpdateIssueRequest, CallOptions)

public virtual AsyncUnaryCall<Issue> UpdateIssueAsync(UpdateIssueRequest request, CallOptions options)

Updates an issue.

Parameters
Name Description
request UpdateIssueRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallIssue

The call object.

UpdateIssueAsync(UpdateIssueRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Issue> UpdateIssueAsync(UpdateIssueRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates an issue.

Parameters
Name Description
request UpdateIssueRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallIssue

The call object.

UpdateIssueModel(UpdateIssueModelRequest, CallOptions)

public virtual IssueModel UpdateIssueModel(UpdateIssueModelRequest request, CallOptions options)

Updates an issue model.

Parameters
Name Description
request UpdateIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
IssueModel

The response received from the server.

UpdateIssueModel(UpdateIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual IssueModel UpdateIssueModel(UpdateIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates an issue model.

Parameters
Name Description
request UpdateIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
IssueModel

The response received from the server.

UpdateIssueModelAsync(UpdateIssueModelRequest, CallOptions)

public virtual AsyncUnaryCall<IssueModel> UpdateIssueModelAsync(UpdateIssueModelRequest request, CallOptions options)

Updates an issue model.

Parameters
Name Description
request UpdateIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallIssueModel

The call object.

UpdateIssueModelAsync(UpdateIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<IssueModel> UpdateIssueModelAsync(UpdateIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates an issue model.

Parameters
Name Description
request UpdateIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallIssueModel

The call object.

UpdatePhraseMatcher(UpdatePhraseMatcherRequest, CallOptions)

public virtual PhraseMatcher UpdatePhraseMatcher(UpdatePhraseMatcherRequest request, CallOptions options)

Updates a phrase matcher.

Parameters
Name Description
request UpdatePhraseMatcherRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
PhraseMatcher

The response received from the server.

UpdatePhraseMatcher(UpdatePhraseMatcherRequest, Metadata, DateTime?, CancellationToken)

public virtual PhraseMatcher UpdatePhraseMatcher(UpdatePhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a phrase matcher.

Parameters
Name Description
request UpdatePhraseMatcherRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
PhraseMatcher

The response received from the server.

UpdatePhraseMatcherAsync(UpdatePhraseMatcherRequest, CallOptions)

public virtual AsyncUnaryCall<PhraseMatcher> UpdatePhraseMatcherAsync(UpdatePhraseMatcherRequest request, CallOptions options)

Updates a phrase matcher.

Parameters
Name Description
request UpdatePhraseMatcherRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallPhraseMatcher

The call object.

UpdatePhraseMatcherAsync(UpdatePhraseMatcherRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PhraseMatcher> UpdatePhraseMatcherAsync(UpdatePhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a phrase matcher.

Parameters
Name Description
request UpdatePhraseMatcherRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallPhraseMatcher

The call object.

UpdateQaQuestion(UpdateQaQuestionRequest, CallOptions)

public virtual QaQuestion UpdateQaQuestion(UpdateQaQuestionRequest request, CallOptions options)

Updates a QaQuestion.

Parameters
Name Description
request UpdateQaQuestionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
QaQuestion

The response received from the server.

UpdateQaQuestion(UpdateQaQuestionRequest, Metadata, DateTime?, CancellationToken)

public virtual QaQuestion UpdateQaQuestion(UpdateQaQuestionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a QaQuestion.

Parameters
Name Description
request UpdateQaQuestionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
QaQuestion

The response received from the server.

UpdateQaQuestionAsync(UpdateQaQuestionRequest, CallOptions)

public virtual AsyncUnaryCall<QaQuestion> UpdateQaQuestionAsync(UpdateQaQuestionRequest request, CallOptions options)

Updates a QaQuestion.

Parameters
Name Description
request UpdateQaQuestionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallQaQuestion

The call object.

UpdateQaQuestionAsync(UpdateQaQuestionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<QaQuestion> UpdateQaQuestionAsync(UpdateQaQuestionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a QaQuestion.

Parameters
Name Description
request UpdateQaQuestionRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallQaQuestion

The call object.

UpdateQaScorecard(UpdateQaScorecardRequest, CallOptions)

public virtual QaScorecard UpdateQaScorecard(UpdateQaScorecardRequest request, CallOptions options)

Updates a QaScorecard.

Parameters
Name Description
request UpdateQaScorecardRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
QaScorecard

The response received from the server.

UpdateQaScorecard(UpdateQaScorecardRequest, Metadata, DateTime?, CancellationToken)

public virtual QaScorecard UpdateQaScorecard(UpdateQaScorecardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a QaScorecard.

Parameters
Name Description
request UpdateQaScorecardRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
QaScorecard

The response received from the server.

UpdateQaScorecardAsync(UpdateQaScorecardRequest, CallOptions)

public virtual AsyncUnaryCall<QaScorecard> UpdateQaScorecardAsync(UpdateQaScorecardRequest request, CallOptions options)

Updates a QaScorecard.

Parameters
Name Description
request UpdateQaScorecardRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallQaScorecard

The call object.

UpdateQaScorecardAsync(UpdateQaScorecardRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<QaScorecard> UpdateQaScorecardAsync(UpdateQaScorecardRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a QaScorecard.

Parameters
Name Description
request UpdateQaScorecardRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallQaScorecard

The call object.

UpdateSettings(UpdateSettingsRequest, CallOptions)

public virtual Settings UpdateSettings(UpdateSettingsRequest request, CallOptions options)

Updates project-level settings.

Parameters
Name Description
request UpdateSettingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Settings

The response received from the server.

UpdateSettings(UpdateSettingsRequest, Metadata, DateTime?, CancellationToken)

public virtual Settings UpdateSettings(UpdateSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates project-level settings.

Parameters
Name Description
request UpdateSettingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Settings

The response received from the server.

UpdateSettingsAsync(UpdateSettingsRequest, CallOptions)

public virtual AsyncUnaryCall<Settings> UpdateSettingsAsync(UpdateSettingsRequest request, CallOptions options)

Updates project-level settings.

Parameters
Name Description
request UpdateSettingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallSettings

The call object.

UpdateSettingsAsync(UpdateSettingsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Settings> UpdateSettingsAsync(UpdateSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates project-level settings.

Parameters
Name Description
request UpdateSettingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallSettings

The call object.

UpdateView(UpdateViewRequest, CallOptions)

public virtual View UpdateView(UpdateViewRequest request, CallOptions options)

Updates a view.

Parameters
Name Description
request UpdateViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
View

The response received from the server.

UpdateView(UpdateViewRequest, Metadata, DateTime?, CancellationToken)

public virtual View UpdateView(UpdateViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a view.

Parameters
Name Description
request UpdateViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
View

The response received from the server.

UpdateViewAsync(UpdateViewRequest, CallOptions)

public virtual AsyncUnaryCall<View> UpdateViewAsync(UpdateViewRequest request, CallOptions options)

Updates a view.

Parameters
Name Description
request UpdateViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallView

The call object.

UpdateViewAsync(UpdateViewRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<View> UpdateViewAsync(UpdateViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a view.

Parameters
Name Description
request UpdateViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallView

The call object.

UploadConversation(UploadConversationRequest, CallOptions)

public virtual Operation UploadConversation(UploadConversationRequest request, CallOptions options)

Create a long-running conversation upload operation. This method differs from CreateConversation by allowing audio transcription and optional DLP redaction.

Parameters
Name Description
request UploadConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UploadConversation(UploadConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UploadConversation(UploadConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Create a long-running conversation upload operation. This method differs from CreateConversation by allowing audio transcription and optional DLP redaction.

Parameters
Name Description
request UploadConversationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
Operation

The response received from the server.

UploadConversationAsync(UploadConversationRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UploadConversationAsync(UploadConversationRequest request, CallOptions options)

Create a long-running conversation upload operation. This method differs from CreateConversation by allowing audio transcription and optional DLP redaction.

Parameters
Name Description
request UploadConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UploadConversationAsync(UploadConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UploadConversationAsync(UploadConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Create a long-running conversation upload operation. This method differs from CreateConversation by allowing audio transcription and optional DLP redaction.

Parameters
Name Description
request UploadConversationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.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.

Returns
Type Description
AsyncUnaryCallOperation

The call object.