public static interface FieldOperationMetadata.TtlConfigDeltaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for changeType. |