diff --git a/DiscoveryJson/walletobjects.v1.json b/DiscoveryJson/walletobjects.v1.json index db10a03a22c..1a64325d1f3 100644 --- a/DiscoveryJson/walletobjects.v1.json +++ b/DiscoveryJson/walletobjects.v1.json @@ -2681,7 +2681,7 @@ } } }, - "revision": "20241024", + "revision": "20241114", "rootUrl": "https://walletobjects.googleapis.com/", "schemas": { "ActivationOptions": { @@ -2774,6 +2774,10 @@ "$ref": "AppLinkDataAppLinkInfo", "description": "Optional information about the partner app link." }, + "displayText": { + "$ref": "LocalizedString", + "description": "Optional display text for the app link button. Character limit is 30." + }, "iosAppLinkInfo": { "$ref": "AppLinkDataAppLinkInfo", "deprecated": true, diff --git a/Src/Generated/Google.Apis.Walletobjects.v1/Google.Apis.Walletobjects.v1.cs b/Src/Generated/Google.Apis.Walletobjects.v1/Google.Apis.Walletobjects.v1.cs index 80f4c6de733..a538149080f 100644 --- a/Src/Generated/Google.Apis.Walletobjects.v1/Google.Apis.Walletobjects.v1.cs +++ b/Src/Generated/Google.Apis.Walletobjects.v1/Google.Apis.Walletobjects.v1.cs @@ -6554,6 +6554,10 @@ public class AppLinkData : Google.Apis.Requests.IDirectResponseSchema [Newtonsoft.Json.JsonPropertyAttribute("androidAppLinkInfo")] public virtual AppLinkDataAppLinkInfo AndroidAppLinkInfo { get; set; } + /// Optional display text for the app link button. Character limit is 30. + [Newtonsoft.Json.JsonPropertyAttribute("displayText")] + public virtual LocalizedString DisplayText { get; set; } + /// Deprecated. Links to open iOS apps are not supported. [Newtonsoft.Json.JsonPropertyAttribute("iosAppLinkInfo")] public virtual AppLinkDataAppLinkInfo IosAppLinkInfo { get; set; } diff --git a/Src/Generated/Google.Apis.Walletobjects.v1/Google.Apis.Walletobjects.v1.csproj b/Src/Generated/Google.Apis.Walletobjects.v1/Google.Apis.Walletobjects.v1.csproj index 00016b9413c..2b63ff90b7f 100644 --- a/Src/Generated/Google.Apis.Walletobjects.v1/Google.Apis.Walletobjects.v1.csproj +++ b/Src/Generated/Google.Apis.Walletobjects.v1/Google.Apis.Walletobjects.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.Walletobjects.v1 Client Library - 1.68.0.3584 + 1.68.0.3605 Google LLC Copyright 2024 Google LLC Google