public interface VerifyNotificationChannelRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
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`.
|
ByteString |
getCodeBytes()
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`.
|
java.lang.String |
getName()
The notification channel to verify.
|
ByteString |
getNameBytes()
The notification channel to verify.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
The notification channel to verify.
string name = 1;
ByteString getNameBytes()
The notification channel to verify.
string name = 1;
java.lang.String getCode()
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`. For example, one might have "G-123456" or "TKNZGhhd2EyN3I1MnRnMjRv" (in general, one is only guaranteed that the code is valid UTF-8; one should not make any assumptions regarding the structure or format of the code).
string code = 2;
ByteString getCodeBytes()
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`. For example, one might have "G-123456" or "TKNZGhhd2EyN3I1MnRnMjRv" (in general, one is only guaranteed that the code is valid UTF-8; one should not make any assumptions regarding the structure or format of the code).
string code = 2;