-
ContentRange.Builder.clear()
The complete length of the object data.
The ending offset of the object data.
The starting offset of the object data.
If `read_offset` and or `read_limit` is specified on the
`ReadObjectRequest`, `ContentRange` is populated on the first
`ReadObjectResponse` message of the read stream.
ContentRange.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ContentRange.Builder.mergeFrom(com.google.protobuf.Message other)
ContentRange.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
The complete length of the object data.
ContentRange.Builder.setEnd(long value)
The ending offset of the object data.
ContentRange.Builder.setStart(long value)
The starting offset of the object data.
If `read_offset` and or `read_limit` is specified on the
`ReadObjectRequest`, `ContentRange` is populated on the first
`ReadObjectResponse` message of the read stream.