public static interface AppendRowsRequest.ProtoDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ProtoRows |
getRows()
Serialized row data in protobuf message format.
|
ProtoRowsOrBuilder |
getRowsOrBuilder()
Serialized row data in protobuf message format.
|
ProtoSchema |
getWriterSchema()
Proto schema used to serialize the data.
|
ProtoSchemaOrBuilder |
getWriterSchemaOrBuilder()
Proto schema used to serialize the data.
|
boolean |
hasRows()
Serialized row data in protobuf message format.
|
boolean |
hasWriterSchema()
Proto schema used to serialize the data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWriterSchema()
Proto schema used to serialize the data.
.google.cloud.bigquery.storage.v1beta2.ProtoSchema writer_schema = 1;ProtoSchema getWriterSchema()
Proto schema used to serialize the data.
.google.cloud.bigquery.storage.v1beta2.ProtoSchema writer_schema = 1;ProtoSchemaOrBuilder getWriterSchemaOrBuilder()
Proto schema used to serialize the data.
.google.cloud.bigquery.storage.v1beta2.ProtoSchema writer_schema = 1;boolean hasRows()
Serialized row data in protobuf message format.
.google.cloud.bigquery.storage.v1beta2.ProtoRows rows = 2;ProtoRows getRows()
Serialized row data in protobuf message format.
.google.cloud.bigquery.storage.v1beta2.ProtoRows rows = 2;ProtoRowsOrBuilder getRowsOrBuilder()
Serialized row data in protobuf message format.
.google.cloud.bigquery.storage.v1beta2.ProtoRows rows = 2;Copyright © 2023 Google LLC. All rights reserved.