Reference documentation and code samples for the Google Cloud Workload Manager V1 Client class Type.
Possible types of external data sources like BigQuery table, etc.
Protobuf type google.cloud.workloadmanager.v1.Execution.ExternalDataSources.Type
Namespace
Google \ Cloud \ WorkloadManager \ V1 \ Execution \ ExternalDataSourcesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Unknown type.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
BIG_QUERY_TABLE
Value: 1BigQuery table.
Generated from protobuf enum BIG_QUERY_TABLE = 1;