public interface ContentRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCompleteLength()
The complete length of the object data.
|
long |
getEnd()
The ending offset of the object data.
|
long |
getStart()
The starting offset of the object data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getStart()
The starting offset of the object data.
int64 start = 1;long getEnd()
The ending offset of the object data.
int64 end = 2;long getCompleteLength()
The complete length of the object data.
int64 complete_length = 3;Copyright © 2023 Google LLC. All rights reserved.