Uses of Class
com.google.cloud.bigquery.storage.v1.ReadStream
-
Uses of ReadStream in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return ReadStreamModifier and TypeMethodDescriptionReadStream.Builder.build()ReadStream.Builder.buildPartial()static ReadStreamReadStream.getDefaultInstance()ReadStream.Builder.getDefaultInstanceForType()ReadStream.getDefaultInstanceForType()SplitReadStreamResponse.Builder.getPrimaryStream()Primary stream, which contains the beginning portion of |original_stream|.SplitReadStreamResponse.getPrimaryStream()Primary stream, which contains the beginning portion of |original_stream|.SplitReadStreamResponseOrBuilder.getPrimaryStream()Primary stream, which contains the beginning portion of |original_stream|.SplitReadStreamResponse.Builder.getRemainderStream()Remainder stream, which contains the tail of |original_stream|.SplitReadStreamResponse.getRemainderStream()Remainder stream, which contains the tail of |original_stream|.SplitReadStreamResponseOrBuilder.getRemainderStream()Remainder stream, which contains the tail of |original_stream|.ReadSession.Builder.getStreams(int index) Output only.ReadSession.getStreams(int index) Output only.ReadSessionOrBuilder.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 ReadStreamModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ReadStream>ReadStream.getParserForType()ReadSession.Builder.getStreamsList()Output only.ReadSession.getStreamsList()Output only.ReadSessionOrBuilder.getStreamsList()Output only.static com.google.protobuf.Parser<ReadStream>ReadStream.parser()Methods in com.google.cloud.bigquery.storage.v1 with parameters of type ReadStreamModifier and TypeMethodDescriptionReadSession.Builder.addStreams(int index, ReadStream value) Output only.ReadSession.Builder.addStreams(ReadStream value) Output only.ReadStream.Builder.mergeFrom(ReadStream other) SplitReadStreamResponse.Builder.mergePrimaryStream(ReadStream value) Primary stream, which contains the beginning portion of |original_stream|.SplitReadStreamResponse.Builder.mergeRemainderStream(ReadStream value) Remainder stream, which contains the tail of |original_stream|.static ReadStream.BuilderReadStream.newBuilder(ReadStream prototype) SplitReadStreamResponse.Builder.setPrimaryStream(ReadStream value) Primary stream, which contains the beginning portion of |original_stream|.SplitReadStreamResponse.Builder.setRemainderStream(ReadStream value) Remainder stream, which contains the tail of |original_stream|.ReadSession.Builder.setStreams(int index, ReadStream value) Output only.Method parameters in com.google.cloud.bigquery.storage.v1 with type arguments of type ReadStreamModifier and TypeMethodDescriptionReadSession.Builder.addAllStreams(Iterable<? extends ReadStream> values) Output only.