diff --git a/DiscoveryJson/adsense.v2.json b/DiscoveryJson/adsense.v2.json
index 7caa452e8a4..d4b71e4fe81 100644
--- a/DiscoveryJson/adsense.v2.json
+++ b/DiscoveryJson/adsense.v2.json
@@ -1912,7 +1912,7 @@
}
}
},
- "revision": "20240515",
+ "revision": "20241203",
"rootUrl": "https://adsense.googleapis.com/",
"schemas": {
"Account": {
@@ -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"
}
},
diff --git a/DiscoveryJson/adsenseplatform.v1alpha.json b/DiscoveryJson/adsenseplatform.v1alpha.json
index e3a4b08718d..62e2189c264 100644
--- a/DiscoveryJson/adsenseplatform.v1alpha.json
+++ b/DiscoveryJson/adsenseplatform.v1alpha.json
@@ -446,7 +446,7 @@
}
}
},
- "revision": "20240710",
+ "revision": "20241203",
"rootUrl": "https://adsenseplatform.googleapis.com/",
"schemas": {
"Account": {
@@ -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"
}
},
diff --git a/DiscoveryJson/androidmanagement.v1.json b/DiscoveryJson/androidmanagement.v1.json
index 85c6f945c8f..ad1013d26fc 100644
--- a/DiscoveryJson/androidmanagement.v1.json
+++ b/DiscoveryJson/androidmanagement.v1.json
@@ -1168,7 +1168,7 @@
}
}
},
- "revision": "20241120",
+ "revision": "20241203",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
@@ -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"
@@ -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": {
diff --git a/DiscoveryJson/osconfig.v1.json b/DiscoveryJson/osconfig.v1.json
index 324bb802993..bc59253af71 100644
--- a/DiscoveryJson/osconfig.v1.json
+++ b/DiscoveryJson/osconfig.v1.json
@@ -1083,7 +1083,7 @@
}
}
},
- "revision": "20241126",
+ "revision": "20241201",
"rootUrl": "https://osconfig.googleapis.com/",
"schemas": {
"AptSettings": {
@@ -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"
}
},
diff --git a/DiscoveryJson/osconfig.v1beta.json b/DiscoveryJson/osconfig.v1beta.json
index baa5d3b5b88..2d2a6461b9b 100644
--- a/DiscoveryJson/osconfig.v1beta.json
+++ b/DiscoveryJson/osconfig.v1beta.json
@@ -689,7 +689,7 @@
}
}
},
- "revision": "20241021",
+ "revision": "20241201",
"rootUrl": "https://osconfig.googleapis.com/",
"schemas": {
"AptRepository": {
@@ -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"
}
},
diff --git a/Src/Generated/Google.Apis.AdSensePlatform.v1alpha/Google.Apis.AdSensePlatform.v1alpha.cs b/Src/Generated/Google.Apis.AdSensePlatform.v1alpha/Google.Apis.AdSensePlatform.v1alpha.cs
index 0d58853bd1d..2faf811acc8 100644
--- a/Src/Generated/Google.Apis.AdSensePlatform.v1alpha/Google.Apis.AdSensePlatform.v1alpha.cs
+++ b/Src/Generated/Google.Apis.AdSensePlatform.v1alpha/Google.Apis.AdSensePlatform.v1alpha.cs
@@ -1299,11 +1299,11 @@ public class Site : Google.Apis.Requests.IDirectResponseSchema
/// Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones).
public class TimeZone : Google.Apis.Requests.IDirectResponseSchema
{
- /// IANA Time Zone Database time zone, e.g. "America/New_York".
+ /// IANA Time Zone Database time zone. For example "America/New_York".
[Newtonsoft.Json.JsonPropertyAttribute("id")]
public virtual string Id { get; set; }
- /// Optional. IANA Time Zone Database version number, e.g. "2019a".
+ /// Optional. IANA Time Zone Database version number. For example "2019a".
[Newtonsoft.Json.JsonPropertyAttribute("version")]
public virtual string Version { get; set; }
diff --git a/Src/Generated/Google.Apis.AdSensePlatform.v1alpha/Google.Apis.AdSensePlatform.v1alpha.csproj b/Src/Generated/Google.Apis.AdSensePlatform.v1alpha/Google.Apis.AdSensePlatform.v1alpha.csproj
index 81ee428a48a..9022bc9252c 100644
--- a/Src/Generated/Google.Apis.AdSensePlatform.v1alpha/Google.Apis.AdSensePlatform.v1alpha.csproj
+++ b/Src/Generated/Google.Apis.AdSensePlatform.v1alpha/Google.Apis.AdSensePlatform.v1alpha.csproj
@@ -3,7 +3,7 @@
Google.Apis.AdSensePlatform.v1alpha Client Library
- 1.68.0.3478
+ 1.68.0.3624
Google LLC
Copyright 2024 Google LLC
Google
diff --git a/Src/Generated/Google.Apis.Adsense.v2/Google.Apis.Adsense.v2.cs b/Src/Generated/Google.Apis.Adsense.v2/Google.Apis.Adsense.v2.cs
index caa2a60e768..f0f02110933 100644
--- a/Src/Generated/Google.Apis.Adsense.v2/Google.Apis.Adsense.v2.cs
+++ b/Src/Generated/Google.Apis.Adsense.v2/Google.Apis.Adsense.v2.cs
@@ -5436,11 +5436,11 @@ public class Site : Google.Apis.Requests.IDirectResponseSchema
/// Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones).
public class TimeZone : Google.Apis.Requests.IDirectResponseSchema
{
- /// IANA Time Zone Database time zone, e.g. "America/New_York".
+ /// IANA Time Zone Database time zone. For example "America/New_York".
[Newtonsoft.Json.JsonPropertyAttribute("id")]
public virtual string Id { get; set; }
- /// Optional. IANA Time Zone Database version number, e.g. "2019a".
+ /// Optional. IANA Time Zone Database version number. For example "2019a".
[Newtonsoft.Json.JsonPropertyAttribute("version")]
public virtual string Version { get; set; }
diff --git a/Src/Generated/Google.Apis.Adsense.v2/Google.Apis.Adsense.v2.csproj b/Src/Generated/Google.Apis.Adsense.v2/Google.Apis.Adsense.v2.csproj
index 7b0671117ee..856209e0e95 100644
--- a/Src/Generated/Google.Apis.Adsense.v2/Google.Apis.Adsense.v2.csproj
+++ b/Src/Generated/Google.Apis.Adsense.v2/Google.Apis.Adsense.v2.csproj
@@ -3,7 +3,7 @@
Google.Apis.Adsense.v2 Client Library
- 1.68.0.3422
+ 1.68.0.3624
Google LLC
Copyright 2024 Google LLC
Google
diff --git a/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.cs b/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.cs
index 425f7c9c3ec..5920d7703eb 100644
--- a/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.cs
+++ b/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.cs
@@ -6197,6 +6197,10 @@ public class PersonalUsagePolicies : Google.Apis.Requests.IDirectResponseSchema
[Newtonsoft.Json.JsonPropertyAttribute("personalPlayStoreMode")]
public virtual string PersonalPlayStoreMode { get; set; }
+ /// Optional. Controls whether a private space is allowed on the device.
+ [Newtonsoft.Json.JsonPropertyAttribute("privateSpacePolicy")]
+ public virtual string PrivateSpacePolicy { get; set; }
+
/// If true, screen capture is disabled for all users.
[Newtonsoft.Json.JsonPropertyAttribute("screenCaptureDisabled")]
public virtual System.Nullable ScreenCaptureDisabled { get; set; }
@@ -6423,7 +6427,7 @@ public class Policy : Google.Apis.Requests.IDirectResponseSchema
///
/// 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.
///
[Newtonsoft.Json.JsonPropertyAttribute("keyguardDisabled")]
public virtual System.Nullable KeyguardDisabled { get; set; }
diff --git a/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.csproj b/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.csproj
index 950af58c544..906da7a63af 100644
--- a/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.csproj
+++ b/Src/Generated/Google.Apis.AndroidManagement.v1/Google.Apis.AndroidManagement.v1.csproj
@@ -3,7 +3,7 @@
Google.Apis.AndroidManagement.v1 Client Library
- 1.68.0.3611
+ 1.68.0.3624
Google LLC
Copyright 2024 Google LLC
Google
diff --git a/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.cs b/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.cs
index 04478ad5718..ddfe50a927e 100644
--- a/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.cs
+++ b/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.cs
@@ -5763,11 +5763,11 @@ public class TimeOfDay : Google.Apis.Requests.IDirectResponseSchema
/// Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones).
public class TimeZone : Google.Apis.Requests.IDirectResponseSchema
{
- /// IANA Time Zone Database time zone, e.g. "America/New_York".
+ /// IANA Time Zone Database time zone. For example "America/New_York".
[Newtonsoft.Json.JsonPropertyAttribute("id")]
public virtual string Id { get; set; }
- /// Optional. IANA Time Zone Database version number, e.g. "2019a".
+ /// Optional. IANA Time Zone Database version number. For example "2019a".
[Newtonsoft.Json.JsonPropertyAttribute("version")]
public virtual string Version { get; set; }
diff --git a/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.csproj b/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.csproj
index 2cce6ea6b9c..1a2cf897637 100644
--- a/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.csproj
+++ b/Src/Generated/Google.Apis.OSConfig.v1/Google.Apis.OSConfig.v1.csproj
@@ -3,7 +3,7 @@
Google.Apis.OSConfig.v1 Client Library
- 1.68.0.3617
+ 1.68.0.3622
Google LLC
Copyright 2024 Google LLC
Google
diff --git a/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.cs b/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.cs
index 6763fd71232..1a2d18355a1 100644
--- a/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.cs
+++ b/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.cs
@@ -3714,11 +3714,11 @@ public class TimeOfDay : Google.Apis.Requests.IDirectResponseSchema
/// Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones).
public class TimeZone : Google.Apis.Requests.IDirectResponseSchema
{
- /// IANA Time Zone Database time zone, e.g. "America/New_York".
+ /// IANA Time Zone Database time zone. For example "America/New_York".
[Newtonsoft.Json.JsonPropertyAttribute("id")]
public virtual string Id { get; set; }
- /// Optional. IANA Time Zone Database version number, e.g. "2019a".
+ /// Optional. IANA Time Zone Database version number. For example "2019a".
[Newtonsoft.Json.JsonPropertyAttribute("version")]
public virtual string Version { get; set; }
diff --git a/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.csproj b/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.csproj
index 711dff0705e..15d9020107c 100644
--- a/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.csproj
+++ b/Src/Generated/Google.Apis.OSConfig.v1beta/Google.Apis.OSConfig.v1beta.csproj
@@ -3,7 +3,7 @@
Google.Apis.OSConfig.v1beta Client Library
- 1.68.0.3581
+ 1.68.0.3622
Google LLC
Copyright 2024 Google LLC
Google