Interface GcsDestinationOrBuilder (3.4.0)

public interface GcsDestinationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getObjectUriCase()

public abstract GcsDestination.ObjectUriCase getObjectUriCase()
Returns
TypeDescription
GcsDestination.ObjectUriCase

getUri()

public abstract String getUri()

The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: "gs://bucket_name/object_name". See Viewing and Editing Object Metadata for more information.

string uri = 1;

Returns
TypeDescription
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: "gs://bucket_name/object_name". See Viewing and Editing Object Metadata for more information.

string uri = 1;

Returns
TypeDescription
ByteString

The bytes for uri.

hasUri()

public abstract boolean hasUri()

The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: "gs://bucket_name/object_name". See Viewing and Editing Object Metadata for more information.

string uri = 1;

Returns
TypeDescription
boolean

Whether the uri field is set.