diff --git a/firebase/v1beta1/firebase-api.json b/firebase/v1beta1/firebase-api.json index 30a32436708..6b0e107cba6 100644 --- a/firebase/v1beta1/firebase-api.json +++ b/firebase/v1beta1/firebase-api.json @@ -1324,7 +1324,7 @@ } } }, - "revision": "20230918", + "revision": "20240913", "rootUrl": "https://firebase.googleapis.com/", "schemas": { "AddFirebaseRequest": { @@ -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" diff --git a/firebase/v1beta1/firebase-gen.go b/firebase/v1beta1/firebase-gen.go index 52fdfbc5bf5..192c7ef4996 100644 --- a/firebase/v1beta1/firebase-gen.go +++ b/firebase/v1beta1/firebase-gen.go @@ -1855,6 +1855,19 @@ type WebAppConfig struct { // ProjectId: Immutable. A user-assigned unique identifier for the // `FirebaseProject`. ProjectId string `json:"projectId,omitempty"` + // ProjectNumber: 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. + ProjectNumber string `json:"projectNumber,omitempty"` + // RealtimeDatabaseUrl: 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. + RealtimeDatabaseUrl string `json:"realtimeDatabaseUrl,omitempty"` // StorageBucket: **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) @@ -1863,6 +1876,8 @@ type WebAppConfig struct { // contain a default bucket._ The default Cloud Storage for Firebase storage // bucket name. StorageBucket string `json:"storageBucket,omitempty"` + // Version: Version of the config specification. + Version string `json:"version,omitempty"` // ServerResponse contains the HTTP response code and headers from the server. googleapi.ServerResponse `json:"-"` diff --git a/looker/v1/looker-api.json b/looker/v1/looker-api.json index 2ea54d184a6..a01975ae697 100644 --- a/looker/v1/looker-api.json +++ b/looker/v1/looker-api.json @@ -731,7 +731,7 @@ } } }, - "revision": "20240814", + "revision": "20240910", "rootUrl": "https://looker.googleapis.com/", "schemas": { "AdminSettings": { @@ -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, diff --git a/looker/v1/looker-gen.go b/looker/v1/looker-gen.go index 93a9c906eff..54b11e895a3 100644 --- a/looker/v1/looker-gen.go +++ b/looker/v1/looker-gen.go @@ -764,6 +764,11 @@ type Instance struct { // EncryptionConfig: Encryption configuration (CMEK). Only set if CMEK has been // enabled on the instance. EncryptionConfig *EncryptionConfig `json:"encryptionConfig,omitempty"` + // FipsEnabled: Optional. Whether FIPS is enabled on the Looker instance. + FipsEnabled bool `json:"fipsEnabled,omitempty"` + // GeminiEnabled: Optional. Whether Gemini feature is enabled on the Looker + // instance or not. + GeminiEnabled bool `json:"geminiEnabled,omitempty"` // IngressPrivateIp: Output only. Private Ingress IP (IPv4). IngressPrivateIp string `json:"ingressPrivateIp,omitempty"` // IngressPublicIp: Output only. Public Ingress IP (IPv4). diff --git a/walletobjects/v1/walletobjects-api.json b/walletobjects/v1/walletobjects-api.json index b9858e9a170..5f4bc0ea1a8 100644 --- a/walletobjects/v1/walletobjects-api.json +++ b/walletobjects/v1/walletobjects-api.json @@ -2681,7 +2681,7 @@ } } }, - "revision": "20240809", + "revision": "20240913", "rootUrl": "https://walletobjects.googleapis.com/", "schemas": { "ActivationOptions": { @@ -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" @@ -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" @@ -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" @@ -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" @@ -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"