public interface RemoteConfigUserOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEmail()
public abstract String getEmail()
Email address.
string email = 2;
Returns | |
---|---|
Type | Description |
String |
The email. |
getEmailBytes()
public abstract ByteString getEmailBytes()
Email address.
string email = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for email. |
getImageUrl()
public abstract String getImageUrl()
Image URL.
string image_url = 3;
Returns | |
---|---|
Type | Description |
String |
The imageUrl. |
getImageUrlBytes()
public abstract ByteString getImageUrlBytes()
Image URL.
string image_url = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for imageUrl. |
getName()
public abstract String getName()
Display name.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Display name.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |