Class protos.google.cloud.bigquery.storage.v1.ArrowRecordBatch (2.6.2)

Represents an ArrowRecordBatch.

Package

@google-cloud/bigquery-storage!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.bigquery.storage.v1.IArrowRecordBatch);

Constructs a new ArrowRecordBatch.

Parameter
NameDescription
properties IArrowRecordBatch

Properties to set

Properties

rowCount

public rowCount: (number|Long|string);

ArrowRecordBatch rowCount.

Property Value
TypeDescription
(number|Long|string)

serializedRecordBatch

public serializedRecordBatch: (Uint8Array|string);

ArrowRecordBatch serializedRecordBatch.

Property Value
TypeDescription
(Uint8Array|string)

Methods

create(properties)

public static create(properties?: google.cloud.bigquery.storage.v1.IArrowRecordBatch): google.cloud.bigquery.storage.v1.ArrowRecordBatch;

Creates a new ArrowRecordBatch instance using the specified properties.

Parameter
NameDescription
properties IArrowRecordBatch

Properties to set

Returns
TypeDescription
google.cloud.bigquery.storage.v1.ArrowRecordBatch

ArrowRecordBatch instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.bigquery.storage.v1.ArrowRecordBatch;

Decodes an ArrowRecordBatch message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.cloud.bigquery.storage.v1.ArrowRecordBatch

ArrowRecordBatch

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.bigquery.storage.v1.ArrowRecordBatch;

Decodes an ArrowRecordBatch message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.bigquery.storage.v1.ArrowRecordBatch

ArrowRecordBatch

encode(message, writer)

public static encode(message: google.cloud.bigquery.storage.v1.IArrowRecordBatch, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ArrowRecordBatch message. Does not implicitly messages.

Parameters
NameDescription
message IArrowRecordBatch

ArrowRecordBatch message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.bigquery.storage.v1.IArrowRecordBatch, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ArrowRecordBatch message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IArrowRecordBatch

ArrowRecordBatch message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.bigquery.storage.v1.ArrowRecordBatch;

Creates an ArrowRecordBatch message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
google.cloud.bigquery.storage.v1.ArrowRecordBatch

ArrowRecordBatch

toJSON()

public toJSON(): { [k: string]: any };

Converts this ArrowRecordBatch to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.bigquery.storage.v1.ArrowRecordBatch, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from an ArrowRecordBatch message. Also converts values to other types if specified.

Parameters
NameDescription
message google.cloud.bigquery.storage.v1.ArrowRecordBatch

ArrowRecordBatch

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies an ArrowRecordBatch message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not