public interface CloudStorageKeyOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilePath()
Path to the file.
|
ByteString |
getFilePathBytes()
Path to the file.
|
long |
getStartOffset()
Byte offset of the referenced data in the file.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getFilePath()
Path to the file.
string file_path = 1;ByteString getFilePathBytes()
Path to the file.
string file_path = 1;long getStartOffset()
Byte offset of the referenced data in the file.
int64 start_offset = 2;