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: 0Source is Unspecified
Generated from protobuf enum SOURCE_TYPE_UNSPECIFIED = 0;
CUSTOM
Value: 1A custom source
Generated from protobuf enum CUSTOM = 1;
BIGQUERY
Value: 2BigQuery
Generated from protobuf enum BIGQUERY = 2;
DATA_FUSION
Value: 3Data Fusion
Generated from protobuf enum DATA_FUSION = 3;
COMPOSER
Value: 4Composer
Generated from protobuf enum COMPOSER = 4;
LOOKER_STUDIO
Value: 5Looker Studio
Generated from protobuf enum LOOKER_STUDIO = 5;
DATAPROC
Value: 6Dataproc
Generated from protobuf enum DATAPROC = 6;