Skip to content

Commit

Permalink
feat: Generate Google.Apis.MyBusinessBusinessInformation.v1 version 1…
Browse files Browse the repository at this point in the history
….69.0.3700
  • Loading branch information
amanda-tarafa authored and jskeet committed Feb 19, 2025
1 parent 847157c commit b14c7ad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 3 additions & 2 deletions DiscoveryJson/mybusinessbusinessinformation.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@
}
}
},
"revision": "20241120",
"revision": "20250217",
"rootUrl": "https://mybusinessbusinessinformation.googleapis.com/",
"schemas": {
"AdWordsLocationExtensions": {
Expand Down Expand Up @@ -1198,7 +1198,8 @@
"type": "boolean"
},
"canOperateLocalPost": {
"description": "Output only. Indicates if the listing can manage local posts.",
"deprecated": true,
"description": "Output only. Indicates if the listing can manage local posts. Deprecated: This field is no longer populated and will be removed in a future version.",
"readOnly": true,
"type": "boolean"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -2209,7 +2209,10 @@ public class Metadata : Google.Apis.Requests.IDirectResponseSchema
[Newtonsoft.Json.JsonPropertyAttribute("canOperateHealthData")]
public virtual System.Nullable<bool> CanOperateHealthData { get; set; }

/// <summary>Output only. Indicates if the listing can manage local posts.</summary>
/// <summary>
/// Output only. Indicates if the listing can manage local posts. Deprecated: This field is no longer populated
/// and will be removed in a future version.
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("canOperateLocalPost")]
public virtual System.Nullable<bool> CanOperateLocalPost { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.MyBusinessBusinessInformation.v1 Client Library</Title>
<Version>1.68.0.3611</Version>
<Version>1.69.0.3700</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<Copyright>Copyright 2025 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
<PackageProjectUrl>https://github.com/google/google-api-dotnet-client</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down Expand Up @@ -59,7 +59,7 @@
<!-- common dependencies -->
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Apis" Version="1.68.0" />
<PackageReference Include="Google.Apis" Version="1.69.0" />
</ItemGroup>

</Project>

0 comments on commit b14c7ad

Please sign in to comment.