public interface UserInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
E-mail address of the user.
|
com.google.protobuf.ByteString |
getEmailBytes()
E-mail address of the user.
|
boolean |
hasEmail()
E-mail address of the user.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEmail()
E-mail address of the user.
optional string email = 1;String getEmail()
E-mail address of the user.
optional string email = 1;com.google.protobuf.ByteString getEmailBytes()
E-mail address of the user.
optional string email = 1;Copyright © 2023 Google LLC. All rights reserved.