Class CalculateStatsResponse
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.contactcenterinsights.v1.CalculateStatsResponse
-
- All Implemented Interfaces:
CalculateStatsResponseOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class CalculateStatsResponse extends com.google.protobuf.GeneratedMessageV3 implements CalculateStatsResponseOrBuilder
The response for calculating conversation statistics.
Protobuf typegoogle.cloud.contactcenterinsights.v1.CalculateStatsResponse
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CalculateStatsResponse.Builder
The response for calculating conversation statistics.static class
CalculateStatsResponse.TimeSeries
A time series representing conversations over time.static interface
CalculateStatsResponse.TimeSeriesOrBuilder
-
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
AVERAGE_DURATION_FIELD_NUMBER
static int
AVERAGE_TURN_COUNT_FIELD_NUMBER
static int
CONVERSATION_COUNT_FIELD_NUMBER
static int
CONVERSATION_COUNT_TIME_SERIES_FIELD_NUMBER
static int
CUSTOM_HIGHLIGHTER_MATCHES_FIELD_NUMBER
static int
ISSUE_MATCHES_FIELD_NUMBER
static int
ISSUE_MATCHES_STATS_FIELD_NUMBER
static int
SMART_HIGHLIGHTER_MATCHES_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsCustomHighlighterMatches(String key)
A map associating each custom highlighter resource name with its respective number of matches in the set of conversations.boolean
containsIssueMatches(String key)
Deprecated.boolean
containsIssueMatchesStats(String key)
A map associating each issue resource name with its respective number of matches in the set of conversations.boolean
containsSmartHighlighterMatches(String key)
A map associating each smart highlighter display name with its respective number of matches in the set of conversations.boolean
equals(Object obj)
com.google.protobuf.Duration
getAverageDuration()
The average duration of all conversations.com.google.protobuf.DurationOrBuilder
getAverageDurationOrBuilder()
The average duration of all conversations.int
getAverageTurnCount()
The average number of turns per conversation.int
getConversationCount()
The total number of conversations.CalculateStatsResponse.TimeSeries
getConversationCountTimeSeries()
A time series representing the count of conversations created over time that match that requested filter criteria.CalculateStatsResponse.TimeSeriesOrBuilder
getConversationCountTimeSeriesOrBuilder()
A time series representing the count of conversations created over time that match that requested filter criteria.Map<String,Integer>
getCustomHighlighterMatches()
Deprecated.int
getCustomHighlighterMatchesCount()
A map associating each custom highlighter resource name with its respective number of matches in the set of conversations.Map<String,Integer>
getCustomHighlighterMatchesMap()
A map associating each custom highlighter resource name with its respective number of matches in the set of conversations.int
getCustomHighlighterMatchesOrDefault(String key, int defaultValue)
A map associating each custom highlighter resource name with its respective number of matches in the set of conversations.int
getCustomHighlighterMatchesOrThrow(String key)
A map associating each custom highlighter resource name with its respective number of matches in the set of conversations.static CalculateStatsResponse
getDefaultInstance()
CalculateStatsResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
Map<String,Integer>
getIssueMatches()
Deprecated.int
getIssueMatchesCount()
Deprecated.Map<String,Integer>
getIssueMatchesMap()
Deprecated.int
getIssueMatchesOrDefault(String key, int defaultValue)
Deprecated.int
getIssueMatchesOrThrow(String key)
Deprecated.Map<String,IssueModelLabelStats.IssueStats>
getIssueMatchesStats()
Deprecated.int
getIssueMatchesStatsCount()
A map associating each issue resource name with its respective number of matches in the set of conversations.Map<String,IssueModelLabelStats.IssueStats>
getIssueMatchesStatsMap()
A map associating each issue resource name with its respective number of matches in the set of conversations.IssueModelLabelStats.IssueStats
getIssueMatchesStatsOrDefault(String key, IssueModelLabelStats.IssueStats defaultValue)
A map associating each issue resource name with its respective number of matches in the set of conversations.IssueModelLabelStats.IssueStats
getIssueMatchesStatsOrThrow(String key)
A map associating each issue resource name with its respective number of matches in the set of conversations.com.google.protobuf.Parser<CalculateStatsResponse>
getParserForType()
int
getSerializedSize()
Map<String,Integer>
getSmartHighlighterMatches()
Deprecated.int
getSmartHighlighterMatchesCount()
A map associating each smart highlighter display name with its respective number of matches in the set of conversations.Map<String,Integer>
getSmartHighlighterMatchesMap()
A map associating each smart highlighter display name with its respective number of matches in the set of conversations.int
getSmartHighlighterMatchesOrDefault(String key, int defaultValue)
A map associating each smart highlighter display name with its respective number of matches in the set of conversations.int
getSmartHighlighterMatchesOrThrow(String key)
A map associating each smart highlighter display name with its respective number of matches in the set of conversations.boolean
hasAverageDuration()
The average duration of all conversations.boolean
hasConversationCountTimeSeries()
A time series representing the count of conversations created over time that match that requested filter criteria.int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
boolean
isInitialized()
static CalculateStatsResponse.Builder
newBuilder()
static CalculateStatsResponse.Builder
newBuilder(CalculateStatsResponse prototype)
CalculateStatsResponse.Builder
newBuilderForType()
protected CalculateStatsResponse.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static CalculateStatsResponse
parseDelimitedFrom(InputStream input)
static CalculateStatsResponse
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CalculateStatsResponse
parseFrom(byte[] data)
static CalculateStatsResponse
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CalculateStatsResponse
parseFrom(com.google.protobuf.ByteString data)
static CalculateStatsResponse
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CalculateStatsResponse
parseFrom(com.google.protobuf.CodedInputStream input)
static CalculateStatsResponse
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CalculateStatsResponse
parseFrom(InputStream input)
static CalculateStatsResponse
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CalculateStatsResponse
parseFrom(ByteBuffer data)
static CalculateStatsResponse
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<CalculateStatsResponse>
parser()
CalculateStatsResponse.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
-
AVERAGE_DURATION_FIELD_NUMBER
public static final int AVERAGE_DURATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AVERAGE_TURN_COUNT_FIELD_NUMBER
public static final int AVERAGE_TURN_COUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONVERSATION_COUNT_FIELD_NUMBER
public static final int CONVERSATION_COUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SMART_HIGHLIGHTER_MATCHES_FIELD_NUMBER
public static final int SMART_HIGHLIGHTER_MATCHES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CUSTOM_HIGHLIGHTER_MATCHES_FIELD_NUMBER
public static final int CUSTOM_HIGHLIGHTER_MATCHES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ISSUE_MATCHES_FIELD_NUMBER
public static final int ISSUE_MATCHES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ISSUE_MATCHES_STATS_FIELD_NUMBER
public static final int ISSUE_MATCHES_STATS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONVERSATION_COUNT_TIME_SERIES_FIELD_NUMBER
public static final int CONVERSATION_COUNT_TIME_SERIES_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
-
hasAverageDuration
public boolean hasAverageDuration()
The average duration of all conversations. The average is calculated using only conversations that have a time duration.
.google.protobuf.Duration average_duration = 1;
- Specified by:
hasAverageDuration
in interfaceCalculateStatsResponseOrBuilder
- Returns:
- Whether the averageDuration field is set.
-
getAverageDuration
public com.google.protobuf.Duration getAverageDuration()
The average duration of all conversations. The average is calculated using only conversations that have a time duration.
.google.protobuf.Duration average_duration = 1;
- Specified by:
getAverageDuration
in interfaceCalculateStatsResponseOrBuilder
- Returns:
- The averageDuration.
-
getAverageDurationOrBuilder
public com.google.protobuf.DurationOrBuilder getAverageDurationOrBuilder()
The average duration of all conversations. The average is calculated using only conversations that have a time duration.
.google.protobuf.Duration average_duration = 1;
- Specified by:
getAverageDurationOrBuilder
in interfaceCalculateStatsResponseOrBuilder
-
getAverageTurnCount
public int getAverageTurnCount()
The average number of turns per conversation.
int32 average_turn_count = 2;
- Specified by:
getAverageTurnCount
in interfaceCalculateStatsResponseOrBuilder
- Returns:
- The averageTurnCount.
-
getConversationCount
public int getConversationCount()
The total number of conversations.
int32 conversation_count = 3;
- Specified by:
getConversationCount
in interfaceCalculateStatsResponseOrBuilder
- Returns:
- The conversationCount.
-
getSmartHighlighterMatchesCount
public int getSmartHighlighterMatchesCount()
Description copied from interface:CalculateStatsResponseOrBuilder
A map associating each smart highlighter display name with its respective number of matches in the set of conversations.
map<string, int32> smart_highlighter_matches = 4;
- Specified by:
getSmartHighlighterMatchesCount
in interfaceCalculateStatsResponseOrBuilder
-
containsSmartHighlighterMatches
public boolean containsSmartHighlighterMatches(String key)
A map associating each smart highlighter display name with its respective number of matches in the set of conversations.
map<string, int32> smart_highlighter_matches = 4;
- Specified by:
containsSmartHighlighterMatches
in interfaceCalculateStatsResponseOrBuilder
-
getSmartHighlighterMatches
@Deprecated public Map<String,Integer> getSmartHighlighterMatches()
Deprecated.UsegetSmartHighlighterMatchesMap()
instead.- Specified by:
getSmartHighlighterMatches
in interfaceCalculateStatsResponseOrBuilder
-
getSmartHighlighterMatchesMap
public Map<String,Integer> getSmartHighlighterMatchesMap()
A map associating each smart highlighter display name with its respective number of matches in the set of conversations.
map<string, int32> smart_highlighter_matches = 4;
- Specified by:
getSmartHighlighterMatchesMap
in interfaceCalculateStatsResponseOrBuilder
-
getSmartHighlighterMatchesOrDefault
public int getSmartHighlighterMatchesOrDefault(String key, int defaultValue)
A map associating each smart highlighter display name with its respective number of matches in the set of conversations.
map<string, int32> smart_highlighter_matches = 4;
- Specified by:
getSmartHighlighterMatchesOrDefault
in interfaceCalculateStatsResponseOrBuilder
-
getSmartHighlighterMatchesOrThrow
public int getSmartHighlighterMatchesOrThrow(String key)
A map associating each smart highlighter display name with its respective number of matches in the set of conversations.
map<string, int32> smart_highlighter_matches = 4;
- Specified by:
getSmartHighlighterMatchesOrThrow
in interfaceCalculateStatsResponseOrBuilder
-
getCustomHighlighterMatchesCount
public int getCustomHighlighterMatchesCount()
Description copied from interface:CalculateStatsResponseOrBuilder
A map associating each custom highlighter resource name with its respective number of matches in the set of conversations.
map<string, int32> custom_highlighter_matches = 5;
- Specified by:
getCustomHighlighterMatchesCount
in interfaceCalculateStatsResponseOrBuilder
-
containsCustomHighlighterMatches
public boolean containsCustomHighlighterMatches(String key)
A map associating each custom highlighter resource name with its respective number of matches in the set of conversations.
map<string, int32> custom_highlighter_matches = 5;
- Specified by:
containsCustomHighlighterMatches
in interfaceCalculateStatsResponseOrBuilder
-
getCustomHighlighterMatches
@Deprecated public Map<String,Integer> getCustomHighlighterMatches()
Deprecated.UsegetCustomHighlighterMatchesMap()
instead.- Specified by:
getCustomHighlighterMatches
in interfaceCalculateStatsResponseOrBuilder
-
getCustomHighlighterMatchesMap
public Map<String,Integer> getCustomHighlighterMatchesMap()
A map associating each custom highlighter resource name with its respective number of matches in the set of conversations.
map<string, int32> custom_highlighter_matches = 5;
- Specified by:
getCustomHighlighterMatchesMap
in interfaceCalculateStatsResponseOrBuilder
-
getCustomHighlighterMatchesOrDefault
public int getCustomHighlighterMatchesOrDefault(String key, int defaultValue)
A map associating each custom highlighter resource name with its respective number of matches in the set of conversations.
map<string, int32> custom_highlighter_matches = 5;
- Specified by:
getCustomHighlighterMatchesOrDefault
in interfaceCalculateStatsResponseOrBuilder
-
getCustomHighlighterMatchesOrThrow
public int getCustomHighlighterMatchesOrThrow(String key)
A map associating each custom highlighter resource name with its respective number of matches in the set of conversations.
map<string, int32> custom_highlighter_matches = 5;
- Specified by:
getCustomHighlighterMatchesOrThrow
in interfaceCalculateStatsResponseOrBuilder
-
getIssueMatchesCount
@Deprecated public int getIssueMatchesCount()
Deprecated.Description copied from interface:CalculateStatsResponseOrBuilder
A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>` Deprecated, use `issue_matches_stats` field instead.
map<string, int32> issue_matches = 6 [deprecated = true];
- Specified by:
getIssueMatchesCount
in interfaceCalculateStatsResponseOrBuilder
-
containsIssueMatches
@Deprecated public boolean containsIssueMatches(String key)
Deprecated.A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>` Deprecated, use `issue_matches_stats` field instead.
map<string, int32> issue_matches = 6 [deprecated = true];
- Specified by:
containsIssueMatches
in interfaceCalculateStatsResponseOrBuilder
-
getIssueMatches
@Deprecated public Map<String,Integer> getIssueMatches()
Deprecated.UsegetIssueMatchesMap()
instead.- Specified by:
getIssueMatches
in interfaceCalculateStatsResponseOrBuilder
-
getIssueMatchesMap
@Deprecated public Map<String,Integer> getIssueMatchesMap()
Deprecated.A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>` Deprecated, use `issue_matches_stats` field instead.
map<string, int32> issue_matches = 6 [deprecated = true];
- Specified by:
getIssueMatchesMap
in interfaceCalculateStatsResponseOrBuilder
-
getIssueMatchesOrDefault
@Deprecated public int getIssueMatchesOrDefault(String key, int defaultValue)
Deprecated.A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>` Deprecated, use `issue_matches_stats` field instead.
map<string, int32> issue_matches = 6 [deprecated = true];
- Specified by:
getIssueMatchesOrDefault
in interfaceCalculateStatsResponseOrBuilder
-
getIssueMatchesOrThrow
@Deprecated public int getIssueMatchesOrThrow(String key)
Deprecated.A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>` Deprecated, use `issue_matches_stats` field instead.
map<string, int32> issue_matches = 6 [deprecated = true];
- Specified by:
getIssueMatchesOrThrow
in interfaceCalculateStatsResponseOrBuilder
-
getIssueMatchesStatsCount
public int getIssueMatchesStatsCount()
Description copied from interface:CalculateStatsResponseOrBuilder
A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_matches_stats = 8;
- Specified by:
getIssueMatchesStatsCount
in interfaceCalculateStatsResponseOrBuilder
-
containsIssueMatchesStats
public boolean containsIssueMatchesStats(String key)
A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_matches_stats = 8;
- Specified by:
containsIssueMatchesStats
in interfaceCalculateStatsResponseOrBuilder
-
getIssueMatchesStats
@Deprecated public Map<String,IssueModelLabelStats.IssueStats> getIssueMatchesStats()
Deprecated.UsegetIssueMatchesStatsMap()
instead.- Specified by:
getIssueMatchesStats
in interfaceCalculateStatsResponseOrBuilder
-
getIssueMatchesStatsMap
public Map<String,IssueModelLabelStats.IssueStats> getIssueMatchesStatsMap()
A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_matches_stats = 8;
- Specified by:
getIssueMatchesStatsMap
in interfaceCalculateStatsResponseOrBuilder
-
getIssueMatchesStatsOrDefault
public IssueModelLabelStats.IssueStats getIssueMatchesStatsOrDefault(String key, IssueModelLabelStats.IssueStats defaultValue)
A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_matches_stats = 8;
- Specified by:
getIssueMatchesStatsOrDefault
in interfaceCalculateStatsResponseOrBuilder
-
getIssueMatchesStatsOrThrow
public IssueModelLabelStats.IssueStats getIssueMatchesStatsOrThrow(String key)
A map associating each issue resource name with its respective number of matches in the set of conversations. Key has the format: `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_matches_stats = 8;
- Specified by:
getIssueMatchesStatsOrThrow
in interfaceCalculateStatsResponseOrBuilder
-
hasConversationCountTimeSeries
public boolean hasConversationCountTimeSeries()
A time series representing the count of conversations created over time that match that requested filter criteria.
.google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries conversation_count_time_series = 7;
- Specified by:
hasConversationCountTimeSeries
in interfaceCalculateStatsResponseOrBuilder
- Returns:
- Whether the conversationCountTimeSeries field is set.
-
getConversationCountTimeSeries
public CalculateStatsResponse.TimeSeries getConversationCountTimeSeries()
A time series representing the count of conversations created over time that match that requested filter criteria.
.google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries conversation_count_time_series = 7;
- Specified by:
getConversationCountTimeSeries
in interfaceCalculateStatsResponseOrBuilder
- Returns:
- The conversationCountTimeSeries.
-
getConversationCountTimeSeriesOrBuilder
public CalculateStatsResponse.TimeSeriesOrBuilder getConversationCountTimeSeriesOrBuilder()
A time series representing the count of conversations created over time that match that requested filter criteria.
.google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries conversation_count_time_series = 7;
- Specified by:
getConversationCountTimeSeriesOrBuilder
in interfaceCalculateStatsResponseOrBuilder
-
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 CalculateStatsResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CalculateStatsResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CalculateStatsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CalculateStatsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CalculateStatsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CalculateStatsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CalculateStatsResponse parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CalculateStatsResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CalculateStatsResponse parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CalculateStatsResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static CalculateStatsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CalculateStatsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public CalculateStatsResponse.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static CalculateStatsResponse.Builder newBuilder()
-
newBuilder
public static CalculateStatsResponse.Builder newBuilder(CalculateStatsResponse prototype)
-
toBuilder
public CalculateStatsResponse.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected CalculateStatsResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static CalculateStatsResponse getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<CalculateStatsResponse> parser()
-
getParserForType
public com.google.protobuf.Parser<CalculateStatsResponse> 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 CalculateStatsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-