BigQuery Data Transfer V1 Client - Class Type (1.6.2)

Reference documentation and code samples for the BigQuery Data Transfer V1 Client class Type.

Parameter type.

Protobuf type google.cloud.bigquery.datatransfer.v1.DataSourceParameter.Type

Namespace

Google \ Cloud \ BigQuery \ DataTransfer \ V1 \ DataSourceParameter

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Type unspecified.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

STRING

Value: 1

String parameter.

Generated from protobuf enum STRING = 1;

INTEGER

Value: 2

Integer parameter (64-bits).

Will be serialized to json as string.

Generated from protobuf enum INTEGER = 2;

DOUBLE

Value: 3

Double precision floating point parameter.

Generated from protobuf enum DOUBLE = 3;

BOOLEAN

Value: 4

Boolean parameter.

Generated from protobuf enum BOOLEAN = 4;

RECORD

Value: 5

Deprecated. This field has no effect.

Generated from protobuf enum RECORD = 5;

PLUS_PAGE

Value: 6

Page ID for a Google+ Page.

Generated from protobuf enum PLUS_PAGE = 6;

PBLIST

Value: 7

List of strings parameter.

Generated from protobuf enum LIST = 7;