Index
OperationMetadata
(message)OperationMetadata.State
(enum)
OperationMetadata
Contains metadata for longrunning operation for the edit Metrics Scope endpoints.
Fields | |
---|---|
state |
Current state of the batch operation. |
create_time |
The time when the batch request was received. |
update_time |
The time when the operation result was last updated. |
State
Batch operation states.
Enums | |
---|---|
STATE_UNSPECIFIED |
Invalid. |
CREATED |
Request has been received. |
RUNNING |
Request is actively being processed. |
DONE |
The batch processing is done. |
CANCELLED |
The batch processing was cancelled. |