Interface ObjectRangeDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ObjectRangeData, ObjectRangeData.Builder

public interface ObjectRangeDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A portion of the data for the object.
    A portion of the data for the object.
    boolean
    If set, indicates there are no more bytes to read for the given ReadRange.
    The ReadRange describes the content being returned with read_id set to the corresponding ReadObjectRequest in the stream.
    The ReadRange describes the content being returned with read_id set to the corresponding ReadObjectRequest in the stream.
    boolean
    A portion of the data for the object.
    boolean
    The ReadRange describes the content being returned with read_id set to the corresponding ReadObjectRequest in the stream.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasChecksummedData

      boolean hasChecksummedData()
       A portion of the data for the object.
       
      .google.storage.v2.ChecksummedData checksummed_data = 1;
      Returns:
      Whether the checksummedData field is set.
    • getChecksummedData

      ChecksummedData getChecksummedData()
       A portion of the data for the object.
       
      .google.storage.v2.ChecksummedData checksummed_data = 1;
      Returns:
      The checksummedData.
    • getChecksummedDataOrBuilder

      ChecksummedDataOrBuilder getChecksummedDataOrBuilder()
       A portion of the data for the object.
       
      .google.storage.v2.ChecksummedData checksummed_data = 1;
    • hasReadRange

      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:
      Whether the readRange field is set.
    • getReadRange

      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:
      The readRange.
    • getReadRangeOrBuilder

      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;
    • getRangeEnd

      boolean getRangeEnd()
       If set, indicates there are no more bytes to read for the given ReadRange.
       
      bool range_end = 3;
      Returns:
      The rangeEnd.