Module: Google::Cloud::PrivateCatalog::V1beta1::AssetReference::AssetValidationState
- Defined in:
- proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb
Overview
Possible validation steates of an asset reference.
Constant Summary collapse
- ASSET_VALIDATION_STATE_UNSPECIFIED =
Unknown state.
0
- PENDING =
The validation is still in process.
1
- VALID =
The validation is done and the asset reference is valid.
2
- INVALID =
The validation is done and the asset reference is invalid.
3