Interface GcsPathOrBuilder (0.2.0)

public interface GcsPathOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUri()

public abstract String getUri()

Required. URI to a Cloud Storage path in the format: gs://<bucket_name>.

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

Required. URI to a Cloud Storage path in the format: gs://<bucket_name>.

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for uri.