Google Cloud BigQuery Migration V2 Client - Class Literal (1.1.0)

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

Literal data.

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

Namespace

Google \ Cloud \ BigQuery \ Migration \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ literal_string string

Literal string data.

↳ literal_bytes string

Literal byte data.

↳ relative_path string

Required. The identifier of the literal entry.

getLiteralString

Literal string data.

Returns
Type Description
string

hasLiteralString

setLiteralString

Literal string data.

Parameter
Name Description
var string
Returns
Type Description
$this

getLiteralBytes

Literal byte data.

Returns
Type Description
string

hasLiteralBytes

setLiteralBytes

Literal byte data.

Parameter
Name Description
var string
Returns
Type Description
$this

getRelativePath

Required. The identifier of the literal entry.

Returns
Type Description
string

setRelativePath

Required. The identifier of the literal entry.

Parameter
Name Description
var string
Returns
Type Description
$this

getLiteralData

Returns
Type Description
string