Send feedback
Class IngestConversationsMetadata.IngestConversationsStats.Builder (2.51.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.51.0 keyboard_arrow_down
public static final class IngestConversationsMetadata . IngestConversationsStats . Builder extends GeneratedMessageV3 . Builder<IngestConversationsMetadata . IngestConversationsStats . Builder > implements IngestConversationsMetadata . IngestConversationsStatsOrBuilder
Statistics for IngestConversations operation.
Protobuf type
google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Methods
public IngestConversationsMetadata . IngestConversationsStats . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public IngestConversationsMetadata . IngestConversationsStats build ()
public IngestConversationsMetadata . IngestConversationsStats buildPartial ()
public IngestConversationsMetadata . IngestConversationsStats . Builder clear ()
Overrides
public IngestConversationsMetadata . IngestConversationsStats . Builder clearDuplicatesSkippedCount ()
Output only. The number of objects skipped because another conversation
with the same transcript uri had already been ingested.
int32 duplicates_skipped_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public IngestConversationsMetadata . IngestConversationsStats . Builder clearFailedIngestCount ()
Output only. The number of objects which were unable to be ingested due
to errors. The errors are populated in the partial_errors field.
int32 failed_ingest_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public IngestConversationsMetadata . IngestConversationsStats . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
public IngestConversationsMetadata . IngestConversationsStats . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
public IngestConversationsMetadata . IngestConversationsStats . Builder clearProcessedObjectCount ()
Output only. The number of objects processed during the ingest operation.
int32 processed_object_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public IngestConversationsMetadata . IngestConversationsStats . Builder clearSuccessfulIngestCount ()
Output only. The number of new conversations added during this ingest
operation.
int32 successful_ingest_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public IngestConversationsMetadata . IngestConversationsStats . Builder clone ()
Overrides
public IngestConversationsMetadata . IngestConversationsStats getDefaultInstanceForType ()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
public int getDuplicatesSkippedCount ()
Output only. The number of objects skipped because another conversation
with the same transcript uri had already been ingested.
int32 duplicates_skipped_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The duplicatesSkippedCount.
public int getFailedIngestCount ()
Output only. The number of objects which were unable to be ingested due
to errors. The errors are populated in the partial_errors field.
int32 failed_ingest_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The failedIngestCount.
public int getProcessedObjectCount ()
Output only. The number of objects processed during the ingest operation.
int32 processed_object_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The processedObjectCount.
public int getSuccessfulIngestCount ()
Output only. The number of new conversations added during this ingest
operation.
int32 successful_ingest_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The successfulIngestCount.
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public IngestConversationsMetadata . IngestConversationsStats . Builder mergeFrom ( IngestConversationsMetadata . IngestConversationsStats other )
public IngestConversationsMetadata . IngestConversationsStats . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
public IngestConversationsMetadata . IngestConversationsStats . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
public final IngestConversationsMetadata . IngestConversationsStats . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
public IngestConversationsMetadata . IngestConversationsStats . Builder setDuplicatesSkippedCount ( int value )
Output only. The number of objects skipped because another conversation
with the same transcript uri had already been ingested.
int32 duplicates_skipped_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
int
The duplicatesSkippedCount to set.
public IngestConversationsMetadata . IngestConversationsStats . Builder setFailedIngestCount ( int value )
Output only. The number of objects which were unable to be ingested due
to errors. The errors are populated in the partial_errors field.
int32 failed_ingest_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
int
The failedIngestCount to set.
public IngestConversationsMetadata . IngestConversationsStats . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public IngestConversationsMetadata . IngestConversationsStats . Builder setProcessedObjectCount ( int value )
Output only. The number of objects processed during the ingest operation.
int32 processed_object_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
int
The processedObjectCount to set.
public IngestConversationsMetadata . IngestConversationsStats . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
public IngestConversationsMetadata . IngestConversationsStats . Builder setSuccessfulIngestCount ( int value )
Output only. The number of new conversations added during this ingest
operation.
int32 successful_ingest_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
int
The successfulIngestCount to set.
public final IngestConversationsMetadata . IngestConversationsStats . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]