Google Cloud Private Catalog V1beta1 Client - Class AssetValidationState (0.6.2)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ AssetReference
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
ASSET_VALIDATION_STATE_UNSPECIFIED
Value: 0
Unknown state.
Generated from protobuf enum ASSET_VALIDATION_STATE_UNSPECIFIED = 0;
PENDING
Value: 1
The validation is still in process.
Generated from protobuf enum PENDING = 1;
VALID
Value: 2
The validation is done and the asset reference is valid.
Generated from protobuf enum VALID = 2;
INVALID
Value: 3
The validation is done and the asset reference is invalid.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-11 UTC."],[],[]]