Reference documentation and code samples for the Stackdriver Monitoring V3 Client class ListMonitoredResourceDescriptorsResponse.
The ListMonitoredResourceDescriptors
response.
Generated from protobuf message google.monitoring.v3.ListMonitoredResourceDescriptorsResponse
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 |
↳ 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 |
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;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setResourceDescriptors
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;
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.
Generated from protobuf field string next_page_token = 2;
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.
Generated from protobuf field string next_page_token = 2;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |