Stackdriver Monitoring V3 Client - Class ListNotificationChannelDescriptorsResponse (1.5.1)

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setChannelDescriptors

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

Parameter
NameDescription
var array<Google\Cloud\Monitoring\V3\NotificationChannelDescriptor>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this