Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: API regeneration: release-2024-12-04.01-03-39 #2896

Merged
merged 5 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DiscoveryJson/adsense.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@
}
}
},
"revision": "20240515",
"revision": "20241203",
"rootUrl": "https://adsense.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -2786,11 +2786,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
6 changes: 3 additions & 3 deletions DiscoveryJson/adsenseplatform.v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
}
}
},
"revision": "20240710",
"revision": "20241203",
"rootUrl": "https://adsenseplatform.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -703,11 +703,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
18 changes: 16 additions & 2 deletions DiscoveryJson/androidmanagement.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@
}
}
},
"revision": "20241120",
"revision": "20241203",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -4815,6 +4815,20 @@
],
"type": "string"
},
"privateSpacePolicy": {
"description": "Optional. Controls whether a private space is allowed on the device.",
"enum": [
"PRIVATE_SPACE_POLICY_UNSPECIFIED",
"PRIVATE_SPACE_ALLOWED",
"PRIVATE_SPACE_DISALLOWED"
],
"enumDescriptions": [
"Unspecified. Defaults to PRIVATE_SPACE_ALLOWED.",
"Users can create a private space profile.",
"Users cannot create a private space profile. Supported only for company-owned devices with a work profile. Caution: Any existing private space will be removed."
],
"type": "string"
},
"screenCaptureDisabled": {
"description": "If true, screen capture is disabled for all users.",
"type": "boolean"
Expand Down Expand Up @@ -5093,7 +5107,7 @@
"type": "boolean"
},
"keyguardDisabled": {
"description": "If true, this disables the Lock Screen (https://source.android.com/docs/core/display/multi_display/lock-screen) for primary and/or secondary displays.",
"description": "If true, this disables the Lock Screen (https://source.android.com/docs/core/display/multi_display/lock-screen) for primary and/or secondary displays. This policy is supported only in dedicated device management mode.",
"type": "boolean"
},
"keyguardDisabledFeatures": {
Expand Down
6 changes: 3 additions & 3 deletions DiscoveryJson/osconfig.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@
}
}
},
"revision": "20241126",
"revision": "20241201",
"rootUrl": "https://osconfig.googleapis.com/",
"schemas": {
"AptSettings": {
Expand Down Expand Up @@ -3571,11 +3571,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
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 @@ -1299,11 +1299,11 @@ public class Site : 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.AdSensePlatform.v1alpha Client Library</Title>
<Version>1.68.0.3478</Version>
<Version>1.68.0.3624</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5436,11 +5436,11 @@ public class Site : 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.Adsense.v2 Client Library</Title>
<Version>1.68.0.3422</Version>
<Version>1.68.0.3624</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6197,6 +6197,10 @@ public class PersonalUsagePolicies : Google.Apis.Requests.IDirectResponseSchema
[Newtonsoft.Json.JsonPropertyAttribute("personalPlayStoreMode")]
public virtual string PersonalPlayStoreMode { get; set; }

/// <summary>Optional. Controls whether a private space is allowed on the device.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("privateSpacePolicy")]
public virtual string PrivateSpacePolicy { get; set; }

/// <summary>If true, screen capture is disabled for all users.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("screenCaptureDisabled")]
public virtual System.Nullable<bool> ScreenCaptureDisabled { get; set; }
Expand Down Expand Up @@ -6423,7 +6427,7 @@ public class Policy : Google.Apis.Requests.IDirectResponseSchema
/// <summary>
/// If true, this disables the Lock Screen
/// (https://source.android.com/docs/core/display/multi_display/lock-screen) for primary and/or secondary
/// displays.
/// displays. This policy is supported only in dedicated device management mode.
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("keyguardDisabled")]
public virtual System.Nullable<bool> KeyguardDisabled { 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.AndroidManagement.v1 Client Library</Title>
<Version>1.68.0.3611</Version>
<Version>1.68.0.3624</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5763,11 +5763,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.v1 Client Library</Title>
<Version>1.68.0.3617</Version>
<Version>1.68.0.3622</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
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
Loading