Google Cloud Data Fusion V1 Client - Class Type (0.2.11)

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

Methods

name

Parameter
NameDescription
value mixed

value

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