diff --git a/adsense/v2/adsense-api.json b/adsense/v2/adsense-api.json index af46f01358f..1ec216d227a 100644 --- a/adsense/v2/adsense-api.json +++ b/adsense/v2/adsense-api.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/adsense/v2/adsense-gen.go b/adsense/v2/adsense-gen.go index 4b028f231ae..6e51862ebca 100644 --- a/adsense/v2/adsense-gen.go +++ b/adsense/v2/adsense-gen.go @@ -1476,9 +1476,10 @@ func (s Site) MarshalJSON() ([]byte, error) { // TimeZone: Represents a time zone from the IANA Time Zone Database // (https://www.iana.org/time-zones). type TimeZone struct { - // Id: IANA Time Zone Database time zone, e.g. "America/New_York". + // Id: IANA Time Zone Database time zone. For example "America/New_York". Id string `json:"id,omitempty"` - // Version: Optional. IANA Time Zone Database version number, e.g. "2019a". + // Version: Optional. IANA Time Zone Database version number. For example + // "2019a". Version string `json:"version,omitempty"` // ForceSendFields is a list of field names (e.g. "Id") to unconditionally // include in API requests. By default, fields with empty or default values are diff --git a/adsenseplatform/v1alpha/adsenseplatform-api.json b/adsenseplatform/v1alpha/adsenseplatform-api.json index e3a4b08718d..62e2189c264 100644 --- a/adsenseplatform/v1alpha/adsenseplatform-api.json +++ b/adsenseplatform/v1alpha/adsenseplatform-api.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/adsenseplatform/v1alpha/adsenseplatform-gen.go b/adsenseplatform/v1alpha/adsenseplatform-gen.go index 460f3cc8129..41ba20baa94 100644 --- a/adsenseplatform/v1alpha/adsenseplatform-gen.go +++ b/adsenseplatform/v1alpha/adsenseplatform-gen.go @@ -530,9 +530,10 @@ func (s Site) MarshalJSON() ([]byte, error) { // TimeZone: Represents a time zone from the IANA Time Zone Database // (https://www.iana.org/time-zones). type TimeZone struct { - // Id: IANA Time Zone Database time zone, e.g. "America/New_York". + // Id: IANA Time Zone Database time zone. For example "America/New_York". Id string `json:"id,omitempty"` - // Version: Optional. IANA Time Zone Database version number, e.g. "2019a". + // Version: Optional. IANA Time Zone Database version number. For example + // "2019a". Version string `json:"version,omitempty"` // ForceSendFields is a list of field names (e.g. "Id") to unconditionally // include in API requests. By default, fields with empty or default values are diff --git a/androidmanagement/v1/androidmanagement-api.json b/androidmanagement/v1/androidmanagement-api.json index a82c7cc9e37..d9347bdba27 100644 --- a/androidmanagement/v1/androidmanagement-api.json +++ b/androidmanagement/v1/androidmanagement-api.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/androidmanagement/v1/androidmanagement-gen.go b/androidmanagement/v1/androidmanagement-gen.go index 8efaa83d445..fbf703ab092 100644 --- a/androidmanagement/v1/androidmanagement-gen.go +++ b/androidmanagement/v1/androidmanagement-gen.go @@ -4706,6 +4706,17 @@ type PersonalUsagePolicies struct { // installType set to AVAILABLE are allowed to be installed in the personal // profile. PersonalPlayStoreMode string `json:"personalPlayStoreMode,omitempty"` + // PrivateSpacePolicy: Optional. Controls whether a private space is allowed on + // the device. + // + // Possible values: + // "PRIVATE_SPACE_POLICY_UNSPECIFIED" - Unspecified. Defaults to + // PRIVATE_SPACE_ALLOWED. + // "PRIVATE_SPACE_ALLOWED" - Users can create a private space profile. + // "PRIVATE_SPACE_DISALLOWED" - 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. + PrivateSpacePolicy string `json:"privateSpacePolicy,omitempty"` // ScreenCaptureDisabled: If true, screen capture is disabled for all users. ScreenCaptureDisabled bool `json:"screenCaptureDisabled,omitempty"` // ForceSendFields is a list of field names (e.g. @@ -4957,7 +4968,8 @@ type Policy struct { InstallUnknownSourcesAllowed bool `json:"installUnknownSourcesAllowed,omitempty"` // KeyguardDisabled: If true, this disables the Lock Screen // (https://source.android.com/docs/core/display/multi_display/lock-screen) for - // primary and/or secondary displays. + // primary and/or secondary displays. This policy is supported only in + // dedicated device management mode. KeyguardDisabled bool `json:"keyguardDisabled,omitempty"` // KeyguardDisabledFeatures: Disabled keyguard customizations, such as widgets. // diff --git a/osconfig/v1/osconfig-api.json b/osconfig/v1/osconfig-api.json index d37ec3b6bf3..e5a9446dd51 100644 --- a/osconfig/v1/osconfig-api.json +++ b/osconfig/v1/osconfig-api.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/osconfig/v1/osconfig-gen.go b/osconfig/v1/osconfig-gen.go index 543d6b94dbc..a721c21ab51 100644 --- a/osconfig/v1/osconfig-gen.go +++ b/osconfig/v1/osconfig-gen.go @@ -3343,9 +3343,10 @@ func (s TimeOfDay) MarshalJSON() ([]byte, error) { // TimeZone: Represents a time zone from the IANA Time Zone Database // (https://www.iana.org/time-zones). type TimeZone struct { - // Id: IANA Time Zone Database time zone, e.g. "America/New_York". + // Id: IANA Time Zone Database time zone. For example "America/New_York". Id string `json:"id,omitempty"` - // Version: Optional. IANA Time Zone Database version number, e.g. "2019a". + // Version: Optional. IANA Time Zone Database version number. For example + // "2019a". Version string `json:"version,omitempty"` // ForceSendFields is a list of field names (e.g. "Id") to unconditionally // include in API requests. By default, fields with empty or default values are diff --git a/osconfig/v1beta/osconfig-api.json b/osconfig/v1beta/osconfig-api.json index da93c9e3012..b2d4622200f 100644 --- a/osconfig/v1beta/osconfig-api.json +++ b/osconfig/v1beta/osconfig-api.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/osconfig/v1beta/osconfig-gen.go b/osconfig/v1beta/osconfig-gen.go index a6a8e6f9496..a8b9df40b08 100644 --- a/osconfig/v1beta/osconfig-gen.go +++ b/osconfig/v1beta/osconfig-gen.go @@ -2177,9 +2177,10 @@ func (s TimeOfDay) MarshalJSON() ([]byte, error) { // TimeZone: Represents a time zone from the IANA Time Zone Database // (https://www.iana.org/time-zones). type TimeZone struct { - // Id: IANA Time Zone Database time zone, e.g. "America/New_York". + // Id: IANA Time Zone Database time zone. For example "America/New_York". Id string `json:"id,omitempty"` - // Version: Optional. IANA Time Zone Database version number, e.g. "2019a". + // Version: Optional. IANA Time Zone Database version number. For example + // "2019a". Version string `json:"version,omitempty"` // ForceSendFields is a list of field names (e.g. "Id") to unconditionally // include in API requests. By default, fields with empty or default values are