public static interface CommunicationChannel.EmailOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
The email address, for example, "user@example.com".
|
ByteString |
getAddressBytes()
The email address, for example, "user@example.com".
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getAddress()
The email address, for example, "user@example.com".
string address = 1;ByteString getAddressBytes()
The email address, for example, "user@example.com".
string address = 1;Copyright © 2020 Google LLC. All rights reserved.