public interface GcsDestinationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getObjectUriCase()
public abstract GcsDestination.ObjectUriCase getObjectUriCase()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the uri field is set. |