Google BigQuery Storage v1 API - Class AppendRowsRequest.Types.ProtoData (3.7.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; }

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.

Property Value
TypeDescription
ProtoSchema