public static final class IssueModelLabelStats.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<IssueModelLabelStats.Builder> implements IssueModelLabelStatsOrBuilder
Aggregated statistics about an issue model.Protobuf type
google.cloud.contactcenterinsights.v1.IssueModelLabelStats| Modifier and Type | Method and Description |
|---|---|
IssueModelLabelStats.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
IssueModelLabelStats |
build() |
IssueModelLabelStats |
buildPartial() |
IssueModelLabelStats.Builder |
clear() |
IssueModelLabelStats.Builder |
clearAnalyzedConversationsCount()
Number of conversations the issue model has analyzed at this point in time.
|
IssueModelLabelStats.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
IssueModelLabelStats.Builder |
clearIssueStats() |
IssueModelLabelStats.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
IssueModelLabelStats.Builder |
clearUnclassifiedConversationsCount()
Number of analyzed conversations for which no issue was applicable at this
point in time.
|
IssueModelLabelStats.Builder |
clone() |
boolean |
containsIssueStats(String key)
Statistics on each issue.
|
long |
getAnalyzedConversationsCount()
Number of conversations the issue model has analyzed at this point in time.
|
IssueModelLabelStats |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Map<String,IssueModelLabelStats.IssueStats> |
getIssueStats()
Deprecated.
|
int |
getIssueStatsCount()
Statistics on each issue.
|
Map<String,IssueModelLabelStats.IssueStats> |
getIssueStatsMap()
Statistics on each issue.
|
IssueModelLabelStats.IssueStats |
getIssueStatsOrDefault(String key,
IssueModelLabelStats.IssueStats defaultValue)
Statistics on each issue.
|
IssueModelLabelStats.IssueStats |
getIssueStatsOrThrow(String key)
Statistics on each issue.
|
Map<String,IssueModelLabelStats.IssueStats> |
getMutableIssueStats()
Deprecated.
|
long |
getUnclassifiedConversationsCount()
Number of analyzed conversations for which no issue was applicable at this
point in time.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number) |
boolean |
isInitialized() |
IssueModelLabelStats.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
IssueModelLabelStats.Builder |
mergeFrom(IssueModelLabelStats other) |
IssueModelLabelStats.Builder |
mergeFrom(com.google.protobuf.Message other) |
IssueModelLabelStats.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
IssueModelLabelStats.Builder |
putAllIssueStats(Map<String,IssueModelLabelStats.IssueStats> values)
Statistics on each issue.
|
IssueModelLabelStats.Builder |
putIssueStats(String key,
IssueModelLabelStats.IssueStats value)
Statistics on each issue.
|
IssueModelLabelStats.IssueStats.Builder |
putIssueStatsBuilderIfAbsent(String key)
Statistics on each issue.
|
IssueModelLabelStats.Builder |
removeIssueStats(String key)
Statistics on each issue.
|
IssueModelLabelStats.Builder |
setAnalyzedConversationsCount(long value)
Number of conversations the issue model has analyzed at this point in time.
|
IssueModelLabelStats.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
IssueModelLabelStats.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
IssueModelLabelStats.Builder |
setUnclassifiedConversationsCount(long value)
Number of analyzed conversations for which no issue was applicable at this
point in time.
|
IssueModelLabelStats.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<IssueModelLabelStats.Builder>protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<IssueModelLabelStats.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<IssueModelLabelStats.Builder>public IssueModelLabelStats.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<IssueModelLabelStats.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<IssueModelLabelStats.Builder>public IssueModelLabelStats getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic IssueModelLabelStats build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic IssueModelLabelStats buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic IssueModelLabelStats.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<IssueModelLabelStats.Builder>public IssueModelLabelStats.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<IssueModelLabelStats.Builder>public IssueModelLabelStats.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<IssueModelLabelStats.Builder>public IssueModelLabelStats.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<IssueModelLabelStats.Builder>public IssueModelLabelStats.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<IssueModelLabelStats.Builder>public IssueModelLabelStats.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<IssueModelLabelStats.Builder>public IssueModelLabelStats.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<IssueModelLabelStats.Builder>public IssueModelLabelStats.Builder mergeFrom(IssueModelLabelStats other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<IssueModelLabelStats.Builder>public IssueModelLabelStats.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<IssueModelLabelStats.Builder>IOExceptionpublic long getAnalyzedConversationsCount()
Number of conversations the issue model has analyzed at this point in time.
int64 analyzed_conversations_count = 1;getAnalyzedConversationsCount in interface IssueModelLabelStatsOrBuilderpublic IssueModelLabelStats.Builder setAnalyzedConversationsCount(long value)
Number of conversations the issue model has analyzed at this point in time.
int64 analyzed_conversations_count = 1;value - The analyzedConversationsCount to set.public IssueModelLabelStats.Builder clearAnalyzedConversationsCount()
Number of conversations the issue model has analyzed at this point in time.
int64 analyzed_conversations_count = 1;public long getUnclassifiedConversationsCount()
Number of analyzed conversations for which no issue was applicable at this point in time.
int64 unclassified_conversations_count = 2;getUnclassifiedConversationsCount in interface IssueModelLabelStatsOrBuilderpublic IssueModelLabelStats.Builder setUnclassifiedConversationsCount(long value)
Number of analyzed conversations for which no issue was applicable at this point in time.
int64 unclassified_conversations_count = 2;value - The unclassifiedConversationsCount to set.public IssueModelLabelStats.Builder clearUnclassifiedConversationsCount()
Number of analyzed conversations for which no issue was applicable at this point in time.
int64 unclassified_conversations_count = 2;public int getIssueStatsCount()
IssueModelLabelStatsOrBuilderStatistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
getIssueStatsCount in interface IssueModelLabelStatsOrBuilderpublic boolean containsIssueStats(String key)
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
containsIssueStats in interface IssueModelLabelStatsOrBuilder@Deprecated public Map<String,IssueModelLabelStats.IssueStats> getIssueStats()
getIssueStatsMap() instead.getIssueStats in interface IssueModelLabelStatsOrBuilderpublic Map<String,IssueModelLabelStats.IssueStats> getIssueStatsMap()
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
getIssueStatsMap in interface IssueModelLabelStatsOrBuilderpublic IssueModelLabelStats.IssueStats getIssueStatsOrDefault(String key, IssueModelLabelStats.IssueStats defaultValue)
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
getIssueStatsOrDefault in interface IssueModelLabelStatsOrBuilderpublic IssueModelLabelStats.IssueStats getIssueStatsOrThrow(String key)
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
getIssueStatsOrThrow in interface IssueModelLabelStatsOrBuilderpublic IssueModelLabelStats.Builder clearIssueStats()
public IssueModelLabelStats.Builder removeIssueStats(String key)
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
@Deprecated public Map<String,IssueModelLabelStats.IssueStats> getMutableIssueStats()
public IssueModelLabelStats.Builder putIssueStats(String key, IssueModelLabelStats.IssueStats value)
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
public IssueModelLabelStats.Builder putAllIssueStats(Map<String,IssueModelLabelStats.IssueStats> values)
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
public IssueModelLabelStats.IssueStats.Builder putIssueStatsBuilderIfAbsent(String key)
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
public final IssueModelLabelStats.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<IssueModelLabelStats.Builder>public final IssueModelLabelStats.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<IssueModelLabelStats.Builder>Copyright © 2025 Google LLC. All rights reserved.