public static interface CloudStorageOptions.FileSetOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUrl()
The url, in the format `gs://<bucket>/<path>`.
|
ByteString |
getUrlBytes()
The url, in the format `gs://<bucket>/<path>`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getUrl()
The url, in the format `gs://<bucket>/<path>`. Trailing wildcard in the path is allowed.
string url = 1;
ByteString getUrlBytes()
The url, in the format `gs://<bucket>/<path>`. Trailing wildcard in the path is allowed.
string url = 1;