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. This value only needs to be provided as part of the first request on a gRPC network connection, and will be ignored for subsequent requests on the connection.
.google.cloud.bigquery.storage.v1.ProtoSchema writer_schema = 1;ProtoSchema getWriterSchema()
Proto schema used to serialize the data. This value only needs to be provided as part of the first request on a gRPC network connection, and will be ignored for subsequent requests on the connection.
.google.cloud.bigquery.storage.v1.ProtoSchema writer_schema = 1;ProtoSchemaOrBuilder getWriterSchemaOrBuilder()
Proto schema used to serialize the data. This value only needs to be provided as part of the first request on a gRPC network connection, and will be ignored for subsequent requests on the connection.
.google.cloud.bigquery.storage.v1.ProtoSchema writer_schema = 1;boolean hasRows()
Serialized row data in protobuf message format. Currently, the backend expects the serialized rows to adhere to proto2 semantics when appending rows, particularly with respect to how default values are encoded.
.google.cloud.bigquery.storage.v1.ProtoRows rows = 2;ProtoRows getRows()
Serialized row data in protobuf message format. Currently, the backend expects the serialized rows to adhere to proto2 semantics when appending rows, particularly with respect to how default values are encoded.
.google.cloud.bigquery.storage.v1.ProtoRows rows = 2;ProtoRowsOrBuilder getRowsOrBuilder()
Serialized row data in protobuf message format. Currently, the backend expects the serialized rows to adhere to proto2 semantics when appending rows, particularly with respect to how default values are encoded.
.google.cloud.bigquery.storage.v1.ProtoRows rows = 2;Copyright © 2023 Google LLC. All rights reserved.