Module: Google::Cloud::ApiHub::V1::Dependency::State
- Defined in:
- proto_docs/google/cloud/apihub/v1/common_fields.rb
Overview
Possible states for a dependency.
Constant Summary collapse
- STATE_UNSPECIFIED =
Default value. This value is unused.
0
- PROPOSED =
Dependency will be in a proposed state when it is newly identified by the API hub on its own.
1
- VALIDATED =
Dependency will be in a validated state when it is validated by the admin or manually created in the API hub.
2