Class: Google::Cloud::AlloyDB::V1beta::GcsDestination

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1beta/service.rb

Overview

Destination for Export. Export will be done to cloud storage.

Instance Attribute Summary collapse

Instance Attribute Details

#uri::String

Returns 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.



194
195
196
197
# File 'proto_docs/google/cloud/alloydb/v1beta/service.rb', line 194

class GcsDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end