Google BigQuery Storage v1 API - Class AppendRowsRequest.Types.ProtoData (3.14.0)

public sealed class AppendRowsRequest.Types.ProtoData : IMessage<AppendRowsRequest.Types.ProtoData>, IEquatable<AppendRowsRequest.Types.ProtoData>, IDeepCloneable<AppendRowsRequest.Types.ProtoData>, IBufferMessage, IMessage

Reference documentation and code samples for the Google BigQuery Storage v1 API class AppendRowsRequest.Types.ProtoData.

ProtoData contains the data rows and schema when constructing append requests.

Inheritance

object > AppendRowsRequest.Types.ProtoData

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Constructors

ProtoData()

public ProtoData()

ProtoData(ProtoData)

public ProtoData(AppendRowsRequest.Types.ProtoData other)
Parameter
NameDescription
otherAppendRowsRequestTypesProtoData

Properties

Rows

public ProtoRows Rows { get; set; }

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.

Property Value
TypeDescription
ProtoRows

WriterSchema

public ProtoSchema WriterSchema { get; set; }

The protocol buffer schema used to serialize the data. Provide this value whenever:

  • You send the first request of an RPC connection.

  • You change the input schema.

  • You specify a new destination table.

Property Value
TypeDescription
ProtoSchema