Uses of Class
com.google.storage.v2.ObjectRangeData
-
Uses of ObjectRangeData in com.google.storage.v2
Methods in com.google.storage.v2 that return ObjectRangeDataModifier and TypeMethodDescriptionObjectRangeData.Builder.build()ObjectRangeData.Builder.buildPartial()static ObjectRangeDataObjectRangeData.getDefaultInstance()ObjectRangeData.Builder.getDefaultInstanceForType()ObjectRangeData.getDefaultInstanceForType()BidiReadObjectResponse.Builder.getObjectDataRanges(int index) A portion of the object's data.BidiReadObjectResponse.getObjectDataRanges(int index) A portion of the object's data.BidiReadObjectResponseOrBuilder.getObjectDataRanges(int index) A portion of the object's data.static ObjectRangeDataObjectRangeData.parseDelimitedFrom(InputStream input) static ObjectRangeDataObjectRangeData.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ObjectRangeDataObjectRangeData.parseFrom(byte[] data) static ObjectRangeDataObjectRangeData.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ObjectRangeDataObjectRangeData.parseFrom(com.google.protobuf.ByteString data) static ObjectRangeDataObjectRangeData.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ObjectRangeDataObjectRangeData.parseFrom(com.google.protobuf.CodedInputStream input) static ObjectRangeDataObjectRangeData.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ObjectRangeDataObjectRangeData.parseFrom(InputStream input) static ObjectRangeDataObjectRangeData.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ObjectRangeDataObjectRangeData.parseFrom(ByteBuffer data) static ObjectRangeDataObjectRangeData.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.storage.v2 that return types with arguments of type ObjectRangeDataModifier and TypeMethodDescriptionBidiReadObjectResponse.Builder.getObjectDataRangesList()A portion of the object's data.BidiReadObjectResponse.getObjectDataRangesList()A portion of the object's data.BidiReadObjectResponseOrBuilder.getObjectDataRangesList()A portion of the object's data.com.google.protobuf.Parser<ObjectRangeData>ObjectRangeData.getParserForType()static com.google.protobuf.Parser<ObjectRangeData>ObjectRangeData.parser()Methods in com.google.storage.v2 with parameters of type ObjectRangeDataModifier and TypeMethodDescriptionBidiReadObjectResponse.Builder.addObjectDataRanges(int index, ObjectRangeData value) A portion of the object's data.BidiReadObjectResponse.Builder.addObjectDataRanges(ObjectRangeData value) A portion of the object's data.ObjectRangeData.Builder.mergeFrom(ObjectRangeData other) static ObjectRangeData.BuilderObjectRangeData.newBuilder(ObjectRangeData prototype) BidiReadObjectResponse.Builder.setObjectDataRanges(int index, ObjectRangeData value) A portion of the object's data.Method parameters in com.google.storage.v2 with type arguments of type ObjectRangeDataModifier and TypeMethodDescriptionBidiReadObjectResponse.Builder.addAllObjectDataRanges(Iterable<? extends ObjectRangeData> values) A portion of the object's data.