Module: Google::Cloud::Monitoring::MetricsScope::V1::OperationMetadata::State
- Defined in:
- proto_docs/google/monitoring/metricsscope/v1/metrics_scopes.rb
Overview
Batch operation states.
Constant Summary collapse
- STATE_UNSPECIFIED =
Invalid.
0
- CREATED =
Request has been received.
1
- RUNNING =
Request is actively being processed.
2
- DONE =
The batch processing is done.
3
- CANCELLED =
The batch processing was cancelled.
4