Reference documentation and code samples for the Stackdriver Monitoring V3 Client class ListNotificationChannelDescriptorsResponse.
The ListNotificationChannelDescriptors
response.
Generated from protobuf message google.monitoring.v3.ListNotificationChannelDescriptorsResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ channel_descriptors |
array<Google\Cloud\Monitoring\V3\NotificationChannelDescriptor>
The monitored resource descriptors supported for the specified project, optionally filtered. |
↳ next_page_token |
string
If not empty, indicates that there may be more results that match the request. Use the value in the |
getChannelDescriptors
The monitored resource descriptors supported for the specified project, optionally filtered.
Generated from protobuf field repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setChannelDescriptors
The monitored resource descriptors supported for the specified project, optionally filtered.
Generated from protobuf field repeated .google.monitoring.v3.NotificationChannelDescriptor channel_descriptors = 1;
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Monitoring\V3\NotificationChannelDescriptor>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
If not empty, indicates that there may be more results that match
the request. Use the value in the page_token
field in a
subsequent request to fetch the next set of results. If empty,
all results have been returned.
Generated from protobuf field string next_page_token = 2;
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
If not empty, indicates that there may be more results that match
the request. Use the value in the page_token
field in a
subsequent request to fetch the next set of results. If empty,
all results have been returned.
Generated from protobuf field string next_page_token = 2;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |