Send feedback
Class QueryMetricsResponse.Slice.DataPoint (2.55.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.55.0 keyboard_arrow_down
public static final class QueryMetricsResponse . Slice . DataPoint extends GeneratedMessageV3 implements QueryMetricsResponse . Slice . DataPointOrBuilder
A data point contains the metric values mapped to an interval.
Protobuf type
google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.DataPoint
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int CONVERSATION_MEASURE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int INTERVAL_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static QueryMetricsResponse . Slice . DataPoint getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static QueryMetricsResponse . Slice . DataPoint . Builder newBuilder ()
public static QueryMetricsResponse . Slice . DataPoint . Builder newBuilder ( QueryMetricsResponse . Slice . DataPoint prototype )
public static QueryMetricsResponse . Slice . DataPoint parseDelimitedFrom ( InputStream input )
public static QueryMetricsResponse . Slice . DataPoint parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static QueryMetricsResponse . Slice . DataPoint parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static QueryMetricsResponse . Slice . DataPoint parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static QueryMetricsResponse . Slice . DataPoint parseFrom ( ByteString data )
public static QueryMetricsResponse . Slice . DataPoint parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static QueryMetricsResponse . Slice . DataPoint parseFrom ( CodedInputStream input )
public static QueryMetricsResponse . Slice . DataPoint parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static QueryMetricsResponse . Slice . DataPoint parseFrom ( InputStream input )
public static QueryMetricsResponse . Slice . DataPoint parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static QueryMetricsResponse . Slice . DataPoint parseFrom ( ByteBuffer data )
public static QueryMetricsResponse . Slice . DataPoint parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<QueryMetricsResponse . Slice . DataPoint > parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public QueryMetricsResponse . Slice . DataPoint . ConversationMeasure getConversationMeasure ()
The measure related to conversations.
.google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.DataPoint.ConversationMeasure conversation_measure = 2;
public QueryMetricsResponse . Slice . DataPoint . ConversationMeasureOrBuilder getConversationMeasureOrBuilder ()
The measure related to conversations.
.google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.DataPoint.ConversationMeasure conversation_measure = 2;
public QueryMetricsResponse . Slice . DataPoint getDefaultInstanceForType ()
public Interval getInterval ()
The interval that this data point represents.
If this is the total data point, the interval is
[starting create time, ending create time) from the request.
If this a data point from the time series, the interval is
[time, time + time granularity from the request).
.google.type.Interval interval = 1;
Returns
Type
Description
com.google.type.Interval
The interval.
public IntervalOrBuilder getIntervalOrBuilder ()
The interval that this data point represents.
If this is the total data point, the interval is
[starting create time, ending create time) from the request.
If this a data point from the time series, the interval is
[time, time + time granularity from the request).
.google.type.Interval interval = 1;
Returns
Type
Description
com.google.type.IntervalOrBuilder
public QueryMetricsResponse . Slice . DataPoint . MeasureCase getMeasureCase ()
public Parser<QueryMetricsResponse . Slice . DataPoint > getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public boolean hasConversationMeasure ()
The measure related to conversations.
.google.cloud.contactcenterinsights.v1.QueryMetricsResponse.Slice.DataPoint.ConversationMeasure conversation_measure = 2;
Returns
Type
Description
boolean
Whether the conversationMeasure field is set.
public boolean hasInterval ()
The interval that this data point represents.
If this is the total data point, the interval is
[starting create time, ending create time) from the request.
If this a data point from the time series, the interval is
[time, time + time granularity from the request).
.google.type.Interval interval = 1;
Returns
Type
Description
boolean
Whether the interval field is set.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public QueryMetricsResponse . Slice . DataPoint . Builder newBuilderForType ()
protected QueryMetricsResponse . Slice . DataPoint . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public QueryMetricsResponse . Slice . DataPoint . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
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-27 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-27 UTC."],[],[]]