public static interface BulkDownloadFeedbackLabelsMetadata.DownloadStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFileNames(int index)
Output only.
|
com.google.protobuf.ByteString |
getFileNamesBytes(int index)
Output only.
|
int |
getFileNamesCount()
Output only.
|
List<String> |
getFileNamesList()
Output only.
|
int |
getProcessedObjectCount()
The number of objects processed during the download operation.
|
int |
getSuccessfulDownloadCount()
The number of new feedback labels downloaded during this operation.
|
int |
getTotalFilesWritten()
Total number of files written to the provided Cloud Storage bucket.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getProcessedObjectCount()
The number of objects processed during the download operation.
int32 processed_object_count = 1;int getSuccessfulDownloadCount()
The number of new feedback labels downloaded during this operation. Different from "processed" because some labels might not be downloaded because an error.
int32 successful_download_count = 2;int getTotalFilesWritten()
Total number of files written to the provided Cloud Storage bucket.
int32 total_files_written = 3;List<String> getFileNamesList()
Output only. Full name of the files written to Cloud storage.
repeated string file_names = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];int getFileNamesCount()
Output only. Full name of the files written to Cloud storage.
repeated string file_names = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];String getFileNames(int index)
Output only. Full name of the files written to Cloud storage.
repeated string file_names = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the element to return.com.google.protobuf.ByteString getFileNamesBytes(int index)
Output only. Full name of the files written to Cloud storage.
repeated string file_names = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.