public interface ObjectRangeDataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getChecksummedData()
public abstract ChecksummedData getChecksummedData()
A portion of the data for the object.
.google.storage.v2.ChecksummedData checksummed_data = 1;
Returns | |
---|---|
Type | Description |
ChecksummedData |
The checksummedData. |
getChecksummedDataOrBuilder()
public abstract ChecksummedDataOrBuilder getChecksummedDataOrBuilder()
A portion of the data for the object.
.google.storage.v2.ChecksummedData checksummed_data = 1;
Returns | |
---|---|
Type | Description |
ChecksummedDataOrBuilder |
getRangeEnd()
public abstract boolean getRangeEnd()
If set, indicates there are no more bytes to read for the given ReadRange.
bool range_end = 3;
Returns | |
---|---|
Type | Description |
boolean |
The rangeEnd. |
getReadRange()
public abstract ReadRange getReadRange()
The ReadRange describes the content being returned with read_id set to the corresponding ReadObjectRequest in the stream. Multiple ObjectRangeData messages may have the same read_id but increasing offsets. ReadObjectResponse messages with the same read_id are guaranteed to be delivered in increasing offset order.
.google.storage.v2.ReadRange read_range = 2;
Returns | |
---|---|
Type | Description |
ReadRange |
The readRange. |
getReadRangeOrBuilder()
public abstract ReadRangeOrBuilder getReadRangeOrBuilder()
The ReadRange describes the content being returned with read_id set to the corresponding ReadObjectRequest in the stream. Multiple ObjectRangeData messages may have the same read_id but increasing offsets. ReadObjectResponse messages with the same read_id are guaranteed to be delivered in increasing offset order.
.google.storage.v2.ReadRange read_range = 2;
Returns | |
---|---|
Type | Description |
ReadRangeOrBuilder |
hasChecksummedData()
public abstract boolean hasChecksummedData()
A portion of the data for the object.
.google.storage.v2.ChecksummedData checksummed_data = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the checksummedData field is set. |
hasReadRange()
public abstract boolean hasReadRange()
The ReadRange describes the content being returned with read_id set to the corresponding ReadObjectRequest in the stream. Multiple ObjectRangeData messages may have the same read_id but increasing offsets. ReadObjectResponse messages with the same read_id are guaranteed to be delivered in increasing offset order.
.google.storage.v2.ReadRange read_range = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the readRange field is set. |