Skip to content

Commit 786e8a8

Browse files
feat(all): auto-regenerate discovery clients (#2784)
1 parent 923816f commit 786e8a8

File tree

5 files changed

+49
-3
lines changed

5 files changed

+49
-3
lines changed

‎firebase/v1beta1/firebase-api.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@
13241324
}
13251325
}
13261326
},
1327-
"revision": "20230918",
1327+
"revision": "20240913",
13281328
"rootUrl": "https://firebase.googleapis.com/",
13291329
"schemas": {
13301330
"AddFirebaseRequest": {
@@ -2343,10 +2343,23 @@
23432343
"description": "Immutable. A user-assigned unique identifier for the `FirebaseProject`.",
23442344
"type": "string"
23452345
},
2346+
"projectNumber": {
2347+
"description": "Output only. Immutable. The globally unique, Google-assigned canonical identifier for the Project. Use this identifier when configuring integrations and/or making API calls to Google Cloud or third-party services.",
2348+
"readOnly": true,
2349+
"type": "string"
2350+
},
2351+
"realtimeDatabaseUrl": {
2352+
"description": "Optional. Duplicate field for the URL of the default RTDB instances (if there is one) that uses the same field name as the unified V2 config file format. We wanted to make a single config file format for all the app platforms (Android, iOS and web) and we had to pick consistent names for all the fields since there was some varience between the platforms. If the request asks for the V2 format we will populate this field instead of realtime_database_instance_uri.",
2353+
"type": "string"
2354+
},
23462355
"storageBucket": {
23472356
"deprecated": true,
23482357
"description": "**DEPRECATED.** _Instead, find the default Cloud Storage for Firebase bucket using the [list endpoint](https://firebase.google.com/docs/reference/rest/storage/rest/v1beta/projects.buckets/list) within the Cloud Storage for Firebase REST API. Note that the default bucket for the Project might not yet be provisioned, so the return might not contain a default bucket._ The default Cloud Storage for Firebase storage bucket name.",
23492358
"type": "string"
2359+
},
2360+
"version": {
2361+
"description": "Version of the config specification.",
2362+
"type": "string"
23502363
}
23512364
},
23522365
"type": "object"

‎firebase/v1beta1/firebase-gen.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎looker/v1/looker-api.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@
731731
}
732732
}
733733
},
734-
"revision": "20240814",
734+
"revision": "20240910",
735735
"rootUrl": "https://looker.googleapis.com/",
736736
"schemas": {
737737
"AdminSettings": {
@@ -1092,6 +1092,14 @@
10921092
"$ref": "EncryptionConfig",
10931093
"description": "Encryption configuration (CMEK). Only set if CMEK has been enabled on the instance."
10941094
},
1095+
"fipsEnabled": {
1096+
"description": "Optional. Whether FIPS is enabled on the Looker instance.",
1097+
"type": "boolean"
1098+
},
1099+
"geminiEnabled": {
1100+
"description": "Optional. Whether Gemini feature is enabled on the Looker instance or not.",
1101+
"type": "boolean"
1102+
},
10951103
"ingressPrivateIp": {
10961104
"description": "Output only. Private Ingress IP (IPv4).",
10971105
"readOnly": true,

‎looker/v1/looker-gen.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎walletobjects/v1/walletobjects-api.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2681,7 +2681,7 @@
26812681
}
26822682
}
26832683
},
2684-
"revision": "20240809",
2684+
"revision": "20240913",
26852685
"rootUrl": "https://walletobjects.googleapis.com/",
26862686
"schemas": {
26872687
"ActivationOptions": {
@@ -4701,6 +4701,7 @@
47014701
"description": "Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens."
47024702
},
47034703
"locations": {
4704+
"deprecated": true,
47044705
"description": "Note: This field is currently not supported to trigger geo notifications.",
47054706
"items": {
47064707
"$ref": "LatLongPoint"
@@ -5573,6 +5574,7 @@
55735574
"description": "Translated strings for the pin_label."
55745575
},
55755576
"locations": {
5577+
"deprecated": true,
55765578
"description": "Note: This field is currently not supported to trigger geo notifications.",
55775579
"items": {
55785580
"$ref": "LatLongPoint"
@@ -6397,6 +6399,7 @@
63976399
"description": "Translated strings for the secondary_rewards_tier_label."
63986400
},
63996401
"locations": {
6402+
"deprecated": true,
64006403
"description": "Note: This field is currently not supported to trigger geo notifications.",
64016404
"items": {
64026405
"$ref": "LatLongPoint"
@@ -7324,6 +7327,7 @@
73247327
"description": "Translated strings for the title. Recommended maximum length is 60 characters to ensure full string is displayed on smaller screens."
73257328
},
73267329
"locations": {
7330+
"deprecated": true,
73277331
"description": "Note: This field is currently not supported to trigger geo notifications.",
73287332
"items": {
73297333
"$ref": "LatLongPoint"
@@ -8696,6 +8700,7 @@
86968700
"description": "Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens."
86978701
},
86988702
"locations": {
8703+
"deprecated": true,
86998704
"description": "Note: This field is currently not supported to trigger geo notifications.",
87008705
"items": {
87018706
"$ref": "LatLongPoint"

0 commit comments

Comments
 (0)