Uses of Class
com.google.cloud.bigquery.storage.v1beta2.ProtoRows
-
Packages that use ProtoRows Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage API -
-
Uses of ProtoRows in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return ProtoRows Modifier and Type Method Description ProtoRowsProtoRows.Builder. build()ProtoRowsProtoRows.Builder. buildPartial()static ProtoRowsProtoRows. getDefaultInstance()ProtoRowsProtoRows.Builder. getDefaultInstanceForType()ProtoRowsProtoRows. getDefaultInstanceForType()ProtoRowsAppendRowsRequest.ProtoData.Builder. getRows()Serialized row data in protobuf message format.ProtoRowsAppendRowsRequest.ProtoData. getRows()Serialized row data in protobuf message format.ProtoRowsAppendRowsRequest.ProtoDataOrBuilder. getRows()Serialized row data in protobuf message format.static ProtoRowsProtoRows. parseDelimitedFrom(InputStream input)static ProtoRowsProtoRows. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtoRowsProtoRows. parseFrom(byte[] data)static ProtoRowsProtoRows. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtoRowsProtoRows. parseFrom(com.google.protobuf.ByteString data)static ProtoRowsProtoRows. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtoRowsProtoRows. parseFrom(com.google.protobuf.CodedInputStream input)static ProtoRowsProtoRows. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtoRowsProtoRows. parseFrom(InputStream input)static ProtoRowsProtoRows. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProtoRowsProtoRows. parseFrom(ByteBuffer data)static ProtoRowsProtoRows. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.storage.v1beta2 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.v1beta2 with parameters of type ProtoRows Modifier and Type Method Description com.google.api.core.ApiFuture<AppendRowsResponse>StreamWriterV2. append(ProtoRows rows, long offset)Schedules the writing of a message.ProtoRows.BuilderProtoRows.Builder. mergeFrom(ProtoRows other)AppendRowsRequest.ProtoData.BuilderAppendRowsRequest.ProtoData.Builder. mergeRows(ProtoRows value)Serialized row data in protobuf message format.static ProtoRows.BuilderProtoRows. newBuilder(ProtoRows prototype)AppendRowsRequest.ProtoData.BuilderAppendRowsRequest.ProtoData.Builder. setRows(ProtoRows value)Serialized row data in protobuf message format.
-