public static final class TimeSeriesTable.TableDataSet extends GeneratedMessageV3 implements TimeSeriesTable.TableDataSetOrBuilder
Groups a time series query definition with table options.
Protobuf type google.monitoring.dashboard.v1.TimeSeriesTable.TableDataSet
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 |
|
TABLE_DISPLAY_OPTIONS_FIELD_NUMBER
public static final int TABLE_DISPLAY_OPTIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TABLE_TEMPLATE_FIELD_NUMBER
public static final int TABLE_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 TimeSeriesTable.TableDataSet getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static TimeSeriesTable.TableDataSet.Builder newBuilder()
newBuilder(TimeSeriesTable.TableDataSet prototype)
public static TimeSeriesTable.TableDataSet.Builder newBuilder(TimeSeriesTable.TableDataSet prototype)
public static TimeSeriesTable.TableDataSet parseDelimitedFrom(InputStream input)
public static TimeSeriesTable.TableDataSet parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static TimeSeriesTable.TableDataSet parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TimeSeriesTable.TableDataSet parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static TimeSeriesTable.TableDataSet parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TimeSeriesTable.TableDataSet parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TimeSeriesTable.TableDataSet parseFrom(CodedInputStream input)
public static TimeSeriesTable.TableDataSet parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TimeSeriesTable.TableDataSet parseFrom(InputStream input)
public static TimeSeriesTable.TableDataSet parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static TimeSeriesTable.TableDataSet parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TimeSeriesTable.TableDataSet parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<TimeSeriesTable.TableDataSet> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public TimeSeriesTable.TableDataSet 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<TimeSeriesTable.TableDataSet> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTableDisplayOptions()
public TableDisplayOptions getTableDisplayOptions()
Optional. Table display options for configuring how the table is
rendered.
.google.monitoring.dashboard.v1.TableDisplayOptions table_display_options = 4 [(.google.api.field_behavior) = OPTIONAL];
getTableDisplayOptionsOrBuilder()
public TableDisplayOptionsOrBuilder getTableDisplayOptionsOrBuilder()
Optional. Table display options for configuring how the table is
rendered.
.google.monitoring.dashboard.v1.TableDisplayOptions table_display_options = 4 [(.google.api.field_behavior) = OPTIONAL];
getTableTemplate()
public String getTableTemplate()
Optional. A template string for naming TimeSeries
in the resulting data
set. This should be a string with interpolations of the form
${label_name}
, which will resolve to the label's value i.e.
"${resource.labels.project_id}."
string table_template = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The tableTemplate.
|
getTableTemplateBytes()
public ByteString getTableTemplateBytes()
Optional. A template string for naming TimeSeries
in the resulting data
set. This should be a string with interpolations of the form
${label_name}
, which will resolve to the label's value i.e.
"${resource.labels.project_id}."
string table_template = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for tableTemplate.
|
getTimeSeriesQuery()
public TimeSeriesQuery getTimeSeriesQuery()
Required. Fields for querying time series data from the
Stackdriver metrics API.
.google.monitoring.dashboard.v1.TimeSeriesQuery time_series_query = 1 [(.google.api.field_behavior) = REQUIRED];
getTimeSeriesQueryOrBuilder()
public TimeSeriesQueryOrBuilder getTimeSeriesQueryOrBuilder()
Required. Fields for querying time series data from the
Stackdriver metrics API.
.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.
|
hasTableDisplayOptions()
public boolean hasTableDisplayOptions()
Optional. Table display options for configuring how the table is
rendered.
.google.monitoring.dashboard.v1.TableDisplayOptions table_display_options = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the tableDisplayOptions field is set.
|
hasTimeSeriesQuery()
public boolean hasTimeSeriesQuery()
Required. Fields for querying time series data from the
Stackdriver metrics API.
.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 TimeSeriesTable.TableDataSet.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TimeSeriesTable.TableDataSet.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public TimeSeriesTable.TableDataSet.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides