public enum RemoteConfigUpdateType extends Enum<RemoteConfigUpdateType> implements ProtocolMessageEnum
Where the Remote Config update action originated.
Protobuf enum google.events.firebase.remoteconfig.v1.RemoteConfigUpdateType
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
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_VALUE | A forced update. The ETag was specified as "*" in an UpdateRemoteConfigRequest request or the "Force Update" button was pressed on the console. |
INCREMENTAL_UPDATE | A regular incremental update. |
INCREMENTAL_UPDATE_VALUE | A regular incremental update. |
REMOTE_CONFIG_UPDATE_TYPE_UNSPECIFIED | Catch-all for unrecognized enum values. |
REMOTE_CONFIG_UPDATE_TYPE_UNSPECIFIED_VALUE | Catch-all for unrecognized enum values. |
ROLLBACK | A rollback to a previous Remote Config template. |
ROLLBACK_VALUE | A rollback to a previous Remote Config template. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |