Uses of Class
com.google.cloud.bigquery.storage.v1.ProtoRows
-
Packages that use ProtoRows Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of ProtoRows in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return ProtoRows Modifier and Type Method Description ProtoRows
ProtoRows.Builder. build()
ProtoRows
ProtoRows.Builder. buildPartial()
static ProtoRows
ProtoRows. getDefaultInstance()
ProtoRows
ProtoRows.Builder. getDefaultInstanceForType()
ProtoRows
ProtoRows. getDefaultInstanceForType()
ProtoRows
AppendRowsRequest.ProtoData.Builder. getRows()
Serialized row data in protobuf message format.ProtoRows
AppendRowsRequest.ProtoData. getRows()
Serialized row data in protobuf message format.ProtoRows
AppendRowsRequest.ProtoDataOrBuilder. getRows()
Serialized row data in protobuf message format.static ProtoRows
ProtoRows. parseDelimitedFrom(InputStream input)
static ProtoRows
ProtoRows. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProtoRows
ProtoRows. parseFrom(byte[] data)
static ProtoRows
ProtoRows. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProtoRows
ProtoRows. parseFrom(com.google.protobuf.ByteString data)
static ProtoRows
ProtoRows. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProtoRows
ProtoRows. parseFrom(com.google.protobuf.CodedInputStream input)
static ProtoRows
ProtoRows. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProtoRows
ProtoRows. parseFrom(InputStream input)
static ProtoRows
ProtoRows. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProtoRows
ProtoRows. parseFrom(ByteBuffer data)
static ProtoRows
ProtoRows. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type ProtoRows Modifier and Type Method Description com.google.protobuf.Parser<ProtoRows>
ProtoRows. getParserForType()
static com.google.protobuf.Parser<ProtoRows>
ProtoRows. parser()
Methods in com.google.cloud.bigquery.storage.v1 with parameters of type ProtoRows Modifier and Type Method Description com.google.api.core.ApiFuture<AppendRowsResponse>
StreamWriter. append(ProtoRows rows)
Schedules the writing of rows at the end of current stream.com.google.api.core.ApiFuture<AppendRowsResponse>
StreamWriter. append(ProtoRows rows, long offset)
Schedules the writing of rows at given offset.com.google.api.core.ApiFuture<AppendRowsResponse>
StreamWriter.SingleConnectionOrConnectionPool. append(StreamWriter streamWriter, ProtoRows protoRows, long offset)
ProtoRows.Builder
ProtoRows.Builder. mergeFrom(ProtoRows other)
AppendRowsRequest.ProtoData.Builder
AppendRowsRequest.ProtoData.Builder. mergeRows(ProtoRows value)
Serialized row data in protobuf message format.static ProtoRows.Builder
ProtoRows. newBuilder(ProtoRows prototype)
AppendRowsRequest.ProtoData.Builder
AppendRowsRequest.ProtoData.Builder. setRows(ProtoRows value)
Serialized row data in protobuf message format.
-