Skip to content

Commit 7ce3008

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.Walletobjects.v1 version 1.70.0.3904
1 parent cc8f6e9 commit 7ce3008

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

DiscoveryJson/walletobjects.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2711,7 +2711,7 @@
27112711
}
27122712
}
27132713
},
2714-
"revision": "20250804",
2714+
"revision": "20250909",
27152715
"rootUrl": "https://walletobjects.googleapis.com/",
27162716
"schemas": {
27172717
"ActivationOptions": {
@@ -7332,6 +7332,11 @@
73327332
],
73337333
"type": "string"
73347334
},
7335+
"physicalHeaders": {
7336+
"description": "The physical headers provided by RequestReceivedParameters in Scotty request. type is uploader_service.KeyValuePairs.",
7337+
"format": "byte",
7338+
"type": "string"
7339+
},
73357340
"requestId": {
73367341
"description": "The Scotty request ID.",
73377342
"type": "string"

Src/Generated/Google.Apis.Walletobjects.v1/Google.Apis.Walletobjects.v1.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11031,6 +11031,13 @@ public class MediaRequestInfo : Google.Apis.Requests.IDirectResponseSchema
1103111031
[Newtonsoft.Json.JsonPropertyAttribute("notificationType")]
1103211032
public virtual string NotificationType { get; set; }
1103311033

11034+
/// <summary>
11035+
/// The physical headers provided by RequestReceivedParameters in Scotty request. type is
11036+
/// uploader_service.KeyValuePairs.
11037+
/// </summary>
11038+
[Newtonsoft.Json.JsonPropertyAttribute("physicalHeaders")]
11039+
public virtual string PhysicalHeaders { get; set; }
11040+
1103411041
/// <summary>The Scotty request ID.</summary>
1103511042
[Newtonsoft.Json.JsonPropertyAttribute("requestId")]
1103611043
public virtual string RequestId { get; set; }

Src/Generated/Google.Apis.Walletobjects.v1/Google.Apis.Walletobjects.v1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.Walletobjects.v1 Client Library</Title>
6-
<Version>1.70.0.3868</Version>
6+
<Version>1.70.0.3904</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>

0 commit comments

Comments
 (0)