Interface CreateAnalysisOperationMetadataOrBuilder (2.12.0)

public interface CreateAnalysisOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnnotatorSelector()

public abstract AnnotatorSelector getAnnotatorSelector()

Output only. The annotator selector used for the analysis (if any).

.google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
AnnotatorSelector

The annotatorSelector.

getAnnotatorSelectorOrBuilder()

public abstract AnnotatorSelectorOrBuilder getAnnotatorSelectorOrBuilder()

Output only. The annotator selector used for the analysis (if any).

.google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
AnnotatorSelectorOrBuilder

getConversation()

public abstract String getConversation()

Output only. The Conversation that this Analysis Operation belongs to.

string conversation = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The conversation.

getConversationBytes()

public abstract ByteString getConversationBytes()

Output only. The Conversation that this Analysis Operation belongs to.

string conversation = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for conversation.

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The time the operation was created.

.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time the operation was created.

.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getEndTime()

public abstract Timestamp getEndTime()

Output only. The time the operation finished running.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

Output only. The time the operation finished running.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasAnnotatorSelector()

public abstract boolean hasAnnotatorSelector()

Output only. The annotator selector used for the analysis (if any).

.google.cloud.contactcenterinsights.v1.AnnotatorSelector annotator_selector = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the annotatorSelector field is set.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The time the operation was created.

.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasEndTime()

public abstract boolean hasEndTime()

Output only. The time the operation finished running.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the endTime field is set.