Skip to content

Commit 6bd0412

Browse files
feat(firebase): update the api
#### firebase:v1beta1 The following keys were deleted: - schemas.AddFirebaseRequest.properties.regionCode.type (Total Keys: 1) - schemas.AddFirebaseRequest.properties.timeZone.type (Total Keys: 1)
1 parent 348d79a commit 6bd0412

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

docs/dyn/firebase_v1beta1.projects.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ <h3>Method Details</h3>
147147

148148
{ # All fields are required.
149149
&quot;locationId&quot;: &quot;A String&quot;, # Deprecated. Instead, to set a Project&#x27;s default GCP resource location, call [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize) after you add Firebase resources to the GCP `Project`. The ID of the Project&#x27;s default GCP resource location. The location must be one of the available [GCP resource locations](https://firebase.google.com/docs/projects/locations).
150-
&quot;regionCode&quot;: &quot;A String&quot;, # Deprecated. Instead, to link a Project with a Google Analytics account, call [`AddGoogleAnalytics`](../../v1beta1/projects/addGoogleAnalytics) after you add Firebase resources to the GCP `Project`. The region code (CLDR) that the account will use for Google Analytics data For example: US, GB, or DE In Java, use `com.google.i18n.identifiers.RegionCode`.
151-
&quot;timeZone&quot;: &quot;A String&quot;, # Deprecated. Instead, to link a Project with a Google Analytics account, call [`AddGoogleAnalytics`](../../v1beta1/projects/addGoogleAnalytics) after you add Firebase resources to the GCP `Project`. The time zone that the account will use for Google Analytics data. For example: America/Los_Angeles or Africa/Abidjan
152150
}
153151

154152
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/firebase.v1beta1.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@
11211121
}
11221122
}
11231123
},
1124-
"revision": "20210524",
1124+
"revision": "20210525",
11251125
"rootUrl": "https://firebase.googleapis.com/",
11261126
"schemas": {
11271127
"AddFirebaseRequest": {
@@ -1131,14 +1131,6 @@
11311131
"locationId": {
11321132
"description": "Deprecated. Instead, to set a Project's default GCP resource location, call [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize) after you add Firebase resources to the GCP `Project`. The ID of the Project's default GCP resource location. The location must be one of the available [GCP resource locations](https://firebase.google.com/docs/projects/locations).",
11331133
"type": "string"
1134-
},
1135-
"regionCode": {
1136-
"description": "Deprecated. Instead, to link a Project with a Google Analytics account, call [`AddGoogleAnalytics`](../../v1beta1/projects/addGoogleAnalytics) after you add Firebase resources to the GCP `Project`. The region code (CLDR) that the account will use for Google Analytics data For example: US, GB, or DE In Java, use `com.google.i18n.identifiers.RegionCode`.",
1137-
"type": "string"
1138-
},
1139-
"timeZone": {
1140-
"description": "Deprecated. Instead, to link a Project with a Google Analytics account, call [`AddGoogleAnalytics`](../../v1beta1/projects/addGoogleAnalytics) after you add Firebase resources to the GCP `Project`. The time zone that the account will use for Google Analytics data. For example: America/Los_Angeles or Africa/Abidjan",
1141-
"type": "string"
11421134
}
11431135
},
11441136
"type": "object"

0 commit comments

Comments
 (0)