Stackdriver Monitoring V3 Client - Class ListMonitoredResourceDescriptorsResponse (1.5.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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setResourceDescriptors

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

Parameter
NameDescription
var array<Google\Api\MonitoredResourceDescriptor>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this