Reference documentation and code samples for the Google BigQuery Storage V1 Client class FieldElementType.
Represents the type of a field element.
Generated from protobuf message google.cloud.bigquery.storage.v1.TableFieldSchema.FieldElementType
Namespace
Google \ Cloud \ BigQuery \ Storage \ V1 \ TableFieldSchemaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ type |
int
Required. The type of a field element. |
getType
Required. The type of a field element.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Type. |
setType
Required. The type of a field element.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Type. |
| Returns | |
|---|---|
| Type | Description |
$this |
|