Google Cloud Private Catalog V1beta1 Client - Class AssetValidationState (0.4.0)

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
NameDescription
value mixed

static::value

Parameter
NameDescription
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.

Generated from protobuf enum INVALID = 3;