public interface CloudStoragePathOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPath()
The url, in the format of `gs://bucket/<path>`.
|
ByteString |
getPathBytes()
The url, in the format of `gs://bucket/<path>`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getPath()
The url, in the format of `gs://bucket/<path>`.
string path = 1;ByteString getPathBytes()
The url, in the format of `gs://bucket/<path>`.
string path = 1;