class ListTimeSeriesResponse extends Message

The ListTimeSeries response.

Protobuf type Google\Monitoring\V3\ListTimeSeriesResponse

Methods

__construct()

No description

RepeatedField
getTimeSeries()

One or more time series that match the filter included in the request.

setTimeSeries(array|RepeatedField $var)

One or more time series that match the filter included in the request.

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 pageToken in the next call to this method.

setNextPageToken(string $var)

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 pageToken in the next call to this method.

Details

at line 33
__construct()

at line 44
RepeatedField getTimeSeries()

One or more time series that match the filter included in the request.

Generated from protobuf field repeated .google.monitoring.v3.TimeSeries time_series = 1;

Return Value

RepeatedField

at line 55
setTimeSeries(array|RepeatedField $var)

One or more time series that match the filter included in the request.

Generated from protobuf field repeated .google.monitoring.v3.TimeSeries time_series = 1;

Parameters

array|RepeatedField $var

at line 69
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 pageToken in the next call to this method.

Generated from protobuf field string next_page_token = 2;

Return Value

string

at line 82
setNextPageToken(string $var)

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 pageToken in the next call to this method.

Generated from protobuf field string next_page_token = 2;

Parameters

string $var