Send feedback
Class ListTimeSeriesResponse (3.3.2)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.3.2 keyboard_arrow_down
public final class ListTimeSeriesResponse extends GeneratedMessageV3 implements ListTimeSeriesResponseOrBuilder
The ListTimeSeries
response.
Protobuf type google.monitoring.v3.ListTimeSeriesResponse
Static Fields
EXECUTION_ERRORS_FIELD_NUMBER
public static final int EXECUTION_ERRORS_FIELD_NUMBER
Field Value
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TIME_SERIES_FIELD_NUMBER
public static final int TIME_SERIES_FIELD_NUMBER
Field Value
UNIT_FIELD_NUMBER
public static final int UNIT_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListTimeSeriesResponse getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static ListTimeSeriesResponse . Builder newBuilder ()
Returns
newBuilder(ListTimeSeriesResponse prototype)
public static ListTimeSeriesResponse . Builder newBuilder ( ListTimeSeriesResponse prototype )
Parameter
Returns
public static ListTimeSeriesResponse parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ListTimeSeriesResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListTimeSeriesResponse parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListTimeSeriesResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListTimeSeriesResponse parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListTimeSeriesResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ListTimeSeriesResponse parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static ListTimeSeriesResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ListTimeSeriesResponse parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ListTimeSeriesResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListTimeSeriesResponse parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListTimeSeriesResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<ListTimeSeriesResponse> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListTimeSeriesResponse getDefaultInstanceForType ()
Returns
getExecutionErrors(int index)
public Status getExecutionErrors ( int index )
Query execution errors that may have caused the time series data returned
to be incomplete.
repeated .google.rpc.Status execution_errors = 3;
Parameter
Returns
Type Description com.google.rpc.Status
getExecutionErrorsCount()
public int getExecutionErrorsCount ()
Query execution errors that may have caused the time series data returned
to be incomplete.
repeated .google.rpc.Status execution_errors = 3;
Returns
getExecutionErrorsList()
public List<Status> getExecutionErrorsList ()
Query execution errors that may have caused the time series data returned
to be incomplete.
repeated .google.rpc.Status execution_errors = 3;
Returns
Type Description List <com.google.rpc.Status >
getExecutionErrorsOrBuilder(int index)
public StatusOrBuilder getExecutionErrorsOrBuilder ( int index )
Query execution errors that may have caused the time series data returned
to be incomplete.
repeated .google.rpc.Status execution_errors = 3;
Parameter
Returns
Type Description com.google.rpc.StatusOrBuilder
getExecutionErrorsOrBuilderList()
public List <? extends StatusOrBuilder > getExecutionErrorsOrBuilderList ()
Query execution errors that may have caused the time series data returned
to be incomplete.
repeated .google.rpc.Status execution_errors = 3;
Returns
Type Description List <? extends com.google.rpc.StatusOrBuilder >
getNextPageToken()
public String getNextPageToken ()
If there are more results than have been returned, then this field is set
to a non-empty value. To see the additional results,
use that value as page_token
in the next call to this method.
string next_page_token = 2;
Returns
Type Description String The nextPageToken.
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes ()
If there are more results than have been returned, then this field is set
to a non-empty value. To see the additional results,
use that value as page_token
in the next call to this method.
string next_page_token = 2;
Returns
Type Description ByteString The bytes for nextPageToken.
getParserForType()
public Parser<ListTimeSeriesResponse> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getTimeSeries(int index)
public TimeSeries getTimeSeries ( int index )
One or more time series that match the filter included in the request.
repeated .google.monitoring.v3.TimeSeries time_series = 1;
Parameter
Returns
getTimeSeriesCount()
public int getTimeSeriesCount ()
One or more time series that match the filter included in the request.
repeated .google.monitoring.v3.TimeSeries time_series = 1;
Returns
getTimeSeriesList()
public List<TimeSeries> getTimeSeriesList ()
One or more time series that match the filter included in the request.
repeated .google.monitoring.v3.TimeSeries time_series = 1;
Returns
getTimeSeriesOrBuilder(int index)
public TimeSeriesOrBuilder getTimeSeriesOrBuilder ( int index )
One or more time series that match the filter included in the request.
repeated .google.monitoring.v3.TimeSeries time_series = 1;
Parameter
Returns
getTimeSeriesOrBuilderList()
public List <? extends TimeSeriesOrBuilder > getTimeSeriesOrBuilderList ()
One or more time series that match the filter included in the request.
repeated .google.monitoring.v3.TimeSeries time_series = 1;
Returns
Type Description List <? extends com.google.monitoring.v3.TimeSeriesOrBuilder >
getUnit()
The unit in which all time_series
point values are reported. unit
follows the UCUM format for units as seen in
https://unitsofmeasure.org/ucum.html .
If different time_series
have different units (for example, because they
come from different metric types, or a unit is absent), then unit
will be
"{not_a_unit}".
string unit = 5;
Returns
Type Description String The unit.
getUnitBytes()
public ByteString getUnitBytes ()
The unit in which all time_series
point values are reported. unit
follows the UCUM format for units as seen in
https://unitsofmeasure.org/ucum.html .
If different time_series
have different units (for example, because they
come from different metric types, or a unit is absent), then unit
will be
"{not_a_unit}".
string unit = 5;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public ListTimeSeriesResponse . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListTimeSeriesResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public ListTimeSeriesResponse . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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."],[],[]]