Uses of Class
com.google.cloud.bigquery.storage.v1beta2.ProtoRows.Builder
-
Uses of ProtoRows.Builder in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return ProtoRows.BuilderModifier and TypeMethodDescriptionProtoRows.Builder.addAllSerializedRows(Iterable<? extends com.google.protobuf.ByteString> values) A sequence of rows serialized as a Protocol Buffer.ProtoRows.Builder.addSerializedRows(com.google.protobuf.ByteString value) A sequence of rows serialized as a Protocol Buffer.ProtoRows.Builder.clear()ProtoRows.Builder.clearSerializedRows()A sequence of rows serialized as a Protocol Buffer.AppendRowsRequest.ProtoData.Builder.getRowsBuilder()Serialized row data in protobuf message format.ProtoRows.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ProtoRows.Builder.mergeFrom(com.google.protobuf.Message other) static ProtoRows.BuilderProtoRows.newBuilder()static ProtoRows.BuilderProtoRows.newBuilder(ProtoRows prototype) ProtoRows.newBuilderForType()protected ProtoRows.BuilderProtoRows.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ProtoRows.Builder.setSerializedRows(int index, com.google.protobuf.ByteString value) A sequence of rows serialized as a Protocol Buffer.ProtoRows.toBuilder()Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type ProtoRows.BuilderModifier and TypeMethodDescriptionAppendRowsRequest.ProtoData.Builder.setRows(ProtoRows.Builder builderForValue) Serialized row data in protobuf message format.