public static final class BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder extends GeneratedMessage.Builder<BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder> implements BulkDownloadFeedbackLabelsMetadata.DownloadStatsOrBuilderStatistics for BulkDownloadFeedbackLabels operation.
Protobuf type
google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsMetadata.DownloadStats
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BulkDownloadFeedbackLabelsMetadata.DownloadStats.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllFileNames(Iterable<String> values)
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder addAllFileNames(Iterable<String> values)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 |
values |
Iterable<String>The fileNames to add. |
| Returns | |
|---|---|
| Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
This builder for chaining. |
addFileNames(String value)
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder addFileNames(String value)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 |
value |
StringThe fileNames to add. |
| Returns | |
|---|---|
| Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
This builder for chaining. |
addFileNamesBytes(ByteString value)
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder addFileNamesBytes(ByteString value)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 |
value |
ByteStringThe bytes of the fileNames to add. |
| Returns | |
|---|---|
| Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
This builder for chaining. |
build()
public BulkDownloadFeedbackLabelsMetadata.DownloadStats build()| Returns | |
|---|---|
| Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats |
|
buildPartial()
public BulkDownloadFeedbackLabelsMetadata.DownloadStats buildPartial()| Returns | |
|---|---|
| Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats |
|
clear()
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder clear()| Returns | |
|---|---|
| Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
|
clearFileNames()
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder clearFileNames()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 |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
This builder for chaining. |
clearProcessedObjectCount()
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder clearProcessedObjectCount()The number of objects processed during the download operation.
int32 processed_object_count = 1;
| Returns | |
|---|---|
| Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
This builder for chaining. |
clearSuccessfulDownloadCount()
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder clearSuccessfulDownloadCount()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 |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
This builder for chaining. |
clearTotalFilesWritten()
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder clearTotalFilesWritten()Total number of files written to the provided Cloud Storage bucket.
int32 total_files_written = 3;
| Returns | |
|---|---|
| Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public BulkDownloadFeedbackLabelsMetadata.DownloadStats getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFileNames(int index)
public 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 |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The fileNames at the given index. |
getFileNamesBytes(int index)
public 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 |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the fileNames at the given index. |
getFileNamesCount()
public 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 ProtocolStringList 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 |
ProtocolStringList |
A list containing the fileNames. |
getProcessedObjectCount()
public int getProcessedObjectCount()The number of objects processed during the download operation.
int32 processed_object_count = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The processedObjectCount. |
getSuccessfulDownloadCount()
public 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 int getTotalFilesWritten()Total number of files written to the provided Cloud Storage bucket.
int32 total_files_written = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The totalFilesWritten. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(BulkDownloadFeedbackLabelsMetadata.DownloadStats other)
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder mergeFrom(BulkDownloadFeedbackLabelsMetadata.DownloadStats other)| Parameter | |
|---|---|
| Name | Description |
other |
BulkDownloadFeedbackLabelsMetadata.DownloadStats |
| Returns | |
|---|---|
| Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
|
setFileNames(int index, String value)
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder setFileNames(int index, String value)Output only. Full name of the files written to Cloud storage.
repeated string file_names = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe fileNames to set. |
| Returns | |
|---|---|
| Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
This builder for chaining. |
setProcessedObjectCount(int value)
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder setProcessedObjectCount(int value)The number of objects processed during the download operation.
int32 processed_object_count = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe processedObjectCount to set. |
| Returns | |
|---|---|
| Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
This builder for chaining. |
setSuccessfulDownloadCount(int value)
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder setSuccessfulDownloadCount(int value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe successfulDownloadCount to set. |
| Returns | |
|---|---|
| Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
This builder for chaining. |
setTotalFilesWritten(int value)
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder setTotalFilesWritten(int value)Total number of files written to the provided Cloud Storage bucket.
int32 total_files_written = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe totalFilesWritten to set. |
| Returns | |
|---|---|
| Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
This builder for chaining. |