Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class SourceType.
Type of the source of a process.
Protobuf type google.cloud.datacatalog.lineage.v1.Origin.SourceType
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1 \ OriginMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SOURCE_TYPE_UNSPECIFIED
Value: 0
Source is Unspecified
Generated from protobuf enum SOURCE_TYPE_UNSPECIFIED = 0;
CUSTOM
Value: 1
A custom source
Generated from protobuf enum CUSTOM = 1;
BIGQUERY
Value: 2
BigQuery
Generated from protobuf enum BIGQUERY = 2;
DATA_FUSION
Value: 3
Data Fusion
Generated from protobuf enum DATA_FUSION = 3;
COMPOSER
Value: 4
Composer
Generated from protobuf enum COMPOSER = 4;
LOOKER_STUDIO
Value: 5
Looker Studio
Generated from protobuf enum LOOKER_STUDIO = 5;