Uses of Enum
com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType
-
Uses of FieldOperationMetadata.IndexConfigDelta.ChangeType in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return FieldOperationMetadata.IndexConfigDelta.ChangeTypeModifier and TypeMethodDescriptionFieldOperationMetadata.IndexConfigDelta.ChangeType.forNumber(int value) FieldOperationMetadata.IndexConfigDelta.Builder.getChangeType()Specifies how the index is changing.FieldOperationMetadata.IndexConfigDelta.getChangeType()Specifies how the index is changing.FieldOperationMetadata.IndexConfigDeltaOrBuilder.getChangeType()Specifies how the index is changing.FieldOperationMetadata.IndexConfigDelta.ChangeType.valueOf(int value) Deprecated.FieldOperationMetadata.IndexConfigDelta.ChangeType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.FieldOperationMetadata.IndexConfigDelta.ChangeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.firestore.admin.v1 that return types with arguments of type FieldOperationMetadata.IndexConfigDelta.ChangeTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FieldOperationMetadata.IndexConfigDelta.ChangeType>FieldOperationMetadata.IndexConfigDelta.ChangeType.internalGetValueMap()Methods in com.google.firestore.admin.v1 with parameters of type FieldOperationMetadata.IndexConfigDelta.ChangeTypeModifier and TypeMethodDescriptionFieldOperationMetadata.IndexConfigDelta.Builder.setChangeType(FieldOperationMetadata.IndexConfigDelta.ChangeType value) Specifies how the index is changing.