Enum RemoteConfigUpdateType (0.14.1)

public enum RemoteConfigUpdateType extends Enum<RemoteConfigUpdateType> implements ProtocolMessageEnum

Where the Remote Config update action originated.

Protobuf enum google.events.firebase.remoteconfig.v1.RemoteConfigUpdateType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FORCED_UPDATE

A forced update. The ETag was specified as "*" in an UpdateRemoteConfigRequest request or the "Force Update" button was pressed on the console.

FORCED_UPDATE = 2;

FORCED_UPDATE_VALUE

A forced update. The ETag was specified as "*" in an UpdateRemoteConfigRequest request or the "Force Update" button was pressed on the console.

FORCED_UPDATE = 2;

INCREMENTAL_UPDATE

A regular incremental update.

INCREMENTAL_UPDATE = 1;

INCREMENTAL_UPDATE_VALUE

A regular incremental update.

INCREMENTAL_UPDATE = 1;

REMOTE_CONFIG_UPDATE_TYPE_UNSPECIFIED

Catch-all for unrecognized enum values.

REMOTE_CONFIG_UPDATE_TYPE_UNSPECIFIED = 0;

REMOTE_CONFIG_UPDATE_TYPE_UNSPECIFIED_VALUE

Catch-all for unrecognized enum values.

REMOTE_CONFIG_UPDATE_TYPE_UNSPECIFIED = 0;

ROLLBACK

A rollback to a previous Remote Config template.

ROLLBACK = 3;

ROLLBACK_VALUE

A rollback to a previous Remote Config template.

ROLLBACK = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()