Module: Google::Cloud::FinancialServices::V1::BacktestResult::State
- Defined in:
- proto_docs/google/cloud/financialservices/v1/backtest_result.rb
Overview
The possible states of a resource.
Constant Summary collapse
- STATE_UNSPECIFIED =
State is unspecified, should not occur.
0
- CREATING =
The resource has not finished being created.
1
- ACTIVE =
The resource is active/ready to be used.
2
- UPDATING =
The resource is in the process of being updated.
3
- DELETING =
The resource is in the process of being deleted.
4