Enum FieldOperationMetadata.TtlConfigDelta.ChangeType (3.20.0)

public enum FieldOperationMetadata.TtlConfigDelta.ChangeType extends Enum<FieldOperationMetadata.TtlConfigDelta.ChangeType> implements ProtocolMessageEnum

Specifies how the TTL config is changing.

Protobuf enum google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ADD

The TTL config is being added.

ADD = 1;

ADD_VALUE

The TTL config is being added.

ADD = 1;

CHANGE_TYPE_UNSPECIFIED

The type of change is not specified or known.

CHANGE_TYPE_UNSPECIFIED = 0;

CHANGE_TYPE_UNSPECIFIED_VALUE

The type of change is not specified or known.

CHANGE_TYPE_UNSPECIFIED = 0;

REMOVE

The TTL config is being removed.

REMOVE = 2;

REMOVE_VALUE

The TTL config is being removed.

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