Reference documentation and code samples for the Stackdriver Logging V2 Client class ListMonitoredResourceDescriptorsResponse.
Result returned from ListMonitoredResourceDescriptors.
Generated from protobuf message google.logging.v2.ListMonitoredResourceDescriptorsResponse
Namespace
Google \ Cloud \ Logging \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ resource_descriptors |
array<Google\Api\MonitoredResourceDescriptor>
A list of resource descriptors. |
↳ next_page_token |
string
If there might be more results than those appearing in this response, then |
getResourceDescriptors
A list of resource descriptors.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setResourceDescriptors
A list of resource descriptors.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Api\MonitoredResourceDescriptor>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
If there might be more results than those appearing in this response, then
nextPageToken
is included. To get the next set of results, call this
method again using the value of nextPageToken
as pageToken
.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
If there might be more results than those appearing in this response, then
nextPageToken
is included. To get the next set of results, call this
method again using the value of nextPageToken
as pageToken
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |