Uses of Enum
com.google.firestore.admin.v1.OperationState
-
Uses of OperationState in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return OperationStateModifier and TypeMethodDescriptionstatic OperationStateOperationState.forNumber(int value) BulkDeleteDocumentsMetadata.Builder.getOperationState()The state of the operation.BulkDeleteDocumentsMetadata.getOperationState()The state of the operation.BulkDeleteDocumentsMetadataOrBuilder.getOperationState()The state of the operation.CloneDatabaseMetadata.Builder.getOperationState()The operation state of the clone.CloneDatabaseMetadata.getOperationState()The operation state of the clone.CloneDatabaseMetadataOrBuilder.getOperationState()The operation state of the clone.ExportDocumentsMetadata.Builder.getOperationState()The state of the export operation.ExportDocumentsMetadata.getOperationState()The state of the export operation.ExportDocumentsMetadataOrBuilder.getOperationState()The state of the export operation.ImportDocumentsMetadata.Builder.getOperationState()The state of the import operation.ImportDocumentsMetadata.getOperationState()The state of the import operation.ImportDocumentsMetadataOrBuilder.getOperationState()The state of the import operation.RestoreDatabaseMetadata.Builder.getOperationState()The operation state of the restore.RestoreDatabaseMetadata.getOperationState()The operation state of the restore.RestoreDatabaseMetadataOrBuilder.getOperationState()The operation state of the restore.FieldOperationMetadata.Builder.getState()The state of the operation.FieldOperationMetadata.getState()The state of the operation.FieldOperationMetadataOrBuilder.getState()The state of the operation.IndexOperationMetadata.Builder.getState()The state of the operation.IndexOperationMetadata.getState()The state of the operation.IndexOperationMetadataOrBuilder.getState()The state of the operation.static OperationStateOperationState.valueOf(int value) Deprecated.static OperationStateOperationState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static OperationStateReturns the enum constant of this type with the specified name.static OperationState[]OperationState.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 OperationStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<OperationState>OperationState.internalGetValueMap()Methods in com.google.firestore.admin.v1 with parameters of type OperationStateModifier and TypeMethodDescriptionBulkDeleteDocumentsMetadata.Builder.setOperationState(OperationState value) The state of the operation.CloneDatabaseMetadata.Builder.setOperationState(OperationState value) The operation state of the clone.ExportDocumentsMetadata.Builder.setOperationState(OperationState value) The state of the export operation.ImportDocumentsMetadata.Builder.setOperationState(OperationState value) The state of the import operation.RestoreDatabaseMetadata.Builder.setOperationState(OperationState value) The operation state of the restore.FieldOperationMetadata.Builder.setState(OperationState value) The state of the operation.IndexOperationMetadata.Builder.setState(OperationState value) The state of the operation.