Google BigQuery Storage V1 Client - Class Mode (1.9.0)

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 \ TableFieldSchema

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MODE_UNSPECIFIED

Value: 0

Illegal value

Generated from protobuf enum MODE_UNSPECIFIED = 0;

NULLABLE

Value: 1

Generated from protobuf enum NULLABLE = 1;

REQUIRED

Value: 2

Generated from protobuf enum REQUIRED = 2;

REPEATED

Value: 3

Generated from protobuf enum REPEATED = 3;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.