Interface RemoteConfigEventDataOrBuilder (0.14.1)

public interface RemoteConfigEventDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

The user-provided description of the corresponding Remote Config template.

string description = 4;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

The user-provided description of the corresponding Remote Config template.

string description = 4;

Returns
TypeDescription
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
TypeDescription
long

The rollbackSource.

getUpdateOrigin()

public abstract RemoteConfigUpdateOrigin getUpdateOrigin()

Where the update action originated.

.google.events.firebase.remoteconfig.v1.RemoteConfigUpdateOrigin update_origin = 5;

Returns
TypeDescription
RemoteConfigUpdateOrigin

The updateOrigin.

getUpdateOriginValue()

public abstract int getUpdateOriginValue()

Where the update action originated.

.google.events.firebase.remoteconfig.v1.RemoteConfigUpdateOrigin update_origin = 5;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
TimestampOrBuilder

getUpdateType()

public abstract RemoteConfigUpdateType getUpdateType()

What type of update was made.

.google.events.firebase.remoteconfig.v1.RemoteConfigUpdateType update_type = 6;

Returns
TypeDescription
RemoteConfigUpdateType

The updateType.

getUpdateTypeValue()

public abstract int getUpdateTypeValue()

What type of update was made.

.google.events.firebase.remoteconfig.v1.RemoteConfigUpdateType update_type = 6;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
RemoteConfigUserOrBuilder

getVersionNumber()

public abstract long getVersionNumber()

The version number of the version's corresponding Remote Config template.

int64 version_number = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the updateUser field is set.