Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2784)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Sep 15, 2024
1 parent 923816f commit 786e8a8
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 3 deletions.
15 changes: 14 additions & 1 deletion firebase/v1beta1/firebase-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@
}
}
},
"revision": "20230918",
"revision": "20240913",
"rootUrl": "https://firebase.googleapis.com/",
"schemas": {
"AddFirebaseRequest": {
Expand Down Expand Up @@ -2343,10 +2343,23 @@
"description": "Immutable. A user-assigned unique identifier for the `FirebaseProject`.",
"type": "string"
},
"projectNumber": {
"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.",
"readOnly": true,
"type": "string"
},
"realtimeDatabaseUrl": {
"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.",
"type": "string"
},
"storageBucket": {
"deprecated": true,
"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.",
"type": "string"
},
"version": {
"description": "Version of the config specification.",
"type": "string"
}
},
"type": "object"
Expand Down
15 changes: 15 additions & 0 deletions firebase/v1beta1/firebase-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion looker/v1/looker-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@
}
}
},
"revision": "20240814",
"revision": "20240910",
"rootUrl": "https://looker.googleapis.com/",
"schemas": {
"AdminSettings": {
Expand Down Expand Up @@ -1092,6 +1092,14 @@
"$ref": "EncryptionConfig",
"description": "Encryption configuration (CMEK). Only set if CMEK has been enabled on the instance."
},
"fipsEnabled": {
"description": "Optional. Whether FIPS is enabled on the Looker instance.",
"type": "boolean"
},
"geminiEnabled": {
"description": "Optional. Whether Gemini feature is enabled on the Looker instance or not.",
"type": "boolean"
},
"ingressPrivateIp": {
"description": "Output only. Private Ingress IP (IPv4).",
"readOnly": true,
Expand Down
5 changes: 5 additions & 0 deletions looker/v1/looker-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion walletobjects/v1/walletobjects-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2681,7 +2681,7 @@
}
}
},
"revision": "20240809",
"revision": "20240913",
"rootUrl": "https://walletobjects.googleapis.com/",
"schemas": {
"ActivationOptions": {
Expand Down Expand Up @@ -4701,6 +4701,7 @@
"description": "Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens."
},
"locations": {
"deprecated": true,
"description": "Note: This field is currently not supported to trigger geo notifications.",
"items": {
"$ref": "LatLongPoint"
Expand Down Expand Up @@ -5573,6 +5574,7 @@
"description": "Translated strings for the pin_label."
},
"locations": {
"deprecated": true,
"description": "Note: This field is currently not supported to trigger geo notifications.",
"items": {
"$ref": "LatLongPoint"
Expand Down Expand Up @@ -6397,6 +6399,7 @@
"description": "Translated strings for the secondary_rewards_tier_label."
},
"locations": {
"deprecated": true,
"description": "Note: This field is currently not supported to trigger geo notifications.",
"items": {
"$ref": "LatLongPoint"
Expand Down Expand Up @@ -7324,6 +7327,7 @@
"description": "Translated strings for the title. Recommended maximum length is 60 characters to ensure full string is displayed on smaller screens."
},
"locations": {
"deprecated": true,
"description": "Note: This field is currently not supported to trigger geo notifications.",
"items": {
"$ref": "LatLongPoint"
Expand Down Expand Up @@ -8696,6 +8700,7 @@
"description": "Translated strings for the issuer_name. Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens."
},
"locations": {
"deprecated": true,
"description": "Note: This field is currently not supported to trigger geo notifications.",
"items": {
"$ref": "LatLongPoint"
Expand Down

0 comments on commit 786e8a8

Please sign in to comment.