Google BigQuery Storage V1 Client - Class Mode (1.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google BigQuery Storage V1 Client class Mode.
Protobuf type google.cloud.bigquery.storage.v1.TableFieldSchema.Mode
Namespace
Google \ Cloud \ BigQuery \ Storage \ V1 \ TableFieldSchemaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0Illegal value
Generated from protobuf enum MODE_UNSPECIFIED = 0;
NULLABLE
Value: 1Generated from protobuf enum NULLABLE = 1;
REQUIRED
Value: 2Generated from protobuf enum REQUIRED = 2;
REPEATED
Value: 3Generated from protobuf enum REPEATED = 3;