From d79dfc2722ff39e5674d3d66bd86496b63dc8204 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 4 Jul 2023 00:24:13 -0700 Subject: [PATCH] feat(all): auto-regenerate discovery clients (#2050) --- .../v1/acceleratedmobilepageurl-api.json | 10 +- adsense/v2/adsense-api.json | 10 +- .../v1/androidmanagement-api.json | 101 +++++++++++- androidmanagement/v1/androidmanagement-gen.go | 145 +++++++++++++++++- customsearch/v1/customsearch-api.json | 16 +- customsearch/v1/customsearch-gen.go | 14 ++ file/v1/file-api.json | 3 +- firebaseappcheck/v1/firebaseappcheck-api.json | 5 +- .../v1beta/firebaseappcheck-api.json | 11 +- .../v1beta1/gmailpostmastertools-api.json | 3 +- .../v1/mybusinesslodging-api.json | 4 +- .../v1/mybusinessnotifications-api.json | 16 +- osconfig/v1/osconfig-api.json | 4 +- osconfig/v1alpha/osconfig-api.json | 12 +- .../v1alpha1/playdeveloperreporting-api.json | 4 +- .../v1alpha1/playdeveloperreporting-gen.go | 4 +- .../v1beta1/playdeveloperreporting-api.json | 4 +- .../v1beta1/playdeveloperreporting-gen.go | 4 +- .../v1/streetviewpublish-api.json | 7 +- streetviewpublish/v1/streetviewpublish-gen.go | 4 - toolresults/v1beta3/toolresults-api.json | 3 +- 21 files changed, 340 insertions(+), 44 deletions(-) diff --git a/acceleratedmobilepageurl/v1/acceleratedmobilepageurl-api.json b/acceleratedmobilepageurl/v1/acceleratedmobilepageurl-api.json index c439b36caad..67f336331d3 100644 --- a/acceleratedmobilepageurl/v1/acceleratedmobilepageurl-api.json +++ b/acceleratedmobilepageurl/v1/acceleratedmobilepageurl-api.json @@ -115,7 +115,7 @@ } } }, - "revision": "20200916", + "revision": "20230701", "rootUrl": "https://acceleratedmobilepageurl.googleapis.com/", "schemas": { "AmpUrl": { @@ -151,6 +151,14 @@ "URL_IS_VALID_AMP", "URL_IS_INVALID_AMP" ], + "enumDeprecated": [ + false, + false, + false, + false, + true, + false + ], "enumDescriptions": [ "Not specified error.", "Indicates the requested URL is not found in the index, possibly because it's unable to be found, not able to be accessed by Googlebot, or some other error.", diff --git a/adsense/v2/adsense-api.json b/adsense/v2/adsense-api.json index 84da447caf7..540e51dc128 100644 --- a/adsense/v2/adsense-api.json +++ b/adsense/v2/adsense-api.json @@ -1844,7 +1844,7 @@ } } }, - "revision": "20230612", + "revision": "20230703", "rootUrl": "https://adsense.googleapis.com/", "schemas": { "Account": { @@ -2099,6 +2099,14 @@ "MATCHED_CONTENT", "LINK" ], + "enumDeprecated": [ + false, + false, + false, + false, + false, + true + ], "enumDescriptions": [ "Unspecified ad unit type.", "Display ad unit.", diff --git a/androidmanagement/v1/androidmanagement-api.json b/androidmanagement/v1/androidmanagement-api.json index 0e6a6ef3a09..8cfb3c2f098 100644 --- a/androidmanagement/v1/androidmanagement-api.json +++ b/androidmanagement/v1/androidmanagement-api.json @@ -1066,7 +1066,7 @@ } } }, - "revision": "20230529", + "revision": "20230628", "rootUrl": "https://androidmanagement.googleapis.com/", "schemas": { "AdbShellCommandEvent": { @@ -1753,6 +1753,20 @@ ], "type": "string" }, + "userFacingType": { + "description": "Whether the app is user facing.", + "enum": [ + "USER_FACING_TYPE_UNSPECIFIED", + "NOT_USER_FACING", + "USER_FACING" + ], + "enumDescriptions": [ + "App user facing type is unspecified.", + "App is not user facing.", + "App is user facing." + ], + "type": "string" + }, "versionCode": { "description": "The app version code, which can be used to determine whether one version is more recent than another.", "format": "int32", @@ -2477,6 +2491,38 @@ "description": "Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more.", "id": "DeviceConnectivityManagement", "properties": { + "configureWifi": { + "description": "Controls Wi-Fi configuring privileges. Based on the option set, user will have either full or limited or no control in configuring Wi-Fi networks.", + "enum": [ + "CONFIGURE_WIFI_UNSPECIFIED", + "ALLOW_CONFIGURING_WIFI", + "DISALLOW_ADD_WIFI_CONFIG", + "DISALLOW_CONFIGURING_WIFI" + ], + "enumDescriptions": [ + "Unspecified. Defaults to ALLOW_CONFIGURING_WIFI unless wifiConfigDisabled is set to true. If wifiConfigDisabled is set to true, this is equivalent to DISALLOW_CONFIGURING_WIFI.", + "The user is allowed to configure Wi-Fi. wifiConfigDisabled is ignored.", + "Adding new Wi-Fi configurations is disallowed. The user is only able to switch between already configured networks. Supported on Android 13 and above, on fully managed devices and work profiles on company-owned devices. If the setting is not supported, ALLOW_CONFIGURING_WIFI is set. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13. wifiConfigDisabled is ignored.", + "Disallows configuring Wi-Fi networks. The setting wifiConfigDisabled is ignored when this value is set. Supported on fully managed devices and work profile on company-owned devices, on all supported API levels. For fully managed devices, setting this removes all configured networks and retains only the networks configured using openNetworkConfiguration policy. For work profiles on company-owned devices, existing configured networks are not affected and the user is not allowed to add, remove, or modify Wi-Fi networks. Note: If a network connection can't be made at boot time and configuring Wi-Fi is disabled then network escape hatch will be shown in order to refresh the device policy (see networkEscapeHatchEnabled)." + ], + "type": "string" + }, + "tetheringSettings": { + "description": "Controls tethering settings. Based on the value set, the user is partially or fully disallowed from using different forms of tethering.", + "enum": [ + "TETHERING_SETTINGS_UNSPECIFIED", + "ALLOW_ALL_TETHERING", + "DISALLOW_WIFI_TETHERING", + "DISALLOW_ALL_TETHERING" + ], + "enumDescriptions": [ + "Unspecified. Defaults to ALLOW_ALL_TETHERING unless tetheringConfigDisabled is set to true. If tetheringConfigDisabled is set to true, this is equivalent to DISALLOW_ALL_TETHERING.", + "Allows configuration and use of all forms of tethering. tetheringConfigDisabled is ignored.", + "Disallows the user from using Wi-Fi tethering. Supported on company owned devices running Android 13 and above. If the setting is not supported, ALLOW_ALL_TETHERING will be set. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13. tetheringConfigDisabled is ignored.", + "Disallows all forms of tethering. Supported on fully managed devices and work profile on company-owned devices, on all supported android versions. The setting tetheringConfigDisabled is ignored." + ], + "type": "string" + }, "usbDataAccess": { "description": "Controls what files and/or data can be transferred via USB. Supported only on company-owned devices.", "enum": [ @@ -2492,6 +2538,43 @@ "When set, all types of USB data transfers are prohibited. Supported for devices running Android 12 or above with USB HAL 1.3 or above. If the setting is not supported, DISALLOW_USB_FILE_TRANSFER will be set. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 12. A nonComplianceDetail with DEVICE_INCOMPATIBLE is reported if the device does not have USB HAL 1.3 or above. usbFileTransferDisabled is ignored." ], "type": "string" + }, + "wifiDirectSettings": { + "description": "Controls configuring and using Wi-Fi direct settings. Supported on company-owned devices running Android 13 and above.", + "enum": [ + "WIFI_DIRECT_SETTINGS_UNSPECIFIED", + "ALLOW_WIFI_DIRECT", + "DISALLOW_WIFI_DIRECT" + ], + "enumDescriptions": [ + "Unspecified. Defaults to ALLOW_WIFI_DIRECT", + "The user is allowed to use Wi-Fi direct.", + "The user is not allowed to use Wi-Fi direct. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13." + ], + "type": "string" + } + }, + "type": "object" + }, + "DeviceRadioState": { + "description": "Controls for device radio settings.", + "id": "DeviceRadioState", + "properties": { + "wifiState": { + "description": "Controls current state of Wi-Fi and if user can change its state.", + "enum": [ + "WIFI_STATE_UNSPECIFIED", + "WIFI_STATE_USER_CHOICE", + "WIFI_ENABLED", + "WIFI_DISABLED" + ], + "enumDescriptions": [ + "Unspecified. Defaults to WIFI_STATE_USER_CHOICE", + "User is allowed to enable/disable Wi-Fi.", + "Wi-Fi is on and the user is not allowed to turn it off. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13.", + "Wi-Fi is off and the user is not allowed to turn it on. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13." + ], + "type": "string" } }, "type": "object" @@ -3672,7 +3755,8 @@ "PASSWORD_POLICIES_PASSWORD_EXPIRED", "PASSWORD_POLICIES_PASSWORD_NOT_SUFFICIENT", "ONC_WIFI_INVALID_VALUE", - "ONC_WIFI_API_LEVEL" + "ONC_WIFI_API_LEVEL", + "ONC_WIFI_INVALID_ENTERPRISE_CONFIG" ], "enumDescriptions": [ "Specific non-compliance reason is not specified. Fields in specific_non_compliance_context are not set.", @@ -3680,7 +3764,8 @@ "The device or profile password has expired. passwordPoliciesContext is set. nonComplianceReason is set to USER_ACTION.", "The device password does not satisfy password requirements. passwordPoliciesContext is set. nonComplianceReason is set to USER_ACTION.", "There is an incorrect value in ONC Wi-Fi configuration. fieldPath specifies which field value is incorrect. oncWifiContext is set. nonComplianceReason is set to INVALID_VALUE.", - "The ONC Wi-Fi setting is not supported in the API level of the Android version running on the device. fieldPath specifies which field value is not supported. oncWifiContext is set. nonComplianceReason is set to API_LEVEL." + "The ONC Wi-Fi setting is not supported in the API level of the Android version running on the device. fieldPath specifies which field value is not supported. oncWifiContext is set. nonComplianceReason is set to API_LEVEL.", + "The enterprise Wi-Fi network is missing either the root CA or domain name. nonComplianceReason is set to INVALID_VALUE." ], "type": "string" } @@ -4344,6 +4429,10 @@ "$ref": "UserFacingMessage", "description": "The device owner information to be shown on the lock screen." }, + "deviceRadioState": { + "$ref": "DeviceRadioState", + "description": "Covers controls for radio state such as Wi-Fi, bluetooth, and more." + }, "encryptionPolicy": { "description": "Whether encryption is enabled", "enum": [ @@ -4501,7 +4590,7 @@ "type": "string" }, "networkEscapeHatchEnabled": { - "description": "Whether the network escape hatch is enabled. If a network connection can't be made at boot time, the escape hatch prompts the user to temporarily connect to a network in order to refresh the device policy. After applying policy, the temporary network will be forgotten and the device will continue booting. This prevents being unable to connect to a network if there is no suitable network in the last policy and the device boots into an app in lock task mode, or the user is otherwise unable to reach device settings.Note: Setting wifiConfigDisabled to true will override this setting under specific circumstances. Please see wifiConfigDisabled for further details.", + "description": "Whether the network escape hatch is enabled. If a network connection can't be made at boot time, the escape hatch prompts the user to temporarily connect to a network in order to refresh the device policy. After applying policy, the temporary network will be forgotten and the device will continue booting. This prevents being unable to connect to a network if there is no suitable network in the last policy and the device boots into an app in lock task mode, or the user is otherwise unable to reach device settings.Note: Setting wifiConfigDisabled to true will override this setting under specific circumstances. Please see wifiConfigDisabled for further details. Setting configureWifi to DISALLOW_CONFIGURING_WIFI will override this setting under specific circumstances. Please see DISALLOW_CONFIGURING_WIFI for further details.", "type": "boolean" }, "networkResetDisabled": { @@ -4686,7 +4775,7 @@ "description": "The system update policy, which controls how OS updates are applied. If the update type is WINDOWED, the update window will automatically apply to Play app updates as well." }, "tetheringConfigDisabled": { - "description": "Whether configuring tethering and portable hotspots is disabled.", + "description": "Whether configuring tethering and portable hotspots is disabled. If tetheringSettings is set to anything other than TETHERING_SETTINGS_UNSPECIFIED, this setting is ignored.", "type": "boolean" }, "uninstallAppsDisabled": { @@ -4719,7 +4808,7 @@ "type": "boolean" }, "wifiConfigDisabled": { - "description": "Whether configuring Wi-Fi networks is disabled. Supported on fully managed devices and work profiles on company-owned devices. For fully managed devices, setting this to true removes all configured networks and retains only the networks configured using openNetworkConfiguration. For work profiles on company-owned devices, existing configured networks are not affected and the user is not allowed to add, remove, or modify Wi-Fi networks. Note: If a network connection can't be made at boot time and configuring Wi-Fi is disabled then network escape hatch will be shown in order to refresh the device policy (see networkEscapeHatchEnabled).", + "description": "Whether configuring Wi-Fi networks is disabled. Supported on fully managed devices and work profiles on company-owned devices. For fully managed devices, setting this to true removes all configured networks and retains only the networks configured using openNetworkConfiguration. For work profiles on company-owned devices, existing configured networks are not affected and the user is not allowed to add, remove, or modify Wi-Fi networks. If configureWifi is set to anything other than CONFIGURE_WIFI_UNSPECIFIED, this setting is ignored. Note: If a network connection can't be made at boot time and configuring Wi-Fi is disabled then network escape hatch will be shown in order to refresh the device policy (see networkEscapeHatchEnabled).", "type": "boolean" }, "wifiConfigsLockdownEnabled": { diff --git a/androidmanagement/v1/androidmanagement-gen.go b/androidmanagement/v1/androidmanagement-gen.go index a5dd9d0f6bd..6a7f6915c4c 100644 --- a/androidmanagement/v1/androidmanagement-gen.go +++ b/androidmanagement/v1/androidmanagement-gen.go @@ -1096,6 +1096,15 @@ type ApplicationReport struct { // "INSTALLED" - App is installed on the device State string `json:"state,omitempty"` + // UserFacingType: Whether the app is user facing. + // + // Possible values: + // "USER_FACING_TYPE_UNSPECIFIED" - App user facing type is + // unspecified. + // "NOT_USER_FACING" - App is not user facing. + // "USER_FACING" - App is user facing. + UserFacingType string `json:"userFacingType,omitempty"` + // VersionCode: The app version code, which can be used to determine // whether one version is more recent than another. VersionCode int64 `json:"versionCode,omitempty"` @@ -2193,6 +2202,60 @@ func (s *Device) MarshalJSON() ([]byte, error) { // DeviceConnectivityManagement: Covers controls for device connectivity // such as Wi-Fi, USB data access, keyboard/mouse connections, and more. type DeviceConnectivityManagement struct { + // ConfigureWifi: Controls Wi-Fi configuring privileges. Based on the + // option set, user will have either full or limited or no control in + // configuring Wi-Fi networks. + // + // Possible values: + // "CONFIGURE_WIFI_UNSPECIFIED" - Unspecified. Defaults to + // ALLOW_CONFIGURING_WIFI unless wifiConfigDisabled is set to true. If + // wifiConfigDisabled is set to true, this is equivalent to + // DISALLOW_CONFIGURING_WIFI. + // "ALLOW_CONFIGURING_WIFI" - The user is allowed to configure Wi-Fi. + // wifiConfigDisabled is ignored. + // "DISALLOW_ADD_WIFI_CONFIG" - Adding new Wi-Fi configurations is + // disallowed. The user is only able to switch between already + // configured networks. Supported on Android 13 and above, on fully + // managed devices and work profiles on company-owned devices. If the + // setting is not supported, ALLOW_CONFIGURING_WIFI is set. A + // nonComplianceDetail with API_LEVEL is reported if the Android version + // is less than 13. wifiConfigDisabled is ignored. + // "DISALLOW_CONFIGURING_WIFI" - Disallows configuring Wi-Fi networks. + // The setting wifiConfigDisabled is ignored when this value is set. + // Supported on fully managed devices and work profile on company-owned + // devices, on all supported API levels. For fully managed devices, + // setting this removes all configured networks and retains only the + // networks configured using openNetworkConfiguration policy. For work + // profiles on company-owned devices, existing configured networks are + // not affected and the user is not allowed to add, remove, or modify + // Wi-Fi networks. Note: If a network connection can't be made at boot + // time and configuring Wi-Fi is disabled then network escape hatch will + // be shown in order to refresh the device policy (see + // networkEscapeHatchEnabled). + ConfigureWifi string `json:"configureWifi,omitempty"` + + // TetheringSettings: Controls tethering settings. Based on the value + // set, the user is partially or fully disallowed from using different + // forms of tethering. + // + // Possible values: + // "TETHERING_SETTINGS_UNSPECIFIED" - Unspecified. Defaults to + // ALLOW_ALL_TETHERING unless tetheringConfigDisabled is set to true. If + // tetheringConfigDisabled is set to true, this is equivalent to + // DISALLOW_ALL_TETHERING. + // "ALLOW_ALL_TETHERING" - Allows configuration and use of all forms + // of tethering. tetheringConfigDisabled is ignored. + // "DISALLOW_WIFI_TETHERING" - Disallows the user from using Wi-Fi + // tethering. Supported on company owned devices running Android 13 and + // above. If the setting is not supported, ALLOW_ALL_TETHERING will be + // set. A nonComplianceDetail with API_LEVEL is reported if the Android + // version is less than 13. tetheringConfigDisabled is ignored. + // "DISALLOW_ALL_TETHERING" - Disallows all forms of tethering. + // Supported on fully managed devices and work profile on company-owned + // devices, on all supported android versions. The setting + // tetheringConfigDisabled is ignored. + TetheringSettings string `json:"tetheringSettings,omitempty"` + // UsbDataAccess: Controls what files and/or data can be transferred via // USB. Supported only on company-owned devices. // @@ -2216,7 +2279,20 @@ type DeviceConnectivityManagement struct { // ignored. UsbDataAccess string `json:"usbDataAccess,omitempty"` - // ForceSendFields is a list of field names (e.g. "UsbDataAccess") to + // WifiDirectSettings: Controls configuring and using Wi-Fi direct + // settings. Supported on company-owned devices running Android 13 and + // above. + // + // Possible values: + // "WIFI_DIRECT_SETTINGS_UNSPECIFIED" - Unspecified. Defaults to + // ALLOW_WIFI_DIRECT + // "ALLOW_WIFI_DIRECT" - The user is allowed to use Wi-Fi direct. + // "DISALLOW_WIFI_DIRECT" - The user is not allowed to use Wi-Fi + // direct. A nonComplianceDetail with API_LEVEL is reported if the + // Android version is less than 13. + WifiDirectSettings string `json:"wifiDirectSettings,omitempty"` + + // ForceSendFields is a list of field names (e.g. "ConfigureWifi") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be @@ -2224,7 +2300,7 @@ type DeviceConnectivityManagement struct { // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` - // NullFields is a list of field names (e.g. "UsbDataAccess") to include + // NullFields is a list of field names (e.g. "ConfigureWifi") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as @@ -2239,6 +2315,46 @@ func (s *DeviceConnectivityManagement) MarshalJSON() ([]byte, error) { return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) } +// DeviceRadioState: Controls for device radio settings. +type DeviceRadioState struct { + // WifiState: Controls current state of Wi-Fi and if user can change its + // state. + // + // Possible values: + // "WIFI_STATE_UNSPECIFIED" - Unspecified. Defaults to + // WIFI_STATE_USER_CHOICE + // "WIFI_STATE_USER_CHOICE" - User is allowed to enable/disable Wi-Fi. + // "WIFI_ENABLED" - Wi-Fi is on and the user is not allowed to turn it + // off. A nonComplianceDetail with API_LEVEL is reported if the Android + // version is less than 13. + // "WIFI_DISABLED" - Wi-Fi is off and the user is not allowed to turn + // it on. A nonComplianceDetail with API_LEVEL is reported if the + // Android version is less than 13. + WifiState string `json:"wifiState,omitempty"` + + // ForceSendFields is a list of field names (e.g. "WifiState") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "WifiState") to include in + // API requests with the JSON null value. By default, fields with empty + // values are omitted from API requests. However, any field with an + // empty value appearing in NullFields will be sent to the server as + // null. It is an error if a field in this list has a non-empty value. + // This may be used to include null fields in Patch requests. + NullFields []string `json:"-"` +} + +func (s *DeviceRadioState) MarshalJSON() ([]byte, error) { + type NoMethod DeviceRadioState + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + // DeviceSettings: Information about security related device settings on // device. type DeviceSettings struct { @@ -4097,6 +4213,9 @@ type NonComplianceDetail struct { // the API level of the Android version running on the device. fieldPath // specifies which field value is not supported. oncWifiContext is set. // nonComplianceReason is set to API_LEVEL. + // "ONC_WIFI_INVALID_ENTERPRISE_CONFIG" - The enterprise Wi-Fi network + // is missing either the root CA or domain name. nonComplianceReason is + // set to INVALID_VALUE. SpecificNonComplianceReason string `json:"specificNonComplianceReason,omitempty"` // ForceSendFields is a list of field names (e.g. "CurrentValue") to @@ -5033,6 +5152,10 @@ type Policy struct { // on the lock screen. DeviceOwnerLockScreenInfo *UserFacingMessage `json:"deviceOwnerLockScreenInfo,omitempty"` + // DeviceRadioState: Covers controls for radio state such as Wi-Fi, + // bluetooth, and more. + DeviceRadioState *DeviceRadioState `json:"deviceRadioState,omitempty"` + // EncryptionPolicy: Whether encryption is enabled // // Possible values: @@ -5193,7 +5316,10 @@ type Policy struct { // an app in lock task mode, or the user is otherwise unable to reach // device settings.Note: Setting wifiConfigDisabled to true will // override this setting under specific circumstances. Please see - // wifiConfigDisabled for further details. + // wifiConfigDisabled for further details. Setting configureWifi to + // DISALLOW_CONFIGURING_WIFI will override this setting under specific + // circumstances. Please see DISALLOW_CONFIGURING_WIFI for further + // details. NetworkEscapeHatchEnabled bool `json:"networkEscapeHatchEnabled,omitempty"` // NetworkResetDisabled: Whether resetting network settings is disabled. @@ -5368,7 +5494,8 @@ type Policy struct { SystemUpdate *SystemUpdate `json:"systemUpdate,omitempty"` // TetheringConfigDisabled: Whether configuring tethering and portable - // hotspots is disabled. + // hotspots is disabled. If tetheringSettings is set to anything other + // than TETHERING_SETTINGS_UNSPECIFIED, this setting is ignored. TetheringConfigDisabled bool `json:"tetheringConfigDisabled,omitempty"` // UninstallAppsDisabled: Whether user uninstallation of applications is @@ -5406,10 +5533,12 @@ type Policy struct { // configured networks and retains only the networks configured using // openNetworkConfiguration. For work profiles on company-owned devices, // existing configured networks are not affected and the user is not - // allowed to add, remove, or modify Wi-Fi networks. Note: If a network - // connection can't be made at boot time and configuring Wi-Fi is - // disabled then network escape hatch will be shown in order to refresh - // the device policy (see networkEscapeHatchEnabled). + // allowed to add, remove, or modify Wi-Fi networks. If configureWifi is + // set to anything other than CONFIGURE_WIFI_UNSPECIFIED, this setting + // is ignored. Note: If a network connection can't be made at boot time + // and configuring Wi-Fi is disabled then network escape hatch will be + // shown in order to refresh the device policy (see + // networkEscapeHatchEnabled). WifiConfigDisabled bool `json:"wifiConfigDisabled,omitempty"` // WifiConfigsLockdownEnabled: DEPRECATED - Use wifi_config_disabled. diff --git a/customsearch/v1/customsearch-api.json b/customsearch/v1/customsearch-api.json index a838db84823..93e47a41905 100644 --- a/customsearch/v1/customsearch-api.json +++ b/customsearch/v1/customsearch-api.json @@ -321,6 +321,13 @@ "medium", "off" ], + "enumDeprecated": [ + false, + false, + true, + true, + false + ], "enumDescriptions": [ "SafeSearch mode unspecified. (Falls back to engine's configuration.)", "Turn SafeSearch on.", @@ -609,6 +616,13 @@ "medium", "off" ], + "enumDeprecated": [ + false, + false, + true, + true, + false + ], "enumDescriptions": [ "SafeSearch mode unspecified. (Falls back to engine's configuration.)", "Turn SafeSearch on.", @@ -674,7 +688,7 @@ } } }, - "revision": "20230329", + "revision": "20230702", "rootUrl": "https://customsearch.googleapis.com/", "schemas": { "Promotion": { diff --git a/customsearch/v1/customsearch-gen.go b/customsearch/v1/customsearch-gen.go index 0063aa212ac..da8406260e8 100644 --- a/customsearch/v1/customsearch-gen.go +++ b/customsearch/v1/customsearch-gen.go @@ -2020,6 +2020,13 @@ func (c *CseListCall) Do(opts ...googleapi.CallOption) (*Search, error) { // "medium", // "off" // ], + // "enumDeprecated": [ + // false, + // false, + // true, + // true, + // false + // ], // "enumDescriptions": [ // "SafeSearch mode unspecified. (Falls back to engine's configuration.)", // "Turn SafeSearch on.", @@ -2793,6 +2800,13 @@ func (c *CseSiterestrictListCall) Do(opts ...googleapi.CallOption) (*Search, err // "medium", // "off" // ], + // "enumDeprecated": [ + // false, + // false, + // true, + // true, + // false + // ], // "enumDescriptions": [ // "SafeSearch mode unspecified. (Falls back to engine's configuration.)", // "Turn SafeSearch on.", diff --git a/file/v1/file-api.json b/file/v1/file-api.json index e6d2ee5aee7..af04f78bb55 100644 --- a/file/v1/file-api.json +++ b/file/v1/file-api.json @@ -874,7 +874,7 @@ } } }, - "revision": "20230429", + "revision": "20230625", "rootUrl": "https://file.googleapis.com/", "schemas": { "Backup": { @@ -1211,6 +1211,7 @@ "id": "GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule", "properties": { "canReschedule": { + "deprecated": true, "description": "This field is deprecated, and will be always set to true since reschedule can happen multiple times now. This field should not be removed until all service producers remove this for their customers.", "type": "boolean" }, diff --git a/firebaseappcheck/v1/firebaseappcheck-api.json b/firebaseappcheck/v1/firebaseappcheck-api.json index ca23b184fba..6aac61e8c92 100644 --- a/firebaseappcheck/v1/firebaseappcheck-api.json +++ b/firebaseappcheck/v1/firebaseappcheck-api.json @@ -1343,7 +1343,7 @@ } } }, - "revision": "20230619", + "revision": "20230703", "rootUrl": "https://firebaseappcheck.googleapis.com/", "schemas": { "GoogleFirebaseAppcheckV1AppAttestConfig": { @@ -1449,6 +1449,7 @@ "type": "object" }, "GoogleFirebaseAppcheckV1BatchGetSafetyNetConfigsResponse": { + "deprecated": true, "description": "Response message for the BatchGetSafetyNetConfigs method.", "id": "GoogleFirebaseAppcheckV1BatchGetSafetyNetConfigsResponse", "properties": { @@ -1702,6 +1703,7 @@ "type": "object" }, "GoogleFirebaseAppcheckV1ExchangeSafetyNetTokenRequest": { + "deprecated": true, "description": "Request message for the ExchangeSafetyNetToken method.", "id": "GoogleFirebaseAppcheckV1ExchangeSafetyNetTokenRequest", "properties": { @@ -1900,6 +1902,7 @@ "type": "object" }, "GoogleFirebaseAppcheckV1SafetyNetConfig": { + "deprecated": true, "description": "An app's SafetyNet configuration object. This configuration controls certain properties of the `AppCheckToken` returned by ExchangeSafetyNetToken, such as its ttl. Note that your registered SHA-256 certificate fingerprints are used to validate tokens issued by SafetyNet; please register them via the Firebase Console or programmatically via the [Firebase Management Service](https://firebase.google.com/docs/projects/api/reference/rest/v11/projects.androidApps.sha/create).", "id": "GoogleFirebaseAppcheckV1SafetyNetConfig", "properties": { diff --git a/firebaseappcheck/v1beta/firebaseappcheck-api.json b/firebaseappcheck/v1beta/firebaseappcheck-api.json index 23d146daceb..aab6c9522d8 100644 --- a/firebaseappcheck/v1beta/firebaseappcheck-api.json +++ b/firebaseappcheck/v1beta/firebaseappcheck-api.json @@ -1596,7 +1596,7 @@ } } }, - "revision": "20230619", + "revision": "20230703", "rootUrl": "https://firebaseappcheck.googleapis.com/", "schemas": { "GoogleFirebaseAppcheckV1betaAppAttestConfig": { @@ -1620,6 +1620,7 @@ "id": "GoogleFirebaseAppcheckV1betaAppCheckToken", "properties": { "attestationToken": { + "deprecated": true, "description": "An App Check token. App Check tokens are signed [JWTs](https://tools.ietf.org/html/rfc7519) containing claims that identify the attested app and Firebase project. This token is used to access Firebase services protected by App Check.", "type": "string" }, @@ -1636,6 +1637,7 @@ "type": "object" }, "GoogleFirebaseAppcheckV1betaAttestationTokenResponse": { + "deprecated": true, "description": "Encapsulates an *App Check token*, which are used to access Firebase services protected by App Check.", "id": "GoogleFirebaseAppcheckV1betaAttestationTokenResponse", "properties": { @@ -1694,6 +1696,7 @@ "type": "object" }, "GoogleFirebaseAppcheckV1betaBatchGetRecaptchaConfigsResponse": { + "deprecated": true, "description": "Response message for the BatchGetRecaptchaConfigs method.", "id": "GoogleFirebaseAppcheckV1betaBatchGetRecaptchaConfigsResponse", "properties": { @@ -1736,6 +1739,7 @@ "type": "object" }, "GoogleFirebaseAppcheckV1betaBatchGetSafetyNetConfigsResponse": { + "deprecated": true, "description": "Response message for the BatchGetSafetyNetConfigs method.", "id": "GoogleFirebaseAppcheckV1betaBatchGetSafetyNetConfigsResponse", "properties": { @@ -1897,6 +1901,7 @@ }, "attestationToken": { "$ref": "GoogleFirebaseAppcheckV1betaAttestationTokenResponse", + "deprecated": true, "description": "Encapsulates an App Check token." } }, @@ -1978,6 +1983,7 @@ "type": "object" }, "GoogleFirebaseAppcheckV1betaExchangeRecaptchaTokenRequest": { + "deprecated": true, "description": "Request message for the ExchangeRecaptchaToken method.", "id": "GoogleFirebaseAppcheckV1betaExchangeRecaptchaTokenRequest", "properties": { @@ -2004,6 +2010,7 @@ "type": "object" }, "GoogleFirebaseAppcheckV1betaExchangeSafetyNetTokenRequest": { + "deprecated": true, "description": "Request message for the ExchangeSafetyNetToken method.", "id": "GoogleFirebaseAppcheckV1betaExchangeSafetyNetTokenRequest", "properties": { @@ -2157,6 +2164,7 @@ "type": "object" }, "GoogleFirebaseAppcheckV1betaRecaptchaConfig": { + "deprecated": true, "description": "An app's reCAPTCHA v3 configuration object. This configuration is used by ExchangeRecaptchaToken to validate reCAPTCHA tokens issued to apps by reCAPTCHA v3. It also controls certain properties of the returned `AppCheckToken`, such as its ttl.", "id": "GoogleFirebaseAppcheckV1betaRecaptchaConfig", "properties": { @@ -2227,6 +2235,7 @@ "type": "object" }, "GoogleFirebaseAppcheckV1betaSafetyNetConfig": { + "deprecated": true, "description": "An app's SafetyNet configuration object. This configuration controls certain properties of the `AppCheckToken` returned by ExchangeSafetyNetToken, such as its ttl. Note that your registered SHA-256 certificate fingerprints are used to validate tokens issued by SafetyNet; please register them via the Firebase Console or programmatically via the [Firebase Management Service](https://firebase.google.com/docs/projects/api/reference/rest/v1beta1/projects.androidApps.sha/create).", "id": "GoogleFirebaseAppcheckV1betaSafetyNetConfig", "properties": { diff --git a/gmailpostmastertools/v1beta1/gmailpostmastertools-api.json b/gmailpostmastertools/v1beta1/gmailpostmastertools-api.json index eef31203cc1..ce81c20fe35 100644 --- a/gmailpostmastertools/v1beta1/gmailpostmastertools-api.json +++ b/gmailpostmastertools/v1beta1/gmailpostmastertools-api.json @@ -265,7 +265,7 @@ } } }, - "revision": "20201201", + "revision": "20230702", "rootUrl": "https://gmailpostmastertools.googleapis.com/", "schemas": { "DeliveryError": { @@ -382,6 +382,7 @@ "type": "string" }, "numIps": { + "deprecated": true, "description": "Total number of unique IPs in this reputation category. This metric only pertains to traffic that passed [SPF](http://www.openspf.org/) or [DKIM](http://www.dkim.org/). Deprecated to be complied with ApiLinter for Quantities. Use ip_count instead.", "format": "int64", "type": "string" diff --git a/mybusinesslodging/v1/mybusinesslodging-api.json b/mybusinesslodging/v1/mybusinesslodging-api.json index 2c606b354d4..428b7418ea3 100644 --- a/mybusinesslodging/v1/mybusinesslodging-api.json +++ b/mybusinesslodging/v1/mybusinesslodging-api.json @@ -194,7 +194,7 @@ } } }, - "revision": "20230124", + "revision": "20230702", "rootUrl": "https://mybusinesslodging.googleapis.com/", "schemas": { "Accessibility": { @@ -5002,6 +5002,7 @@ "type": "array" }, "leedCertification": { + "deprecated": true, "description": "LEED certification. Deprecated: this field is no longer populated. LEED certification status is now provided directly by USGBC.", "enum": [ "LEED_CERTIFICATION_UNSPECIFIED", @@ -5022,6 +5023,7 @@ "type": "string" }, "leedCertificationException": { + "deprecated": true, "description": "LEED certification exception. Deprecated: this field is no longer populated. LEED certification status is now provided directly by USGBC.", "enum": [ "EXCEPTION_UNSPECIFIED", diff --git a/mybusinessnotifications/v1/mybusinessnotifications-api.json b/mybusinessnotifications/v1/mybusinessnotifications-api.json index 3326f1a80af..3efa6ae6f9f 100644 --- a/mybusinessnotifications/v1/mybusinessnotifications-api.json +++ b/mybusinessnotifications/v1/mybusinessnotifications-api.json @@ -154,7 +154,7 @@ } } }, - "revision": "20221201", + "revision": "20230702", "rootUrl": "https://mybusinessnotifications.googleapis.com/", "schemas": { "NotificationSetting": { @@ -182,6 +182,20 @@ "LOSS_OF_VOICE_OF_MERCHANT", "VOICE_OF_MERCHANT_UPDATED" ], + "enumDeprecated": [ + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + true, + false + ], "enumDescriptions": [ "No notification type. Will not match any notifications.", "The location has Google updates for review. The location_name field on the notification will provide the resource name of the location with Google updates.", diff --git a/osconfig/v1/osconfig-api.json b/osconfig/v1/osconfig-api.json index 35beff7f32f..14367967e0a 100644 --- a/osconfig/v1/osconfig-api.json +++ b/osconfig/v1/osconfig-api.json @@ -1000,7 +1000,7 @@ } } }, - "revision": "20230618", + "revision": "20230703", "rootUrl": "https://osconfig.googleapis.com/", "schemas": { "AptSettings": { @@ -3460,6 +3460,7 @@ "id": "VulnerabilityReportVulnerability", "properties": { "availableInventoryItemIds": { + "deprecated": true, "description": "Corresponds to the `AVAILABLE_PACKAGE` inventory item on the VM. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. If there is no available fix, the field is empty. The `inventory_item` value specifies the latest `SoftwarePackage` available to the VM that fixes the vulnerability.", "items": { "type": "string" @@ -3476,6 +3477,7 @@ "description": "Contains metadata as per the upstream feed of the operating system and NVD." }, "installedInventoryItemIds": { + "deprecated": true, "description": "Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some distros, this field may be empty.", "items": { "type": "string" diff --git a/osconfig/v1alpha/osconfig-api.json b/osconfig/v1alpha/osconfig-api.json index 6bb7e4b6810..b821da0986c 100644 --- a/osconfig/v1alpha/osconfig-api.json +++ b/osconfig/v1alpha/osconfig-api.json @@ -687,7 +687,7 @@ } } }, - "revision": "20230618", + "revision": "20230703", "rootUrl": "https://osconfig.googleapis.com/", "schemas": { "CVSSv3": { @@ -943,6 +943,7 @@ "type": "object" }, "InstanceOSPoliciesCompliance": { + "deprecated": true, "description": "This API resource represents the OS policies compliance data for a Compute Engine virtual machine (VM) instance at a given point in time. A Compute Engine VM can have multiple OS policy assignments, and each assignment can have multiple OS policies. As a result, multiple OS policies could be applied to a single VM. You can use this API resource to determine both the compliance state of your VM as well as the compliance state of an individual OS policy. For more information, see [View compliance](https://cloud.google.com/compute/docs/os-configuration-management/view-compliance).", "id": "InstanceOSPoliciesCompliance", "properties": { @@ -1008,6 +1009,7 @@ "type": "object" }, "InstanceOSPoliciesComplianceOSPolicyCompliance": { + "deprecated": true, "description": "Compliance data for an OS policy", "id": "InstanceOSPoliciesComplianceOSPolicyCompliance", "properties": { @@ -1378,6 +1380,7 @@ "type": "object" }, "ListInstanceOSPoliciesCompliancesResponse": { + "deprecated": true, "description": "A response message for listing OS policies compliance data for all Compute Engine VMs in the given location.", "id": "ListInstanceOSPoliciesCompliancesResponse", "properties": { @@ -1639,6 +1642,7 @@ "type": "array" }, "osShortNames": { + "deprecated": true, "description": "Deprecated. Use the `inventories` field instead. A VM is selected if it's OS short name matches with any of the values provided in this list.", "items": { "type": "string" @@ -1958,6 +1962,7 @@ "type": "object" }, "OSPolicyResourceCompliance": { + "deprecated": true, "description": "Compliance data for an OS policy resource.", "id": "OSPolicyResourceCompliance", "properties": { @@ -1998,6 +2003,7 @@ "type": "object" }, "OSPolicyResourceComplianceExecResourceOutput": { + "deprecated": true, "description": "ExecResource specific output.", "id": "OSPolicyResourceComplianceExecResourceOutput", "properties": { @@ -2010,6 +2016,7 @@ "type": "object" }, "OSPolicyResourceConfigStep": { + "deprecated": true, "description": "Step performed by the OS Config agent for configuring an `OSPolicyResource` to its desired state.", "id": "OSPolicyResourceConfigStep", "properties": { @@ -2219,6 +2226,7 @@ }, "osFilter": { "$ref": "OSPolicyOSFilter", + "deprecated": true, "description": "Deprecated. Use the `inventory_filters` field instead. Used to specify the OS filter for a resource group" }, "resources": { @@ -2595,6 +2603,7 @@ "id": "VulnerabilityReportVulnerability", "properties": { "availableInventoryItemIds": { + "deprecated": true, "description": "Corresponds to the `AVAILABLE_PACKAGE` inventory item on the VM. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. If there is no available fix, the field is empty. The `inventory_item` value specifies the latest `SoftwarePackage` available to the VM that fixes the vulnerability.", "items": { "type": "string" @@ -2611,6 +2620,7 @@ "description": "Contains metadata as per the upstream feed of the operating system and NVD." }, "installedInventoryItemIds": { + "deprecated": true, "description": "Corresponds to the `INSTALLED_PACKAGE` inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some distros, this field may be empty.", "items": { "type": "string" diff --git a/playdeveloperreporting/v1alpha1/playdeveloperreporting-api.json b/playdeveloperreporting/v1alpha1/playdeveloperreporting-api.json index 5a743184c82..2becbc7d023 100644 --- a/playdeveloperreporting/v1alpha1/playdeveloperreporting-api.json +++ b/playdeveloperreporting/v1alpha1/playdeveloperreporting-api.json @@ -680,7 +680,7 @@ "type": "integer" }, "pageSize": { - "description": "The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 50 reports will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.", + "description": "The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 50 reports will be returned. The maximum value is 100; values above 100 will be coerced to 100.", "format": "int32", "location": "query", "type": "integer" @@ -941,7 +941,7 @@ } } }, - "revision": "20230516", + "revision": "20230701", "rootUrl": "https://playdeveloperreporting.googleapis.com/", "schemas": { "GooglePlayDeveloperReportingV1alpha1Anomaly": { diff --git a/playdeveloperreporting/v1alpha1/playdeveloperreporting-gen.go b/playdeveloperreporting/v1alpha1/playdeveloperreporting-gen.go index df1506504c7..34bd6259b0d 100644 --- a/playdeveloperreporting/v1alpha1/playdeveloperreporting-gen.go +++ b/playdeveloperreporting/v1alpha1/playdeveloperreporting-gen.go @@ -5491,7 +5491,7 @@ func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeYear(intervalStartTimeY // PageSize sets the optional parameter "pageSize": The maximum number // of reports to return. The service may return fewer than this value. // If unspecified, at most 50 reports will be returned. The maximum -// value is 1000; values above 1000 will be coerced to 1000. +// value is 100; values above 100 will be coerced to 100. func (c *VitalsErrorsReportsSearchCall) PageSize(pageSize int64) *VitalsErrorsReportsSearchCall { c.urlParams_.Set("pageSize", fmt.Sprint(pageSize)) return c @@ -5739,7 +5739,7 @@ func (c *VitalsErrorsReportsSearchCall) Do(opts ...googleapi.CallOption) (*Googl // "type": "integer" // }, // "pageSize": { - // "description": "The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 50 reports will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.", + // "description": "The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 50 reports will be returned. The maximum value is 100; values above 100 will be coerced to 100.", // "format": "int32", // "location": "query", // "type": "integer" diff --git a/playdeveloperreporting/v1beta1/playdeveloperreporting-api.json b/playdeveloperreporting/v1beta1/playdeveloperreporting-api.json index 7951a0aaa11..d4636e60de9 100644 --- a/playdeveloperreporting/v1beta1/playdeveloperreporting-api.json +++ b/playdeveloperreporting/v1beta1/playdeveloperreporting-api.json @@ -680,7 +680,7 @@ "type": "integer" }, "pageSize": { - "description": "The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 50 reports will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.", + "description": "The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 50 reports will be returned. The maximum value is 100; values above 100 will be coerced to 100.", "format": "int32", "location": "query", "type": "integer" @@ -941,7 +941,7 @@ } } }, - "revision": "20230516", + "revision": "20230701", "rootUrl": "https://playdeveloperreporting.googleapis.com/", "schemas": { "GooglePlayDeveloperReportingV1beta1Anomaly": { diff --git a/playdeveloperreporting/v1beta1/playdeveloperreporting-gen.go b/playdeveloperreporting/v1beta1/playdeveloperreporting-gen.go index 539db1374e7..ddb1c63b44a 100644 --- a/playdeveloperreporting/v1beta1/playdeveloperreporting-gen.go +++ b/playdeveloperreporting/v1beta1/playdeveloperreporting-gen.go @@ -5491,7 +5491,7 @@ func (c *VitalsErrorsReportsSearchCall) IntervalStartTimeYear(intervalStartTimeY // PageSize sets the optional parameter "pageSize": The maximum number // of reports to return. The service may return fewer than this value. // If unspecified, at most 50 reports will be returned. The maximum -// value is 1000; values above 1000 will be coerced to 1000. +// value is 100; values above 100 will be coerced to 100. func (c *VitalsErrorsReportsSearchCall) PageSize(pageSize int64) *VitalsErrorsReportsSearchCall { c.urlParams_.Set("pageSize", fmt.Sprint(pageSize)) return c @@ -5739,7 +5739,7 @@ func (c *VitalsErrorsReportsSearchCall) Do(opts ...googleapi.CallOption) (*Googl // "type": "integer" // }, // "pageSize": { - // "description": "The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 50 reports will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.", + // "description": "The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 50 reports will be returned. The maximum value is 100; values above 100 will be coerced to 100.", // "format": "int32", // "location": "query", // "type": "integer" diff --git a/streetviewpublish/v1/streetviewpublish-api.json b/streetviewpublish/v1/streetviewpublish-api.json index 14596a7dcbb..2310083f2bf 100644 --- a/streetviewpublish/v1/streetviewpublish-api.json +++ b/streetviewpublish/v1/streetviewpublish-api.json @@ -534,7 +534,7 @@ } } }, - "revision": "20230627", + "revision": "20230702", "rootUrl": "https://streetviewpublish.googleapis.com/", "schemas": { "BatchDeletePhotosRequest": { @@ -1155,11 +1155,6 @@ "description": "Output only. A rectangular box that encapsulates every image in this photo sequence.", "readOnly": true }, - "takedown": { - "description": "Output only. Set if a Photo within the PhotoSequence contains a takedown.", - "readOnly": true, - "type": "boolean" - }, "uploadReference": { "$ref": "UploadRef", "description": "Input only. Required when creating photo sequence. The resource name where the bytes of the photo sequence (in the form of video) are uploaded." diff --git a/streetviewpublish/v1/streetviewpublish-gen.go b/streetviewpublish/v1/streetviewpublish-gen.go index d692045d322..59e18820559 100644 --- a/streetviewpublish/v1/streetviewpublish-gen.go +++ b/streetviewpublish/v1/streetviewpublish-gen.go @@ -1200,10 +1200,6 @@ type PhotoSequence struct { // every image in this photo sequence. SequenceBounds *LatLngBounds `json:"sequenceBounds,omitempty"` - // Takedown: Output only. Set if a Photo within the PhotoSequence - // contains a takedown. - Takedown bool `json:"takedown,omitempty"` - // UploadReference: Input only. Required when creating photo sequence. // The resource name where the bytes of the photo sequence (in the form // of video) are uploaded. diff --git a/toolresults/v1beta3/toolresults-api.json b/toolresults/v1beta3/toolresults-api.json index c35c0dc7040..97595ee663e 100644 --- a/toolresults/v1beta3/toolresults-api.json +++ b/toolresults/v1beta3/toolresults-api.json @@ -1463,7 +1463,7 @@ } } }, - "revision": "20230410", + "revision": "20230703", "rootUrl": "https://toolresults.googleapis.com/", "schemas": { "ANR": { @@ -3587,6 +3587,7 @@ }, "stackTrace": { "$ref": "StackTrace", + "deprecated": true, "description": "Deprecated in favor of stack trace fields inside specific warnings." }, "type": {