You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `:alt` (*type:* `String.t`) - Data format for response.
39
+
* `:callback` (*type:* `String.t`) - JSONP
40
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
41
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
42
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
43
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
44
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
45
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
46
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
47
+
* `opts` (*type:* `keyword()`) - Call options
48
+
49
+
## Returns
50
+
51
+
* `{:ok, %GoogleApi.FirebaseStorage.V1beta.Model.Empty{}}` on success
* `:alt` (*type:* `String.t`) - Data format for response.
109
+
* `:callback` (*type:* `String.t`) - JSONP
110
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
111
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
112
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
113
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
114
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
115
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
116
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
117
+
* `opts` (*type:* `keyword()`) - Call options
118
+
119
+
## Returns
120
+
121
+
* `{:ok, %GoogleApi.FirebaseStorage.V1beta.Model.DefaultBucket{}}` on success
Creates a Spark tier-eligible Cloud Storage bucket and links it to your Firebase project. If the default bucket already exists, this method will re-link it to your Firebase project. See https://firebase.google.com/pricing for pricing details.
445
+
446
+
## Parameters
447
+
448
+
* `connection` (*type:* `GoogleApi.FirebaseStorage.V1beta.Connection.t`) - Connection to server
449
+
* `parent` (*type:* `String.t`) - Required. The parent resource where the default bucket will be created, `projects/{project_id_or_number}`.
* `:alt` (*type:* `String.t`) - Data format for response.
454
+
* `:callback` (*type:* `String.t`) - JSONP
455
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
456
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
457
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
458
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
459
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
460
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
461
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
Spark tier-eligible Cloud Storage bucket. One per project. This resource exists if the underlying Cloud Storage bucket exists and it is linked to your Firebase project. See https://firebase.google.com/pricing for pricing details.
* `location` (*type:* `String.t`, *default:* `nil`) - Immutable. Location of the default bucket.
26
+
* `name` (*type:* `String.t`, *default:* `nil`) - Resource name of the default bucket.
27
+
* `storageClass` (*type:* `String.t`, *default:* `nil`) - Immutable. Storage class of the default bucket. Supported values are available at https://cloud.google.com/storage/docs/storage-classes#classes.
0 commit comments