Skip to content

Commit

Permalink
feat: Generate Google.Apis.OSConfig.v1beta version 1.68.0.3622
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Dec 4, 2024
1 parent 1333157 commit 1121859
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DiscoveryJson/osconfig.v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@
}
}
},
"revision": "20241021",
"revision": "20241201",
"rootUrl": "https://osconfig.googleapis.com/",
"schemas": {
"AptRepository": {
Expand Down Expand Up @@ -2339,11 +2339,11 @@
"id": "TimeZone",
"properties": {
"id": {
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
"type": "string"
},
"version": {
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
"type": "string"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3714,11 +3714,11 @@ public class TimeOfDay : Google.Apis.Requests.IDirectResponseSchema
/// <summary>Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones).</summary>
public class TimeZone : Google.Apis.Requests.IDirectResponseSchema
{
/// <summary>IANA Time Zone Database time zone, e.g. "America/New_York".</summary>
/// <summary>IANA Time Zone Database time zone. For example "America/New_York".</summary>
[Newtonsoft.Json.JsonPropertyAttribute("id")]
public virtual string Id { get; set; }

/// <summary>Optional. IANA Time Zone Database version number, e.g. "2019a".</summary>
/// <summary>Optional. IANA Time Zone Database version number. For example "2019a".</summary>
[Newtonsoft.Json.JsonPropertyAttribute("version")]
public virtual string Version { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.OSConfig.v1beta Client Library</Title>
<Version>1.68.0.3581</Version>
<Version>1.68.0.3622</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 1121859

Please sign in to comment.