public interface RemoteConfigEventDataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()
The user-provided description of the corresponding Remote Config template.
string description = 4;
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
The user-provided description of the corresponding Remote Config template.
string description = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getRollbackSource()
public abstract long getRollbackSource()
Only present if this version is the result of a rollback, and will be the version number of the Remote Config template that was rolled-back to.
int64 rollback_source = 7;
Returns | |
---|---|
Type | Description |
long |
The rollbackSource. |
getUpdateOrigin()
public abstract RemoteConfigUpdateOrigin getUpdateOrigin()
Where the update action originated.
.google.events.firebase.remoteconfig.v1.RemoteConfigUpdateOrigin update_origin = 5;
Returns | |
---|---|
Type | Description |
RemoteConfigUpdateOrigin |
The updateOrigin. |
getUpdateOriginValue()
public abstract int getUpdateOriginValue()
Where the update action originated.
.google.events.firebase.remoteconfig.v1.RemoteConfigUpdateOrigin update_origin = 5;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for updateOrigin. |
getUpdateTime()
public abstract Timestamp getUpdateTime()
When the Remote Config template was written to the Remote Config server.
.google.protobuf.Timestamp update_time = 2;
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
When the Remote Config template was written to the Remote Config server.
.google.protobuf.Timestamp update_time = 2;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getUpdateType()
public abstract RemoteConfigUpdateType getUpdateType()
What type of update was made.
.google.events.firebase.remoteconfig.v1.RemoteConfigUpdateType update_type = 6;
Returns | |
---|---|
Type | Description |
RemoteConfigUpdateType |
The updateType. |
getUpdateTypeValue()
public abstract int getUpdateTypeValue()
What type of update was made.
.google.events.firebase.remoteconfig.v1.RemoteConfigUpdateType update_type = 6;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for updateType. |
getUpdateUser()
public abstract RemoteConfigUser getUpdateUser()
Aggregation of all metadata fields about the account that performed the update.
.google.events.firebase.remoteconfig.v1.RemoteConfigUser update_user = 3;
Returns | |
---|---|
Type | Description |
RemoteConfigUser |
The updateUser. |
getUpdateUserOrBuilder()
public abstract RemoteConfigUserOrBuilder getUpdateUserOrBuilder()
Aggregation of all metadata fields about the account that performed the update.
.google.events.firebase.remoteconfig.v1.RemoteConfigUser update_user = 3;
Returns | |
---|---|
Type | Description |
RemoteConfigUserOrBuilder |
getVersionNumber()
public abstract long getVersionNumber()
The version number of the version's corresponding Remote Config template.
int64 version_number = 1;
Returns | |
---|---|
Type | Description |
long |
The versionNumber. |
hasUpdateTime()
public abstract boolean hasUpdateTime()
When the Remote Config template was written to the Remote Config server.
.google.protobuf.Timestamp update_time = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |
hasUpdateUser()
public abstract boolean hasUpdateUser()
Aggregation of all metadata fields about the account that performed the update.
.google.events.firebase.remoteconfig.v1.RemoteConfigUser update_user = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateUser field is set. |