Uses of Class
com.google.cloud.bigquery.storage.v1.ProtoRows.Builder
-
Packages that use ProtoRows.Builder Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of ProtoRows.Builder in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return ProtoRows.Builder Modifier and Type Method Description ProtoRows.Builder
ProtoRows.Builder. addAllSerializedRows(Iterable<? extends com.google.protobuf.ByteString> values)
A sequence of rows serialized as a Protocol Buffer.ProtoRows.Builder
ProtoRows.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ProtoRows.Builder
ProtoRows.Builder. addSerializedRows(com.google.protobuf.ByteString value)
A sequence of rows serialized as a Protocol Buffer.ProtoRows.Builder
ProtoRows.Builder. clear()
ProtoRows.Builder
ProtoRows.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ProtoRows.Builder
ProtoRows.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ProtoRows.Builder
ProtoRows.Builder. clearSerializedRows()
A sequence of rows serialized as a Protocol Buffer.ProtoRows.Builder
ProtoRows.Builder. clone()
ProtoRows.Builder
AppendRowsRequest.ProtoData.Builder. getRowsBuilder()
Serialized row data in protobuf message format.ProtoRows.Builder
ProtoRows.Builder. mergeFrom(ProtoRows other)
ProtoRows.Builder
ProtoRows.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ProtoRows.Builder
ProtoRows.Builder. mergeFrom(com.google.protobuf.Message other)
ProtoRows.Builder
ProtoRows.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static ProtoRows.Builder
ProtoRows. newBuilder()
static ProtoRows.Builder
ProtoRows. newBuilder(ProtoRows prototype)
ProtoRows.Builder
ProtoRows. newBuilderForType()
protected ProtoRows.Builder
ProtoRows. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
ProtoRows.Builder
ProtoRows.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ProtoRows.Builder
ProtoRows.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ProtoRows.Builder
ProtoRows.Builder. setSerializedRows(int index, com.google.protobuf.ByteString value)
A sequence of rows serialized as a Protocol Buffer.ProtoRows.Builder
ProtoRows.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ProtoRows.Builder
ProtoRows. toBuilder()
Methods in com.google.cloud.bigquery.storage.v1 with parameters of type ProtoRows.Builder Modifier and Type Method Description AppendRowsRequest.ProtoData.Builder
AppendRowsRequest.ProtoData.Builder. setRows(ProtoRows.Builder builderForValue)
Serialized row data in protobuf message format.
-