Interface BulkDownloadFeedbackLabelsMetadata.DownloadStatsOrBuilder (2.54.0)

public static interface BulkDownloadFeedbackLabelsMetadata.DownloadStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFileNames(int index)

public abstract 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];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The fileNames at the given index.

getFileNamesBytes(int index)

public abstract 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];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the fileNames at the given index.

getFileNamesCount()

public abstract int getFileNamesCount()

Output only. Full name of the files written to Cloud storage.

repeated string file_names = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of fileNames.

getFileNamesList()

public abstract 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];

Returns
Type Description
List<String>

A list containing the fileNames.

getProcessedObjectCount()

public abstract int getProcessedObjectCount()

The number of objects processed during the download operation.

int32 processed_object_count = 1;

Returns
Type Description
int

The processedObjectCount.

getSuccessfulDownloadCount()

public abstract 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;

Returns
Type Description
int

The successfulDownloadCount.

getTotalFilesWritten()

public abstract int getTotalFilesWritten()

Total number of files written to the provided Cloud Storage bucket.

int32 total_files_written = 3;

Returns
Type Description
int

The totalFilesWritten.