Uses of Class
com.google.cloud.bigquery.storage.v1.ReadStream
-
Packages that use ReadStream Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of ReadStream in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return ReadStream Modifier and Type Method Description ReadStreamReadStream.Builder. build()ReadStreamReadStream.Builder. buildPartial()static ReadStreamReadStream. getDefaultInstance()ReadStreamReadStream.Builder. getDefaultInstanceForType()ReadStreamReadStream. getDefaultInstanceForType()ReadStreamSplitReadStreamResponse.Builder. getPrimaryStream()Primary stream, which contains the beginning portion of |original_stream|.ReadStreamSplitReadStreamResponse. getPrimaryStream()Primary stream, which contains the beginning portion of |original_stream|.ReadStreamSplitReadStreamResponseOrBuilder. getPrimaryStream()Primary stream, which contains the beginning portion of |original_stream|.ReadStreamSplitReadStreamResponse.Builder. getRemainderStream()Remainder stream, which contains the tail of |original_stream|.ReadStreamSplitReadStreamResponse. getRemainderStream()Remainder stream, which contains the tail of |original_stream|.ReadStreamSplitReadStreamResponseOrBuilder. getRemainderStream()Remainder stream, which contains the tail of |original_stream|.ReadStreamReadSession.Builder. getStreams(int index)Output only.ReadStreamReadSession. getStreams(int index)Output only.ReadStreamReadSessionOrBuilder. getStreams(int index)Output only.static ReadStreamReadStream. parseDelimitedFrom(InputStream input)static ReadStreamReadStream. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadStreamReadStream. parseFrom(byte[] data)static ReadStreamReadStream. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadStreamReadStream. parseFrom(com.google.protobuf.ByteString data)static ReadStreamReadStream. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadStreamReadStream. parseFrom(com.google.protobuf.CodedInputStream input)static ReadStreamReadStream. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadStreamReadStream. parseFrom(InputStream input)static ReadStreamReadStream. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadStreamReadStream. parseFrom(ByteBuffer data)static ReadStreamReadStream. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type ReadStream Modifier and Type Method Description com.google.protobuf.Parser<ReadStream>ReadStream. getParserForType()List<ReadStream>ReadSession.Builder. getStreamsList()Output only.List<ReadStream>ReadSession. getStreamsList()Output only.List<ReadStream>ReadSessionOrBuilder. getStreamsList()Output only.static com.google.protobuf.Parser<ReadStream>ReadStream. parser()Methods in com.google.cloud.bigquery.storage.v1 with parameters of type ReadStream Modifier and Type Method Description ReadSession.BuilderReadSession.Builder. addStreams(int index, ReadStream value)Output only.ReadSession.BuilderReadSession.Builder. addStreams(ReadStream value)Output only.ReadStream.BuilderReadStream.Builder. mergeFrom(ReadStream other)SplitReadStreamResponse.BuilderSplitReadStreamResponse.Builder. mergePrimaryStream(ReadStream value)Primary stream, which contains the beginning portion of |original_stream|.SplitReadStreamResponse.BuilderSplitReadStreamResponse.Builder. mergeRemainderStream(ReadStream value)Remainder stream, which contains the tail of |original_stream|.static ReadStream.BuilderReadStream. newBuilder(ReadStream prototype)SplitReadStreamResponse.BuilderSplitReadStreamResponse.Builder. setPrimaryStream(ReadStream value)Primary stream, which contains the beginning portion of |original_stream|.SplitReadStreamResponse.BuilderSplitReadStreamResponse.Builder. setRemainderStream(ReadStream value)Remainder stream, which contains the tail of |original_stream|.ReadSession.BuilderReadSession.Builder. setStreams(int index, ReadStream value)Output only.Method parameters in com.google.cloud.bigquery.storage.v1 with type arguments of type ReadStream Modifier and Type Method Description ReadSession.BuilderReadSession.Builder. addAllStreams(Iterable<? extends ReadStream> values)Output only.
-