Send feedback
Class PieChart.PieChartDataSet (2.50.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.50.0 keyboard_arrow_down
public static final class PieChart . PieChartDataSet extends GeneratedMessageV3 implements PieChart . PieChartDataSetOrBuilder
Groups a time series query definition.
Protobuf type google.monitoring.dashboard.v1.PieChart.PieChartDataSet
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
MIN_ALIGNMENT_PERIOD_FIELD_NUMBER
public static final int MIN_ALIGNMENT_PERIOD_FIELD_NUMBER
Field Value
Type
Description
int
SLICE_NAME_TEMPLATE_FIELD_NUMBER
public static final int SLICE_NAME_TEMPLATE_FIELD_NUMBER
Field Value
Type
Description
int
TIME_SERIES_QUERY_FIELD_NUMBER
public static final int TIME_SERIES_QUERY_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static PieChart . PieChartDataSet getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static PieChart . PieChartDataSet . Builder newBuilder ()
newBuilder(PieChart.PieChartDataSet prototype)
public static PieChart . PieChartDataSet . Builder newBuilder ( PieChart . PieChartDataSet prototype )
public static PieChart . PieChartDataSet parseDelimitedFrom ( InputStream input )
public static PieChart . PieChartDataSet parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static PieChart . PieChartDataSet parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PieChart . PieChartDataSet parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static PieChart . PieChartDataSet parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PieChart . PieChartDataSet parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static PieChart . PieChartDataSet parseFrom ( CodedInputStream input )
public static PieChart . PieChartDataSet parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static PieChart . PieChartDataSet parseFrom ( InputStream input )
public static PieChart . PieChartDataSet parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static PieChart . PieChartDataSet parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PieChart . PieChartDataSet parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<PieChart . PieChartDataSet > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public PieChart . PieChartDataSet getDefaultInstanceForType ()
getMinAlignmentPeriod()
public Duration getMinAlignmentPeriod ()
Optional. The lower bound on data point frequency for this data set,
implemented by specifying the minimum alignment period to use in a time
series query. For example, if the data is published once every 10
minutes, the min_alignment_period
should be at least 10 minutes. It
would not make sense to fetch and align data at one minute intervals.
.google.protobuf.Duration min_alignment_period = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
Duration
The minAlignmentPeriod.
getMinAlignmentPeriodOrBuilder()
public DurationOrBuilder getMinAlignmentPeriodOrBuilder ()
Optional. The lower bound on data point frequency for this data set,
implemented by specifying the minimum alignment period to use in a time
series query. For example, if the data is published once every 10
minutes, the min_alignment_period
should be at least 10 minutes. It
would not make sense to fetch and align data at one minute intervals.
.google.protobuf.Duration min_alignment_period = 3 [(.google.api.field_behavior) = OPTIONAL];
getParserForType()
public Parser<PieChart . PieChartDataSet > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSliceNameTemplate()
public String getSliceNameTemplate ()
Optional. A template for the name of the slice. This name will be
displayed in the legend and the tooltip of the pie chart. It replaces the
auto-generated names for the slices. For example, if the template is set
to
${resource.labels.zone}
, the zone's value will be used for the name
instead of the default name.
string slice_name_template = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The sliceNameTemplate.
getSliceNameTemplateBytes()
public ByteString getSliceNameTemplateBytes ()
Optional. A template for the name of the slice. This name will be
displayed in the legend and the tooltip of the pie chart. It replaces the
auto-generated names for the slices. For example, if the template is set
to
${resource.labels.zone}
, the zone's value will be used for the name
instead of the default name.
string slice_name_template = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for sliceNameTemplate.
getTimeSeriesQuery()
public TimeSeriesQuery getTimeSeriesQuery ()
Required. The query for the PieChart. See,
google.monitoring.dashboard.v1.TimeSeriesQuery
.
.google.monitoring.dashboard.v1.TimeSeriesQuery time_series_query = 1 [(.google.api.field_behavior) = REQUIRED];
getTimeSeriesQueryOrBuilder()
public TimeSeriesQueryOrBuilder getTimeSeriesQueryOrBuilder ()
Required. The query for the PieChart. See,
google.monitoring.dashboard.v1.TimeSeriesQuery
.
.google.monitoring.dashboard.v1.TimeSeriesQuery time_series_query = 1 [(.google.api.field_behavior) = REQUIRED];
hasMinAlignmentPeriod()
public boolean hasMinAlignmentPeriod ()
Optional. The lower bound on data point frequency for this data set,
implemented by specifying the minimum alignment period to use in a time
series query. For example, if the data is published once every 10
minutes, the min_alignment_period
should be at least 10 minutes. It
would not make sense to fetch and align data at one minute intervals.
.google.protobuf.Duration min_alignment_period = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the minAlignmentPeriod field is set.
hasTimeSeriesQuery()
public boolean hasTimeSeriesQuery ()
Required. The query for the PieChart. See,
google.monitoring.dashboard.v1.TimeSeriesQuery
.
.google.monitoring.dashboard.v1.TimeSeriesQuery time_series_query = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the timeSeriesQuery field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public PieChart . PieChartDataSet . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PieChart . PieChartDataSet . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public PieChart . PieChartDataSet . Builder toBuilder ()
writeTo(CodedOutputStream output)
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."],[],[]]