Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -162,17 +162,6 @@ message ExportDocumentsResponse {
string output_uri_prefix = 1;
}

// Describes the progress of the operation.
// Unit of work is generic and must be interpreted based on where [Progress][google.firestore.admin.v1.Progress]
// is used.
message Progress {
// The amount of work estimated.
int64 estimated_work = 1;

// The amount of work completed.
int64 completed_work = 2;
}

// Describes the state of the operation.
enum OperationState {
// Unspecified.
Expand Down Expand Up @@ -201,3 +190,14 @@ enum OperationState {
// google.longrunning.Operations.CancelOperation.
CANCELLED = 7;
}

// Describes the progress of the operation.
// Unit of work is generic and must be interpreted based on where [Progress][google.firestore.admin.v1.Progress]
// is used.
message Progress {
// The amount of work estimated.
int64 estimated_work = 1;

// The amount of work completed.
int64 completed_work = 2;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading