mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update all json files; make some fixes to make it work at all
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
"oauth2": {
|
||||
"scopes": {
|
||||
"https://www.googleapis.com/auth/cloud-platform": {
|
||||
"description": "See, edit, configure, and delete your Google Cloud Platform data"
|
||||
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
|
||||
},
|
||||
"https://www.googleapis.com/auth/cloud-platform.read-only": {
|
||||
"description": "View your data across Google Cloud Platform services"
|
||||
"description": "View your data across Google Cloud services and see the email address of your Google Account"
|
||||
},
|
||||
"https://www.googleapis.com/auth/firebase": {
|
||||
"description": "View and administer all your Firebase data and settings"
|
||||
@@ -1121,7 +1121,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20210329",
|
||||
"revision": "20220304",
|
||||
"rootUrl": "https://firebase.googleapis.com/",
|
||||
"schemas": {
|
||||
"AddFirebaseRequest": {
|
||||
@@ -1131,14 +1131,6 @@
|
||||
"locationId": {
|
||||
"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).",
|
||||
"type": "string"
|
||||
},
|
||||
"regionCode": {
|
||||
"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`.",
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"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",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
@@ -1200,6 +1192,11 @@
|
||||
"description": "Details of a Google Analytics property",
|
||||
"id": "AnalyticsProperty",
|
||||
"properties": {
|
||||
"analyticsAccountId": {
|
||||
"description": "Output only. The ID of the [Google Analytics account](https://www.google.com/analytics/) for the Google Analytics property associated with the specified FirebaseProject.",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"displayName": {
|
||||
"description": "The display name of the Google Analytics property associated with the specified `FirebaseProject`.",
|
||||
"type": "string"
|
||||
@@ -1215,6 +1212,10 @@
|
||||
"description": "Details of a Firebase App for Android.",
|
||||
"id": "AndroidApp",
|
||||
"properties": {
|
||||
"apiKeyId": {
|
||||
"description": "The key_id of the GCP ApiKey associated with this App. If set must have no restrictions, or only have restrictions that are valid for the associated Firebase App. Cannot be set in create requests, instead an existing valid API Key will be chosen, or if no valid API Keys exist, one will be provisioned for you. Cannot be set to an empty value in update requests.",
|
||||
"type": "string"
|
||||
},
|
||||
"appId": {
|
||||
"description": "Immutable. The globally unique, Firebase-assigned identifier for the `AndroidApp`. This identifier should be treated as an opaque token, as the data format is not specified.",
|
||||
"type": "string"
|
||||
@@ -1381,6 +1382,10 @@
|
||||
"description": "Details of a Firebase App for iOS.",
|
||||
"id": "IosApp",
|
||||
"properties": {
|
||||
"apiKeyId": {
|
||||
"description": "The key_id of the GCP ApiKey associated with this App. If set must have no restrictions, or only have restrictions that are valid for the associated Firebase App. Cannot be set in create requests, instead an existing valid API Key will be chosen, or if no valid API Keys exist, one will be provisioned for you. Cannot be set to an empty value in update requests.",
|
||||
"type": "string"
|
||||
},
|
||||
"appId": {
|
||||
"description": "Immutable. The globally unique, Firebase-assigned identifier for the `IosApp`. This identifier should be treated as an opaque token, as the data format is not specified.",
|
||||
"type": "string"
|
||||
@@ -1404,6 +1409,10 @@
|
||||
"projectId": {
|
||||
"description": "Immutable. A user-assigned unique identifier of the parent FirebaseProject for the `IosApp`.",
|
||||
"type": "string"
|
||||
},
|
||||
"teamId": {
|
||||
"description": "The Apple Developer Team ID associated with the App in the App Store.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
@@ -1764,7 +1773,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"measurementId": {
|
||||
"description": "Applicable for Firebase Web Apps only. The unique Google-assigned identifier of the Google Analytics web stream associated with the Firebase Web App. Firebase SDKs use this ID to interact with Google Analytics APIs. Learn more about this ID and Google Analytics web streams in the [Analytics documentation](https://support.google.com/analytics/topic/9303475).",
|
||||
"description": "Applicable for Firebase Web Apps only. The unique Google-assigned identifier of the Google Analytics web stream associated with the Firebase Web App. Firebase SDKs use this ID to interact with Google Analytics APIs. Learn more about this ID and Google Analytics web streams in the [Analytics documentation](https://support.google.com/analytics/answer/9304153).",
|
||||
"type": "string"
|
||||
},
|
||||
"streamId": {
|
||||
@@ -1779,6 +1788,10 @@
|
||||
"description": "Details of a Firebase App for the web.",
|
||||
"id": "WebApp",
|
||||
"properties": {
|
||||
"apiKeyId": {
|
||||
"description": "The key_id of the GCP ApiKey associated with this App. If set must have no restrictions, or only have restrictions that are valid for the associated Firebase App. Cannot be set in create requests, instead an existing valid API Key will be chosen, or if no valid API Keys exist, one will be provisioned for you. Cannot be set to an empty value in update requests.",
|
||||
"type": "string"
|
||||
},
|
||||
"appId": {
|
||||
"description": "Immutable. The globally unique, Firebase-assigned identifier for the `WebApp`. This identifier should be treated as an opaque token, as the data format is not specified.",
|
||||
"type": "string"
|
||||
@@ -1835,7 +1848,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"measurementId": {
|
||||
"description": "The unique Google-assigned identifier of the Google Analytics web stream associated with the `WebApp`. Firebase SDKs use this ID to interact with Google Analytics APIs. This field is only present if the `WebApp` is linked to a web stream in a Google Analytics App + Web property. Learn more about this ID and Google Analytics web streams in the [Analytics documentation](https://support.google.com/analytics/topic/9303475). To generate a `measurementId` and link the `WebApp` with a Google Analytics web stream, call [`AddGoogleAnalytics`](../../v1beta1/projects/addGoogleAnalytics). For apps using the Firebase JavaScript SDK v7.20.0 and later, Firebase dynamically fetches the `measurementId` when your app initializes Analytics. Having this ID in your config object is optional, but it does serve as a fallback in the rare case that the dynamic fetch fails.",
|
||||
"description": "The unique Google-assigned identifier of the Google Analytics web stream associated with the `WebApp`. Firebase SDKs use this ID to interact with Google Analytics APIs. This field is only present if the `WebApp` is linked to a web stream in a Google Analytics App + Web property. Learn more about this ID and Google Analytics web streams in the [Analytics documentation](https://support.google.com/analytics/answer/9304153). To generate a `measurementId` and link the `WebApp` with a Google Analytics web stream, call [`AddGoogleAnalytics`](../../v1beta1/projects/addGoogleAnalytics). For apps using the Firebase JavaScript SDK v7.20.0 and later, Firebase dynamically fetches the `measurementId` when your app initializes Analytics. Having this ID in your config object is optional, but it does serve as a fallback in the rare case that the dynamic fetch fails.",
|
||||
"type": "string"
|
||||
},
|
||||
"messagingSenderId": {
|
||||
|
||||
Reference in New Issue
Block a user