public interface GcsSourceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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, hasOneof
isInitialized
String getUri()
Google Cloud Storage URI for the input file. This must only be a Google Cloud Storage object. Wildcards are not currently supported.
string uri = 1;
ByteString getUriBytes()
Google Cloud Storage URI for the input file. This must only be a Google Cloud Storage object. Wildcards are not currently supported.
string uri = 1;
Copyright © 2022 Google LLC. All rights reserved.