public interface BulkUploadFeedbackLabelsMetadataOrBuilder
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.
|
com.google.rpc.Status |
getPartialErrors(int index)
Partial errors during ingest operation that might cause the operation
output to be incomplete.
|
int |
getPartialErrorsCount()
Partial errors during ingest operation that might cause the operation
output to be incomplete.
|
List<com.google.rpc.Status> |
getPartialErrorsList()
Partial errors during ingest operation that might cause the operation
output to be incomplete.
|
com.google.rpc.StatusOrBuilder |
getPartialErrorsOrBuilder(int index)
Partial errors during ingest operation that might cause the operation
output to be incomplete.
|
List<? extends com.google.rpc.StatusOrBuilder> |
getPartialErrorsOrBuilderList()
Partial errors during ingest operation that might cause the operation
output to be incomplete.
|
BulkUploadFeedbackLabelsRequest |
getRequest()
Output only.
|
BulkUploadFeedbackLabelsRequestOrBuilder |
getRequestOrBuilder()
Output only.
|
BulkUploadFeedbackLabelsMetadata.UploadStats |
getUploadStats()
Output only.
|
BulkUploadFeedbackLabelsMetadata.UploadStatsOrBuilder |
getUploadStatsOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasEndTime()
Output only.
|
boolean |
hasRequest()
Output only.
|
boolean |
hasUploadStats()
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.BulkUploadFeedbackLabelsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
BulkUploadFeedbackLabelsRequest getRequest()
Output only. The original request for ingest.
.google.cloud.contactcenterinsights.v1.BulkUploadFeedbackLabelsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
BulkUploadFeedbackLabelsRequestOrBuilder getRequestOrBuilder()
Output only. The original request for ingest.
.google.cloud.contactcenterinsights.v1.BulkUploadFeedbackLabelsRequest request = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<com.google.rpc.Status> getPartialErrorsList()
Partial errors during ingest operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4;com.google.rpc.Status getPartialErrors(int index)
Partial errors during ingest operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4;int getPartialErrorsCount()
Partial errors during ingest operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4;List<? extends com.google.rpc.StatusOrBuilder> getPartialErrorsOrBuilderList()
Partial errors during ingest operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4;com.google.rpc.StatusOrBuilder getPartialErrorsOrBuilder(int index)
Partial errors during ingest operation that might cause the operation output to be incomplete.
repeated .google.rpc.Status partial_errors = 4;boolean hasUploadStats()
Output only. Statistics for BulkUploadFeedbackLabels operation.
.google.cloud.contactcenterinsights.v1.BulkUploadFeedbackLabelsMetadata.UploadStats upload_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
BulkUploadFeedbackLabelsMetadata.UploadStats getUploadStats()
Output only. Statistics for BulkUploadFeedbackLabels operation.
.google.cloud.contactcenterinsights.v1.BulkUploadFeedbackLabelsMetadata.UploadStats upload_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
BulkUploadFeedbackLabelsMetadata.UploadStatsOrBuilder getUploadStatsOrBuilder()
Output only. Statistics for BulkUploadFeedbackLabels operation.
.google.cloud.contactcenterinsights.v1.BulkUploadFeedbackLabelsMetadata.UploadStats upload_stats = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.