| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3 | |
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Monitoring.Projects.NotificationChannels.Verify |
Monitoring.Projects.NotificationChannels.verify(java.lang.String name,
VerifyNotificationChannelRequest content)
Verifies a NotificationChannel by proving receipt of the code delivered to the channel as a
result of calling SendNotificationChannelVerificationCode.
|
| Constructor and Description |
|---|
Verify(java.lang.String name,
VerifyNotificationChannelRequest content)
Verifies a NotificationChannel by proving receipt of the code delivered to the channel as a
result of calling SendNotificationChannelVerificationCode.
|
| Modifier and Type | Method and Description |
|---|---|
VerifyNotificationChannelRequest |
VerifyNotificationChannelRequest.clone() |
VerifyNotificationChannelRequest |
VerifyNotificationChannelRequest.set(java.lang.String fieldName,
java.lang.Object value) |
VerifyNotificationChannelRequest |
VerifyNotificationChannelRequest.setCode(java.lang.String code)
The verification code that was delivered to the channel as a result of invoking the
SendNotificationChannelVerificationCode API method or that was retrieved from a verified
channel via GetNotificationChannelVerificationCode.
|