Google Cloud BigQuery Migration V2 Client - Class TypedValue (0.4.0)

Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class TypedValue.

A single strongly-typed value.

Generated from protobuf message google.cloud.bigquery.migration.v2.TypedValue

Namespace

Google \ Cloud \ BigQuery \ Migration \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ bool_value bool

A Boolean value: true or false.

↳ int64_value int|string

A 64-bit integer. Its range is approximately +/-9.2x10^18.

↳ double_value float

A 64-bit double-precision floating-point number. Its magnitude is approximately +/-10^(+/-300) and it has 16 significant digits of precision.

↳ string_value string

A variable-length string value.

↳ distribution_value Google\Api\Distribution

A distribution value.

getBoolValue

A Boolean value: true or false.

Returns
TypeDescription
bool

hasBoolValue

setBoolValue

A Boolean value: true or false.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getInt64Value

A 64-bit integer. Its range is approximately +/-9.2x10^18.

Returns
TypeDescription
int|string

hasInt64Value

setInt64Value

A 64-bit integer. Its range is approximately +/-9.2x10^18.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getDoubleValue

A 64-bit double-precision floating-point number. Its magnitude is approximately +/-10^(+/-300) and it has 16 significant digits of precision.

Returns
TypeDescription
float

hasDoubleValue

setDoubleValue

A 64-bit double-precision floating-point number. Its magnitude is approximately +/-10^(+/-300) and it has 16 significant digits of precision.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getStringValue

A variable-length string value.

Returns
TypeDescription
string

hasStringValue

setStringValue

A variable-length string value.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDistributionValue

A distribution value.

Returns
TypeDescription
Google\Api\Distribution|null

hasDistributionValue

setDistributionValue

A distribution value.

Parameter
NameDescription
var Google\Api\Distribution
Returns
TypeDescription
$this

getValue

Returns
TypeDescription
string