public enum RemoteConfigUpdateOrigin extends Enum<RemoteConfigUpdateOrigin> implements ProtocolMessageEnum
What type of update was associated with the Remote Config template version.
Protobuf enum google.events.firebase.remoteconfig.v1.RemoteConfigUpdateOrigin
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ADMIN_SDK_NODE |
The update came from the Firebase Admin Node SDK. |
ADMIN_SDK_NODE_VALUE |
The update came from the Firebase Admin Node SDK. |
CONSOLE |
The update came from the Firebase UI. |
CONSOLE_VALUE |
The update came from the Firebase UI. |
REMOTE_CONFIG_UPDATE_ORIGIN_UNSPECIFIED |
Catch-all for unrecognized values. |
REMOTE_CONFIG_UPDATE_ORIGIN_UNSPECIFIED_VALUE |
Catch-all for unrecognized values. |
REST_API |
The update came from the Remote Config REST API. |
REST_API_VALUE |
The update came from the Remote Config REST API. |
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() |