Reference documentation and code samples for the Stackdriver Monitoring V3 Client class SendNotificationChannelVerificationCodeRequest.
The SendNotificationChannelVerificationCode
request.
Generated from protobuf message google.monitoring.v3.SendNotificationChannelVerificationCodeRequest
Namespace
Google \ Cloud \ Monitoring \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The notification channel to which to send a verification code. |
getName
Required. The notification channel to which to send a verification code.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The notification channel to which to send a verification code.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The notification channel to which to send a verification code. Please see Google\Cloud\Monitoring\V3\NotificationChannelServiceClient::notificationChannelName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Monitoring\V3\SendNotificationChannelVerificationCodeRequest |