Interface UploadConversationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UploadConversationMetadata
,UploadConversationMetadata.Builder
public interface UploadConversationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAnalysisOperation()
Output only.com.google.protobuf.ByteString
getAnalysisOperationBytes()
Output only.RedactionConfig
getAppliedRedactionConfig()
Output only.RedactionConfigOrBuilder
getAppliedRedactionConfigOrBuilder()
Output only.com.google.protobuf.Timestamp
getCreateTime()
Output only.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
Output only.com.google.protobuf.Timestamp
getEndTime()
Output only.com.google.protobuf.TimestampOrBuilder
getEndTimeOrBuilder()
Output only.UploadConversationRequest
getRequest()
Output only.UploadConversationRequestOrBuilder
getRequestOrBuilder()
Output only.boolean
hasAppliedRedactionConfig()
Output only.boolean
hasCreateTime()
Output only.boolean
hasEndTime()
Output only.boolean
hasRequest()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCreateTime
boolean hasCreateTime()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasEndTime
boolean hasEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasRequest
boolean hasRequest()
Output only. The original request.
.google.cloud.contactcenterinsights.v1.UploadConversationRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the request field is set.
-
getRequest
UploadConversationRequest getRequest()
Output only. The original request.
.google.cloud.contactcenterinsights.v1.UploadConversationRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The request.
-
getRequestOrBuilder
UploadConversationRequestOrBuilder getRequestOrBuilder()
Output only. The original request.
.google.cloud.contactcenterinsights.v1.UploadConversationRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getAnalysisOperation
String getAnalysisOperation()
Output only. The operation name for a successfully created analysis operation, if any.
string analysis_operation = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The analysisOperation.
-
getAnalysisOperationBytes
com.google.protobuf.ByteString getAnalysisOperationBytes()
Output only. The operation name for a successfully created analysis operation, if any.
string analysis_operation = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for analysisOperation.
-
hasAppliedRedactionConfig
boolean hasAppliedRedactionConfig()
Output only. The redaction config applied to the uploaded conversation.
.google.cloud.contactcenterinsights.v1.RedactionConfig applied_redaction_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the appliedRedactionConfig field is set.
-
getAppliedRedactionConfig
RedactionConfig getAppliedRedactionConfig()
Output only. The redaction config applied to the uploaded conversation.
.google.cloud.contactcenterinsights.v1.RedactionConfig applied_redaction_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The appliedRedactionConfig.
-
getAppliedRedactionConfigOrBuilder
RedactionConfigOrBuilder getAppliedRedactionConfigOrBuilder()
Output only. The redaction config applied to the uploaded conversation.
.google.cloud.contactcenterinsights.v1.RedactionConfig applied_redaction_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-