Reference documentation and code samples for the Google Cloud Private Catalog V1beta1 Client class AssetValidationState.
Possible validation steates of an asset reference.
Protobuf type google.cloud.privatecatalog.v1beta1.AssetReference.AssetValidationState
Namespace
Google \ Cloud \ PrivateCatalog \ V1beta1 \ AssetReferenceMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ASSET_VALIDATION_STATE_UNSPECIFIED
Value: 0Unknown state.
Generated from protobuf enum ASSET_VALIDATION_STATE_UNSPECIFIED = 0;
PENDING
Value: 1The validation is still in process.
Generated from protobuf enum PENDING = 1;
VALID
Value: 2The validation is done and the asset reference is valid.
Generated from protobuf enum VALID = 2;
INVALID
Value: 3The validation is done and the asset reference is invalid.
Generated from protobuf enum INVALID = 3;