public interface GcsDestinationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GcsDestination.ObjectUriCase |
getObjectUriCase() |
String |
getUri()
The uri of the Cloud Storage object.
|
ByteString |
getUriBytes()
The uri of the Cloud Storage object.
|
boolean |
hasUri()
The uri of the Cloud Storage object.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
string uri = 1;
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](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
string uri = 1;
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](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
string uri = 1;
GcsDestination.ObjectUriCase getObjectUriCase()
Copyright © 2022 Google LLC. All rights reserved.