Interface RemoteConfigUserOrBuilder (0.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
public interface RemoteConfigUserOrBuilder extends MessageOrBuilder
Methods
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface RemoteConfigUserOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.firebase.remoteconfig.v1.RemoteConfigUserOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.firebase.remoteconfig.v1.RemoteConfigUserOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.firebase.remoteconfig.v1.RemoteConfigUserOrBuilder) \n\n public interface RemoteConfigUserOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getEmail()\n\n public abstract String getEmail()\n\nEmail address.\n\n`string email = 2;`\n\n### getEmailBytes()\n\n public abstract ByteString getEmailBytes()\n\nEmail address.\n\n`string email = 2;`\n\n### getImageUrl()\n\n public abstract String getImageUrl()\n\nImage URL.\n\n`string image_url = 3;`\n\n### getImageUrlBytes()\n\n public abstract ByteString getImageUrlBytes()\n\nImage URL.\n\n`string image_url = 3;`\n\n### getName()\n\n public abstract String getName()\n\nDisplay name.\n\n`string name = 1;`\n\n### getNameBytes()\n\n public abstract ByteString getNameBytes()\n\nDisplay name.\n\n`string name = 1;`"]]