Interface FieldOperationMetadata.TtlConfigDeltaOrBuilder (3.4.1)

public static interface FieldOperationMetadata.TtlConfigDeltaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChangeType()

public abstract FieldOperationMetadata.TtlConfigDelta.ChangeType getChangeType()

Specifies how the TTL configuration is changing.

.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1;

Returns
TypeDescription
FieldOperationMetadata.TtlConfigDelta.ChangeType

The changeType.

getChangeTypeValue()

public abstract int getChangeTypeValue()

Specifies how the TTL configuration is changing.

.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for changeType.