Stackdriver Monitoring V3 Client - Class ListNotificationChannelDescriptorsResponse (1.10.2)

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

The ListNotificationChannelDescriptors response.

Generated from protobuf message google.monitoring.v3.ListNotificationChannelDescriptorsResponse

Namespace

Google \ Cloud \ Monitoring \ V3

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 page_token field in a subsequent request to fetch the next set of results. If empty, all results have been returned.

getChannelDescriptors

The monitored resource descriptors supported for the specified project, optionally filtered.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setChannelDescriptors

The monitored resource descriptors supported for the specified project, optionally filtered.

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.

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.

Parameter
Name Description
var string
Returns
Type Description
$this