Class IssueModelLabelStats
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.contactcenterinsights.v1.IssueModelLabelStats
-
- All Implemented Interfaces:
IssueModelLabelStatsOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class IssueModelLabelStats extends com.google.protobuf.GeneratedMessageV3 implements IssueModelLabelStatsOrBuilder
Aggregated statistics about an issue model.
Protobuf typegoogle.cloud.contactcenterinsights.v1.IssueModelLabelStats
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IssueModelLabelStats.Builder
Aggregated statistics about an issue model.static class
IssueModelLabelStats.IssueStats
Aggregated statistics about an issue.static interface
IssueModelLabelStats.IssueStatsOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANALYZED_CONVERSATIONS_COUNT_FIELD_NUMBER
static int
ISSUE_STATS_FIELD_NUMBER
static int
UNCLASSIFIED_CONVERSATIONS_COUNT_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsIssueStats(String key)
Statistics on each issue.boolean
equals(Object obj)
long
getAnalyzedConversationsCount()
Number of conversations the issue model has analyzed at this point in time.static IssueModelLabelStats
getDefaultInstance()
IssueModelLabelStats
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
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.com.google.protobuf.Parser<IssueModelLabelStats>
getParserForType()
int
getSerializedSize()
long
getUnclassifiedConversationsCount()
Number of analyzed conversations for which no issue was applicable at this point in time.int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
boolean
isInitialized()
static IssueModelLabelStats.Builder
newBuilder()
static IssueModelLabelStats.Builder
newBuilder(IssueModelLabelStats prototype)
IssueModelLabelStats.Builder
newBuilderForType()
protected IssueModelLabelStats.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static IssueModelLabelStats
parseDelimitedFrom(InputStream input)
static IssueModelLabelStats
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IssueModelLabelStats
parseFrom(byte[] data)
static IssueModelLabelStats
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IssueModelLabelStats
parseFrom(com.google.protobuf.ByteString data)
static IssueModelLabelStats
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IssueModelLabelStats
parseFrom(com.google.protobuf.CodedInputStream input)
static IssueModelLabelStats
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IssueModelLabelStats
parseFrom(InputStream input)
static IssueModelLabelStats
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IssueModelLabelStats
parseFrom(ByteBuffer data)
static IssueModelLabelStats
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<IssueModelLabelStats>
parser()
IssueModelLabelStats.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ANALYZED_CONVERSATIONS_COUNT_FIELD_NUMBER
public static final int ANALYZED_CONVERSATIONS_COUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UNCLASSIFIED_CONVERSATIONS_COUNT_FIELD_NUMBER
public static final int UNCLASSIFIED_CONVERSATIONS_COUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ISSUE_STATS_FIELD_NUMBER
public static final int ISSUE_STATS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getAnalyzedConversationsCount
public long getAnalyzedConversationsCount()
Number of conversations the issue model has analyzed at this point in time.
int64 analyzed_conversations_count = 1;
- Specified by:
getAnalyzedConversationsCount
in interfaceIssueModelLabelStatsOrBuilder
- Returns:
- The analyzedConversationsCount.
-
getUnclassifiedConversationsCount
public long getUnclassifiedConversationsCount()
Number of analyzed conversations for which no issue was applicable at this point in time.
int64 unclassified_conversations_count = 2;
- Specified by:
getUnclassifiedConversationsCount
in interfaceIssueModelLabelStatsOrBuilder
- Returns:
- The unclassifiedConversationsCount.
-
getIssueStatsCount
public int getIssueStatsCount()
Description copied from interface:IssueModelLabelStatsOrBuilder
Statistics on each issue. Key is the issue's resource name.
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_stats = 3;
- Specified by:
getIssueStatsCount
in interfaceIssueModelLabelStatsOrBuilder
-
containsIssueStats
public 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;
- Specified by:
containsIssueStats
in interfaceIssueModelLabelStatsOrBuilder
-
getIssueStats
@Deprecated public Map<String,IssueModelLabelStats.IssueStats> getIssueStats()
Deprecated.UsegetIssueStatsMap()
instead.- Specified by:
getIssueStats
in interfaceIssueModelLabelStatsOrBuilder
-
getIssueStatsMap
public 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;
- Specified by:
getIssueStatsMap
in interfaceIssueModelLabelStatsOrBuilder
-
getIssueStatsOrDefault
public 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;
- Specified by:
getIssueStatsOrDefault
in interfaceIssueModelLabelStatsOrBuilder
-
getIssueStatsOrThrow
public 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;
- Specified by:
getIssueStatsOrThrow
in interfaceIssueModelLabelStatsOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static IssueModelLabelStats parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static IssueModelLabelStats parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static IssueModelLabelStats parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static IssueModelLabelStats parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static IssueModelLabelStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static IssueModelLabelStats parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static IssueModelLabelStats parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static IssueModelLabelStats parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static IssueModelLabelStats parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static IssueModelLabelStats parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static IssueModelLabelStats parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static IssueModelLabelStats parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public IssueModelLabelStats.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static IssueModelLabelStats.Builder newBuilder()
-
newBuilder
public static IssueModelLabelStats.Builder newBuilder(IssueModelLabelStats prototype)
-
toBuilder
public IssueModelLabelStats.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected IssueModelLabelStats.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static IssueModelLabelStats getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<IssueModelLabelStats> parser()
-
getParserForType
public com.google.protobuf.Parser<IssueModelLabelStats> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public IssueModelLabelStats getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-