Protobuf type google.monitoring.v3.NotificationChannel.VerificationStatus
Namespace
Google \ Cloud \ Monitoring \ V3 \ NotificationChannel
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
VERIFICATION_STATUS_UNSPECIFIED
Value: 0
Sentinel value used to indicate that the state is unknown, omitted, or
is not applicable (as in the case of channels that neither support
nor require verification in order to function).
Generated from protobuf enum VERIFICATION_STATUS_UNSPECIFIED = 0;
UNVERIFIED
Value: 1
The channel has yet to be verified and requires verification to function.
Note that this state also applies to the case where the verification
process has been initiated by sending a verification code but where
the verification code has not been submitted to complete the process.
Generated from protobuf enum UNVERIFIED = 1;
VERIFIED
Value: 2
It has been proven that notifications can be received on this
notification channel and that someone on the project has access
to messages that are delivered to that channel.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Stackdriver Monitoring V3 Client - Class VerificationStatus (2.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.2 (latest)](/php/docs/reference/cloud-monitoring/latest/V3.NotificationChannel.VerificationStatus)\n- [2.1.1](/php/docs/reference/cloud-monitoring/2.1.1/V3.NotificationChannel.VerificationStatus)\n- [2.0.1](/php/docs/reference/cloud-monitoring/2.0.1/V3.NotificationChannel.VerificationStatus)\n- [1.12.1](/php/docs/reference/cloud-monitoring/1.12.1/V3.NotificationChannel.VerificationStatus)\n- [1.11.1](/php/docs/reference/cloud-monitoring/1.11.1/V3.NotificationChannel.VerificationStatus)\n- [1.10.3](/php/docs/reference/cloud-monitoring/1.10.3/V3.NotificationChannel.VerificationStatus)\n- [1.9.0](/php/docs/reference/cloud-monitoring/1.9.0/V3.NotificationChannel.VerificationStatus)\n- [1.8.0](/php/docs/reference/cloud-monitoring/1.8.0/V3.NotificationChannel.VerificationStatus)\n- [1.7.1](/php/docs/reference/cloud-monitoring/1.7.1/V3.NotificationChannel.VerificationStatus)\n- [1.6.0](/php/docs/reference/cloud-monitoring/1.6.0/V3.NotificationChannel.VerificationStatus)\n- [1.5.1](/php/docs/reference/cloud-monitoring/1.5.1/V3.NotificationChannel.VerificationStatus)\n- [1.4.0](/php/docs/reference/cloud-monitoring/1.4.0/V3.NotificationChannel.VerificationStatus)\n- [1.3.2](/php/docs/reference/cloud-monitoring/1.3.2/V3.NotificationChannel.VerificationStatus)\n- [1.2.2](/php/docs/reference/cloud-monitoring/1.2.2/V3.NotificationChannel.VerificationStatus) \nReference documentation and code samples for the Stackdriver Monitoring V3 Client class VerificationStatus.\n\nIndicates whether the channel has been verified or not. It is illegal\nto specify this field in a\n[`CreateNotificationChannel`](/php/docs/reference/cloud-monitoring/latest/V3.Client.NotificationChannelServiceClient#_Google_Cloud_Monitoring_V3_Client_NotificationChannelServiceClient__createNotificationChannel__)\nor an\n[`UpdateNotificationChannel`](/php/docs/reference/cloud-monitoring/latest/V3.Client.NotificationChannelServiceClient#_Google_Cloud_Monitoring_V3_Client_NotificationChannelServiceClient__updateNotificationChannel__)\noperation.\n\nProtobuf type `google.monitoring.v3.NotificationChannel.VerificationStatus`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Monitoring \\\\ V3 \\\\ NotificationChannel\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### VERIFICATION_STATUS_UNSPECIFIED\n\n Value: 0\n\nSentinel value used to indicate that the state is unknown, omitted, or\nis not applicable (as in the case of channels that neither support\nnor require verification in order to function).\n\nGenerated from protobuf enum `VERIFICATION_STATUS_UNSPECIFIED = 0;`\n\n### UNVERIFIED\n\n Value: 1\n\nThe channel has yet to be verified and requires verification to function.\n\nNote that this state also applies to the case where the verification\nprocess has been initiated by sending a verification code but where\nthe verification code has not been submitted to complete the process.\n\nGenerated from protobuf enum `UNVERIFIED = 1;`\n\n### VERIFIED\n\n Value: 2\n\nIt has been proven that notifications can be received on this\nnotification channel and that someone on the project has access\nto messages that are delivered to that channel.\n\nGenerated from protobuf enum `VERIFIED = 2;`"]]