- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.10
- 2.2.7
public static final class BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder extends GeneratedMessageV3.Builder<BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder> implements BulkDownloadFeedbackLabelsMetadata.DownloadStatsOrBuilder
Statistics for BulkDownloadFeedbackLabels operation.
Protobuf type
google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsMetadata.DownloadStats
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.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 |
String The 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 |
ByteString The bytes of the fileNames to add. |
Returns | |
---|---|
Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
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. |
clearOneof(Descriptors.OneofDescriptor oneof)
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
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. |
clone()
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder clone()
Returns | |
---|---|
Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
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 |
int The 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 |
int The 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 GeneratedMessageV3.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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
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 |
int The index to set the value at. |
value |
String The 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 |
int The processedObjectCount to set. |
Returns | |
---|---|
Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
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 |
int The 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 |
int The totalFilesWritten to set. |
Returns | |
---|---|
Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
BulkDownloadFeedbackLabelsMetadata.DownloadStats.Builder |