public interface IngestConversationsMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
IngestConversationsMetadata.IngestConversationsStats |
getIngestConversationsStats()
Output only.
|
IngestConversationsMetadata.IngestConversationsStatsOrBuilder |
getIngestConversationsStatsOrBuilder()
Output only.
|
com.google.rpc.Status |
getPartialErrors(int index)
Output only.
|
int |
getPartialErrorsCount()
Output only.
|
List<com.google.rpc.Status> |
getPartialErrorsList()
Output only.
|
com.google.rpc.StatusOrBuilder |
getPartialErrorsOrBuilder(int index)
Output only.
|
List<? extends com.google.rpc.StatusOrBuilder> |
getPartialErrorsOrBuilderList()
Output only.
|
IngestConversationsRequest |
getRequest()
Output only.
|
IngestConversationsRequestOrBuilder |
getRequestOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasEndTime()
Output only.
|
boolean |
hasIngestConversationsStats()
Output only.
|
boolean |
hasRequest()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreateTime()
Output only. The time the operation was created.
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
boolean hasEndTime()
Output only. The time the operation finished running.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
boolean hasRequest()
Output only. The original request for ingest.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
IngestConversationsRequest getRequest()
Output only. The original request for ingest.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
IngestConversationsRequestOrBuilder getRequestOrBuilder()
Output only. The original request for ingest.
.google.cloud.contactcenterinsights.v1.IngestConversationsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<com.google.rpc.Status> getPartialErrorsList()
Output only. Partial errors during ingest operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.rpc.Status getPartialErrors(int index)
Output only. Partial errors during ingest operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getPartialErrorsCount()
Output only. Partial errors during ingest operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends com.google.rpc.StatusOrBuilder> getPartialErrorsOrBuilderList()
Output only. Partial errors during ingest operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.rpc.StatusOrBuilder getPartialErrorsOrBuilder(int index)
Output only. Partial errors during ingest operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasIngestConversationsStats()
Output only. Statistics for IngestConversations operation.
.google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats ingest_conversations_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
IngestConversationsMetadata.IngestConversationsStats getIngestConversationsStats()
Output only. Statistics for IngestConversations operation.
.google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats ingest_conversations_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
IngestConversationsMetadata.IngestConversationsStatsOrBuilder getIngestConversationsStatsOrBuilder()
Output only. Statistics for IngestConversations operation.
.google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats ingest_conversations_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2023 Google LLC. All rights reserved.