public final class RemoteConfigUser extends GeneratedMessageV3 implements RemoteConfigUserOrBuilder
All the fields associated with the person/service account that wrote a Remote Config template.
Protobuf type google.events.firebase.remoteconfig.v1.RemoteConfigUser
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > RemoteConfigUserImplements
RemoteConfigUserOrBuilderStatic Fields
EMAIL_FIELD_NUMBER
public static final int EMAIL_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
IMAGE_URL_FIELD_NUMBER
public static final int IMAGE_URL_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static RemoteConfigUser getDefaultInstance()
Returns | |
---|---|
Type | Description |
RemoteConfigUser |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static RemoteConfigUser.Builder newBuilder()
Returns | |
---|---|
Type | Description |
RemoteConfigUser.Builder |
newBuilder(RemoteConfigUser prototype)
public static RemoteConfigUser.Builder newBuilder(RemoteConfigUser prototype)
Parameter | |
---|---|
Name | Description |
prototype |
RemoteConfigUser |
Returns | |
---|---|
Type | Description |
RemoteConfigUser.Builder |
parseDelimitedFrom(InputStream input)
public static RemoteConfigUser parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
RemoteConfigUser |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RemoteConfigUser parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
RemoteConfigUser |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static RemoteConfigUser parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
RemoteConfigUser |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RemoteConfigUser parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
RemoteConfigUser |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static RemoteConfigUser parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
RemoteConfigUser |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RemoteConfigUser parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
RemoteConfigUser |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static RemoteConfigUser parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
RemoteConfigUser |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RemoteConfigUser parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
RemoteConfigUser |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static RemoteConfigUser parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
RemoteConfigUser |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RemoteConfigUser parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
RemoteConfigUser |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static RemoteConfigUser parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
RemoteConfigUser |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RemoteConfigUser parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
RemoteConfigUser |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<RemoteConfigUser> parser()
Returns | |
---|---|
Type | Description |
Parser<RemoteConfigUser> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public RemoteConfigUser getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
RemoteConfigUser |
getEmail()
public String getEmail()
Email address.
string email = 2;
Returns | |
---|---|
Type | Description |
String |
The email. |
getEmailBytes()
public ByteString getEmailBytes()
Email address.
string email = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for email. |
getImageUrl()
public String getImageUrl()
Image URL.
string image_url = 3;
Returns | |
---|---|
Type | Description |
String |
The imageUrl. |
getImageUrlBytes()
public ByteString getImageUrlBytes()
Image URL.
string image_url = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for imageUrl. |
getName()
public String getName()
Display name.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Display name.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getParserForType()
public Parser<RemoteConfigUser> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<RemoteConfigUser> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public RemoteConfigUser.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
RemoteConfigUser.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RemoteConfigUser.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
RemoteConfigUser.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public RemoteConfigUser.Builder toBuilder()
Returns | |
---|---|
Type | Description |
RemoteConfigUser.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |