Stackdriver Monitoring V3 Client - Class ListMonitoredResourceDescriptorsResponse (1.10.1)

Reference documentation and code samples for the Stackdriver Monitoring V3 Client class ListMonitoredResourceDescriptorsResponse.

The ListMonitoredResourceDescriptors response.

Generated from protobuf message google.monitoring.v3.ListMonitoredResourceDescriptorsResponse

Namespace

Google \ Cloud \ Monitoring \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ resource_descriptors array<Google\Api\MonitoredResourceDescriptor>

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

↳ next_page_token string

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.

getResourceDescriptors

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

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setResourceDescriptors

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

Parameter
Name Description
var array<Google\Api\MonitoredResourceDescriptor>
Returns
Type Description
$this

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.

Returns
Type Description
string

setNextPageToken

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.

Parameter
Name Description
var string
Returns
Type Description
$this