ProtoData contains the data rows and schema when constructing
append requests.
Attributes
Name
Description
writer_schema
google.cloud.bigquery_storage_v1.types.ProtoSchema
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.
rows
google.cloud.bigquery_storage_v1.types.ProtoRows
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]