Uses of Class
com.google.firestore.admin.v1.Progress.Builder
-
Uses of Progress.Builder in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return Progress.BuilderModifier and TypeMethodDescriptionProgress.Builder.clear()Progress.Builder.clearCompletedWork()The amount of work completed.Progress.Builder.clearEstimatedWork()The amount of work estimated.BulkDeleteDocumentsMetadata.Builder.getProgressBytesBuilder()The progress, in bytes, of this operation.ExportDocumentsMetadata.Builder.getProgressBytesBuilder()The progress, in bytes, of this operation.FieldOperationMetadata.Builder.getProgressBytesBuilder()The progress, in bytes, of this operation.ImportDocumentsMetadata.Builder.getProgressBytesBuilder()The progress, in bytes, of this operation.IndexOperationMetadata.Builder.getProgressBytesBuilder()The progress, in bytes, of this operation.BulkDeleteDocumentsMetadata.Builder.getProgressDocumentsBuilder()The progress, in documents, of this operation.ExportDocumentsMetadata.Builder.getProgressDocumentsBuilder()The progress, in documents, of this operation.FieldOperationMetadata.Builder.getProgressDocumentsBuilder()The progress, in documents, of this operation.ImportDocumentsMetadata.Builder.getProgressDocumentsBuilder()The progress, in documents, of this operation.IndexOperationMetadata.Builder.getProgressDocumentsBuilder()The progress, in documents, of this operation.CloneDatabaseMetadata.Builder.getProgressPercentageBuilder()How far along the clone is as an estimated percentage of remaining time.RestoreDatabaseMetadata.Builder.getProgressPercentageBuilder()How far along the restore is as an estimated percentage of remaining time.Progress.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Progress.Builder.mergeFrom(com.google.protobuf.Message other) static Progress.BuilderProgress.newBuilder()static Progress.BuilderProgress.newBuilder(Progress prototype) Progress.newBuilderForType()protected Progress.BuilderProgress.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Progress.Builder.setCompletedWork(long value) The amount of work completed.Progress.Builder.setEstimatedWork(long value) The amount of work estimated.Progress.toBuilder()Methods in com.google.firestore.admin.v1 with parameters of type Progress.BuilderModifier and TypeMethodDescriptionBulkDeleteDocumentsMetadata.Builder.setProgressBytes(Progress.Builder builderForValue) The progress, in bytes, of this operation.ExportDocumentsMetadata.Builder.setProgressBytes(Progress.Builder builderForValue) The progress, in bytes, of this operation.FieldOperationMetadata.Builder.setProgressBytes(Progress.Builder builderForValue) The progress, in bytes, of this operation.ImportDocumentsMetadata.Builder.setProgressBytes(Progress.Builder builderForValue) The progress, in bytes, of this operation.IndexOperationMetadata.Builder.setProgressBytes(Progress.Builder builderForValue) The progress, in bytes, of this operation.BulkDeleteDocumentsMetadata.Builder.setProgressDocuments(Progress.Builder builderForValue) The progress, in documents, of this operation.ExportDocumentsMetadata.Builder.setProgressDocuments(Progress.Builder builderForValue) The progress, in documents, of this operation.FieldOperationMetadata.Builder.setProgressDocuments(Progress.Builder builderForValue) The progress, in documents, of this operation.ImportDocumentsMetadata.Builder.setProgressDocuments(Progress.Builder builderForValue) The progress, in documents, of this operation.IndexOperationMetadata.Builder.setProgressDocuments(Progress.Builder builderForValue) The progress, in documents, of this operation.CloneDatabaseMetadata.Builder.setProgressPercentage(Progress.Builder builderForValue) How far along the clone is as an estimated percentage of remaining time.RestoreDatabaseMetadata.Builder.setProgressPercentage(Progress.Builder builderForValue) How far along the restore is as an estimated percentage of remaining time.