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) Provides a list of 0 or more (up to 100) ranges to read.BidiReadObjectRequest.getReadRanges(int index) Provides a list of 0 or more (up to 100) ranges to read.BidiReadObjectRequestOrBuilder.getReadRanges(int index) Provides a list of 0 or more (up to 100) ranges to read.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()Provides a list of 0 or more (up to 100) ranges to read.BidiReadObjectRequest.getReadRangesList()Provides a list of 0 or more (up to 100) ranges to read.BidiReadObjectRequestOrBuilder.getReadRangesList()Provides a list of 0 or more (up to 100) ranges to read.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) Provides a list of 0 or more (up to 100) ranges to read.BidiReadObjectRequest.Builder.addReadRanges(ReadRange value) Provides a list of 0 or more (up to 100) ranges to read.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) Provides a list of 0 or more (up to 100) ranges to read.Method parameters in com.google.storage.v2 with type arguments of type ReadRangeModifier and TypeMethodDescriptionBidiReadObjectRequest.Builder.addAllReadRanges(Iterable<? extends ReadRange> values) Provides a list of 0 or more (up to 100) ranges to read.