Interface AppendRowsRequest.ProtoDataOrBuilder (2.14.2)

public static interface AppendRowsRequest.ProtoDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRows()

public abstract ProtoRows getRows()

Serialized row data in protobuf message format.

.google.cloud.bigquery.storage.v1beta2.ProtoRows rows = 2;

Returns
TypeDescription
ProtoRows

The rows.

getRowsOrBuilder()

public abstract ProtoRowsOrBuilder getRowsOrBuilder()

Serialized row data in protobuf message format.

.google.cloud.bigquery.storage.v1beta2.ProtoRows rows = 2;

Returns
TypeDescription
ProtoRowsOrBuilder

getWriterSchema()

public abstract ProtoSchema getWriterSchema()

Proto schema used to serialize the data.

.google.cloud.bigquery.storage.v1beta2.ProtoSchema writer_schema = 1;

Returns
TypeDescription
ProtoSchema

The writerSchema.

getWriterSchemaOrBuilder()

public abstract ProtoSchemaOrBuilder getWriterSchemaOrBuilder()

Proto schema used to serialize the data.

.google.cloud.bigquery.storage.v1beta2.ProtoSchema writer_schema = 1;

Returns
TypeDescription
ProtoSchemaOrBuilder

hasRows()

public abstract boolean hasRows()

Serialized row data in protobuf message format.

.google.cloud.bigquery.storage.v1beta2.ProtoRows rows = 2;

Returns
TypeDescription
boolean

Whether the rows field is set.

hasWriterSchema()

public abstract boolean hasWriterSchema()

Proto schema used to serialize the data.

.google.cloud.bigquery.storage.v1beta2.ProtoSchema writer_schema = 1;

Returns
TypeDescription
boolean

Whether the writerSchema field is set.