public interface GcsSourceOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getUri()
Google Cloud Storage URI for the input file.
|
ByteString |
getUriBytes()
Google Cloud Storage URI for the input file.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getUri()
Google Cloud Storage URI for the input file. This must only be a GCS object. Wildcards are not currently supported.
string uri = 1;ByteString getUriBytes()
Google Cloud Storage URI for the input file. This must only be a GCS object. Wildcards are not currently supported.
string uri = 1;