Skip to content

Commit

Permalink
feat(firebase): update the API
Browse files Browse the repository at this point in the history
#### firebase:v1beta1

The following keys were added:
- schemas.AndroidApp.properties.expireTime.description
- schemas.AndroidApp.properties.expireTime.format
- schemas.AndroidApp.properties.expireTime.readOnly
- schemas.AndroidApp.properties.expireTime.type
- schemas.FirebaseAppInfo.properties.expireTime.description
- schemas.FirebaseAppInfo.properties.expireTime.format
- schemas.FirebaseAppInfo.properties.expireTime.readOnly
- schemas.FirebaseAppInfo.properties.expireTime.type
- schemas.IosApp.properties.expireTime.description
- schemas.IosApp.properties.expireTime.format
- schemas.IosApp.properties.expireTime.readOnly
- schemas.IosApp.properties.expireTime.type
- schemas.WebApp.properties.expireTime.description
- schemas.WebApp.properties.expireTime.format
- schemas.WebApp.properties.expireTime.readOnly
- schemas.WebApp.properties.expireTime.type
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 9, 2023
1 parent 116f6ff commit 873a7d7
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
26 changes: 25 additions & 1 deletion discovery/firebase-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@
}
}
},
"revision": "20230131",
"revision": "20230207",
"rootUrl": "https://firebase.googleapis.com/",
"schemas": {
"AddFirebaseRequest": {
Expand Down Expand Up @@ -1428,6 +1428,12 @@
"description": "This checksum is computed by the server based on the value of other fields, and it may be sent with update requests to ensure the client has an up-to-date value before proceeding. Learn more about `etag` in Google's [AIP-154 standard](https://google.aip.dev/154#declarative-friendly-resources). This etag is strongly validated.",
"type": "string"
},
"expireTime": {
"description": "Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This value is only provided if the App is in the `DELETED` state.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"name": {
"description": "The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`ProjectId`](../projects#FirebaseProject.FIELDS.project_id). Learn more about using project identifiers in Google's [AIP 2510 standard](https://google.aip.dev/cloud/2510). Note that the value for PROJECT_IDENTIFIER in any response body will be the `ProjectId`. * APP_ID: the globally unique, Firebase-assigned identifier for the App (see [`appId`](../projects.androidApps#AndroidApp.FIELDS.app_id)).",
"type": "string"
Expand Down Expand Up @@ -1549,6 +1555,12 @@
"description": "The user-assigned display name of the Firebase App.",
"type": "string"
},
"expireTime": {
"description": "Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This value is only provided if the App is in the `DELETED` state.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"name": {
"description": "The resource name of the Firebase App, in the format: projects/PROJECT_ID /iosApps/APP_ID or projects/PROJECT_ID/androidApps/APP_ID or projects/ PROJECT_ID/webApps/APP_ID",
"type": "string"
Expand Down Expand Up @@ -1678,6 +1690,12 @@
"description": "This checksum is computed by the server based on the value of other fields, and it may be sent with update requests to ensure the client has an up-to-date value before proceeding. Learn more about `etag` in Google's [AIP-154 standard](https://google.aip.dev/154#declarative-friendly-resources). This etag is strongly validated.",
"type": "string"
},
"expireTime": {
"description": "Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This value is only provided if the App is in the `DELETED` state.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"name": {
"description": "The resource name of the IosApp, in the format: projects/PROJECT_IDENTIFIER /iosApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`ProjectId`](../projects#FirebaseProject.FIELDS.project_id). Learn more about using project identifiers in Google's [AIP 2510 standard](https://google.aip.dev/cloud/2510). Note that the value for PROJECT_IDENTIFIER in any response body will be the `ProjectId`. * APP_ID: the globally unique, Firebase-assigned identifier for the App (see [`appId`](../projects.iosApps#IosApp.FIELDS.app_id)).",
"type": "string"
Expand Down Expand Up @@ -2226,6 +2244,12 @@
"description": "This checksum is computed by the server based on the value of other fields, and it may be sent with update requests to ensure the client has an up-to-date value before proceeding. Learn more about `etag` in Google's [AIP-154 standard](https://google.aip.dev/154#declarative-friendly-resources). This etag is strongly validated.",
"type": "string"
},
"expireTime": {
"description": "Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This value is only provided if the App is in the `DELETED` state.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"name": {
"description": "The resource name of the WebApp, in the format: projects/PROJECT_IDENTIFIER /webApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`ProjectId`](../projects#FirebaseProject.FIELDS.project_id). Learn more about using project identifiers in Google's [AIP 2510 standard](https://google.aip.dev/cloud/2510). Note that the value for PROJECT_IDENTIFIER in any response body will be the `ProjectId`. * APP_ID: the globally unique, Firebase-assigned identifier for the App (see [`appId`](../projects.webApps#WebApp.FIELDS.app_id)).",
"type": "string"
Expand Down
28 changes: 28 additions & 0 deletions src/apis/firebase/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ export namespace firebase_v1beta1 {
* This checksum is computed by the server based on the value of other fields, and it may be sent with update requests to ensure the client has an up-to-date value before proceeding. Learn more about `etag` in Google's [AIP-154 standard](https://google.aip.dev/154#declarative-friendly-resources). This etag is strongly validated.
*/
etag?: string | null;
/**
* Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This value is only provided if the App is in the `DELETED` state.
*/
expireTime?: string | null;
/**
* The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`ProjectId`](../projects#FirebaseProject.FIELDS.project_id). Learn more about using project identifiers in Google's [AIP 2510 standard](https://google.aip.dev/cloud/2510). Note that the value for PROJECT_IDENTIFIER in any response body will be the `ProjectId`. * APP_ID: the globally unique, Firebase-assigned identifier for the App (see [`appId`](../projects.androidApps#AndroidApp.FIELDS.app_id)).
*/
Expand Down Expand Up @@ -297,6 +301,10 @@ export namespace firebase_v1beta1 {
* The user-assigned display name of the Firebase App.
*/
displayName?: string | null;
/**
* Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This value is only provided if the App is in the `DELETED` state.
*/
expireTime?: string | null;
/**
* The resource name of the Firebase App, in the format: projects/PROJECT_ID /iosApps/APP_ID or projects/PROJECT_ID/androidApps/APP_ID or projects/ PROJECT_ID/webApps/APP_ID
*/
Expand Down Expand Up @@ -379,6 +387,10 @@ export namespace firebase_v1beta1 {
* This checksum is computed by the server based on the value of other fields, and it may be sent with update requests to ensure the client has an up-to-date value before proceeding. Learn more about `etag` in Google's [AIP-154 standard](https://google.aip.dev/154#declarative-friendly-resources). This etag is strongly validated.
*/
etag?: string | null;
/**
* Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This value is only provided if the App is in the `DELETED` state.
*/
expireTime?: string | null;
/**
* The resource name of the IosApp, in the format: projects/PROJECT_IDENTIFIER /iosApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`ProjectId`](../projects#FirebaseProject.FIELDS.project_id). Learn more about using project identifiers in Google's [AIP 2510 standard](https://google.aip.dev/cloud/2510). Note that the value for PROJECT_IDENTIFIER in any response body will be the `ProjectId`. * APP_ID: the globally unique, Firebase-assigned identifier for the App (see [`appId`](../projects.iosApps#IosApp.FIELDS.app_id)).
*/
Expand Down Expand Up @@ -747,6 +759,10 @@ export namespace firebase_v1beta1 {
* This checksum is computed by the server based on the value of other fields, and it may be sent with update requests to ensure the client has an up-to-date value before proceeding. Learn more about `etag` in Google's [AIP-154 standard](https://google.aip.dev/154#declarative-friendly-resources). This etag is strongly validated.
*/
etag?: string | null;
/**
* Output only. Timestamp of when the App will be considered expired and cannot be undeleted. This value is only provided if the App is in the `DELETED` state.
*/
expireTime?: string | null;
/**
* The resource name of the WebApp, in the format: projects/PROJECT_IDENTIFIER /webApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`ProjectId`](../projects#FirebaseProject.FIELDS.project_id). Learn more about using project identifiers in Google's [AIP 2510 standard](https://google.aip.dev/cloud/2510). Note that the value for PROJECT_IDENTIFIER in any response body will be the `ProjectId`. * APP_ID: the globally unique, Firebase-assigned identifier for the App (see [`appId`](../projects.webApps#WebApp.FIELDS.app_id)).
*/
Expand Down Expand Up @@ -2578,6 +2594,7 @@ export namespace firebase_v1beta1 {
* // "appId": "my_appId",
* // "displayName": "my_displayName",
* // "etag": "my_etag",
* // "expireTime": "my_expireTime",
* // "name": "my_name",
* // "packageName": "my_packageName",
* // "projectId": "my_projectId",
Expand Down Expand Up @@ -2733,6 +2750,7 @@ export namespace firebase_v1beta1 {
* // "appId": "my_appId",
* // "displayName": "my_displayName",
* // "etag": "my_etag",
* // "expireTime": "my_expireTime",
* // "name": "my_name",
* // "packageName": "my_packageName",
* // "projectId": "my_projectId",
Expand Down Expand Up @@ -3151,6 +3169,7 @@ export namespace firebase_v1beta1 {
* // "appId": "my_appId",
* // "displayName": "my_displayName",
* // "etag": "my_etag",
* // "expireTime": "my_expireTime",
* // "name": "my_name",
* // "packageName": "my_packageName",
* // "projectId": "my_projectId",
Expand All @@ -3168,6 +3187,7 @@ export namespace firebase_v1beta1 {
* // "appId": "my_appId",
* // "displayName": "my_displayName",
* // "etag": "my_etag",
* // "expireTime": "my_expireTime",
* // "name": "my_name",
* // "packageName": "my_packageName",
* // "projectId": "my_projectId",
Expand Down Expand Up @@ -4473,6 +4493,7 @@ export namespace firebase_v1beta1 {
* // "bundleId": "my_bundleId",
* // "displayName": "my_displayName",
* // "etag": "my_etag",
* // "expireTime": "my_expireTime",
* // "name": "my_name",
* // "projectId": "my_projectId",
* // "state": "my_state",
Expand Down Expand Up @@ -4628,6 +4649,7 @@ export namespace firebase_v1beta1 {
* // "bundleId": "my_bundleId",
* // "displayName": "my_displayName",
* // "etag": "my_etag",
* // "expireTime": "my_expireTime",
* // "name": "my_name",
* // "projectId": "my_projectId",
* // "state": "my_state",
Expand Down Expand Up @@ -5044,6 +5066,7 @@ export namespace firebase_v1beta1 {
* // "bundleId": "my_bundleId",
* // "displayName": "my_displayName",
* // "etag": "my_etag",
* // "expireTime": "my_expireTime",
* // "name": "my_name",
* // "projectId": "my_projectId",
* // "state": "my_state",
Expand All @@ -5061,6 +5084,7 @@ export namespace firebase_v1beta1 {
* // "bundleId": "my_bundleId",
* // "displayName": "my_displayName",
* // "etag": "my_etag",
* // "expireTime": "my_expireTime",
* // "name": "my_name",
* // "projectId": "my_projectId",
* // "state": "my_state",
Expand Down Expand Up @@ -5583,6 +5607,7 @@ export namespace firebase_v1beta1 {
* // "appUrls": [],
* // "displayName": "my_displayName",
* // "etag": "my_etag",
* // "expireTime": "my_expireTime",
* // "name": "my_name",
* // "projectId": "my_projectId",
* // "state": "my_state",
Expand Down Expand Up @@ -5737,6 +5762,7 @@ export namespace firebase_v1beta1 {
* // "appUrls": [],
* // "displayName": "my_displayName",
* // "etag": "my_etag",
* // "expireTime": "my_expireTime",
* // "name": "my_name",
* // "projectId": "my_projectId",
* // "state": "my_state",
Expand Down Expand Up @@ -6159,6 +6185,7 @@ export namespace firebase_v1beta1 {
* // "appUrls": [],
* // "displayName": "my_displayName",
* // "etag": "my_etag",
* // "expireTime": "my_expireTime",
* // "name": "my_name",
* // "projectId": "my_projectId",
* // "state": "my_state",
Expand All @@ -6175,6 +6202,7 @@ export namespace firebase_v1beta1 {
* // "appUrls": [],
* // "displayName": "my_displayName",
* // "etag": "my_etag",
* // "expireTime": "my_expireTime",
* // "name": "my_name",
* // "projectId": "my_projectId",
* // "state": "my_state",
Expand Down

0 comments on commit 873a7d7

Please sign in to comment.