public interface CloudStorageFileSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl()
The url, in the format `gs://<bucket>/<path>`.
|
com.google.protobuf.ByteString |
getUrlBytes()
The url, in the format `gs://<bucket>/<path>`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUrl()
The url, in the format `gs://<bucket>/<path>`. Trailing wildcard in the path is allowed.
string url = 1;com.google.protobuf.ByteString getUrlBytes()
The url, in the format `gs://<bucket>/<path>`. Trailing wildcard in the path is allowed.
string url = 1;Copyright © 2022 Google LLC. All rights reserved.