GoogleApi.AlloyDB.V1.Model.GcsDestination (google_api_alloy_db v0.16.0)
View SourceDestination for Export. Export will be done to cloud storage.
Attributes
-
uri(type:String.t, default:nil) - Required. The path to the file in Google Cloud Storage where the export will be stored. The URI is in the formgs://bucketName/fileName.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlloyDB.V1.Model.GcsDestination{uri: String.t() | nil}