Reference documentation and code samples for the Google Cloud Data Fusion V1 Client class Type.
Each type represents the release availability of a CDF version
Protobuf type google.cloud.datafusion.v1.Version.Type
Namespace
Google \ Cloud \ DataFusion \ V1 \ VersionMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0
Version does not have availability yet
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
TYPE_PREVIEW
Value: 1
Version is under development and not considered stable
Generated from protobuf enum TYPE_PREVIEW = 1;
TYPE_GENERAL_AVAILABILITY
Value: 2
Version is available for public use
Generated from protobuf enum TYPE_GENERAL_AVAILABILITY = 2;