Uses of Class
com.google.storage.v2.ReadRange
-
Uses of ReadRange in com.google.storage.v2
Methods in com.google.storage.v2 that return ReadRangeModifier and TypeMethodDescriptionReadRange.Builder.build()ReadRange.Builder.buildPartial()static ReadRangeReadRange.getDefaultInstance()ReadRange.Builder.getDefaultInstanceForType()ReadRange.getDefaultInstanceForType()ObjectRangeData.Builder.getReadRange()The `ReadRange` describes the content being returned with `read_id` set to the corresponding `ReadObjectRequest` in the stream.ObjectRangeData.getReadRange()The `ReadRange` describes the content being returned with `read_id` set to the corresponding `ReadObjectRequest` in the stream.ObjectRangeDataOrBuilder.getReadRange()The `ReadRange` describes the content being returned with `read_id` set to the corresponding `ReadObjectRequest` in the stream.BidiReadObjectRequest.Builder.getReadRanges(int index) Optional.BidiReadObjectRequest.getReadRanges(int index) Optional.BidiReadObjectRequestOrBuilder.getReadRanges(int index) Optional.static ReadRangeReadRange.parseDelimitedFrom(InputStream input) static ReadRangeReadRange.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadRangeReadRange.parseFrom(byte[] data) static ReadRangeReadRange.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadRangeReadRange.parseFrom(com.google.protobuf.ByteString data) static ReadRangeReadRange.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadRangeReadRange.parseFrom(com.google.protobuf.CodedInputStream input) static ReadRangeReadRange.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadRangeReadRange.parseFrom(InputStream input) static ReadRangeReadRange.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReadRangeReadRange.parseFrom(ByteBuffer data) static ReadRangeReadRange.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.storage.v2 that return types with arguments of type ReadRangeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ReadRange>ReadRange.getParserForType()BidiReadObjectRequest.Builder.getReadRangesList()Optional.BidiReadObjectRequest.getReadRangesList()Optional.BidiReadObjectRequestOrBuilder.getReadRangesList()Optional.static com.google.protobuf.Parser<ReadRange>ReadRange.parser()Methods in com.google.storage.v2 with parameters of type ReadRangeModifier and TypeMethodDescriptionBidiReadObjectRequest.Builder.addReadRanges(int index, ReadRange value) Optional.BidiReadObjectRequest.Builder.addReadRanges(ReadRange value) Optional.ObjectRangeData.Builder.mergeReadRange(ReadRange value) The `ReadRange` describes the content being returned with `read_id` set to the corresponding `ReadObjectRequest` in the stream.static ReadRange.BuilderReadRange.newBuilder(ReadRange prototype) ObjectRangeData.Builder.setReadRange(ReadRange value) The `ReadRange` describes the content being returned with `read_id` set to the corresponding `ReadObjectRequest` in the stream.BidiReadObjectRequest.Builder.setReadRanges(int index, ReadRange value) Optional.Method parameters in com.google.storage.v2 with type arguments of type ReadRangeModifier and TypeMethodDescriptionBidiReadObjectRequest.Builder.addAllReadRanges(Iterable<? extends ReadRange> values) Optional.