Interface SourceGcsBucketOrBuilder (0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface SourceGcsBucketOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getUri()
publicabstractStringgetUri() Required. URI to a Cloud Storage bucket in the format:
gs://<bucket_name>/<path_inside_bucket>. The path inside the bucket is
optional.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
publicabstractByteStringgetUriBytes() Required. URI to a Cloud Storage bucket in the format:
gs://<bucket_name>/<path_inside_bucket>. The path inside the bucket is
optional.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |