| Package | Description |
|---|---|
| com.google.monitoring.v3 |
| Modifier and Type | Method and Description |
|---|---|
static NotificationChannel.VerificationStatus |
NotificationChannel.VerificationStatus.forNumber(int value) |
NotificationChannel.VerificationStatus |
NotificationChannel.getVerificationStatus()
Indicates whether this channel has been verified or not.
|
NotificationChannel.VerificationStatus |
NotificationChannel.Builder.getVerificationStatus()
Indicates whether this channel has been verified or not.
|
NotificationChannel.VerificationStatus |
NotificationChannelOrBuilder.getVerificationStatus()
Indicates whether this channel has been verified or not.
|
static NotificationChannel.VerificationStatus |
NotificationChannel.VerificationStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NotificationChannel.VerificationStatus |
NotificationChannel.VerificationStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NotificationChannel.VerificationStatus |
NotificationChannel.VerificationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationChannel.VerificationStatus[] |
NotificationChannel.VerificationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<NotificationChannel.VerificationStatus> |
NotificationChannel.VerificationStatus.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChannel.Builder |
NotificationChannel.Builder.setVerificationStatus(NotificationChannel.VerificationStatus value)
Indicates whether this channel has been verified or not.
|
Copyright © 2024 Google LLC. All rights reserved.