Enum RemoteConfigUpdateOrigin (0.14.1)

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

ProtocolMessageEnum

Static Fields

NameDescription
ADMIN_SDK_NODE

The update came from the Firebase Admin Node SDK.

ADMIN_SDK_NODE = 3;

ADMIN_SDK_NODE_VALUE

The update came from the Firebase Admin Node SDK.

ADMIN_SDK_NODE = 3;

CONSOLE

The update came from the Firebase UI.

CONSOLE = 1;

CONSOLE_VALUE

The update came from the Firebase UI.

CONSOLE = 1;

REMOTE_CONFIG_UPDATE_ORIGIN_UNSPECIFIED

Catch-all for unrecognized values.

REMOTE_CONFIG_UPDATE_ORIGIN_UNSPECIFIED = 0;

REMOTE_CONFIG_UPDATE_ORIGIN_UNSPECIFIED_VALUE

Catch-all for unrecognized values.

REMOTE_CONFIG_UPDATE_ORIGIN_UNSPECIFIED = 0;

REST_API

The update came from the Remote Config REST API.

REST_API = 2;

REST_API_VALUE

The update came from the Remote Config REST API.

REST_API = 2;

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()