Skip to content

Commit

Permalink
feat: Generate Google.Apis.Css.v1 version 1.69.0.3698
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa authored and jskeet committed Feb 19, 2025
1 parent 99083ba commit c5bf0ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DiscoveryJson/css.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
}
}
},
"revision": "20250106",
"revision": "20250215",
"rootUrl": "https://css.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -576,7 +576,7 @@
"type": "string"
},
"parent": {
"description": "The CSS/MC account's parent resource. CSS group for CSS domains; CSS domain for MC accounts. Returned only if the user has access to the parent account.",
"description": "The CSS/MC account's parent resource. CSS group for CSS domains; CSS domain for MC accounts. Returned only if the user has access to the parent account. Note: For MC sub-accounts, this is also the CSS domain that is the parent resource of the MCA account, since we are effectively flattening the hierarchy.\"",
"type": "string"
}
},
Expand Down
3 changes: 2 additions & 1 deletion Src/Generated/Google.Apis.Css.v1/Google.Apis.Css.v1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,8 @@ public class Account : Google.Apis.Requests.IDirectResponseSchema

/// <summary>
/// The CSS/MC account's parent resource. CSS group for CSS domains; CSS domain for MC accounts. Returned only
/// if the user has access to the parent account.
/// if the user has access to the parent account. Note: For MC sub-accounts, this is also the CSS domain that is
/// the parent resource of the MCA account, since we are effectively flattening the hierarchy."
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("parent")]
public virtual string Parent { get; set; }
Expand Down
6 changes: 3 additions & 3 deletions Src/Generated/Google.Apis.Css.v1/Google.Apis.Css.v1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.Css.v1 Client Library</Title>
<Version>1.68.0.3658</Version>
<Version>1.69.0.3698</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2025 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down Expand Up @@ -59,8 +59,8 @@
<!-- 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.Auth" Version="1.68.0" />
<PackageReference Include="Google.Apis" Version="1.69.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.69.0" />
</ItemGroup>

</Project>

0 comments on commit c5bf0ed

Please sign in to comment.