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