public interface GcsPathOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getUri()
public abstract String getUri()
Required. The URI to a Cloud Storage bucket, or a path within a bucket,
using the format gs://<bucket_name>/<optional_path_inside_bucket>/
. If a
path inside the bucket is specified, it must end with a forward slash
(/
).
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
Required. The URI to a Cloud Storage bucket, or a path within a bucket,
using the format gs://<bucket_name>/<optional_path_inside_bucket>/
. If a
path inside the bucket is specified, it must end with a forward slash
(/
).
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |