Reference documentation and code samples for the AlloyDB V1BETA API class Google::Cloud::AlloyDB::V1beta::GcsDestination.
Destination for Export. Export will be done to cloud storage.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#uri
def uri() -> ::String
Returns
-
(::String) — Required. The path to the file in Google Cloud Storage where the export
will be stored. The URI is in the form
gs://bucketName/fileName
.
#uri=
def uri=(value) -> ::String
Parameter
-
value (::String) — Required. The path to the file in Google Cloud Storage where the export
will be stored. The URI is in the form
gs://bucketName/fileName
.
Returns
-
(::String) — Required. The path to the file in Google Cloud Storage where the export
will be stored. The URI is in the form
gs://bucketName/fileName
.