public interface ContactOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
An email address.
|
com.google.protobuf.ByteString |
getEmailBytes()
An email address.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEmail()
An email address. For example, "`person123@company.com`".
string email = 1;com.google.protobuf.ByteString getEmailBytes()
An email address. For example, "`person123@company.com`".
string email = 1;Copyright © 2023 Google LLC. All rights reserved.