ListMetricDescriptorsResponse
class ListMetricDescriptorsResponse extends Message
The ListMetricDescriptors
response.
Protobuf type Google\Monitoring\V3\ListMetricDescriptorsResponse
Methods
No description
The metric descriptors that are available to the project
and that match the value of filter
, if present.
The metric descriptors that are available to the project
and that match the value of filter
, if present.
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.
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 34
__construct()
at line 46
RepeatedField
getMetricDescriptors()
The metric descriptors that are available to the project
and that match the value of filter
, if present.
Generated from protobuf field repeated .google.api.MetricDescriptor metric_descriptors = 1;
at line 58
setMetricDescriptors(array|RepeatedField $var)
The metric descriptors that are available to the project
and that match the value of filter
, if present.
Generated from protobuf field repeated .google.api.MetricDescriptor metric_descriptors = 1;
at line 72
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;
at line 85
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;