public final class ListTimeSeriesResponse extends GeneratedMessageV3 implements ListTimeSeriesResponseOrBuilder
The ListTimeSeries
response.
Protobuf type google.monitoring.v3.ListTimeSeriesResponse
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
EXECUTION_ERRORS_FIELD_NUMBER
public static final int EXECUTION_ERRORS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TIME_SERIES_FIELD_NUMBER
public static final int TIME_SERIES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
UNIT_FIELD_NUMBER
public static final int UNIT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ListTimeSeriesResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ListTimeSeriesResponse.Builder newBuilder()
newBuilder(ListTimeSeriesResponse prototype)
public static ListTimeSeriesResponse.Builder newBuilder(ListTimeSeriesResponse prototype)
public static ListTimeSeriesResponse parseDelimitedFrom(InputStream input)
public static ListTimeSeriesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ListTimeSeriesResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListTimeSeriesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ListTimeSeriesResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListTimeSeriesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListTimeSeriesResponse parseFrom(CodedInputStream input)
public static ListTimeSeriesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTimeSeriesResponse parseFrom(InputStream input)
public static ListTimeSeriesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ListTimeSeriesResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListTimeSeriesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ListTimeSeriesResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ListTimeSeriesResponse getDefaultInstanceForType()
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 |
Name |
Description |
index |
int
|
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 |
Type |
Description |
int |
|
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 |
Name |
Description |
index |
int
|
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()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
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 |
Name |
Description |
index |
int
|
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 |
Type |
Description |
int |
|
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;
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 |
Name |
Description |
index |
int
|
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 |
Type |
Description |
ByteString |
The bytes for unit.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ListTimeSeriesResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListTimeSeriesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ListTimeSeriesResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides