Interface FieldOperationMetadata.TtlConfigDeltaOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FieldOperationMetadata.TtlConfigDelta, FieldOperationMetadata.TtlConfigDelta.Builder
Enclosing class:
FieldOperationMetadata

public static interface FieldOperationMetadata.TtlConfigDeltaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies how the TTL configuration is changing.
    int
    Specifies how the TTL configuration is changing.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getChangeTypeValue

      int getChangeTypeValue()
       Specifies how the TTL configuration is changing.
       
      .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1;
      Returns:
      The enum numeric value on the wire for changeType.
    • getChangeType

       Specifies how the TTL configuration is changing.
       
      .google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType change_type = 1;
      Returns:
      The changeType.