Skip to content

Commit 567241a

Browse files
committed
feat: Generate Google.Apis.MyBusinessAccountManagement.v1 version 1.73.0.4126
1 parent 29b0312 commit 567241a

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

DiscoveryJson/mybusinessaccountmanagement.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@
530530
}
531531
}
532532
},
533-
"revision": "20250615",
533+
"revision": "20260419",
534534
"rootUrl": "https://mybusinessaccountmanagement.googleapis.com/",
535535
"schemas": {
536536
"AcceptInvitationRequest": {
@@ -906,7 +906,7 @@
906906
"id": "TargetLocation",
907907
"properties": {
908908
"address": {
909-
"description": "The address of the location to which the user is invited.",
909+
"description": "The address of the location to which the user is invited. Not always populated.",
910910
"type": "string"
911911
},
912912
"locationName": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -1694,7 +1694,7 @@ public class PostalAddress : Google.Apis.Requests.IDirectResponseSchema
16941694
/// <summary>Represents a target location for a pending invitation.</summary>
16951695
public class TargetLocation : Google.Apis.Requests.IDirectResponseSchema
16961696
{
1697-
/// <summary>The address of the location to which the user is invited.</summary>
1697+
/// <summary>The address of the location to which the user is invited. Not always populated.</summary>
16981698
[Newtonsoft.Json.JsonPropertyAttribute("address")]
16991699
public virtual string Address { get; set; }
17001700

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.MyBusinessAccountManagement.v1 Client Library</Title>
6-
<Version>1.70.0.3818</Version>
6+
<Version>1.73.0.4126</Version>
77
<Authors>Google LLC</Authors>
8-
<Copyright>Copyright 2025 Google LLC</Copyright>
8+
<Copyright>Copyright 2026 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
1010
<PackageProjectUrl>https://github.com/google/google-api-dotnet-client</PackageProjectUrl>
1111
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
@@ -59,7 +59,7 @@
5959
<!-- common dependencies -->
6060
<ItemGroup>
6161
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
62-
<PackageReference Include="Google.Apis" Version="1.70.0" />
62+
<PackageReference Include="Google.Apis" Version="1.73.0" />
6363
</ItemGroup>
6464

6565
</Project>

0 commit comments

Comments
 (0)