class ListMonitoredResourceDescriptorsResponse extends Message

The ListMonitoredResourcDescriptors response.

Protobuf type Google\Monitoring\V3\ListMonitoredResourceDescriptorsResponse

Methods

__construct()

No description

RepeatedField
getResourceDescriptors()

The monitored resource descriptors that are available to this project and that match filter, if present.

setResourceDescriptors(array|RepeatedField $var)

The monitored resource descriptors that are available to this project and that match filter, if present.

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 34
__construct()

at line 46
RepeatedField getResourceDescriptors()

The monitored resource descriptors that are available to this project and that match filter, if present.

Generated from protobuf field repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;

Return Value

RepeatedField

at line 58
setResourceDescriptors(array|RepeatedField $var)

The monitored resource descriptors that are available to this project and that match filter, if present.

Generated from protobuf field repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;

Parameters

array|RepeatedField $var

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;

Return Value

string

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;

Parameters

string $var