sandbox/alpha-scone-pa-
values_changed
root['revision']
new_value20250609
old_value20250604
sandbox/alpha-scone-pa-v1
values_changed
root['revision']
new_value20250609
old_value20250604
sandbox/autopush-apigee-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-apigee-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-apihub-
values_changed
root['resources']['projects']['resources']['locations']['resources']['apis']['methods']['list']['parameters']['filter']['description']
new_valueOptional. An expression that filters the list of ApiResources. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string. The comparison operator must be one of: `<`, `>`, `:` or `=`. Filters are not case sensitive. The following fields in the `ApiResource` are eligible for filtering: * `owner.email` - The email of the team which owns the ApiResource. Allowed comparison operators: `=`. * `create_time` - The time at which the ApiResource was created. The value should be in the (RFC3339)[https://tools.ietf.org/html/rfc3339] format. Allowed comparison operators: `>` and `<`. * `display_name` - The display name of the ApiResource. Allowed comparison operators: `=`. * `target_user.enum_values.values.id` - The allowed value id of the target users attribute associated with the ApiResource. Allowed comparison operator is `:`. * `target_user.enum_values.values.display_name` - The allowed value display name of the target users attribute associated with the ApiResource. Allowed comparison operator is `:`. * `team.enum_values.values.id` - The allowed value id of the team attribute associated with the ApiResource. Allowed comparison operator is `:`. * `team.enum_values.values.display_name` - The allowed value display name of the team attribute associated with the ApiResource. Allowed comparison operator is `:`. * `business_unit.enum_values.values.id` - The allowed value id of the business unit attribute associated with the ApiResource. Allowed comparison operator is `:`. * `business_unit.enum_values.values.display_name` - The allowed value display name of the business unit attribute associated with the ApiResource. Allowed comparison operator is `:`. * `maturity_level.enum_values.values.id` - The allowed value id of the maturity level attribute associated with the ApiResource. Allowed comparison operator is `:`. * `maturity_level.enum_values.values.display_name` - The allowed value display name of the maturity level attribute associated with the ApiResource. Allowed comparison operator is `:`. * `api_style.enum_values.values.id` - The allowed value id of the api style attribute associated with the ApiResource. Allowed comparison operator is `:`. * `api_style.enum_values.values.display_name` - The allowed value display name of the api style attribute associated with the ApiResource. Allowed comparison operator is `:`. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.id` - The allowed value id of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-id is a placeholder that can be replaced with any user defined enum attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.display_name` - The allowed value display name of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-display-name is a placeholder that can be replaced with any user defined enum attribute enum name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.string_values.values` - The allowed value of the user defined string attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-string is a placeholder that can be replaced with any user defined string attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.json_values.values` - The allowed value of the user defined JSON attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-json is a placeholder that can be replaced with any user defined JSON attribute name. A filter function is also supported in the filter string. The filter function is `id(name)`. The `id(name)` function returns the id of the resource name. For example, `id(name) = \"api-1\"` is equivalent to `name = \"projects/test-project-id/locations/test-location-id/apis/api-1\"` provided the parent is `projects/test-project-id/locations/test-location-id`. Expressions are combined with either `AND` logic operator or `OR` logical operator but not both of them together i.e. only one of the `AND` or `OR` operator can be used throughout the filter string and both the operators cannot be used together. No other logical operators are supported. At most three filter fields are allowed in the filter string and if provided more than that then `INVALID_ARGUMENT` error is returned by the API. Here are a few examples: * `owner.email = \"apihub@google.com\"` - - The owner team email is _apihub@google.com_. * `owner.email = \"apihub@google.com\" AND create_time < \"2021-08-15T14:50:00Z\" AND create_time > \"2021-08-10T12:00:00Z\"` - The owner team email is _apihub@google.com_ and the api was created before _2021-08-15 14:50:00 UTC_ and after _2021-08-10 12:00:00 UTC_. * `owner.email = \"apihub@google.com\" OR team.enum_values.values.id: apihub-team-id` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ or the id of the allowed value associated with the team attribute is _apihub-team-id_. * `owner.email = \"apihub@google.com\" OR team.enum_values.values.display_name: ApiHub Team` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ or the display name of the allowed value associated with the team attribute is `ApiHub Team`. * `owner.email = \"apihub@google.com\" AND attributes.projects/test-project-id/locations/test-location-id/ attributes/17650f90-4a29-4971-b3c0-d5532da3764b.enum_values.values.id: test_enum_id AND attributes.projects/test-project-id/locations/test-location-id/ attributes/1765\0f90-4a29-5431-b3d0-d5532da3764c.string_values.values: test_string_value` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ and the id of the allowed value associated with the user defined attribute of type enum is _test_enum_id_ and the value of the user defined attribute of type string is _test_..
old_valueOptional. An expression that filters the list of ApiResources. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string. The comparison operator must be one of: `<`, `>`, `:` or `=`. Filters are not case sensitive. The following fields in the `ApiResource` are eligible for filtering: * `owner.email` - The email of the team which owns the ApiResource. Allowed comparison operators: `=`. * `create_time` - The time at which the ApiResource was created. The value should be in the (RFC3339)[https://tools.ietf.org/html/rfc3339] format. Allowed comparison operators: `>` and `<`. * `display_name` - The display name of the ApiResource. Allowed comparison operators: `=`. * `target_user.enum_values.values.id` - The allowed value id of the target users attribute associated with the ApiResource. Allowed comparison operator is `:`. * `target_user.enum_values.values.display_name` - The allowed value display name of the target users attribute associated with the ApiResource. Allowed comparison operator is `:`. * `team.enum_values.values.id` - The allowed value id of the team attribute associated with the ApiResource. Allowed comparison operator is `:`. * `team.enum_values.values.display_name` - The allowed value display name of the team attribute associated with the ApiResource. Allowed comparison operator is `:`. * `business_unit.enum_values.values.id` - The allowed value id of the business unit attribute associated with the ApiResource. Allowed comparison operator is `:`. * `business_unit.enum_values.values.display_name` - The allowed value display name of the business unit attribute associated with the ApiResource. Allowed comparison operator is `:`. * `maturity_level.enum_values.values.id` - The allowed value id of the maturity level attribute associated with the ApiResource. Allowed comparison operator is `:`. * `maturity_level.enum_values.values.display_name` - The allowed value display name of the maturity level attribute associated with the ApiResource. Allowed comparison operator is `:`. * `api_style.enum_values.values.id` - The allowed value id of the api style attribute associated with the ApiResource. Allowed comparison operator is `:`. * `api_style.enum_values.values.display_name` - The allowed value display name of the api style attribute associated with the ApiResource. Allowed comparison operator is `:`. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.id` - The allowed value id of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-id is a placeholder that can be replaced with any user defined enum attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.display_name` - The allowed value display name of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-display-name is a placeholder that can be replaced with any user defined enum attribute enum name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.string_values.values` - The allowed value of the user defined string attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-string is a placeholder that can be replaced with any user defined string attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.json_values.values` - The allowed value of the user defined JSON attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-json is a placeholder that can be replaced with any user defined JSON attribute name. Expressions are combined with either `AND` logic operator or `OR` logical operator but not both of them together i.e. only one of the `AND` or `OR` operator can be used throughout the filter string and both the operators cannot be used together. No other logical operators are supported. At most three filter fields are allowed in the filter string and if provided more than that then `INVALID_ARGUMENT` error is returned by the API. Here are a few examples: * `owner.email = \"apihub@google.com\"` - - The owner team email is _apihub@google.com_. * `owner.email = \"apihub@google.com\" AND create_time < \"2021-08-15T14:50:00Z\" AND create_time > \"2021-08-10T12:00:00Z\"` - The owner team email is _apihub@google.com_ and the api was created before _2021-08-15 14:50:00 UTC_ and after _2021-08-10 12:00:00 UTC_. * `owner.email = \"apihub@google.com\" OR team.enum_values.values.id: apihub-team-id` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ or the id of the allowed value associated with the team attribute is _apihub-team-id_. * `owner.email = \"apihub@google.com\" OR team.enum_values.values.display_name: ApiHub Team` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ or the display name of the allowed value associated with the team attribute is `ApiHub Team`. * `owner.email = \"apihub@google.com\" AND attributes.projects/test-project-id/locations/test-location-id/ attributes/17650f90-4a29-4971-b3c0-d5532da3764b.enum_values.values.id: test_enum_id AND attributes.projects/test-project-id/locations/test-location-id/ attributes/1765\0f90-4a29-5431-b3d0-d5532da3764c.string_values.values: test_string_value` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ and the id of the allowed value associated with the user defined attribute of type enum is _test_enum_id_ and the value of the user defined attribute of type string is _test_..
root['resources']['projects']['resources']['locations']['resources']['deployments']['methods']['list']['parameters']['filter']['description']
new_valueOptional. An expression that filters the list of Deployments. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string. The comparison operator must be one of: `<`, `>` or `=`. Filters are not case sensitive. The following fields in the `Deployments` are eligible for filtering: * `display_name` - The display name of the Deployment. Allowed comparison operators: `=`. * `create_time` - The time at which the Deployment was created. The value should be in the (RFC3339)[https://tools.ietf.org/html/rfc3339] format. Allowed comparison operators: `>` and `<`. * `resource_uri` - A URI to the deployment resource. Allowed comparison operators: `=`. * `api_versions` - The API versions linked to this deployment. Allowed comparison operators: `:`. * `deployment_type.enum_values.values.id` - The allowed value id of the deployment_type attribute associated with the Deployment. Allowed comparison operators: `:`. * `deployment_type.enum_values.values.display_name` - The allowed value display name of the deployment_type attribute associated with the Deployment. Allowed comparison operators: `:`. * `slo.string_values.values` -The allowed string value of the slo attribute associated with the deployment. Allowed comparison operators: `:`. * `environment.enum_values.values.id` - The allowed value id of the environment attribute associated with the deployment. Allowed comparison operators: `:`. * `environment.enum_values.values.display_name` - The allowed value display name of the environment attribute associated with the deployment. Allowed comparison operators: `:`. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.id` - The allowed value id of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-id is a placeholder that can be replaced with any user defined enum attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.display_name` - The allowed value display name of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-display-name is a placeholder that can be replaced with any user defined enum attribute enum name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.string_values.values` - The allowed value of the user defined string attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-string is a placeholder that can be replaced with any user defined string attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.json_values.values` - The allowed value of the user defined JSON attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-json is a placeholder that can be replaced with any user defined JSON attribute name. A filter function is also supported in the filter string. The filter function is `id(name)`. The `id(name)` function returns the id of the resource name. For example, `id(name) = \"deployment-1\"` is equivalent to `name = \"projects/test-project-id/locations/test-location-id/deployments/deployment-1\"` provided the parent is `projects/test-project-id/locations/test-location-id`. Expressions are combined with either `AND` logic operator or `OR` logical operator but not both of them together i.e. only one of the `AND` or `OR` operator can be used throughout the filter string and both the operators cannot be used together. No other logical operators are supported. At most three filter fields are allowed in the filter string and if provided more than that then `INVALID_ARGUMENT` error is returned by the API. Here are a few examples: * `environment.enum_values.values.id: staging-id` - The allowed value id of the environment attribute associated with the Deployment is _staging-id_. * `environment.enum_values.values.display_name: \"Staging Deployment\"` - The allowed value display name of the environment attribute associated with the Deployment is `Staging Deployment`. * `environment.enum_values.values.id: production-id AND create_time < \"2021-08-15T14:50:00Z\" AND create_time > \"2021-08-10T12:00:00Z\"` - The allowed value id of the environment attribute associated with the Deployment is _production-id_ and Deployment was created before _2021-08-15 14:50:00 UTC_ and after _2021-08-10 12:00:00 UTC_. * `environment.enum_values.values.id: production-id OR slo.string_values.values: \"99.99%\"` - The allowed value id of the environment attribute Deployment is _production-id_ or string value of the slo attribute is _99.99%_. * `environment.enum_values.values.id: staging-id AND attributes.projects/test-project-id/locations/test-location-id/ attributes/17650f90-4a29-4971-b3c0-d5532da3764b.string_values.values: test` - The filter string specifies that the allowed value id of the environment attribute associated with the Deployment is _staging-id_ and the value of the user defined attribute of type string is _test_.
old_valueOptional. An expression that filters the list of Deployments. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string. The comparison operator must be one of: `<`, `>` or `=`. Filters are not case sensitive. The following fields in the `Deployments` are eligible for filtering: * `display_name` - The display name of the Deployment. Allowed comparison operators: `=`. * `create_time` - The time at which the Deployment was created. The value should be in the (RFC3339)[https://tools.ietf.org/html/rfc3339] format. Allowed comparison operators: `>` and `<`. * `resource_uri` - A URI to the deployment resource. Allowed comparison operators: `=`. * `api_versions` - The API versions linked to this deployment. Allowed comparison operators: `:`. * `deployment_type.enum_values.values.id` - The allowed value id of the deployment_type attribute associated with the Deployment. Allowed comparison operators: `:`. * `deployment_type.enum_values.values.display_name` - The allowed value display name of the deployment_type attribute associated with the Deployment. Allowed comparison operators: `:`. * `slo.string_values.values` -The allowed string value of the slo attribute associated with the deployment. Allowed comparison operators: `:`. * `environment.enum_values.values.id` - The allowed value id of the environment attribute associated with the deployment. Allowed comparison operators: `:`. * `environment.enum_values.values.display_name` - The allowed value display name of the environment attribute associated with the deployment. Allowed comparison operators: `:`. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.id` - The allowed value id of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-id is a placeholder that can be replaced with any user defined enum attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.display_name` - The allowed value display name of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-display-name is a placeholder that can be replaced with any user defined enum attribute enum name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.string_values.values` - The allowed value of the user defined string attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-string is a placeholder that can be replaced with any user defined string attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.json_values.values` - The allowed value of the user defined JSON attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-json is a placeholder that can be replaced with any user defined JSON attribute name. Expressions are combined with either `AND` logic operator or `OR` logical operator but not both of them together i.e. only one of the `AND` or `OR` operator can be used throughout the filter string and both the operators cannot be used together. No other logical operators are supported. At most three filter fields are allowed in the filter string and if provided more than that then `INVALID_ARGUMENT` error is returned by the API. Here are a few examples: * `environment.enum_values.values.id: staging-id` - The allowed value id of the environment attribute associated with the Deployment is _staging-id_. * `environment.enum_values.values.display_name: \"Staging Deployment\"` - The allowed value display name of the environment attribute associated with the Deployment is `Staging Deployment`. * `environment.enum_values.values.id: production-id AND create_time < \"2021-08-15T14:50:00Z\" AND create_time > \"2021-08-10T12:00:00Z\"` - The allowed value id of the environment attribute associated with the Deployment is _production-id_ and Deployment was created before _2021-08-15 14:50:00 UTC_ and after _2021-08-10 12:00:00 UTC_. * `environment.enum_values.values.id: production-id OR slo.string_values.values: \"99.99%\"` - The allowed value id of the environment attribute Deployment is _production-id_ or string value of the slo attribute is _99.99%_. * `environment.enum_values.values.id: staging-id AND attributes.projects/test-project-id/locations/test-location-id/ attributes/17650f90-4a29-4971-b3c0-d5532da3764b.string_values.values: test` - The filter string specifies that the allowed value id of the environment attribute associated with the Deployment is _staging-id_ and the value of the user defined attribute of type string is _test_.
root['resources']['projects']['resources']['locations']['resources']['plugins']['resources']['instances']['methods']['list']['parameters']['filter']['description']
new_valueOptional. An expression that filters the list of plugin instances. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string. The comparison operator must be one of: `<`, `>` or `=`. Filters are not case sensitive. The following fields in the `PluginInstances` are eligible for filtering: * `state` - The state of the Plugin Instance. Allowed comparison operators: `=`. A filter function is also supported in the filter string. The filter function is `id(name)`. The `id(name)` function returns the id of the resource name. For example, `id(name) = \"plugin-instance-1\"` is equivalent to `name = \"projects/test-project-id/locations/test-location-id/plugins/plugin-1/instances/plugin-instance-1\"` provided the parent is `projects/test-project-id/locations/test-location-id/plugins/plugin-1`. Expressions are combined with either `AND` logic operator or `OR` logical operator but not both of them together i.e. only one of the `AND` or `OR` operator can be used throughout the filter string and both the operators cannot be used together. No other logical operators are supported. At most three filter fields are allowed in the filter string and if provided more than that then `INVALID_ARGUMENT` error is returned by the API. Here are a few examples: * `state = ENABLED` - The plugin instance is in enabled state.
old_valueOptional. An expression that filters the list of plugin instances. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string. The comparison operator must be one of: `<`, `>` or `=`. Filters are not case sensitive. The following fields in the `PluginInstances` are eligible for filtering: * `state` - The state of the Plugin Instance. Allowed comparison operators: `=`. Expressions are combined with either `AND` logic operator or `OR` logical operator but not both of them together i.e. only one of the `AND` or `OR` operator can be used throughout the filter string and both the operators cannot be used together. No other logical operators are supported. At most three filter fields are allowed in the filter string and if provided more than that then `INVALID_ARGUMENT` error is returned by the API. Here are a few examples: * `state = ENABLED` - The plugin instance is in enabled state.
root['revision']
new_value20250610
old_value20250607
sandbox/autopush-apihub-v1
values_changed
root['resources']['projects']['resources']['locations']['resources']['apis']['methods']['list']['parameters']['filter']['description']
new_valueOptional. An expression that filters the list of ApiResources. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string. The comparison operator must be one of: `<`, `>`, `:` or `=`. Filters are not case sensitive. The following fields in the `ApiResource` are eligible for filtering: * `owner.email` - The email of the team which owns the ApiResource. Allowed comparison operators: `=`. * `create_time` - The time at which the ApiResource was created. The value should be in the (RFC3339)[https://tools.ietf.org/html/rfc3339] format. Allowed comparison operators: `>` and `<`. * `display_name` - The display name of the ApiResource. Allowed comparison operators: `=`. * `target_user.enum_values.values.id` - The allowed value id of the target users attribute associated with the ApiResource. Allowed comparison operator is `:`. * `target_user.enum_values.values.display_name` - The allowed value display name of the target users attribute associated with the ApiResource. Allowed comparison operator is `:`. * `team.enum_values.values.id` - The allowed value id of the team attribute associated with the ApiResource. Allowed comparison operator is `:`. * `team.enum_values.values.display_name` - The allowed value display name of the team attribute associated with the ApiResource. Allowed comparison operator is `:`. * `business_unit.enum_values.values.id` - The allowed value id of the business unit attribute associated with the ApiResource. Allowed comparison operator is `:`. * `business_unit.enum_values.values.display_name` - The allowed value display name of the business unit attribute associated with the ApiResource. Allowed comparison operator is `:`. * `maturity_level.enum_values.values.id` - The allowed value id of the maturity level attribute associated with the ApiResource. Allowed comparison operator is `:`. * `maturity_level.enum_values.values.display_name` - The allowed value display name of the maturity level attribute associated with the ApiResource. Allowed comparison operator is `:`. * `api_style.enum_values.values.id` - The allowed value id of the api style attribute associated with the ApiResource. Allowed comparison operator is `:`. * `api_style.enum_values.values.display_name` - The allowed value display name of the api style attribute associated with the ApiResource. Allowed comparison operator is `:`. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.id` - The allowed value id of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-id is a placeholder that can be replaced with any user defined enum attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.display_name` - The allowed value display name of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-display-name is a placeholder that can be replaced with any user defined enum attribute enum name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.string_values.values` - The allowed value of the user defined string attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-string is a placeholder that can be replaced with any user defined string attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.json_values.values` - The allowed value of the user defined JSON attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-json is a placeholder that can be replaced with any user defined JSON attribute name. A filter function is also supported in the filter string. The filter function is `id(name)`. The `id(name)` function returns the id of the resource name. For example, `id(name) = \"api-1\"` is equivalent to `name = \"projects/test-project-id/locations/test-location-id/apis/api-1\"` provided the parent is `projects/test-project-id/locations/test-location-id`. Expressions are combined with either `AND` logic operator or `OR` logical operator but not both of them together i.e. only one of the `AND` or `OR` operator can be used throughout the filter string and both the operators cannot be used together. No other logical operators are supported. At most three filter fields are allowed in the filter string and if provided more than that then `INVALID_ARGUMENT` error is returned by the API. Here are a few examples: * `owner.email = \"apihub@google.com\"` - - The owner team email is _apihub@google.com_. * `owner.email = \"apihub@google.com\" AND create_time < \"2021-08-15T14:50:00Z\" AND create_time > \"2021-08-10T12:00:00Z\"` - The owner team email is _apihub@google.com_ and the api was created before _2021-08-15 14:50:00 UTC_ and after _2021-08-10 12:00:00 UTC_. * `owner.email = \"apihub@google.com\" OR team.enum_values.values.id: apihub-team-id` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ or the id of the allowed value associated with the team attribute is _apihub-team-id_. * `owner.email = \"apihub@google.com\" OR team.enum_values.values.display_name: ApiHub Team` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ or the display name of the allowed value associated with the team attribute is `ApiHub Team`. * `owner.email = \"apihub@google.com\" AND attributes.projects/test-project-id/locations/test-location-id/ attributes/17650f90-4a29-4971-b3c0-d5532da3764b.enum_values.values.id: test_enum_id AND attributes.projects/test-project-id/locations/test-location-id/ attributes/1765\0f90-4a29-5431-b3d0-d5532da3764c.string_values.values: test_string_value` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ and the id of the allowed value associated with the user defined attribute of type enum is _test_enum_id_ and the value of the user defined attribute of type string is _test_..
old_valueOptional. An expression that filters the list of ApiResources. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string. The comparison operator must be one of: `<`, `>`, `:` or `=`. Filters are not case sensitive. The following fields in the `ApiResource` are eligible for filtering: * `owner.email` - The email of the team which owns the ApiResource. Allowed comparison operators: `=`. * `create_time` - The time at which the ApiResource was created. The value should be in the (RFC3339)[https://tools.ietf.org/html/rfc3339] format. Allowed comparison operators: `>` and `<`. * `display_name` - The display name of the ApiResource. Allowed comparison operators: `=`. * `target_user.enum_values.values.id` - The allowed value id of the target users attribute associated with the ApiResource. Allowed comparison operator is `:`. * `target_user.enum_values.values.display_name` - The allowed value display name of the target users attribute associated with the ApiResource. Allowed comparison operator is `:`. * `team.enum_values.values.id` - The allowed value id of the team attribute associated with the ApiResource. Allowed comparison operator is `:`. * `team.enum_values.values.display_name` - The allowed value display name of the team attribute associated with the ApiResource. Allowed comparison operator is `:`. * `business_unit.enum_values.values.id` - The allowed value id of the business unit attribute associated with the ApiResource. Allowed comparison operator is `:`. * `business_unit.enum_values.values.display_name` - The allowed value display name of the business unit attribute associated with the ApiResource. Allowed comparison operator is `:`. * `maturity_level.enum_values.values.id` - The allowed value id of the maturity level attribute associated with the ApiResource. Allowed comparison operator is `:`. * `maturity_level.enum_values.values.display_name` - The allowed value display name of the maturity level attribute associated with the ApiResource. Allowed comparison operator is `:`. * `api_style.enum_values.values.id` - The allowed value id of the api style attribute associated with the ApiResource. Allowed comparison operator is `:`. * `api_style.enum_values.values.display_name` - The allowed value display name of the api style attribute associated with the ApiResource. Allowed comparison operator is `:`. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.id` - The allowed value id of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-id is a placeholder that can be replaced with any user defined enum attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.display_name` - The allowed value display name of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-display-name is a placeholder that can be replaced with any user defined enum attribute enum name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.string_values.values` - The allowed value of the user defined string attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-string is a placeholder that can be replaced with any user defined string attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.json_values.values` - The allowed value of the user defined JSON attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-json is a placeholder that can be replaced with any user defined JSON attribute name. Expressions are combined with either `AND` logic operator or `OR` logical operator but not both of them together i.e. only one of the `AND` or `OR` operator can be used throughout the filter string and both the operators cannot be used together. No other logical operators are supported. At most three filter fields are allowed in the filter string and if provided more than that then `INVALID_ARGUMENT` error is returned by the API. Here are a few examples: * `owner.email = \"apihub@google.com\"` - - The owner team email is _apihub@google.com_. * `owner.email = \"apihub@google.com\" AND create_time < \"2021-08-15T14:50:00Z\" AND create_time > \"2021-08-10T12:00:00Z\"` - The owner team email is _apihub@google.com_ and the api was created before _2021-08-15 14:50:00 UTC_ and after _2021-08-10 12:00:00 UTC_. * `owner.email = \"apihub@google.com\" OR team.enum_values.values.id: apihub-team-id` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ or the id of the allowed value associated with the team attribute is _apihub-team-id_. * `owner.email = \"apihub@google.com\" OR team.enum_values.values.display_name: ApiHub Team` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ or the display name of the allowed value associated with the team attribute is `ApiHub Team`. * `owner.email = \"apihub@google.com\" AND attributes.projects/test-project-id/locations/test-location-id/ attributes/17650f90-4a29-4971-b3c0-d5532da3764b.enum_values.values.id: test_enum_id AND attributes.projects/test-project-id/locations/test-location-id/ attributes/1765\0f90-4a29-5431-b3d0-d5532da3764c.string_values.values: test_string_value` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ and the id of the allowed value associated with the user defined attribute of type enum is _test_enum_id_ and the value of the user defined attribute of type string is _test_..
root['resources']['projects']['resources']['locations']['resources']['deployments']['methods']['list']['parameters']['filter']['description']
new_valueOptional. An expression that filters the list of Deployments. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string. The comparison operator must be one of: `<`, `>` or `=`. Filters are not case sensitive. The following fields in the `Deployments` are eligible for filtering: * `display_name` - The display name of the Deployment. Allowed comparison operators: `=`. * `create_time` - The time at which the Deployment was created. The value should be in the (RFC3339)[https://tools.ietf.org/html/rfc3339] format. Allowed comparison operators: `>` and `<`. * `resource_uri` - A URI to the deployment resource. Allowed comparison operators: `=`. * `api_versions` - The API versions linked to this deployment. Allowed comparison operators: `:`. * `deployment_type.enum_values.values.id` - The allowed value id of the deployment_type attribute associated with the Deployment. Allowed comparison operators: `:`. * `deployment_type.enum_values.values.display_name` - The allowed value display name of the deployment_type attribute associated with the Deployment. Allowed comparison operators: `:`. * `slo.string_values.values` -The allowed string value of the slo attribute associated with the deployment. Allowed comparison operators: `:`. * `environment.enum_values.values.id` - The allowed value id of the environment attribute associated with the deployment. Allowed comparison operators: `:`. * `environment.enum_values.values.display_name` - The allowed value display name of the environment attribute associated with the deployment. Allowed comparison operators: `:`. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.id` - The allowed value id of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-id is a placeholder that can be replaced with any user defined enum attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.display_name` - The allowed value display name of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-display-name is a placeholder that can be replaced with any user defined enum attribute enum name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.string_values.values` - The allowed value of the user defined string attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-string is a placeholder that can be replaced with any user defined string attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.json_values.values` - The allowed value of the user defined JSON attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-json is a placeholder that can be replaced with any user defined JSON attribute name. A filter function is also supported in the filter string. The filter function is `id(name)`. The `id(name)` function returns the id of the resource name. For example, `id(name) = \"deployment-1\"` is equivalent to `name = \"projects/test-project-id/locations/test-location-id/deployments/deployment-1\"` provided the parent is `projects/test-project-id/locations/test-location-id`. Expressions are combined with either `AND` logic operator or `OR` logical operator but not both of them together i.e. only one of the `AND` or `OR` operator can be used throughout the filter string and both the operators cannot be used together. No other logical operators are supported. At most three filter fields are allowed in the filter string and if provided more than that then `INVALID_ARGUMENT` error is returned by the API. Here are a few examples: * `environment.enum_values.values.id: staging-id` - The allowed value id of the environment attribute associated with the Deployment is _staging-id_. * `environment.enum_values.values.display_name: \"Staging Deployment\"` - The allowed value display name of the environment attribute associated with the Deployment is `Staging Deployment`. * `environment.enum_values.values.id: production-id AND create_time < \"2021-08-15T14:50:00Z\" AND create_time > \"2021-08-10T12:00:00Z\"` - The allowed value id of the environment attribute associated with the Deployment is _production-id_ and Deployment was created before _2021-08-15 14:50:00 UTC_ and after _2021-08-10 12:00:00 UTC_. * `environment.enum_values.values.id: production-id OR slo.string_values.values: \"99.99%\"` - The allowed value id of the environment attribute Deployment is _production-id_ or string value of the slo attribute is _99.99%_. * `environment.enum_values.values.id: staging-id AND attributes.projects/test-project-id/locations/test-location-id/ attributes/17650f90-4a29-4971-b3c0-d5532da3764b.string_values.values: test` - The filter string specifies that the allowed value id of the environment attribute associated with the Deployment is _staging-id_ and the value of the user defined attribute of type string is _test_.
old_valueOptional. An expression that filters the list of Deployments. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string. The comparison operator must be one of: `<`, `>` or `=`. Filters are not case sensitive. The following fields in the `Deployments` are eligible for filtering: * `display_name` - The display name of the Deployment. Allowed comparison operators: `=`. * `create_time` - The time at which the Deployment was created. The value should be in the (RFC3339)[https://tools.ietf.org/html/rfc3339] format. Allowed comparison operators: `>` and `<`. * `resource_uri` - A URI to the deployment resource. Allowed comparison operators: `=`. * `api_versions` - The API versions linked to this deployment. Allowed comparison operators: `:`. * `deployment_type.enum_values.values.id` - The allowed value id of the deployment_type attribute associated with the Deployment. Allowed comparison operators: `:`. * `deployment_type.enum_values.values.display_name` - The allowed value display name of the deployment_type attribute associated with the Deployment. Allowed comparison operators: `:`. * `slo.string_values.values` -The allowed string value of the slo attribute associated with the deployment. Allowed comparison operators: `:`. * `environment.enum_values.values.id` - The allowed value id of the environment attribute associated with the deployment. Allowed comparison operators: `:`. * `environment.enum_values.values.display_name` - The allowed value display name of the environment attribute associated with the deployment. Allowed comparison operators: `:`. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.id` - The allowed value id of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-id is a placeholder that can be replaced with any user defined enum attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.display_name` - The allowed value display name of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-display-name is a placeholder that can be replaced with any user defined enum attribute enum name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.string_values.values` - The allowed value of the user defined string attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-string is a placeholder that can be replaced with any user defined string attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.json_values.values` - The allowed value of the user defined JSON attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-json is a placeholder that can be replaced with any user defined JSON attribute name. Expressions are combined with either `AND` logic operator or `OR` logical operator but not both of them together i.e. only one of the `AND` or `OR` operator can be used throughout the filter string and both the operators cannot be used together. No other logical operators are supported. At most three filter fields are allowed in the filter string and if provided more than that then `INVALID_ARGUMENT` error is returned by the API. Here are a few examples: * `environment.enum_values.values.id: staging-id` - The allowed value id of the environment attribute associated with the Deployment is _staging-id_. * `environment.enum_values.values.display_name: \"Staging Deployment\"` - The allowed value display name of the environment attribute associated with the Deployment is `Staging Deployment`. * `environment.enum_values.values.id: production-id AND create_time < \"2021-08-15T14:50:00Z\" AND create_time > \"2021-08-10T12:00:00Z\"` - The allowed value id of the environment attribute associated with the Deployment is _production-id_ and Deployment was created before _2021-08-15 14:50:00 UTC_ and after _2021-08-10 12:00:00 UTC_. * `environment.enum_values.values.id: production-id OR slo.string_values.values: \"99.99%\"` - The allowed value id of the environment attribute Deployment is _production-id_ or string value of the slo attribute is _99.99%_. * `environment.enum_values.values.id: staging-id AND attributes.projects/test-project-id/locations/test-location-id/ attributes/17650f90-4a29-4971-b3c0-d5532da3764b.string_values.values: test` - The filter string specifies that the allowed value id of the environment attribute associated with the Deployment is _staging-id_ and the value of the user defined attribute of type string is _test_.
root['resources']['projects']['resources']['locations']['resources']['plugins']['resources']['instances']['methods']['list']['parameters']['filter']['description']
new_valueOptional. An expression that filters the list of plugin instances. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string. The comparison operator must be one of: `<`, `>` or `=`. Filters are not case sensitive. The following fields in the `PluginInstances` are eligible for filtering: * `state` - The state of the Plugin Instance. Allowed comparison operators: `=`. A filter function is also supported in the filter string. The filter function is `id(name)`. The `id(name)` function returns the id of the resource name. For example, `id(name) = \"plugin-instance-1\"` is equivalent to `name = \"projects/test-project-id/locations/test-location-id/plugins/plugin-1/instances/plugin-instance-1\"` provided the parent is `projects/test-project-id/locations/test-location-id/plugins/plugin-1`. Expressions are combined with either `AND` logic operator or `OR` logical operator but not both of them together i.e. only one of the `AND` or `OR` operator can be used throughout the filter string and both the operators cannot be used together. No other logical operators are supported. At most three filter fields are allowed in the filter string and if provided more than that then `INVALID_ARGUMENT` error is returned by the API. Here are a few examples: * `state = ENABLED` - The plugin instance is in enabled state.
old_valueOptional. An expression that filters the list of plugin instances. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string. The comparison operator must be one of: `<`, `>` or `=`. Filters are not case sensitive. The following fields in the `PluginInstances` are eligible for filtering: * `state` - The state of the Plugin Instance. Allowed comparison operators: `=`. Expressions are combined with either `AND` logic operator or `OR` logical operator but not both of them together i.e. only one of the `AND` or `OR` operator can be used throughout the filter string and both the operators cannot be used together. No other logical operators are supported. At most three filter fields are allowed in the filter string and if provided more than that then `INVALID_ARGUMENT` error is returned by the API. Here are a few examples: * `state = ENABLED` - The plugin instance is in enabled state.
root['revision']
new_value20250610
old_value20250607
sandbox/autopush-apikeys-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-apikeys-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-asia-east1-cloudbuild-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-asia-east1-cloudbuild-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-asia-east1-cloudbuild-v2
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-auditrecording-pa-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-auditrecording-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudaicompanion-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudaicompanion-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudaicompanion-v1alpha
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudaicompanion-v1beta
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudaicompanionadmin-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudaicompanionadmin-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudaicompanionadmin-v1alpha
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudaicompanionadmin-v1beta
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudbuild-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudbuild-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudbuild-v2
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudcrmeventbus-pa-
dictionary_item_added
  • root['resources']['events']['methods']['runAgentFlow']
  • root['schemas']['GoogleCloudAiplatformInternalBlob']
  • root['schemas']['GoogleCloudAiplatformInternalCodeExecutionResult']
  • root['schemas']['GoogleCloudAiplatformInternalContent']
  • root['schemas']['GoogleCloudAiplatformInternalExecutableCode']
  • root['schemas']['GoogleCloudAiplatformInternalFileData']
  • root['schemas']['GoogleCloudAiplatformInternalFunctionCall']
  • root['schemas']['GoogleCloudAiplatformInternalFunctionResponse']
  • root['schemas']['GoogleCloudAiplatformInternalGroundingChunk']
  • root['schemas']['GoogleCloudAiplatformInternalGroundingChunkRetrievedContext']
  • root['schemas']['GoogleCloudAiplatformInternalGroundingChunkWeb']
  • root['schemas']['GoogleCloudAiplatformInternalGroundingMetadata']
  • root['schemas']['GoogleCloudAiplatformInternalGroundingSupport']
  • root['schemas']['GoogleCloudAiplatformInternalPart']
  • root['schemas']['GoogleCloudAiplatformInternalPartInternalSettings']
  • root['schemas']['GoogleCloudAiplatformInternalRagChunk']
  • root['schemas']['GoogleCloudAiplatformInternalRagChunkPageSpan']
  • root['schemas']['GoogleCloudAiplatformInternalRetrievalMetadata']
  • root['schemas']['GoogleCloudAiplatformInternalSearchEntryPoint']
  • root['schemas']['GoogleCloudAiplatformInternalSegment']
  • root['schemas']['GoogleCloudAiplatformInternalVideoMetadata']
  • root['schemas']['GoogleCloudAiplatformMasterApiAuth']
  • root['schemas']['GoogleCloudAiplatformMasterApiAuthApiKeyConfig']
  • root['schemas']['GoogleCloudAiplatformMasterAuthConfig']
  • root['schemas']['GoogleCloudAiplatformMasterAuthConfigApiKeyConfig']
  • root['schemas']['GoogleCloudAiplatformMasterAuthConfigGoogleServiceAccountConfig']
  • root['schemas']['GoogleCloudAiplatformMasterAuthConfigHttpBasicAuthConfig']
  • root['schemas']['GoogleCloudAiplatformMasterAuthConfigOauthConfig']
  • root['schemas']['GoogleCloudAiplatformMasterAuthConfigOidcConfig']
  • root['schemas']['GoogleCloudAiplatformMasterDynamicRetrievalConfig']
  • root['schemas']['GoogleCloudAiplatformMasterEnterpriseWebSearch']
  • root['schemas']['GoogleCloudAiplatformMasterExternalApi']
  • root['schemas']['GoogleCloudAiplatformMasterExternalApiElasticSearchParams']
  • root['schemas']['GoogleCloudAiplatformMasterExternalApiSimpleSearchParams']
  • root['schemas']['GoogleCloudAiplatformMasterFunctionDeclaration']
  • root['schemas']['GoogleCloudAiplatformMasterGoogleSearchRetrieval']
  • root['schemas']['GoogleCloudAiplatformMasterRagRetrievalConfig']
  • root['schemas']['GoogleCloudAiplatformMasterRagRetrievalConfigFilter']
  • root['schemas']['GoogleCloudAiplatformMasterRagRetrievalConfigHybridSearch']
  • root['schemas']['GoogleCloudAiplatformMasterRagRetrievalConfigRanking']
  • root['schemas']['GoogleCloudAiplatformMasterRagRetrievalConfigRankingLlmRanker']
  • root['schemas']['GoogleCloudAiplatformMasterRagRetrievalConfigRankingRankService']
  • root['schemas']['GoogleCloudAiplatformMasterRetrieval']
  • root['schemas']['GoogleCloudAiplatformMasterSchema']
  • root['schemas']['GoogleCloudAiplatformMasterTool']
  • root['schemas']['GoogleCloudAiplatformMasterToolCodeExecution']
  • root['schemas']['GoogleCloudAiplatformMasterToolComputerUse']
  • root['schemas']['GoogleCloudAiplatformMasterToolGoogleSearch']
  • root['schemas']['GoogleCloudAiplatformMasterUrlContext']
  • root['schemas']['GoogleCloudAiplatformMasterVertexAISearch']
  • root['schemas']['GoogleCloudAiplatformMasterVertexAISearchDataStoreSpec']
  • root['schemas']['GoogleCloudAiplatformMasterVertexRagStore']
  • root['schemas']['GoogleCloudAiplatformMasterVertexRagStoreRagResource']
  • root['schemas']['GoogleInternalCloudCrmEventbusV3LowCodeAgentArtifact']
  • root['schemas']['GoogleInternalCloudCrmEventbusV3LowCodeAgentArtifactVersionedData']
  • root['schemas']['GoogleInternalCloudCrmEventbusV3LowCodeAgentEvent']
  • root['schemas']['GoogleInternalCloudCrmEventbusV3LowCodeAgentEventEventAction']
  • root['schemas']['GoogleInternalCloudCrmEventbusV3RunAgentFlowRequest']
  • root['schemas']['GoogleInternalCloudCrmEventbusV3RunAgentFlowResponse']
  • root['schemas']['SecurityCredentialsApprovalStore']
  • root['schemas']['SecurityCredentialsAuthSubRequestProto']
  • root['schemas']['SecurityCredentialsAuthenticatorProto']
  • root['schemas']['SecurityCredentialsCapTokenProto']
  • root['schemas']['SecurityCredentialsCrossUniverseDataAccessTokenPlaceholderProto']
  • root['schemas']['SecurityCredentialsDataAccessReason']
  • root['schemas']['SecurityCredentialsEndUserCredentialsProto']
  • root['schemas']['SecurityCredentialsGaiaAuxCookiesProto']
  • root['schemas']['SecurityCredentialsGaiaOsidCookieProto']
  • root['schemas']['SecurityCredentialsGaiaServiceCookieProto']
  • root['schemas']['SecurityCredentialsGaiaSidCookieProto']
  • root['schemas']['SecurityCredentialsGaiaSidtsCookieProto']
  • root['schemas']['SecurityCredentialsIAMRequestAttributes']
  • root['schemas']['SecurityCredentialsInternalAccessParams']
  • root['schemas']['SecurityCredentialsInternalSsoTicketProto']
  • root['schemas']['SecurityCredentialsLoasRoleProto']
  • root['schemas']['SecurityCredentialsOncallRotation']
  • root['schemas']['SecurityCredentialsPostiniAuthTokenProto']
  • root['schemas']['SecurityCredentialsSimpleSecretProto']
  • root['schemas']['SecurityCredentialsTestingAuthenticatorProto']
  • root['schemas']['SecurityCredentialsTestingAuthenticatorProtoReplayPlaceholder']
  • root['schemas']['SecurityCredentialsUserPrincipalProto']
  • root['schemas']['SecurityCredentialsUserProto']
  • root['schemas']['SecurityGanpatiProtoAttributePredicate']['properties']['int64Range']
  • root['schemas']['SecurityGanpatiProtoReadOptions']['properties']['requester']
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudcrmeventbus-pa-v1
dictionary_item_added
  • root['schemas']['SecurityGanpatiProtoAttributePredicate']['properties']['int64Range']
  • root['schemas']['SecurityGanpatiProtoReadOptions']['properties']['requester']
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudcrmeventbus-pa-v3
dictionary_item_added
  • root['resources']['events']['methods']['runAgentFlow']
  • root['schemas']['GoogleCloudAiplatformInternalBlob']
  • root['schemas']['GoogleCloudAiplatformInternalCodeExecutionResult']
  • root['schemas']['GoogleCloudAiplatformInternalContent']
  • root['schemas']['GoogleCloudAiplatformInternalExecutableCode']
  • root['schemas']['GoogleCloudAiplatformInternalFileData']
  • root['schemas']['GoogleCloudAiplatformInternalFunctionCall']
  • root['schemas']['GoogleCloudAiplatformInternalFunctionResponse']
  • root['schemas']['GoogleCloudAiplatformInternalGroundingChunk']
  • root['schemas']['GoogleCloudAiplatformInternalGroundingChunkRetrievedContext']
  • root['schemas']['GoogleCloudAiplatformInternalGroundingChunkWeb']
  • root['schemas']['GoogleCloudAiplatformInternalGroundingMetadata']
  • root['schemas']['GoogleCloudAiplatformInternalGroundingSupport']
  • root['schemas']['GoogleCloudAiplatformInternalPart']
  • root['schemas']['GoogleCloudAiplatformInternalPartInternalSettings']
  • root['schemas']['GoogleCloudAiplatformInternalRagChunk']
  • root['schemas']['GoogleCloudAiplatformInternalRagChunkPageSpan']
  • root['schemas']['GoogleCloudAiplatformInternalRetrievalMetadata']
  • root['schemas']['GoogleCloudAiplatformInternalSearchEntryPoint']
  • root['schemas']['GoogleCloudAiplatformInternalSegment']
  • root['schemas']['GoogleCloudAiplatformInternalVideoMetadata']
  • root['schemas']['GoogleCloudAiplatformMasterApiAuth']
  • root['schemas']['GoogleCloudAiplatformMasterApiAuthApiKeyConfig']
  • root['schemas']['GoogleCloudAiplatformMasterAuthConfig']
  • root['schemas']['GoogleCloudAiplatformMasterAuthConfigApiKeyConfig']
  • root['schemas']['GoogleCloudAiplatformMasterAuthConfigGoogleServiceAccountConfig']
  • root['schemas']['GoogleCloudAiplatformMasterAuthConfigHttpBasicAuthConfig']
  • root['schemas']['GoogleCloudAiplatformMasterAuthConfigOauthConfig']
  • root['schemas']['GoogleCloudAiplatformMasterAuthConfigOidcConfig']
  • root['schemas']['GoogleCloudAiplatformMasterDynamicRetrievalConfig']
  • root['schemas']['GoogleCloudAiplatformMasterEnterpriseWebSearch']
  • root['schemas']['GoogleCloudAiplatformMasterExternalApi']
  • root['schemas']['GoogleCloudAiplatformMasterExternalApiElasticSearchParams']
  • root['schemas']['GoogleCloudAiplatformMasterExternalApiSimpleSearchParams']
  • root['schemas']['GoogleCloudAiplatformMasterFunctionDeclaration']
  • root['schemas']['GoogleCloudAiplatformMasterGoogleSearchRetrieval']
  • root['schemas']['GoogleCloudAiplatformMasterRagRetrievalConfig']
  • root['schemas']['GoogleCloudAiplatformMasterRagRetrievalConfigFilter']
  • root['schemas']['GoogleCloudAiplatformMasterRagRetrievalConfigHybridSearch']
  • root['schemas']['GoogleCloudAiplatformMasterRagRetrievalConfigRanking']
  • root['schemas']['GoogleCloudAiplatformMasterRagRetrievalConfigRankingLlmRanker']
  • root['schemas']['GoogleCloudAiplatformMasterRagRetrievalConfigRankingRankService']
  • root['schemas']['GoogleCloudAiplatformMasterRetrieval']
  • root['schemas']['GoogleCloudAiplatformMasterSchema']
  • root['schemas']['GoogleCloudAiplatformMasterTool']
  • root['schemas']['GoogleCloudAiplatformMasterToolCodeExecution']
  • root['schemas']['GoogleCloudAiplatformMasterToolComputerUse']
  • root['schemas']['GoogleCloudAiplatformMasterToolGoogleSearch']
  • root['schemas']['GoogleCloudAiplatformMasterUrlContext']
  • root['schemas']['GoogleCloudAiplatformMasterVertexAISearch']
  • root['schemas']['GoogleCloudAiplatformMasterVertexAISearchDataStoreSpec']
  • root['schemas']['GoogleCloudAiplatformMasterVertexRagStore']
  • root['schemas']['GoogleCloudAiplatformMasterVertexRagStoreRagResource']
  • root['schemas']['GoogleInternalCloudCrmEventbusV3LowCodeAgentArtifact']
  • root['schemas']['GoogleInternalCloudCrmEventbusV3LowCodeAgentArtifactVersionedData']
  • root['schemas']['GoogleInternalCloudCrmEventbusV3LowCodeAgentEvent']
  • root['schemas']['GoogleInternalCloudCrmEventbusV3LowCodeAgentEventEventAction']
  • root['schemas']['GoogleInternalCloudCrmEventbusV3RunAgentFlowRequest']
  • root['schemas']['GoogleInternalCloudCrmEventbusV3RunAgentFlowResponse']
  • root['schemas']['SecurityCredentialsApprovalStore']
  • root['schemas']['SecurityCredentialsAuthSubRequestProto']
  • root['schemas']['SecurityCredentialsAuthenticatorProto']
  • root['schemas']['SecurityCredentialsCapTokenProto']
  • root['schemas']['SecurityCredentialsCrossUniverseDataAccessTokenPlaceholderProto']
  • root['schemas']['SecurityCredentialsDataAccessReason']
  • root['schemas']['SecurityCredentialsEndUserCredentialsProto']
  • root['schemas']['SecurityCredentialsGaiaAuxCookiesProto']
  • root['schemas']['SecurityCredentialsGaiaOsidCookieProto']
  • root['schemas']['SecurityCredentialsGaiaServiceCookieProto']
  • root['schemas']['SecurityCredentialsGaiaSidCookieProto']
  • root['schemas']['SecurityCredentialsGaiaSidtsCookieProto']
  • root['schemas']['SecurityCredentialsIAMRequestAttributes']
  • root['schemas']['SecurityCredentialsInternalAccessParams']
  • root['schemas']['SecurityCredentialsInternalSsoTicketProto']
  • root['schemas']['SecurityCredentialsLoasRoleProto']
  • root['schemas']['SecurityCredentialsOncallRotation']
  • root['schemas']['SecurityCredentialsPostiniAuthTokenProto']
  • root['schemas']['SecurityCredentialsSimpleSecretProto']
  • root['schemas']['SecurityCredentialsTestingAuthenticatorProto']
  • root['schemas']['SecurityCredentialsTestingAuthenticatorProtoReplayPlaceholder']
  • root['schemas']['SecurityCredentialsUserPrincipalProto']
  • root['schemas']['SecurityCredentialsUserProto']
  • root['schemas']['SecurityGanpatiProtoAttributePredicate']['properties']['int64Range']
  • root['schemas']['SecurityGanpatiProtoReadOptions']['properties']['requester']
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudidentity-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudidentity-pa-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudidentity-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudidentity-pa-v1beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudidentity-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudidentity-v1beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-cloudquotas-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/autopush-cloudquotas-v1
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/autopush-cloudquotas-v1beta
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/autopush-developerconnect-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/autopush-developerconnect-v1
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/autopush-developerconnect-v1alpha
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/autopush-dlp-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-dlp-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-dlp-v2
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-drivequal-drivemetadata-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-drivequal-drivemetadata-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-drivequal-drivemetadata-v1alpha
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-emmapplecodevice-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-emmapplecodevice-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-essentialcontacts-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-essentialcontacts-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-essentialcontacts-v1alpha1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-essentialcontacts-v1beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-familymanagement-pa-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-familymanagement-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-firebasevertexai-
dictionary_item_added
  • root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['overwrittenThreshold']
values_changed
root['revision']
new_value20250610
old_value20250608
root['schemas']['GoogleCloudAiplatformV1beta1Blob']['properties']['displayName']['description']
new_valueOptional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are enabled.
old_valueOptional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is only returned in PromptMessage for prompt management. It is not currently used in the Gemini GenerateContent calls.
root['schemas']['GoogleCloudAiplatformV1beta1FileData']['properties']['displayName']['description']
new_valueOptional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This field is only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are enabled.
old_valueOptional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This field is only returned in PromptMessage for prompt management. It is not currently used in the Gemini GenerateContent calls.
iterable_item_added
root['schemas']['GoogleCloudAiplatformV1beta1Candidate']['properties']['finishReason']['enum'][10]IMAGE_SAFETY
root['schemas']['GoogleCloudAiplatformV1beta1Candidate']['properties']['finishReason']['enum'][11]IMAGE_PROHIBITED_CONTENT
root['schemas']['GoogleCloudAiplatformV1beta1Candidate']['properties']['finishReason']['enum'][12]IMAGE_RECITATION
root['schemas']['GoogleCloudAiplatformV1beta1Candidate']['properties']['finishReason']['enum'][13]IMAGE_OTHER
root['schemas']['GoogleCloudAiplatformV1beta1Candidate']['properties']['finishReason']['enumDescriptions'][10]Token generation stopped because generated images has safety violations.
root['schemas']['GoogleCloudAiplatformV1beta1Candidate']['properties']['finishReason']['enumDescriptions'][11]Image generation stopped because generated images has other prohibited content.
root['schemas']['GoogleCloudAiplatformV1beta1Candidate']['properties']['finishReason']['enumDescriptions'][12]Image generation stopped due to recitation.
root['schemas']['GoogleCloudAiplatformV1beta1Candidate']['properties']['finishReason']['enumDescriptions'][13]Image generation stopped because of other miscellaneous issue.
root['schemas']['GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback']['properties']['blockReason']['enum'][5]IMAGE_SAFETY
root['schemas']['GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback']['properties']['blockReason']['enumDescriptions'][5]Candidates blocked due to unsafe image generation content.
root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['category']['enum'][6]HARM_CATEGORY_IMAGE_HATE
root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['category']['enum'][7]HARM_CATEGORY_IMAGE_DANGEROUS_CONTENT
root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['category']['enum'][8]HARM_CATEGORY_IMAGE_HARASSMENT
root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['category']['enum'][9]HARM_CATEGORY_IMAGE_SEXUALLY_EXPLICIT
root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['category']['enumDescriptions'][6]The harm category is image hate.
root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['category']['enumDescriptions'][7]The harm category is image dangerous content.
root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['category']['enumDescriptions'][8]The harm category is image harassment.
root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['category']['enumDescriptions'][9]The harm category is image sexually explicit content.
root['schemas']['GoogleCloudAiplatformV1beta1SafetySetting']['properties']['category']['enum'][6]HARM_CATEGORY_IMAGE_HATE
root['schemas']['GoogleCloudAiplatformV1beta1SafetySetting']['properties']['category']['enum'][7]HARM_CATEGORY_IMAGE_DANGEROUS_CONTENT
root['schemas']['GoogleCloudAiplatformV1beta1SafetySetting']['properties']['category']['enum'][8]HARM_CATEGORY_IMAGE_HARASSMENT
root['schemas']['GoogleCloudAiplatformV1beta1SafetySetting']['properties']['category']['enum'][9]HARM_CATEGORY_IMAGE_SEXUALLY_EXPLICIT
root['schemas']['GoogleCloudAiplatformV1beta1SafetySetting']['properties']['category']['enumDescriptions'][6]The harm category is image hate.
root['schemas']['GoogleCloudAiplatformV1beta1SafetySetting']['properties']['category']['enumDescriptions'][7]The harm category is image dangerous content.
root['schemas']['GoogleCloudAiplatformV1beta1SafetySetting']['properties']['category']['enumDescriptions'][8]The harm category is image harassment.
root['schemas']['GoogleCloudAiplatformV1beta1SafetySetting']['properties']['category']['enumDescriptions'][9]The harm category is image sexually explicit content.
sandbox/autopush-firebasevertexai-v1
dictionary_item_added
  • root['schemas']['GoogleCloudAiplatformV1SafetyRating']['properties']['overwrittenThreshold']
values_changed
root['revision']
new_value20250610
old_value20250608
root['schemas']['GoogleCloudAiplatformV1Blob']['properties']['displayName']['description']
new_valueOptional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are enabled.
old_valueOptional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is only returned in PromptMessage for prompt management. It is not currently used in the Gemini GenerateContent calls.
root['schemas']['GoogleCloudAiplatformV1FileData']['properties']['displayName']['description']
new_valueOptional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This field is only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are enabled.
old_valueOptional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This field is only returned in PromptMessage for prompt management. It is not currently used in the Gemini GenerateContent calls.
iterable_item_added
root['schemas']['GoogleCloudAiplatformV1Candidate']['properties']['finishReason']['enum'][10]IMAGE_SAFETY
root['schemas']['GoogleCloudAiplatformV1Candidate']['properties']['finishReason']['enum'][11]IMAGE_PROHIBITED_CONTENT
root['schemas']['GoogleCloudAiplatformV1Candidate']['properties']['finishReason']['enum'][12]IMAGE_RECITATION
root['schemas']['GoogleCloudAiplatformV1Candidate']['properties']['finishReason']['enum'][13]IMAGE_OTHER
root['schemas']['GoogleCloudAiplatformV1Candidate']['properties']['finishReason']['enumDescriptions'][10]Token generation stopped because generated images has safety violations.
root['schemas']['GoogleCloudAiplatformV1Candidate']['properties']['finishReason']['enumDescriptions'][11]Image generation stopped because generated images has other prohibited content.
root['schemas']['GoogleCloudAiplatformV1Candidate']['properties']['finishReason']['enumDescriptions'][12]Image generation stopped due to recitation.
root['schemas']['GoogleCloudAiplatformV1Candidate']['properties']['finishReason']['enumDescriptions'][13]Image generation stopped because of other miscellaneous issue.
root['schemas']['GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback']['properties']['blockReason']['enum'][5]IMAGE_SAFETY
root['schemas']['GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback']['properties']['blockReason']['enumDescriptions'][5]Candidates blocked due to unsafe image generation content.
root['schemas']['GoogleCloudAiplatformV1SafetyRating']['properties']['category']['enum'][6]HARM_CATEGORY_IMAGE_HATE
root['schemas']['GoogleCloudAiplatformV1SafetyRating']['properties']['category']['enum'][7]HARM_CATEGORY_IMAGE_DANGEROUS_CONTENT
root['schemas']['GoogleCloudAiplatformV1SafetyRating']['properties']['category']['enum'][8]HARM_CATEGORY_IMAGE_HARASSMENT
root['schemas']['GoogleCloudAiplatformV1SafetyRating']['properties']['category']['enum'][9]HARM_CATEGORY_IMAGE_SEXUALLY_EXPLICIT
root['schemas']['GoogleCloudAiplatformV1SafetyRating']['properties']['category']['enumDescriptions'][6]The harm category is image hate.
root['schemas']['GoogleCloudAiplatformV1SafetyRating']['properties']['category']['enumDescriptions'][7]The harm category is image dangerous content.
root['schemas']['GoogleCloudAiplatformV1SafetyRating']['properties']['category']['enumDescriptions'][8]The harm category is image harassment.
root['schemas']['GoogleCloudAiplatformV1SafetyRating']['properties']['category']['enumDescriptions'][9]The harm category is image sexually explicit content.
root['schemas']['GoogleCloudAiplatformV1SafetySetting']['properties']['category']['enum'][6]HARM_CATEGORY_IMAGE_HATE
root['schemas']['GoogleCloudAiplatformV1SafetySetting']['properties']['category']['enum'][7]HARM_CATEGORY_IMAGE_DANGEROUS_CONTENT
root['schemas']['GoogleCloudAiplatformV1SafetySetting']['properties']['category']['enum'][8]HARM_CATEGORY_IMAGE_HARASSMENT
root['schemas']['GoogleCloudAiplatformV1SafetySetting']['properties']['category']['enum'][9]HARM_CATEGORY_IMAGE_SEXUALLY_EXPLICIT
root['schemas']['GoogleCloudAiplatformV1SafetySetting']['properties']['category']['enumDescriptions'][6]The harm category is image hate.
root['schemas']['GoogleCloudAiplatformV1SafetySetting']['properties']['category']['enumDescriptions'][7]The harm category is image dangerous content.
root['schemas']['GoogleCloudAiplatformV1SafetySetting']['properties']['category']['enumDescriptions'][8]The harm category is image harassment.
root['schemas']['GoogleCloudAiplatformV1SafetySetting']['properties']['category']['enumDescriptions'][9]The harm category is image sexually explicit content.
sandbox/autopush-firebasevertexai-v1beta
dictionary_item_added
  • root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['overwrittenThreshold']
values_changed
root['revision']
new_value20250610
old_value20250608
root['schemas']['GoogleCloudAiplatformV1beta1Blob']['properties']['displayName']['description']
new_valueOptional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are enabled.
old_valueOptional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is only returned in PromptMessage for prompt management. It is not currently used in the Gemini GenerateContent calls.
root['schemas']['GoogleCloudAiplatformV1beta1FileData']['properties']['displayName']['description']
new_valueOptional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This field is only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are enabled.
old_valueOptional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This field is only returned in PromptMessage for prompt management. It is not currently used in the Gemini GenerateContent calls.
iterable_item_added
root['schemas']['GoogleCloudAiplatformV1beta1Candidate']['properties']['finishReason']['enum'][10]IMAGE_SAFETY
root['schemas']['GoogleCloudAiplatformV1beta1Candidate']['properties']['finishReason']['enum'][11]IMAGE_PROHIBITED_CONTENT
root['schemas']['GoogleCloudAiplatformV1beta1Candidate']['properties']['finishReason']['enum'][12]IMAGE_RECITATION
root['schemas']['GoogleCloudAiplatformV1beta1Candidate']['properties']['finishReason']['enum'][13]IMAGE_OTHER
root['schemas']['GoogleCloudAiplatformV1beta1Candidate']['properties']['finishReason']['enumDescriptions'][10]Token generation stopped because generated images has safety violations.
root['schemas']['GoogleCloudAiplatformV1beta1Candidate']['properties']['finishReason']['enumDescriptions'][11]Image generation stopped because generated images has other prohibited content.
root['schemas']['GoogleCloudAiplatformV1beta1Candidate']['properties']['finishReason']['enumDescriptions'][12]Image generation stopped due to recitation.
root['schemas']['GoogleCloudAiplatformV1beta1Candidate']['properties']['finishReason']['enumDescriptions'][13]Image generation stopped because of other miscellaneous issue.
root['schemas']['GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback']['properties']['blockReason']['enum'][5]IMAGE_SAFETY
root['schemas']['GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback']['properties']['blockReason']['enumDescriptions'][5]Candidates blocked due to unsafe image generation content.
root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['category']['enum'][6]HARM_CATEGORY_IMAGE_HATE
root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['category']['enum'][7]HARM_CATEGORY_IMAGE_DANGEROUS_CONTENT
root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['category']['enum'][8]HARM_CATEGORY_IMAGE_HARASSMENT
root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['category']['enum'][9]HARM_CATEGORY_IMAGE_SEXUALLY_EXPLICIT
root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['category']['enumDescriptions'][6]The harm category is image hate.
root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['category']['enumDescriptions'][7]The harm category is image dangerous content.
root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['category']['enumDescriptions'][8]The harm category is image harassment.
root['schemas']['GoogleCloudAiplatformV1beta1SafetyRating']['properties']['category']['enumDescriptions'][9]The harm category is image sexually explicit content.
root['schemas']['GoogleCloudAiplatformV1beta1SafetySetting']['properties']['category']['enum'][6]HARM_CATEGORY_IMAGE_HATE
root['schemas']['GoogleCloudAiplatformV1beta1SafetySetting']['properties']['category']['enum'][7]HARM_CATEGORY_IMAGE_DANGEROUS_CONTENT
root['schemas']['GoogleCloudAiplatformV1beta1SafetySetting']['properties']['category']['enum'][8]HARM_CATEGORY_IMAGE_HARASSMENT
root['schemas']['GoogleCloudAiplatformV1beta1SafetySetting']['properties']['category']['enum'][9]HARM_CATEGORY_IMAGE_SEXUALLY_EXPLICIT
root['schemas']['GoogleCloudAiplatformV1beta1SafetySetting']['properties']['category']['enumDescriptions'][6]The harm category is image hate.
root['schemas']['GoogleCloudAiplatformV1beta1SafetySetting']['properties']['category']['enumDescriptions'][7]The harm category is image dangerous content.
root['schemas']['GoogleCloudAiplatformV1beta1SafetySetting']['properties']['category']['enumDescriptions'][8]The harm category is image harassment.
root['schemas']['GoogleCloudAiplatformV1beta1SafetySetting']['properties']['category']['enumDescriptions'][9]The harm category is image sexually explicit content.
sandbox/autopush-gkeauth-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-gkeauth-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-gkeauth-v1beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-gkeonprem-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/autopush-gkeonprem-v1
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/autopush-myphonenumbers-pa-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-myphonenumbers-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-notifications-pa-
dictionary_item_added
  • root['schemas']['GoogleInternalTapandpayV1PassesTemplates__TicketCentricTicketIdentifier']
  • root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['ticketCentricTicketIdentifier']
values_changed
root['revision']
new_value20250610
old_value20250608
root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['description']
new_valueAn action to take that is related to a specific pass. Objects that contain a target that is unrecognized or that is not known how to be handled by the current client version should hide the object instead of showing it. Next ID: 13
old_valueAn action to take that is related to a specific pass. Objects that contain a target that is unrecognized or that is not known how to be handled by the current client version should hide the object instead of showing it. Next ID: 12
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['description']
new_valueLogged during key steps of the GW4-based backup and restore flow for payment cards. See go/new-device-transfer-plan and go/wallet-design-trusted-provisioning-api-security for more information. Next id: 8
old_valueLogged during key steps of the GW4-based backup and restore flow for payment cards. See go/new-device-transfer-plan and go/wallet-design-trusted-provisioning-api-security for more information. Next id: 6
iterable_item_added
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['properties']['eventType']['enum'][6]RESTORE_BACKPORT_FLOW_STARTED
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['properties']['eventType']['enum'][7]RESTORE_BACKPORT_FLOW_COMPLETED
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_PrivatePassEvent']['properties']['eventType']['enum'][5]RESTORE_CACHED
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enum'][629]GEMINI_ONBOARDING_COLLECTION
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enumDescriptions'][629]Need bundle type for A card that allows users to express their interests during an onboarding process. go/gemini-onboarding-design NextId: 4637
root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1509]GEMINI_ONBOARDING_COLLECTION
sandbox/autopush-notifications-pa-v1
dictionary_item_added
  • root['schemas']['GoogleInternalTapandpayV1PassesTemplates__TicketCentricTicketIdentifier']
  • root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['ticketCentricTicketIdentifier']
values_changed
root['revision']
new_value20250610
old_value20250608
root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['description']
new_valueAn action to take that is related to a specific pass. Objects that contain a target that is unrecognized or that is not known how to be handled by the current client version should hide the object instead of showing it. Next ID: 13
old_valueAn action to take that is related to a specific pass. Objects that contain a target that is unrecognized or that is not known how to be handled by the current client version should hide the object instead of showing it. Next ID: 12
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['description']
new_valueLogged during key steps of the GW4-based backup and restore flow for payment cards. See go/new-device-transfer-plan and go/wallet-design-trusted-provisioning-api-security for more information. Next id: 8
old_valueLogged during key steps of the GW4-based backup and restore flow for payment cards. See go/new-device-transfer-plan and go/wallet-design-trusted-provisioning-api-security for more information. Next id: 6
iterable_item_added
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['properties']['eventType']['enum'][6]RESTORE_BACKPORT_FLOW_STARTED
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['properties']['eventType']['enum'][7]RESTORE_BACKPORT_FLOW_COMPLETED
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_PrivatePassEvent']['properties']['eventType']['enum'][5]RESTORE_CACHED
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enum'][629]GEMINI_ONBOARDING_COLLECTION
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enumDescriptions'][629]Need bundle type for A card that allows users to express their interests during an onboarding process. go/gemini-onboarding-design NextId: 4637
root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1509]GEMINI_ONBOARDING_COLLECTION
sandbox/autopush-ogads-pa-
values_changed
root['revision']
new_value20250610
old_value20250608
iterable_item_added
root['resources']['v1']['methods']['getdata']['parameters']['badgeInfo.targetingSetId']['enum'][758]AGSA_PINEAPPLE_RECOVERY_TARGETING
root['resources']['v1']['methods']['getdata']['parameters']['badgeInfo.targetingSetId']['enumDescriptions'][758]Targeting set request for AGSA Pineapple Recovery. b/419451681.
sandbox/autopush-ogads-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250608
iterable_item_added
root['resources']['v1']['methods']['getdata']['parameters']['badgeInfo.targetingSetId']['enum'][758]AGSA_PINEAPPLE_RECOVERY_TARGETING
root['resources']['v1']['methods']['getdata']['parameters']['badgeInfo.targetingSetId']['enumDescriptions'][758]Targeting set request for AGSA Pineapple Recovery. b/419451681.
sandbox/autopush-people-pa-
values_changed
root['revision']
new_value20250610
old_value20250608
iterable_item_added
root['resources']['people']['methods']['create']['parameters']['getPeopleRequest.mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['create']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['getPublic']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['sync']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['update']['parameters']['getPeopleRequest.mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['update']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['allPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['autocomplete']['methods']['list']['parameters']['client']['enum'][89]DYNAMITE_GUEST_PASS
root['resources']['people']['resources']['autocomplete']['resources']['public']['methods']['list']['parameters']['client']['enum'][89]DYNAMITE_GUEST_PASS
root['resources']['people']['resources']['blockedPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['circledPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['circles']['resources']['members']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['contactPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['search']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['sync']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['groups']['resources']['members']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['lookup']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['ranked']['methods']['list']['parameters']['affinityType']['enum'][312]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['ranked']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['rankedTargets']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['starredPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['trashedContactPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['v2']['methods']['getPeople']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['Affinity']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['GoogleInternalPeopleV2MinimalRankedTarget']['properties']['affinityType']['items']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['MergedPersonSourceOptions']['properties']['includeAffinity']['items']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['RankedTarget']['properties']['affinityType']['items']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['SocialGraphWireProtoPeopleapiMinimalAffinity']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
sandbox/autopush-people-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250608
iterable_item_added
root['schemas']['Affinity']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
sandbox/autopush-people-pa-v2
values_changed
root['revision']
new_value20250610
old_value20250608
iterable_item_added
root['resources']['people']['methods']['create']['parameters']['getPeopleRequest.mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['create']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['getPublic']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['sync']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['update']['parameters']['getPeopleRequest.mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['update']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['allPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['autocomplete']['methods']['list']['parameters']['client']['enum'][89]DYNAMITE_GUEST_PASS
root['resources']['people']['resources']['autocomplete']['resources']['public']['methods']['list']['parameters']['client']['enum'][89]DYNAMITE_GUEST_PASS
root['resources']['people']['resources']['blockedPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['circledPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['circles']['resources']['members']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['contactPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['search']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['sync']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['groups']['resources']['members']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['lookup']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['ranked']['methods']['list']['parameters']['affinityType']['enum'][312]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['ranked']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['rankedTargets']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['starredPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['trashedContactPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['v2']['methods']['getPeople']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['Affinity']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['GoogleInternalPeopleV2MinimalRankedTarget']['properties']['affinityType']['items']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['MergedPersonSourceOptions']['properties']['includeAffinity']['items']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['RankedTarget']['properties']['affinityType']['items']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['SocialGraphWireProtoPeopleapiMinimalAffinity']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
sandbox/autopush-peoplestack-pa-
values_changed
root['revision']
new_value20250610
old_value20250608
iterable_item_added
root['resources']['autocomplete']['methods']['autocomplete']['parameters']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['autocomplete']['methods']['warmup']['parameters']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackAutocompleteRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackBlockPersonRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackCreateGroupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackDeleteGroupsRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackJoinGroupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackLeaveGroupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackLookupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackMutateConnectionLabelRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackReadAllGroupsRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackReadGroupsRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackSmartAddressRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackUpdateGroupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackWarmupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
sandbox/autopush-peoplestack-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250608
iterable_item_added
root['resources']['autocomplete']['methods']['autocomplete']['parameters']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['autocomplete']['methods']['warmup']['parameters']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackAutocompleteRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackBlockPersonRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackCreateGroupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackDeleteGroupsRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackJoinGroupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackLeaveGroupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackLookupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackMutateConnectionLabelRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackReadAllGroupsRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackReadGroupsRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackSmartAddressRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackUpdateGroupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackWarmupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
sandbox/autopush-policytroubleshooter-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-policytroubleshooter-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-policytroubleshooter-v1beta
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-policytroubleshooter-v2alpha1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-policytroubleshooter-v3
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-policytroubleshooter-v3alpha
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-policytroubleshooter-v3beta
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-reauth-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-reauth-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-reauth-v2
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-recaptchaenterprise-
values_changed
root['revision']
new_value20250609
old_value20250608
sandbox/autopush-recaptchaenterprise-v1
values_changed
root['revision']
new_value20250609
old_value20250608
sandbox/autopush-recaptchaenterprise-v1beta1
values_changed
root['revision']
new_value20250609
old_value20250608
sandbox/autopush-serviceconsumermanagement-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-serviceconsumermanagement-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-servicemanagement-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-servicemanagement-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-serviceusage-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-serviceusage-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-translationhub-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-translationhub-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-translationhub-v1alpha
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-translationhub-v1beta
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-translationhub-v1main
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-us-central1-cloudbuild-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-us-central1-cloudbuild-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-us-central1-cloudbuild-v2
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/autopush-userguard-
values_changed
root['revision']
new_value20250609
old_value20250608
sandbox/autopush-userguard-v1
values_changed
root['revision']
new_value20250609
old_value20250608
sandbox/autopush-userguard-v1beta1
values_changed
root['revision']
new_value20250609
old_value20250608
sandbox/autopush-workstations-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/autopush-workstations-v1
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/autopush-workstations-v1alpha
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/autopush-workstations-v1beta
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/content-autopush-apigee-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/content-autopush-apigee-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/content-autopush-dlp-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/content-autopush-dlp-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/content-autopush-dlp-v2
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/content-autopush-notifications-pa-
dictionary_item_added
  • root['schemas']['GoogleInternalTapandpayV1PassesTemplates__TicketCentricTicketIdentifier']
  • root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['ticketCentricTicketIdentifier']
values_changed
root['revision']
new_value20250610
old_value20250608
root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['description']
new_valueAn action to take that is related to a specific pass. Objects that contain a target that is unrecognized or that is not known how to be handled by the current client version should hide the object instead of showing it. Next ID: 13
old_valueAn action to take that is related to a specific pass. Objects that contain a target that is unrecognized or that is not known how to be handled by the current client version should hide the object instead of showing it. Next ID: 12
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['description']
new_valueLogged during key steps of the GW4-based backup and restore flow for payment cards. See go/new-device-transfer-plan and go/wallet-design-trusted-provisioning-api-security for more information. Next id: 8
old_valueLogged during key steps of the GW4-based backup and restore flow for payment cards. See go/new-device-transfer-plan and go/wallet-design-trusted-provisioning-api-security for more information. Next id: 6
iterable_item_added
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['properties']['eventType']['enum'][6]RESTORE_BACKPORT_FLOW_STARTED
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['properties']['eventType']['enum'][7]RESTORE_BACKPORT_FLOW_COMPLETED
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_PrivatePassEvent']['properties']['eventType']['enum'][5]RESTORE_CACHED
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enum'][629]GEMINI_ONBOARDING_COLLECTION
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enumDescriptions'][629]Need bundle type for A card that allows users to express their interests during an onboarding process. go/gemini-onboarding-design NextId: 4637
root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1509]GEMINI_ONBOARDING_COLLECTION
sandbox/content-autopush-notifications-pa-v1
dictionary_item_added
  • root['schemas']['GoogleInternalTapandpayV1PassesTemplates__TicketCentricTicketIdentifier']
  • root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['ticketCentricTicketIdentifier']
values_changed
root['revision']
new_value20250610
old_value20250608
root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['description']
new_valueAn action to take that is related to a specific pass. Objects that contain a target that is unrecognized or that is not known how to be handled by the current client version should hide the object instead of showing it. Next ID: 13
old_valueAn action to take that is related to a specific pass. Objects that contain a target that is unrecognized or that is not known how to be handled by the current client version should hide the object instead of showing it. Next ID: 12
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['description']
new_valueLogged during key steps of the GW4-based backup and restore flow for payment cards. See go/new-device-transfer-plan and go/wallet-design-trusted-provisioning-api-security for more information. Next id: 8
old_valueLogged during key steps of the GW4-based backup and restore flow for payment cards. See go/new-device-transfer-plan and go/wallet-design-trusted-provisioning-api-security for more information. Next id: 6
iterable_item_added
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['properties']['eventType']['enum'][6]RESTORE_BACKPORT_FLOW_STARTED
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['properties']['eventType']['enum'][7]RESTORE_BACKPORT_FLOW_COMPLETED
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_PrivatePassEvent']['properties']['eventType']['enum'][5]RESTORE_CACHED
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enum'][629]GEMINI_ONBOARDING_COLLECTION
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enumDescriptions'][629]Need bundle type for A card that allows users to express their interests during an onboarding process. go/gemini-onboarding-design NextId: 4637
root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1509]GEMINI_ONBOARDING_COLLECTION
sandbox/content-autopush-people-pa-
values_changed
root['revision']
new_value20250610
old_value20250608
iterable_item_added
root['resources']['people']['methods']['create']['parameters']['getPeopleRequest.mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['create']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['getPublic']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['sync']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['update']['parameters']['getPeopleRequest.mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['update']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['allPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['autocomplete']['methods']['list']['parameters']['client']['enum'][89]DYNAMITE_GUEST_PASS
root['resources']['people']['resources']['autocomplete']['resources']['public']['methods']['list']['parameters']['client']['enum'][89]DYNAMITE_GUEST_PASS
root['resources']['people']['resources']['blockedPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['circledPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['circles']['resources']['members']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['contactPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['search']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['sync']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['groups']['resources']['members']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['lookup']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['ranked']['methods']['list']['parameters']['affinityType']['enum'][312]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['ranked']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['rankedTargets']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['starredPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['trashedContactPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['v2']['methods']['getPeople']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['Affinity']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['GoogleInternalPeopleV2MinimalRankedTarget']['properties']['affinityType']['items']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['MergedPersonSourceOptions']['properties']['includeAffinity']['items']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['RankedTarget']['properties']['affinityType']['items']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['SocialGraphWireProtoPeopleapiMinimalAffinity']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
sandbox/content-autopush-people-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250608
iterable_item_added
root['schemas']['Affinity']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
sandbox/content-autopush-people-pa-v2
values_changed
root['revision']
new_value20250610
old_value20250608
iterable_item_added
root['resources']['people']['methods']['create']['parameters']['getPeopleRequest.mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['create']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['getPublic']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['sync']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['update']['parameters']['getPeopleRequest.mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['update']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['allPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['autocomplete']['methods']['list']['parameters']['client']['enum'][89]DYNAMITE_GUEST_PASS
root['resources']['people']['resources']['autocomplete']['resources']['public']['methods']['list']['parameters']['client']['enum'][89]DYNAMITE_GUEST_PASS
root['resources']['people']['resources']['blockedPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['circledPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['circles']['resources']['members']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['contactPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['search']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['sync']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['groups']['resources']['members']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['lookup']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['ranked']['methods']['list']['parameters']['affinityType']['enum'][312]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['ranked']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['rankedTargets']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['starredPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['trashedContactPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['v2']['methods']['getPeople']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['Affinity']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['GoogleInternalPeopleV2MinimalRankedTarget']['properties']['affinityType']['items']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['MergedPersonSourceOptions']['properties']['includeAffinity']['items']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['RankedTarget']['properties']['affinityType']['items']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['SocialGraphWireProtoPeopleapiMinimalAffinity']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
sandbox/content-daily-cloudsearch-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/content-daily-cloudsearch-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/content-daily-dynamicmail-pa-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/content-daily-dynamicmail-pa-v2
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/content-hourly-dynamicmail-pa-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/content-hourly-dynamicmail-pa-v2
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/content-staging-firebase-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/content-staging-firebase-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/content-staging-firebase-v1alpha
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/content-staging-firebase-v1beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/content-test-translate-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/content-test-translate-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/content-test-translate-v3
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/content-test-translate-v3alpha1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/content-test-translate-v3beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/daily-cloudsearch-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/daily-cloudsearch-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/daily-dynamicmail-pa-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/daily-dynamicmail-pa-v2
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/daily1-emmapplecodevice-
values_changed
root['revision']
new_value20250609
old_value20250602
sandbox/daily1-emmapplecodevice-v1
values_changed
root['revision']
new_value20250609
old_value20250602
sandbox/dev-dialogflow-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/dev-dialogflow-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/dev-dialogflow-v2
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/dev-dialogflow-v2beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/dev-dialogflow-v3
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/dev-dialogflow-v3alpha1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/dev-dialogflow-v3beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/dev-scone-pa-
values_changed
root['revision']
new_value20250609
old_value20250604
sandbox/dev-scone-pa-v1
values_changed
root['revision']
new_value20250609
old_value20250604
sandbox/dev-us-central1-dialogflow-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/dev-us-central1-dialogflow-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/dev-us-central1-dialogflow-v2
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/dev-us-central1-dialogflow-v2beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/dev-us-central1-dialogflow-v3
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/dev-us-central1-dialogflow-v3alpha1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/dev-us-central1-dialogflow-v3beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/eu-staging-datacatalog-
values_changed
root['revision']
new_value20250609
old_value20250606
sandbox/eu-staging-datacatalog-v1
values_changed
root['revision']
new_value20250609
old_value20250606
sandbox/eu-staging-datacatalog-v1beta1
values_changed
root['revision']
new_value20250609
old_value20250606
sandbox/eu-staging-vision-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/eu-staging-vision-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/eu-staging-vision-v1p1beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/eu-staging-vision-v1p2beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/eu-staging-vision-v1p3beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/eu-staging-vision-v1p4beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/hourly-dynamicmail-pa-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/hourly-dynamicmail-pa-v2
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/lite-staging-pubsub-
values_changed
root['revision']
new_value20250610
old_value20250603
sandbox/lite-staging-pubsub-v1
values_changed
root['revision']
new_value20250610
old_value20250603
sandbox/ppissuer-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/ppissuer-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/preprod-automotivemaps-
values_changed
root['revision']
new_value20250609
old_value20250604
sandbox/preprod-automotivemaps-v1
values_changed
root['revision']
new_value20250609
old_value20250604
sandbox/preprod-blobcomments-pa-
values_changed
root['revision']
new_value20250605
old_value20250529
sandbox/preprod-blobcomments-pa-v1
values_changed
root['revision']
new_value20250605
old_value20250529
sandbox/preprod-cloudasset-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/preprod-cloudasset-v1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/preprod-cloudasset-v1beta1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/preprod-cloudasset-v1p1beta1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/preprod-cloudasset-v1p2alpha1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/preprod-cloudasset-v1p2beta1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/preprod-cloudasset-v1p5beta1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/preprod-cloudasset-v1p7beta1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/preprod-hangouts-
values_changed
root['revision']
new_value20250609
old_value20250604
sandbox/preprod-hangouts-v1
values_changed
root['revision']
new_value20250609
old_value20250604
sandbox/staging-accesscontextmanager-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-accesscontextmanager-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-accesscontextmanager-v1alpha
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-aerialview-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-aerialview-v1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-aerialview-v1beta
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-aida-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-aida-v1
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-aiplatform-
dictionary_item_added
  • root['schemas']['GoogleCloudAiplatformV1beta1RagFileMetadataConfig']
  • root['schemas']['GoogleCloudAiplatformV1beta1ImportRagFilesConfig']['properties']['ragFileMetadataConfig']
  • root['schemas']['GoogleCloudAiplatformV1beta1RagFile']['properties']['userMetadata']
  • root['schemas']['GoogleCloudAiplatformV1beta1UploadRagFileConfig']['properties']['ragFileMetadataConfig']
  • root['schemas']['GoogleCloudAiplatformV1beta1UploadRagFileConfig']['properties']['ragFileParsingConfig']
values_changed
root['revision']
new_value20250608
old_value20250606
sandbox/staging-aiplatform-v1
dictionary_item_added
  • root['schemas']['GoogleCloudAiplatformV1RagFile']['properties']['userMetadata']
values_changed
root['revision']
new_value20250608
old_value20250606
sandbox/staging-aiplatform-v1alpha1
values_changed
root['revision']
new_value20250608
old_value20250606
sandbox/staging-aiplatform-v1beta1
dictionary_item_added
  • root['schemas']['GoogleCloudAiplatformV1beta1RagFileMetadataConfig']
  • root['schemas']['GoogleCloudAiplatformV1beta1ImportRagFilesConfig']['properties']['ragFileMetadataConfig']
  • root['schemas']['GoogleCloudAiplatformV1beta1RagFile']['properties']['userMetadata']
  • root['schemas']['GoogleCloudAiplatformV1beta1UploadRagFileConfig']['properties']['ragFileMetadataConfig']
  • root['schemas']['GoogleCloudAiplatformV1beta1UploadRagFileConfig']['properties']['ragFileParsingConfig']
values_changed
root['revision']
new_value20250608
old_value20250606
sandbox/staging-analyticsdata-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-analyticsdata-v1
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-analyticsdata-v1alpha
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-analyticsdata-v1beta
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-analyticssuitefrontend-pa-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-analyticssuitefrontend-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-apigee-
values_changed
root['revision']
new_value20250609
old_value20250608
sandbox/staging-apigee-v1
values_changed
root['revision']
new_value20250609
old_value20250608
sandbox/staging-apihub-
values_changed
root['resources']['projects']['resources']['locations']['resources']['deployments']['methods']['patch']['description']
new_valueUpdate a deployment resource in the API hub. The following fields in the deployment resource can be updated: * display_name * description * documentation * deployment_type * resource_uri * endpoints * slo * environment * attributes * source_project * source_environment * management_url * source_uri The update_mask should be used to specify the fields being updated.
old_valueUpdate a deployment resource in the API hub. The following fields in the deployment resource can be updated: * display_name * description * documentation * deployment_type * resource_uri * endpoints * slo * environment * attributes The update_mask should be used to specify the fields being updated.
root['revision']
new_value20250609
old_value20250604
sandbox/staging-apihub-v1
values_changed
root['resources']['projects']['resources']['locations']['resources']['deployments']['methods']['patch']['description']
new_valueUpdate a deployment resource in the API hub. The following fields in the deployment resource can be updated: * display_name * description * documentation * deployment_type * resource_uri * endpoints * slo * environment * attributes * source_project * source_environment * management_url * source_uri The update_mask should be used to specify the fields being updated.
old_valueUpdate a deployment resource in the API hub. The following fields in the deployment resource can be updated: * display_name * description * documentation * deployment_type * resource_uri * endpoints * slo * environment * attributes The update_mask should be used to specify the fields being updated.
root['revision']
new_value20250609
old_value20250604
sandbox/staging-apikeys-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-apikeys-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-arcorecloudanchor-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-arcorecloudanchor-v1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-arcorecloudanchor-v1beta2
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-auditrecording-pa-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-auditrecording-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-automotivemaps-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-automotivemaps-v1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-capacityplanner-
dictionary_item_added
  • root['auth']
dictionary_item_removed
  • root['fullyEncodeReservedExpansion']
values_changed
root['id']
new_valuecapacityplanner:v1alpha
old_valuecapacityplanner:v1alpha1
root['resources']['folders']['resources']['locations']
new_value
resources
forecasts
methods
export
descriptionExports forecasted usage data requested by user into either an existing Cloud Storage bucket or a bigquery table.
flatPathv1alpha/folders/{foldersId}/locations/{locationsId}/forecasts:export
httpMethodPOST
idcapacityplanner.folders.locations.forecasts.export
parameterOrder
  • parent
parameters
parent
descriptionRequired. The compute engine resource and location for the time series values to return. The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
locationpath
pattern^folders/[^/]+/locations/[^/]+$
requiredTrue
typestring
pathv1alpha/{+parent}/forecasts:export
request
$refGoogleCloudCapacityplannerV1alphaExportForecastsRequest
response
$refGoogleLongrunningOperation
scopes
  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/devstorage.full_control
machineShapeUsage
methods
export
descriptionExports machine shape usage data requested by user into either an existing Cloud Storage bucket or a bigquery table.
flatPathv1alpha/folders/{foldersId}/locations/{locationsId}/machineShapeUsage:export
httpMethodPOST
idcapacityplanner.folders.locations.machineShapeUsage.export
parameterOrder
  • parent
parameters
parent
descriptionRequired. The compute engine resource and location of the usage. The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
locationpath
pattern^folders/[^/]+/locations/[^/]+$
requiredTrue
typestring
pathv1alpha/{+parent}/machineShapeUsage:export
request
$refGoogleCloudCapacityplannerV1alphaExportMachineShapeUsageRequest
response
$refGoogleLongrunningOperation
scopes
  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/devstorage.full_control
reservationsUsage
methods
export
descriptionExports reservations usage data requested by user into either an existing Cloud Storage bucket or a new/existing bigquery table.
flatPathv1alpha/folders/{foldersId}/locations/{locationsId}/reservationsUsage:export
httpMethodPOST
idcapacityplanner.folders.locations.reservationsUsage.export
parameterOrder
  • parent
parameters
parent
descriptionRequired. The compute engine resource and location of the reservationsusage. The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
locationpath
pattern^folders/[^/]+/locations/[^/]+$
requiredTrue
typestring
pathv1alpha/{+parent}/reservationsUsage:export
request
$refGoogleCloudCapacityplannerV1alphaExportReservationsUsageRequest
response
$refGoogleLongrunningOperation
scopes
  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/devstorage.full_control
usageHistories
methods
export
descriptionExports historical usage data requested by user into either an existing Cloud Storage bucket or a bigquery table.
flatPathv1alpha/folders/{foldersId}/locations/{locationsId}/usageHistories:export
httpMethodPOST
idcapacityplanner.folders.locations.usageHistories.export
parameterOrder
  • parent
parameters
parent
descriptionRequired. The compute engine resource and location for the time series values to return. The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
locationpath
pattern^folders/[^/]+/locations/[^/]+$
requiredTrue
typestring
pathv1alpha/{+parent}/usageHistories:export
request
$refGoogleCloudCapacityplannerV1alphaExportUsageHistoriesRequest
response
$refGoogleLongrunningOperation
scopes
  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/devstorage.full_control
old_value
methods
get
descriptionGets information about a location.
flatPathv1alpha1/folders/{foldersId}/locations/{locationsId}
httpMethodGET
idcapacityplanner.folders.locations.get
parameterOrder
  • name
parameters
name
descriptionResource name for the location.
locationpath
pattern^folders/[^/]+/locations/[^/]+$
requiredTrue
typestring
pathv1alpha1/{+name}
response
$refGoogleCloudLocationLocation
listLocations
descriptionLists information about the supported locations for this service.
flatPathv1alpha1/folders/{foldersId}/locations/{locationsId}
httpMethodGET
idcapacityplanner.folders.locations.listLocations
parameterOrder
  • name
parameters
extraLocationTypes
descriptionOptional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
locationquery
repeatedTrue
typestring
filter
descriptionA filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
locationquery
typestring
name
descriptionThe resource that owns the locations collection, if applicable.
locationpath
pattern^folders/[^/]+/locations/[^/]+$
requiredTrue
typestring
pageSize
descriptionThe maximum number of results to return. If not set, the service selects a default.
formatint32
locationquery
typeinteger
pageToken
descriptionA page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
locationquery
typestring
pathv1alpha1/{+name}
response
$refGoogleCloudLocationListLocationsResponse
root['resources']['organizations']['resources']['locations']
new_value
resources
forecasts
methods
export
descriptionExports forecasted usage data requested by user into either an existing Cloud Storage bucket or a bigquery table.
flatPathv1alpha/organizations/{organizationsId}/locations/{locationsId}/forecasts:export
httpMethodPOST
idcapacityplanner.organizations.locations.forecasts.export
parameterOrder
  • parent
parameters
parent
descriptionRequired. The compute engine resource and location for the time series values to return. The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
locationpath
pattern^organizations/[^/]+/locations/[^/]+$
requiredTrue
typestring
pathv1alpha/{+parent}/forecasts:export
request
$refGoogleCloudCapacityplannerV1alphaExportForecastsRequest
response
$refGoogleLongrunningOperation
scopes
  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/devstorage.full_control
machineShapeUsage
methods
export
descriptionExports machine shape usage data requested by user into either an existing Cloud Storage bucket or a bigquery table.
flatPathv1alpha/organizations/{organizationsId}/locations/{locationsId}/machineShapeUsage:export
httpMethodPOST
idcapacityplanner.organizations.locations.machineShapeUsage.export
parameterOrder
  • parent
parameters
parent
descriptionRequired. The compute engine resource and location of the usage. The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
locationpath
pattern^organizations/[^/]+/locations/[^/]+$
requiredTrue
typestring
pathv1alpha/{+parent}/machineShapeUsage:export
request
$refGoogleCloudCapacityplannerV1alphaExportMachineShapeUsageRequest
response
$refGoogleLongrunningOperation
scopes
  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/devstorage.full_control
reservationsUsage
methods
export
descriptionExports reservations usage data requested by user into either an existing Cloud Storage bucket or a new/existing bigquery table.
flatPathv1alpha/organizations/{organizationsId}/locations/{locationsId}/reservationsUsage:export
httpMethodPOST
idcapacityplanner.organizations.locations.reservationsUsage.export
parameterOrder
  • parent
parameters
parent
descriptionRequired. The compute engine resource and location of the reservationsusage. The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
locationpath
pattern^organizations/[^/]+/locations/[^/]+$
requiredTrue
typestring
pathv1alpha/{+parent}/reservationsUsage:export
request
$refGoogleCloudCapacityplannerV1alphaExportReservationsUsageRequest
response
$refGoogleLongrunningOperation
scopes
  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/devstorage.full_control
usageHistories
methods
export
descriptionExports historical usage data requested by user into either an existing Cloud Storage bucket or a bigquery table.
flatPathv1alpha/organizations/{organizationsId}/locations/{locationsId}/usageHistories:export
httpMethodPOST
idcapacityplanner.organizations.locations.usageHistories.export
parameterOrder
  • parent
parameters
parent
descriptionRequired. The compute engine resource and location for the time series values to return. The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
locationpath
pattern^organizations/[^/]+/locations/[^/]+$
requiredTrue
typestring
pathv1alpha/{+parent}/usageHistories:export
request
$refGoogleCloudCapacityplannerV1alphaExportUsageHistoriesRequest
response
$refGoogleLongrunningOperation
scopes
  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/devstorage.full_control
old_value
methods
get
descriptionGets information about a location.
flatPathv1alpha1/organizations/{organizationsId}/locations/{locationsId}
httpMethodGET
idcapacityplanner.organizations.locations.get
parameterOrder
  • name
parameters
name
descriptionResource name for the location.
locationpath
pattern^organizations/[^/]+/locations/[^/]+$
requiredTrue
typestring
pathv1alpha1/{+name}
response
$refGoogleCloudLocationLocation
listLocations
descriptionLists information about the supported locations for this service.
flatPathv1alpha1/organizations/{organizationsId}/locations/{locationsId}
httpMethodGET
idcapacityplanner.organizations.locations.listLocations
parameterOrder
  • name
parameters
extraLocationTypes
descriptionOptional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
locationquery
repeatedTrue
typestring
filter
descriptionA filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
locationquery
typestring
name
descriptionThe resource that owns the locations collection, if applicable.
locationpath
pattern^organizations/[^/]+/locations/[^/]+$
requiredTrue
typestring
pageSize
descriptionThe maximum number of results to return. If not set, the service selects a default.
formatint32
locationquery
typeinteger
pageToken
descriptionA page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
locationquery
typestring
pathv1alpha1/{+name}
response
$refGoogleCloudLocationListLocationsResponse
root['resources']['projects']['resources']['locations']
new_value
resources
forecasts
methods
export
descriptionExports forecasted usage data requested by user into either an existing Cloud Storage bucket or a bigquery table.
flatPathv1alpha/projects/{projectsId}/locations/{locationsId}/forecasts:export
httpMethodPOST
idcapacityplanner.projects.locations.forecasts.export
parameterOrder
  • parent
parameters
parent
descriptionRequired. The compute engine resource and location for the time series values to return. The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
locationpath
pattern^projects/[^/]+/locations/[^/]+$
requiredTrue
typestring
pathv1alpha/{+parent}/forecasts:export
request
$refGoogleCloudCapacityplannerV1alphaExportForecastsRequest
response
$refGoogleLongrunningOperation
scopes
  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/devstorage.full_control
machineShapeUsage
methods
export
descriptionExports machine shape usage data requested by user into either an existing Cloud Storage bucket or a bigquery table.
flatPathv1alpha/projects/{projectsId}/locations/{locationsId}/machineShapeUsage:export
httpMethodPOST
idcapacityplanner.projects.locations.machineShapeUsage.export
parameterOrder
  • parent
parameters
parent
descriptionRequired. The compute engine resource and location of the usage. The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
locationpath
pattern^projects/[^/]+/locations/[^/]+$
requiredTrue
typestring
pathv1alpha/{+parent}/machineShapeUsage:export
request
$refGoogleCloudCapacityplannerV1alphaExportMachineShapeUsageRequest
response
$refGoogleLongrunningOperation
scopes
  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/devstorage.full_control
reservationsUsage
methods
export
descriptionExports reservations usage data requested by user into either an existing Cloud Storage bucket or a new/existing bigquery table.
flatPathv1alpha/projects/{projectsId}/locations/{locationsId}/reservationsUsage:export
httpMethodPOST
idcapacityplanner.projects.locations.reservationsUsage.export
parameterOrder
  • parent
parameters
parent
descriptionRequired. The compute engine resource and location of the reservationsusage. The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
locationpath
pattern^projects/[^/]+/locations/[^/]+$
requiredTrue
typestring
pathv1alpha/{+parent}/reservationsUsage:export
request
$refGoogleCloudCapacityplannerV1alphaExportReservationsUsageRequest
response
$refGoogleLongrunningOperation
scopes
  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/devstorage.full_control
usageHistories
methods
export
descriptionExports historical usage data requested by user into either an existing Cloud Storage bucket or a bigquery table.
flatPathv1alpha/projects/{projectsId}/locations/{locationsId}/usageHistories:export
httpMethodPOST
idcapacityplanner.projects.locations.usageHistories.export
parameterOrder
  • parent
parameters
parent
descriptionRequired. The compute engine resource and location for the time series values to return. The format is: projects/{project}/locations/{location} or organizations/{organization}/locations/{location} or folders/{folder}/locations/{location}
locationpath
pattern^projects/[^/]+/locations/[^/]+$
requiredTrue
typestring
pathv1alpha/{+parent}/usageHistories:export
request
$refGoogleCloudCapacityplannerV1alphaExportUsageHistoriesRequest
response
$refGoogleLongrunningOperation
scopes
  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/devstorage.full_control
old_value
methods
get
descriptionGets information about a location.
flatPathv1alpha1/projects/{projectsId}/locations/{locationsId}
httpMethodGET
idcapacityplanner.projects.locations.get
parameterOrder
  • name
parameters
name
descriptionResource name for the location.
locationpath
pattern^projects/[^/]+/locations/[^/]+$
requiredTrue
typestring
pathv1alpha1/{+name}
response
$refGoogleCloudLocationLocation
list
descriptionLists information about the supported locations for this service.
flatPathv1alpha1/projects/{projectsId}/locations
httpMethodGET
idcapacityplanner.projects.locations.list
parameterOrder
  • name
parameters
extraLocationTypes
descriptionOptional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
locationquery
repeatedTrue
typestring
filter
descriptionA filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
locationquery
typestring
name
descriptionThe resource that owns the locations collection, if applicable.
locationpath
pattern^projects/[^/]+$
requiredTrue
typestring
pageSize
descriptionThe maximum number of results to return. If not set, the service selects a default.
formatint32
locationquery
typeinteger
pageToken
descriptionA page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
locationquery
typestring
pathv1alpha1/{+name}/locations
response
$refGoogleCloudLocationListLocationsResponse
root['revision']
new_value20250609
old_value20250605
root['schemas']
new_value
GoogleCloudCapacityplannerV1alphaBigQueryDestination
descriptionA BigQuery destination for exporting assets to.
idGoogleCloudCapacityplannerV1alphaBigQueryDestination
properties
createDisposition
descriptionOptional. Specifies the action that occurs if the destination table does not exist
enum
  • CREATE_DISPOSITION_UNSPECIFIED
  • CREATE_IF_NEEDED
  • CREATE_NEVER
enumDescriptions
  • Unspecified create disposition.
  • If the table does not exist, BigQuery creates the table.
  • If the table does not exist, an error will be returned.
typestring
dataset
descriptionRequired. The BigQuery dataset in format "projects/{projectId}/datasets/{datasetId}", to which the snapshot result should be exported. If this dataset does not exist, the export call returns an INVALID_ARGUMENT error.
typestring
gcsLocation
descriptionOptional. Specifies the cloud storage location. Users can choose to provide a location for cloud storage bucket to store the exported data. (as it is possible that some locations are restricted via org policy for that project) Temporary cloud storage bucket creation is an interim step for bigquery upload. If no value is provided, the default location used will be 'US'.
typestring
partitionKey
descriptionOptional. The partition key for BigQuery partitioned table.
enum
  • PARTITION_KEY_UNSPECIFIED
  • REQUEST_TIME
enumDescriptions
  • Unspecified partition key. Tables won't be partitioned using this option.
  • The time when the request is received. If specified as partition key, the result table(s) is partitioned by the RequestTime column, an additional timestamp column representing when the request was received.
typestring
table
descriptionRequired. The BigQuery table to which the snapshot result should be written.
typestring
writeDisposition
descriptionOptional. Specifies the action that occurs if the destination table or partition already exists.
enum
  • WRITE_DISPOSITION_UNSPECIFIED
  • WRITE_APPEND
  • WRITE_TRUNCATE
  • WRITE_EMPTY
enumDescriptions
  • Unspecified write disposition.
  • If the table or partition already exists, BigQuery appends the data to the table or the latest partition.
  • If the table or partition already exists, BigQuery overwrites the entire table or all the partitions data.
  • If the table already exists and contains data, an error is returned.
typestring
typeobject
GoogleCloudCapacityplannerV1alphaExportForecastsRequest
descriptionThe `ExportForecasts` request Next : 13
idGoogleCloudCapacityplannerV1alphaExportForecastsRequest
properties
aggregationMethod
descriptionOptional. Aggregation Method of the historical usage for which the forecast is generated.
enum
  • AGGREGATION_METHOD_UNSPECIFIED
  • MEDIAN
  • PEAK
  • P50
  • P75
  • P99
enumDescriptions
  • No aggregation method is specified.
  • Time series values represent the 99th percentile of the sampled values.
  • Time series values represent the 50th(median) percentile of the sampled values.
  • Time series values represent the 75th percentile of the sampled values.
  • Time series values represent the 99th percentile of the sampled values.
typestring
diskType
descriptionOptional. The disk_type for the `Forecast` values to return with request persistent-disk resource_type.
typestring
endDate
$refGoogleTypeDate
descriptionOptional. The end date of forecasts.
gpuType
descriptionOptional. The GPU type for the `Forecast` values to return. Sample values are "nvidia-tesla-t4", and "nvidia-tesla-a100". See https://cloud.google.com/compute/docs/gpus for a list. Empty gpu_type will return results matching all GPUs.
typestring
machineFamily
descriptionOptional. The machine family to use to select the `Forecast` values to return. Possible values include "n1", and "n2d".
typestring
machineShape
$refGoogleCloudCapacityplannerV1alphaMachineShape
descriptionOptional. The machine shape for the time series values to export.
outputConfig
$refGoogleCloudCapacityplannerV1alphaOutputConfig
descriptionRequired. Output configuration indicating where the results will be output to.
predictionInterval
descriptionOptional. The prediction interval to use to select the `Forecast` values to return. PREDICTION_INTERVAL_UNSPECIFIED will return results matching all prediction intervals.
enum
  • PREDICTION_INTERVAL_UNSPECIFIED
  • PREDICTION_INTERVAL_90
  • PREDICTION_INTERVAL_50
enumDescriptions
  • No prediction interval is specified.
  • This represents a prediction interval that has 90% confidence. For example, for a symmetric prediction interval, a `PredictionInterval` of `PREDICTION_INTERVAL_90` means that the `UPPER_BOUND` will represent the 95th precentile.
  • This represents a prediction interval that has 50% confidence. For example, for a symmetric prediction interval, a `PredictionInterval` of `PREDICTION_INTERVAL_50` means that the `UPPER_BOUND` will represent the 75th precentile.
typestring
resourceType
descriptionRequired. The resource for the `Forecast` values to return. Possible values include "gce-vcpus", "gce-ram", "gce-local-ssd", "gce-persistent-disk", "gce-gpu" and "gce-tpu".
typestring
startDate
$refGoogleTypeDate
descriptionOptional. The start date of forecasts.
tpuType
descriptionOptional. The TPU type for the `Forecast` values to return. Empty tpu_type will return results matching all TPUs.
typestring
typeobject
GoogleCloudCapacityplannerV1alphaExportMachineShapeUsageRequest
descriptionThe `ExportMachineShapeUsage` request
idGoogleCloudCapacityplannerV1alphaExportMachineShapeUsageRequest
properties
forecastEndDate
$refGoogleTypeDate
descriptionRequired. The end date of forecasts.
forecastStartDate
$refGoogleTypeDate
descriptionRequired. The start date of forecasts.
gpuType
descriptionOptional. The GPU type to query shapes by. For example: NVIDIA T4.
typestring
historyPeriod
$refGoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriod
descriptionRequired. The period of history to query by.
machineFamily
descriptionOptional. The machine family to query shapes by. For example: n1, n2d.
typestring
outputConfig
$refGoogleCloudCapacityplannerV1alphaOutputConfig
descriptionRequired. Output configuration indicating where the results will be output to.
predictionInterval
descriptionRequired. The prediction interval of forecast to return.
enum
  • PREDICTION_INTERVAL_UNSPECIFIED
  • PREDICTION_INTERVAL_90
  • PREDICTION_INTERVAL_50
enumDescriptions
  • No prediction interval is specified.
  • This represents a prediction interval that has 90% confidence. For example, for a symmetric prediction interval, a `PredictionInterval` of `PREDICTION_INTERVAL_90` means that the `UPPER_BOUND` will represent the 95th precentile.
  • This represents a prediction interval that has 50% confidence. For example, for a symmetric prediction interval, a `PredictionInterval` of `PREDICTION_INTERVAL_50` means that the `UPPER_BOUND` will represent the 75th precentile.
typestring
usageAggregationMethod
descriptionRequired. The type of historical usage aggregates to look at. For example: PEAK, MEDIAN.
enum
  • AGGREGATION_METHOD_UNSPECIFIED
  • MEDIAN
  • PEAK
  • P50
  • P75
  • P99
enumDescriptions
  • No aggregation method is specified.
  • Time series values represent the 99th percentile of the sampled values.
  • Time series values represent the 50th(median) percentile of the sampled values.
  • Time series values represent the 75th percentile of the sampled values.
  • Time series values represent the 99th percentile of the sampled values.
typestring
typeobject
GoogleCloudCapacityplannerV1alphaExportReservationsUsageRequest
descriptionThe `ExportReservationsUsage` request
idGoogleCloudCapacityplannerV1alphaExportReservationsUsageRequest
properties
cloudResourceType
descriptionRequired. The resource for the `ReservationsUsage` values to return. Possible values include "gce-vcpus", "gce-ram", "gce-local-ssd", and "gce-gpu".
typestring
endDate
$refGoogleTypeDate
descriptionOptional. The end date of reservations usage.
gpuType
descriptionOptional. The GPU type to query reservations and usage by. For example: NVIDIA T4.
typestring
locationLevel
descriptionOptional. The location level of the reservations usage timeseries.
enum
  • LOCATION_TYPE_UNSPECIFIED
  • REGIONAL
  • ZONAL
enumDescriptions
  • No location type was specified.
  • Time series values represent usage aggregated at the region level.
  • Time series values represent usage aggregated at the zone level.
typestring
machineFamily
descriptionOptional. The machine family to query reservations and usage by. For example: n1, n2d.
typestring
machineShape
$refGoogleCloudCapacityplannerV1alphaMachineShape
descriptionOptional. The machine_shape as a filter to select matching reservations and its usage.
outputConfig
$refGoogleCloudCapacityplannerV1alphaOutputConfig
descriptionRequired. Output configuration indicating where the results will be output to.
shareType
descriptionOptional. Type of share settings to filter reservations in response. If unspecified, all types are included.
enum
  • SHARE_TYPE_UNSPECIFIED
  • SHARE_TYPE_LOCAL
  • SHARE_TYPE_SPECIFIC_PROJECTS
enumDescriptions
  • No share type specified.
  • Default value, for which reservation is open to only owner project.
  • Shared-reservation is open to specific projects.
typestring
startDate
$refGoogleTypeDate
descriptionOptional. The start date of reservations usage.
usageAggregationMethod
descriptionRequired. The method that should be used to convert sampled reservations data to daily usage values.
enum
  • AGGREGATION_METHOD_UNSPECIFIED
  • MEDIAN
  • PEAK
  • P50
  • P75
  • P99
enumDescriptions
  • No aggregation method is specified.
  • Time series values represent the 99th percentile of the sampled values.
  • Time series values represent the 50th(median) percentile of the sampled values.
  • Time series values represent the 75th percentile of the sampled values.
  • Time series values represent the 99th percentile of the sampled values.
typestring
typeobject
GoogleCloudCapacityplannerV1alphaExportUsageHistoriesRequest
descriptionThe `ExportUsageHistories` request Next : 11
idGoogleCloudCapacityplannerV1alphaExportUsageHistoriesRequest
properties
diskType
descriptionOptional. The disk_type for the `UsageHistory` values to return request with persistent-disk resource_type. Possible values include "pd-ssd", "pd-standard", "pd-balanced", and "pd-extreme".
typestring
endDate
$refGoogleTypeDate
descriptionOptional. The end date of usage.
gpuType
descriptionOptional. The GPU type for the `UsageHistory` values to return. Sample values are "nvidia-tesla-t4", and "nvidia-tesla-a100". See https://cloud.google.com/compute/docs/gpus for a list. Empty gpu_type will return results matching all GPUs.
typestring
machineFamily
descriptionOptional. The machine family for the `UsageHistory` values to return. Possible values include "n1", and "n2d". See https://cloud.google.com/compute/docs/machine-types for more examples.
typestring
machineShape
$refGoogleCloudCapacityplannerV1alphaMachineShape
descriptionOptional. The machine shape for the time series values to export.
outputConfig
$refGoogleCloudCapacityplannerV1alphaOutputConfig
descriptionRequired. Output configuration indicating where the results will be output to.
resourceType
descriptionRequired. The resource for the `UsageHistory` values to return. Possible values include "gce-vcpus", "gce-ram", "gce-local-ssd", "gce-persistent-disk", "gce-gpu" and "gce-tpu".
typestring
startDate
$refGoogleTypeDate
descriptionOptional. The start date of usage.
tpuType
descriptionOptional. The TPU type for the `UsageHistory` values to return. Empty tpu_type will return results matching all TPUs.
typestring
usageAggregationMethod
descriptionOptional. The method that should be used to convert sampled usage data to daily usage values. AGGREGATION_METHOD_UNSPECIFIED will return results matching all the aggregation methods.
enum
  • AGGREGATION_METHOD_UNSPECIFIED
  • MEDIAN
  • PEAK
  • P50
  • P75
  • P99
enumDescriptions
  • No aggregation method is specified.
  • Time series values represent the 99th percentile of the sampled values.
  • Time series values represent the 50th(median) percentile of the sampled values.
  • Time series values represent the 75th percentile of the sampled values.
  • Time series values represent the 99th percentile of the sampled values.
typestring
typeobject
GoogleCloudCapacityplannerV1alphaGcsDestination
descriptionA Cloud Storage location.
idGoogleCloudCapacityplannerV1alphaGcsDestination
properties
bucket
descriptionRequired. The bucket name to which the export will be stored.
typestring
force
descriptionOptional. Flag to indicate overwrite in case file already exists.
typeboolean
object
descriptionRequired. The object name to which the export will be stored.
typestring
uri
descriptionOptional. The path to the file in Google Cloud Storage where the export will be stored. The URI is in the form `gs://bucketName/fileName`. If the file already exists, the request succeeds, but the operation fails.
typestring
typeobject
GoogleCloudCapacityplannerV1alphaMachineShape
descriptionMachine shape details Next : 13
idGoogleCloudCapacityplannerV1alphaMachineShape
properties
cpuCores
descriptionOptional. Number of CPU cores per VM.
formatdouble
typenumber
gpuComputeType
descriptionOptional. The GPU name recognized by Compute Engine APIs.
typestring
gpuCores
descriptionOptional. The number of GPU cores per VM.
formatint64
typestring
gpuType
descriptionOptional. The type of GPU with the VM.
typestring
localSsdGb
descriptionOptional. Total amount of local SSD storage.
formatdouble
typenumber
localSsdInterface
descriptionOptional. The local SSD interface used such as nvme or scsi
typestring
localSsdPartitions
descriptionOptional. The number of local SSD partitions per VM.
formatint64
typestring
machineFamily
descriptionOptional. The VM family.
typestring
machineShape
descriptionOptional. The customer visible string representing the type of VM.
typestring
machineType
descriptionOptional. The characteristics of the sampled VM expressed as a string.
typestring
memoryGb
descriptionOptional. Total amount of memory with the VM.
formatdouble
typenumber
minCpuPlatform
descriptionOptional. The Min-cpu platform used such as icelake
typestring
typeobject
GoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriod
descriptiondifferent types of history period
idGoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriod
properties
historyMonth
$refGoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriodHistoryMonth
descriptionhistory month
historyPeriodType
descriptionHistory period type
enum
  • HISTORY_PERIOD_TYPE_UNSPECIFIED
  • LAST_THIRTY_DAYS
  • MONTHLY
  • TIME_INTERVAL
enumDescriptions
  • history type unspecified
  • for last 30 days
  • for a calendar month
  • for a time interval
typestring
historyTimeInterval
$refGoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriodHistoryTimeInterval
descriptionhistory time interval
typeobject
GoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriodHistoryMonth
descriptionHistory month usage refers to
idGoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriodHistoryMonth
properties
historyMonth
$refGoogleTypeDate
descriptionThe month and year of history that usage refers to.
typeobject
GoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriodHistoryTimeInterval
descriptionHistory time interval to query for.
idGoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriodHistoryTimeInterval
properties
endDate
$refGoogleTypeDate
descriptionOptional. The end date of the history time interval.
startDate
$refGoogleTypeDate
descriptionOptional. The start date of the history time interval.
typeobject
GoogleCloudCapacityplannerV1alphaOutputConfig
descriptionOutput configuration for export destination.
idGoogleCloudCapacityplannerV1alphaOutputConfig
properties
bigqueryDestination
$refGoogleCloudCapacityplannerV1alphaBigQueryDestination
descriptionDestination on BigQuery.
gcsDestination
$refGoogleCloudCapacityplannerV1alphaGcsDestination
descriptionDestination on Cloud Storage.
typeobject
GoogleLongrunningOperation
descriptionThis resource represents a long-running operation that is the result of a network API call.
idGoogleLongrunningOperation
properties
done
descriptionIf the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
typeboolean
error
$refGoogleRpcStatus
descriptionThe error result of the operation in case of failure or cancellation.
metadata
additionalProperties
descriptionProperties of the object. Contains field @type with type URL.
typeany
descriptionService-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
typeobject
name
descriptionThe server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
typestring
response
additionalProperties
descriptionProperties of the object. Contains field @type with type URL.
typeany
descriptionThe normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
typeobject
typeobject
GoogleRpcStatus
descriptionThe `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).
idGoogleRpcStatus
properties
code
descriptionThe status code, which should be an enum value of google.rpc.Code.
formatint32
typeinteger
details
descriptionA list of messages that carry the error details. There is a common set of message types for APIs to use.
items
additionalProperties
descriptionProperties of the object. Contains field @type with type URL.
typeany
typeobject
typearray
message
descriptionA developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
typestring
typeobject
GoogleTypeDate
descriptionRepresents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
idGoogleTypeDate
properties
day
descriptionDay of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
formatint32
typeinteger
month
descriptionMonth of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
formatint32
typeinteger
year
descriptionYear of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
formatint32
typeinteger
typeobject
old_value
GoogleCloudLocationListLocationsResponse
descriptionThe response message for Locations.ListLocations.
idGoogleCloudLocationListLocationsResponse
properties
locations
descriptionA list of locations that matches the specified filter in the request.
items
$refGoogleCloudLocationLocation
typearray
nextPageToken
descriptionThe standard List next-page token.
typestring
typeobject
GoogleCloudLocationLocation
descriptionA resource that represents a Google Cloud location.
idGoogleCloudLocationLocation
properties
displayName
descriptionThe friendly name for this location, typically a nearby city name. For example, "Tokyo".
typestring
labels
additionalProperties
typestring
descriptionCross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"}
typeobject
locationId
descriptionThe canonical id for this location. For example: `"us-east1"`.
typestring
metadata
additionalProperties
descriptionProperties of the object. Contains field @type with type URL.
typeany
descriptionService-specific metadata. For example the available capacity at the given location.
typeobject
name
descriptionResource name for the location, which may vary between implementations. For example: `"projects/example-project/locations/us-east1"`
typestring
typeobject
root['version']
new_valuev1alpha
old_valuev1alpha1
sandbox/staging-capacityplanner-v1alpha
dictionary_item_removed
  • root['fullyEncodeReservedExpansion']
values_changed
root['revision']
new_value20250609
old_value20250605
sandbox/staging-clientauthconfig-
values_changed
root['revision']
new_value20250609
old_value20250607
iterable_item_added
root['schemas']['Client']['properties']['accountRestrictionService']['enum'][1656]SEARCH_CREATOR_PROFILE
root['schemas']['Client']['properties']['accountRestrictionService']['enum'][1657]WINDOWS_GOOGLE_APP
root['schemas']['Client']['properties']['accountRestrictionService']['enumDescriptions'][1656]Google Search Creator Profile go/creator-follow-fe-dd Contact: vsaraogi@google.com, search-profile-identity-eng@google.com
root['schemas']['Client']['properties']['accountRestrictionService']['enumDescriptions'][1657]Windows Google App go/windows-google-app Contact: guyha@, windows-google-app@google.com
sandbox/staging-clientauthconfig-v1
values_changed
root['revision']
new_value20250609
old_value20250607
iterable_item_added
root['schemas']['Client']['properties']['accountRestrictionService']['enum'][1656]SEARCH_CREATOR_PROFILE
root['schemas']['Client']['properties']['accountRestrictionService']['enum'][1657]WINDOWS_GOOGLE_APP
root['schemas']['Client']['properties']['accountRestrictionService']['enumDescriptions'][1656]Google Search Creator Profile go/creator-follow-fe-dd Contact: vsaraogi@google.com, search-profile-identity-eng@google.com
root['schemas']['Client']['properties']['accountRestrictionService']['enumDescriptions'][1657]Windows Google App go/windows-google-app Contact: guyha@, windows-google-app@google.com
sandbox/staging-cloudaicompanion-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-cloudaicompanion-v1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-cloudaicompanion-v1alpha
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-cloudaicompanion-v1beta
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-cloudaicompanionadmin-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-cloudaicompanionadmin-v1
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-cloudaicompanionadmin-v1alpha
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-cloudaicompanionadmin-v1beta
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-cloudasset-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-cloudasset-v1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-cloudasset-v1beta1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-cloudasset-v1p1beta1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-cloudasset-v1p2alpha1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-cloudasset-v1p2beta1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-cloudasset-v1p5alpha1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-cloudasset-v1p5beta1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-cloudasset-v1p7beta1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-cloudbilling-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-cloudbilling-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-cloudbilling-v1beta
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-cloudbilling-v2beta
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-cloudkms-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-cloudkms-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-cloudquotas-
values_changed
root['revision']
new_value20250609
old_value20250605
sandbox/staging-cloudquotas-v1
values_changed
root['revision']
new_value20250609
old_value20250605
sandbox/staging-cloudquotas-v1beta
values_changed
root['revision']
new_value20250609
old_value20250605
sandbox/staging-cloudresourcemanager-
dictionary_item_added
  • root['resources']['locations']['resources']['tagBindingCollections']['methods']['update']
dictionary_item_removed
  • root['resources']['locations']['resources']['tagBindingCollections']['methods']['patch']
values_changed
root['revision']
new_value20250606
old_value20250527
sandbox/staging-cloudresourcemanager-v1
dictionary_item_added
  • root['schemas']['Project']['properties']['configuredCapabilities']
values_changed
root['revision']
new_value20250606
old_value20250527
sandbox/staging-cloudresourcemanager-v1beta1
dictionary_item_added
  • root['schemas']['Project']['properties']['configuredCapabilities']
values_changed
root['revision']
new_value20250606
old_value20250527
sandbox/staging-cloudresourcemanager-v2
values_changed
root['revision']
new_value20250606
old_value20250527
sandbox/staging-cloudresourcemanager-v2alpha1
values_changed
root['revision']
new_value20250606
old_value20250527
sandbox/staging-cloudresourcemanager-v2beta1
values_changed
root['revision']
new_value20250606
old_value20250527
sandbox/staging-cloudresourcemanager-v3
dictionary_item_added
  • root['resources']['locations']['resources']['tagBindingCollections']['methods']['update']
dictionary_item_removed
  • root['resources']['locations']['resources']['tagBindingCollections']['methods']['patch']
values_changed
root['revision']
new_value20250606
old_value20250527
sandbox/staging-cloudtrace-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-cloudtrace-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-cloudtrace-v2
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-cloudtrace-v2beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-databaseinsights-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-databaseinsights-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-datamanager-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-datamanager-v1
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-developerconnect-
values_changed
root['revision']
new_value20250609
old_value20250605
sandbox/staging-developerconnect-v1
values_changed
root['revision']
new_value20250609
old_value20250605
sandbox/staging-developerconnect-v1alpha
values_changed
root['revision']
new_value20250609
old_value20250605
sandbox/staging-dialogflow-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-dialogflow-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-dialogflow-v2
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-dialogflow-v2beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-dialogflow-v3
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-dialogflow-v3alpha1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-dialogflow-v3beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-essentialcontacts-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-essentialcontacts-v1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-essentialcontacts-v1alpha1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-essentialcontacts-v1beta1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-familymanagement-pa-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-familymanagement-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-fcm-
dictionary_item_added
  • root['schemas']['AndroidConfig']['properties']['restrictedSatelliteOk']
values_changed
root['revision']
new_value20250610
old_value20250606
root['schemas']['AndroidConfig']['properties']['directBootOk']['description']
new_valueOptional. If set to true, messages will be allowed to be delivered to the app while the device is in direct boot mode. See [Support Direct Boot mode](https://developer.android.com/training/articles/direct-boot).
old_valueIf set to true, messages will be allowed to be delivered to the app while the device is in direct boot mode. See [Support Direct Boot mode](https://developer.android.com/training/articles/direct-boot).
sandbox/staging-fcm-v1
dictionary_item_added
  • root['schemas']['AndroidConfig']['properties']['restrictedSatelliteOk']
values_changed
root['revision']
new_value20250610
old_value20250606
root['schemas']['AndroidConfig']['properties']['directBootOk']['description']
new_valueOptional. If set to true, messages will be allowed to be delivered to the app while the device is in direct boot mode. See [Support Direct Boot mode](https://developer.android.com/training/articles/direct-boot).
old_valueIf set to true, messages will be allowed to be delivered to the app while the device is in direct boot mode. See [Support Direct Boot mode](https://developer.android.com/training/articles/direct-boot).
sandbox/staging-firebase-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-firebase-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-firebase-v1alpha
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-firebase-v1beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-firebaseextensions-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-firebaseextensions-v1beta
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-firebaseextensionspublisher-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-firebaseextensionspublisher-v1beta
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-firebaseremoteconfigrealtime-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-firebaseremoteconfigrealtime-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-firebaserules-
values_changed
root['revision']
new_value20250608
old_value20250602
sandbox/staging-firebaserules-v1
values_changed
root['revision']
new_value20250608
old_value20250602
sandbox/staging-firebasestorage-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-firebasestorage-v1alpha
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-firebasestorage-v1beta
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-generativelanguage-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-generativelanguage-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-generativelanguage-v1alpha
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-generativelanguage-v1beta
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-generativelanguage-v1beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-generativelanguage-v1beta2
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-generativelanguage-v1beta3
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-geoar-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-geoar-v1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-geoar-v1beta2
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-geofeedtaskrouting-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-geofeedtaskrouting-v1alpha
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-gkeonprem-
values_changed
root['revision']
new_value20250609
old_value20250606
sandbox/staging-gkeonprem-v1
values_changed
root['revision']
new_value20250609
old_value20250606
sandbox/staging-growth-pa-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-growth-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-guidedhelp-pa-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-guidedhelp-pa-v1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-iam-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-iam-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-iam-v1beta
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-iam-v2
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-iam-v2alpha
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-iam-v2beta
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-iam-v3
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-iam-v3alpha
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-iam-v3beta
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-iamcredentials-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-iamcredentials-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-iap-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-iap-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-iap-v1beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-instantmessaging-pa-
values_changed
root['revision']
new_value20250610
old_value20250607
iterable_item_added
root['schemas']['InstantmessagingStagingPaSandboxAppsPeopleOzExternalMergedpeopleapiAffinity']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['InstantmessagingStagingPaSandboxGoogleInternalPeopleV2MergedPersonSourceOptions']['properties']['includeAffinity']['items']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
sandbox/staging-instantmessaging-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250607
iterable_item_added
root['schemas']['InstantmessagingStagingPaSandboxAppsPeopleOzExternalMergedpeopleapiAffinity']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['InstantmessagingStagingPaSandboxGoogleInternalPeopleV2MergedPersonSourceOptions']['properties']['includeAffinity']['items']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
sandbox/staging-kidsmanagement-pa-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-kidsmanagement-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-mapsplatformdatasets-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-mapsplatformdatasets-v1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-mapsplatformdatasets-v1alpha
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-monitoring-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-monitoring-v1
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-monitoring-v3
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-myphonenumbers-pa-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-myphonenumbers-pa-v1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-networksecurity-
values_changed
root['revision']
new_value20250608
old_value20250604
root['schemas']['SACAttachment']['description']
new_valueRepresents a Secure Access Connect (SAC) attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
old_valueRepresents a Secure Access Connect (SAC) Attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
root['schemas']['SACAttachmentSACAttachmentSymantecOptions']['properties']['symantecLocationName']['description']
new_valueImmutable. Name to be used when creating a location on the customer's behalf in Symantec's Location API. Not to be confused with Google Cloud locations.
old_valueImmutable. Name to be used when creating a location on the customer's behalf in Symantec's Location API. Not to be confused with GCP locations.
root['schemas']['SACRealm']['description']
new_valueRepresents a Secure Access Connect (SAC) realm resource. A Secure Access Connect realm establishes a connection between your Google Cloud project and an SSE service.
old_valueRepresents a Secure Access Connect (SAC) Realm resource. A Secure Access Connect realm establishes a connection between your Google Cloud project and an SSE service.
sandbox/staging-networksecurity-v1
values_changed
root['revision']
new_value20250608
old_value20250604
sandbox/staging-networksecurity-v1alpha1
values_changed
root['revision']
new_value20250608
old_value20250604
root['schemas']['SACAttachment']['description']
new_valueRepresents a Secure Access Connect (SAC) attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
old_valueRepresents a Secure Access Connect (SAC) Attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
root['schemas']['SACAttachmentSACAttachmentSymantecOptions']['properties']['symantecLocationName']['description']
new_valueImmutable. Name to be used when creating a location on the customer's behalf in Symantec's Location API. Not to be confused with Google Cloud locations.
old_valueImmutable. Name to be used when creating a location on the customer's behalf in Symantec's Location API. Not to be confused with GCP locations.
root['schemas']['SACRealm']['description']
new_valueRepresents a Secure Access Connect (SAC) realm resource. A Secure Access Connect realm establishes a connection between your Google Cloud project and an SSE service.
old_valueRepresents a Secure Access Connect (SAC) Realm resource. A Secure Access Connect realm establishes a connection between your Google Cloud project and an SSE service.
sandbox/staging-networksecurity-v1beta1
values_changed
root['revision']
new_value20250608
old_value20250604
root['schemas']['SACAttachment']['description']
new_valueRepresents a Secure Access Connect (SAC) attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
old_valueRepresents a Secure Access Connect (SAC) Attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
root['schemas']['SACAttachmentSACAttachmentSymantecOptions']['properties']['symantecLocationName']['description']
new_valueImmutable. Name to be used when creating a location on the customer's behalf in Symantec's Location API. Not to be confused with Google Cloud locations.
old_valueImmutable. Name to be used when creating a location on the customer's behalf in Symantec's Location API. Not to be confused with GCP locations.
root['schemas']['SACRealm']['description']
new_valueRepresents a Secure Access Connect (SAC) realm resource. A Secure Access Connect realm establishes a connection between your Google Cloud project and an SSE service.
old_valueRepresents a Secure Access Connect (SAC) Realm resource. A Secure Access Connect realm establishes a connection between your Google Cloud project and an SSE service.
sandbox/staging-notifications-pa-
dictionary_item_added
  • root['schemas']['GoogleInternalTapandpayV1PassesTemplates__TicketCentricTicketIdentifier']
  • root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['ticketCentricTicketIdentifier']
  • root['schemas']['NotificationsBackendCommonMessage__AndroidMessageHint']['properties']['gcmBandwidthConstrainedOk']
  • root['schemas']['NotificationsBackendCommonMessage__GcmMessage']['properties']['bandwidthConstrainedOk']
values_changed
root['revision']
new_value20250610
old_value20250607
root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['description']
new_valueAn action to take that is related to a specific pass. Objects that contain a target that is unrecognized or that is not known how to be handled by the current client version should hide the object instead of showing it. Next ID: 13
old_valueAn action to take that is related to a specific pass. Objects that contain a target that is unrecognized or that is not known how to be handled by the current client version should hide the object instead of showing it. Next ID: 12
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['description']
new_valueLogged during key steps of the GW4-based backup and restore flow for payment cards. See go/new-device-transfer-plan and go/wallet-design-trusted-provisioning-api-security for more information. Next id: 8
old_valueLogged during key steps of the GW4-based backup and restore flow for payment cards. See go/new-device-transfer-plan and go/wallet-design-trusted-provisioning-api-security for more information. Next id: 6
root['schemas']['NotificationsBackendCommonMessage__AndroidMessageHint']['description']
new_valueAndroidMessageHint can be included with the GenericMessage proto to achieve customizations of the generic message specifically for Android devices. Any fields in AndroidMessageHint that overlap with fields in GenericMessage will be resolved in favor of the AndroidMessageHint. Next ID: 40
old_valueAndroidMessageHint can be included with the GenericMessage proto to achieve customizations of the generic message specifically for Android devices. Any fields in AndroidMessageHint that overlap with fields in GenericMessage will be resolved in favor of the AndroidMessageHint. Next ID: 39
iterable_item_added
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['properties']['eventType']['enum'][6]RESTORE_BACKPORT_FLOW_STARTED
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['properties']['eventType']['enum'][7]RESTORE_BACKPORT_FLOW_COMPLETED
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enum'][629]GEMINI_ONBOARDING_COLLECTION
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enumDescriptions'][629]Need bundle type for A card that allows users to express their interests during an onboarding process. go/gemini-onboarding-design NextId: 4637
root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1509]GEMINI_ONBOARDING_COLLECTION
sandbox/staging-notifications-pa-v1
dictionary_item_added
  • root['schemas']['GoogleInternalTapandpayV1PassesTemplates__TicketCentricTicketIdentifier']
  • root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['ticketCentricTicketIdentifier']
  • root['schemas']['NotificationsBackendCommonMessage__AndroidMessageHint']['properties']['gcmBandwidthConstrainedOk']
  • root['schemas']['NotificationsBackendCommonMessage__GcmMessage']['properties']['bandwidthConstrainedOk']
values_changed
root['revision']
new_value20250610
old_value20250607
root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['description']
new_valueAn action to take that is related to a specific pass. Objects that contain a target that is unrecognized or that is not known how to be handled by the current client version should hide the object instead of showing it. Next ID: 13
old_valueAn action to take that is related to a specific pass. Objects that contain a target that is unrecognized or that is not known how to be handled by the current client version should hide the object instead of showing it. Next ID: 12
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['description']
new_valueLogged during key steps of the GW4-based backup and restore flow for payment cards. See go/new-device-transfer-plan and go/wallet-design-trusted-provisioning-api-security for more information. Next id: 8
old_valueLogged during key steps of the GW4-based backup and restore flow for payment cards. See go/new-device-transfer-plan and go/wallet-design-trusted-provisioning-api-security for more information. Next id: 6
root['schemas']['NotificationsBackendCommonMessage__AndroidMessageHint']['description']
new_valueAndroidMessageHint can be included with the GenericMessage proto to achieve customizations of the generic message specifically for Android devices. Any fields in AndroidMessageHint that overlap with fields in GenericMessage will be resolved in favor of the AndroidMessageHint. Next ID: 40
old_valueAndroidMessageHint can be included with the GenericMessage proto to achieve customizations of the generic message specifically for Android devices. Any fields in AndroidMessageHint that overlap with fields in GenericMessage will be resolved in favor of the AndroidMessageHint. Next ID: 39
iterable_item_added
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['properties']['eventType']['enum'][6]RESTORE_BACKPORT_FLOW_STARTED
root['schemas']['GoogleLogsTapandpayAndroid_BackupRestoreEvent_Gw4PaymentCardEvent']['properties']['eventType']['enum'][7]RESTORE_BACKPORT_FLOW_COMPLETED
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enum'][629]GEMINI_ONBOARDING_COLLECTION
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enumDescriptions'][629]Need bundle type for A card that allows users to express their interests during an onboarding process. go/gemini-onboarding-design NextId: 4637
root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1509]GEMINI_ONBOARDING_COLLECTION
sandbox/staging-oauthverification-
values_changed
root['revision']
new_value20250609
old_value20250607
iterable_item_added
root['schemas']['Client']['properties']['accountRestrictionService']['enum'][1656]SEARCH_CREATOR_PROFILE
root['schemas']['Client']['properties']['accountRestrictionService']['enum'][1657]WINDOWS_GOOGLE_APP
root['schemas']['Client']['properties']['accountRestrictionService']['enumDescriptions'][1656]Google Search Creator Profile go/creator-follow-fe-dd Contact: vsaraogi@google.com, search-profile-identity-eng@google.com
root['schemas']['Client']['properties']['accountRestrictionService']['enumDescriptions'][1657]Windows Google App go/windows-google-app Contact: guyha@, windows-google-app@google.com
sandbox/staging-oauthverification-v1
values_changed
root['revision']
new_value20250609
old_value20250607
iterable_item_added
root['schemas']['Client']['properties']['accountRestrictionService']['enum'][1656]SEARCH_CREATOR_PROFILE
root['schemas']['Client']['properties']['accountRestrictionService']['enum'][1657]WINDOWS_GOOGLE_APP
root['schemas']['Client']['properties']['accountRestrictionService']['enumDescriptions'][1656]Google Search Creator Profile go/creator-follow-fe-dd Contact: vsaraogi@google.com, search-profile-identity-eng@google.com
root['schemas']['Client']['properties']['accountRestrictionService']['enumDescriptions'][1657]Windows Google App go/windows-google-app Contact: guyha@, windows-google-app@google.com
sandbox/staging-ogads-pa-
values_changed
root['revision']
new_value20250610
old_value20250607
iterable_item_added
root['resources']['v1']['methods']['getdata']['parameters']['badgeInfo.targetingSetId']['enum'][758]AGSA_PINEAPPLE_RECOVERY_TARGETING
root['resources']['v1']['methods']['getdata']['parameters']['badgeInfo.targetingSetId']['enumDescriptions'][758]Targeting set request for AGSA Pineapple Recovery. b/419451681.
sandbox/staging-ogads-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250607
iterable_item_added
root['resources']['v1']['methods']['getdata']['parameters']['badgeInfo.targetingSetId']['enum'][758]AGSA_PINEAPPLE_RECOVERY_TARGETING
root['resources']['v1']['methods']['getdata']['parameters']['badgeInfo.targetingSetId']['enumDescriptions'][758]Targeting set request for AGSA Pineapple Recovery. b/419451681.
sandbox/staging-people-pa-
values_changed
root['revision']
new_value20250610
old_value20250607
iterable_item_added
root['resources']['people']['methods']['create']['parameters']['getPeopleRequest.mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['create']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['getPublic']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['sync']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['update']['parameters']['getPeopleRequest.mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['update']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['allPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['autocomplete']['methods']['list']['parameters']['client']['enum'][89]DYNAMITE_GUEST_PASS
root['resources']['people']['resources']['autocomplete']['resources']['public']['methods']['list']['parameters']['client']['enum'][89]DYNAMITE_GUEST_PASS
root['resources']['people']['resources']['blockedPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['circledPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['circles']['resources']['members']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['contactPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['search']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['sync']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['groups']['resources']['members']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['lookup']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['ranked']['methods']['list']['parameters']['affinityType']['enum'][312]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['ranked']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['rankedTargets']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['starredPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['trashedContactPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['v2']['methods']['getPeople']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['Affinity']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['GoogleInternalPeopleV2MinimalRankedTarget']['properties']['affinityType']['items']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['MergedPersonSourceOptions']['properties']['includeAffinity']['items']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['RankedTarget']['properties']['affinityType']['items']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['SocialGraphWireProtoPeopleapiMinimalAffinity']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
sandbox/staging-people-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250607
iterable_item_added
root['schemas']['Affinity']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
sandbox/staging-people-pa-v2
values_changed
root['revision']
new_value20250610
old_value20250607
iterable_item_added
root['resources']['people']['methods']['create']['parameters']['getPeopleRequest.mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['create']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['getPublic']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['sync']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['update']['parameters']['getPeopleRequest.mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['methods']['update']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['allPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['autocomplete']['methods']['list']['parameters']['client']['enum'][89]DYNAMITE_GUEST_PASS
root['resources']['people']['resources']['autocomplete']['resources']['public']['methods']['list']['parameters']['client']['enum'][89]DYNAMITE_GUEST_PASS
root['resources']['people']['resources']['blockedPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['circledPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['circles']['resources']['members']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['contactPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['search']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['directory']['methods']['sync']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['groups']['resources']['members']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['lookup']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['ranked']['methods']['list']['parameters']['affinityType']['enum'][312]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['ranked']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['rankedTargets']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['starredPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['people']['resources']['trashedContactPeople']['methods']['list']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['v2']['methods']['getPeople']['parameters']['mergedPersonSourceOptions.includeAffinity']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['Affinity']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['GoogleInternalPeopleV2MinimalRankedTarget']['properties']['affinityType']['items']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['MergedPersonSourceOptions']['properties']['includeAffinity']['items']['enum'][317]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['RankedTarget']['properties']['affinityType']['items']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['SocialGraphWireProtoPeopleapiMinimalAffinity']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
sandbox/staging-peoplestack-pa-
values_changed
root['revision']
new_value20250610
old_value20250607
iterable_item_added
root['resources']['autocomplete']['methods']['autocomplete']['parameters']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['autocomplete']['methods']['warmup']['parameters']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackAutocompleteRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackBlockPersonRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackCreateGroupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackDeleteGroupsRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackJoinGroupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackLeaveGroupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackLookupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackMutateConnectionLabelRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackReadAllGroupsRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackReadGroupsRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackSmartAddressRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackUpdateGroupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackWarmupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
sandbox/staging-peoplestack-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250607
iterable_item_added
root['resources']['autocomplete']['methods']['autocomplete']['parameters']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['resources']['autocomplete']['methods']['warmup']['parameters']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackAutocompleteRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackBlockPersonRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackCreateGroupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackDeleteGroupsRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackJoinGroupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackLeaveGroupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackLookupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackMutateConnectionLabelRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackReadAllGroupsRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackReadGroupsRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackSmartAddressRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackUpdateGroupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
root['schemas']['PeoplestackWarmupRequest']['properties']['affinityType']['enum'][319]DYNAMITE_GUEST_PASS_AFFINITY
sandbox/staging-policyremediator-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-policyremediator-v1alpha
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-policytroubleshooter-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-policytroubleshooter-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-policytroubleshooter-v1beta
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-policytroubleshooter-v2alpha1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-policytroubleshooter-v3
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-policytroubleshooter-v3alpha
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-policytroubleshooter-v3beta
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-privacysandboxmaven-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-privacysandboxmaven-v1
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-pubsub-
values_changed
root['revision']
new_value20250610
old_value20250603
sandbox/staging-pubsub-v1
values_changed
root['revision']
new_value20250610
old_value20250603
sandbox/staging-pubsub-v1beta2
values_changed
root['revision']
new_value20250610
old_value20250603
sandbox/staging-retail-
dictionary_item_added
  • root['resources']['projects']['resources']['locations']['resources']['catalogs']['methods']['getConversationalSearchCustomizationConfig']
  • root['resources']['projects']['resources']['locations']['resources']['catalogs']['methods']['updateConversationalSearchCustomizationConfig']
  • root['schemas']['GoogleCloudRetailV2betaConversationalSearchCustomizationConfig']
  • root['schemas']['GoogleCloudRetailV2betaIntentClassificationConfig']
  • root['schemas']['GoogleCloudRetailV2betaIntentClassificationConfigExample']
values_changed
root['revision']
new_value20250610
old_value20250605
root['schemas']['GoogleCloudRetailV2betaSearchRequestQueryExpansionSpec']['properties']['pinUnexpandedResults']['description']
new_valueWhether to pin unexpanded results. The default value is false. If this field is set to true, unexpanded products are always at the top of the search results, followed by the expanded results.
old_valueWhether to pin unexpanded results. If this field is set to true, unexpanded products are always at the top of the search results, followed by the expanded results.
sandbox/staging-retail-v1
values_changed
root['revision']
new_value20250610
old_value20250605
sandbox/staging-retail-v2
dictionary_item_added
  • root['resources']['projects']['resources']['locations']['resources']['catalogs']['methods']['getConversationalSearchCustomizationConfig']
  • root['resources']['projects']['resources']['locations']['resources']['catalogs']['methods']['updateConversationalSearchCustomizationConfig']
  • root['schemas']['GoogleCloudRetailV2ConversationalSearchCustomizationConfig']
  • root['schemas']['GoogleCloudRetailV2IntentClassificationConfig']
  • root['schemas']['GoogleCloudRetailV2IntentClassificationConfigExample']
values_changed
root['revision']
new_value20250610
old_value20250605
root['schemas']['GoogleCloudRetailV2SearchRequestQueryExpansionSpec']['properties']['pinUnexpandedResults']['description']
new_valueWhether to pin unexpanded results. The default value is false. If this field is set to true, unexpanded products are always at the top of the search results, followed by the expanded results.
old_valueWhether to pin unexpanded results. If this field is set to true, unexpanded products are always at the top of the search results, followed by the expanded results.
sandbox/staging-retail-v2alpha
dictionary_item_added
  • root['resources']['projects']['resources']['locations']['resources']['catalogs']['methods']['getConversationalSearchCustomizationConfig']
  • root['resources']['projects']['resources']['locations']['resources']['catalogs']['methods']['updateConversationalSearchCustomizationConfig']
  • root['schemas']['GoogleCloudRetailV2alphaConversationalSearchCustomizationConfig']
  • root['schemas']['GoogleCloudRetailV2alphaIntentClassificationConfig']
  • root['schemas']['GoogleCloudRetailV2alphaIntentClassificationConfigExample']
values_changed
root['revision']
new_value20250610
old_value20250605
root['schemas']['GoogleCloudRetailV2alphaSearchRequestQueryExpansionSpec']['properties']['pinUnexpandedResults']['description']
new_valueWhether to pin unexpanded results. The default value is false. If this field is set to true, unexpanded products are always at the top of the search results, followed by the expanded results.
old_valueWhether to pin unexpanded results. If this field is set to true, unexpanded products are always at the top of the search results, followed by the expanded results.
sandbox/staging-retail-v2beta
dictionary_item_added
  • root['resources']['projects']['resources']['locations']['resources']['catalogs']['methods']['getConversationalSearchCustomizationConfig']
  • root['resources']['projects']['resources']['locations']['resources']['catalogs']['methods']['updateConversationalSearchCustomizationConfig']
  • root['schemas']['GoogleCloudRetailV2betaConversationalSearchCustomizationConfig']
  • root['schemas']['GoogleCloudRetailV2betaIntentClassificationConfig']
  • root['schemas']['GoogleCloudRetailV2betaIntentClassificationConfigExample']
values_changed
root['revision']
new_value20250610
old_value20250605
root['schemas']['GoogleCloudRetailV2betaSearchRequestQueryExpansionSpec']['properties']['pinUnexpandedResults']['description']
new_valueWhether to pin unexpanded results. The default value is false. If this field is set to true, unexpanded products are always at the top of the search results, followed by the expanded results.
old_valueWhether to pin unexpanded results. If this field is set to true, unexpanded products are always at the top of the search results, followed by the expanded results.
sandbox/staging-salesforceshopping-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-salesforceshopping-v1
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-scone-pa-
values_changed
root['revision']
new_value20250609
old_value20250604
sandbox/staging-scone-pa-v1
values_changed
root['revision']
new_value20250609
old_value20250604
sandbox/staging-searchresearcherresults-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-searchresearcherresults-v1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-securitycenter-
dictionary_item_added
  • root['schemas']['AiModel']
  • root['schemas']['Dataset']
  • root['schemas']['GoogleCloudSecuritycenterV2AiModel']
  • root['schemas']['GoogleCloudSecuritycenterV2Dataset']
  • root['schemas']['GoogleCloudSecuritycenterV2Pipeline']
  • root['schemas']['GoogleCloudSecuritycenterV2VertexAi']
  • root['schemas']['Pipeline']
  • root['schemas']['VertexAi']
  • root['schemas']['Finding']['properties']['aiModel']
  • root['schemas']['Finding']['properties']['vertexAi']
  • root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['aiModel']
  • root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['vertexAi']
values_changed
root['resources']['folders']['resources']['sources']['resources']['findings']['methods']['patch']['parameters']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
root['resources']['folders']['resources']['sources']['resources']['locations']['resources']['findings']['methods']['patch']['parameters']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
root['resources']['organizations']['resources']['sources']['resources']['findings']['methods']['patch']['parameters']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
root['resources']['organizations']['resources']['sources']['resources']['locations']['resources']['findings']['methods']['patch']['parameters']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
root['resources']['projects']['resources']['sources']['resources']['findings']['methods']['patch']['parameters']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
root['resources']['projects']['resources']['sources']['resources']['locations']['resources']['findings']['methods']['patch']['parameters']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
root['revision']
new_value20250610
old_value20250606
root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
iterable_item_added
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][93]T1548.001
sandbox/staging-securitycenter-v1
dictionary_item_added
  • root['schemas']['AiModel']
  • root['schemas']['Dataset']
  • root['schemas']['GoogleCloudSecuritycenterV2AiModel']
  • root['schemas']['GoogleCloudSecuritycenterV2Dataset']
  • root['schemas']['GoogleCloudSecuritycenterV2Pipeline']
  • root['schemas']['GoogleCloudSecuritycenterV2VertexAi']
  • root['schemas']['Pipeline']
  • root['schemas']['VertexAi']
  • root['schemas']['Finding']['properties']['aiModel']
  • root['schemas']['Finding']['properties']['vertexAi']
  • root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['aiModel']
  • root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['vertexAi']
values_changed
root['revision']
new_value20250610
old_value20250606
root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
iterable_item_added
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][93]T1548.001
sandbox/staging-securitycenter-v1alpha2
dictionary_item_added
  • root['schemas']['AiModel']
  • root['schemas']['Dataset']
  • root['schemas']['GoogleCloudSecuritycenterV2AiModel']
  • root['schemas']['GoogleCloudSecuritycenterV2Dataset']
  • root['schemas']['GoogleCloudSecuritycenterV2Pipeline']
  • root['schemas']['GoogleCloudSecuritycenterV2VertexAi']
  • root['schemas']['Pipeline']
  • root['schemas']['VertexAi']
  • root['schemas']['Finding']['properties']['aiModel']
  • root['schemas']['Finding']['properties']['vertexAi']
  • root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['aiModel']
  • root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['vertexAi']
values_changed
root['revision']
new_value20250610
old_value20250606
root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
iterable_item_added
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][93]T1548.001
sandbox/staging-securitycenter-v1beta1
dictionary_item_added
  • root['schemas']['AiModel']
  • root['schemas']['Dataset']
  • root['schemas']['GoogleCloudSecuritycenterV2AiModel']
  • root['schemas']['GoogleCloudSecuritycenterV2Dataset']
  • root['schemas']['GoogleCloudSecuritycenterV2Pipeline']
  • root['schemas']['GoogleCloudSecuritycenterV2VertexAi']
  • root['schemas']['Pipeline']
  • root['schemas']['VertexAi']
  • root['schemas']['Finding']['properties']['aiModel']
  • root['schemas']['Finding']['properties']['vertexAi']
  • root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['aiModel']
  • root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['vertexAi']
values_changed
root['revision']
new_value20250610
old_value20250606
root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
iterable_item_added
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][93]T1548.001
sandbox/staging-securitycenter-v1beta2
dictionary_item_added
  • root['schemas']['AiModel']
  • root['schemas']['Dataset']
  • root['schemas']['GoogleCloudSecuritycenterV2AiModel']
  • root['schemas']['GoogleCloudSecuritycenterV2Dataset']
  • root['schemas']['GoogleCloudSecuritycenterV2Pipeline']
  • root['schemas']['GoogleCloudSecuritycenterV2VertexAi']
  • root['schemas']['Pipeline']
  • root['schemas']['VertexAi']
  • root['schemas']['Finding']['properties']['aiModel']
  • root['schemas']['Finding']['properties']['vertexAi']
  • root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['aiModel']
  • root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['vertexAi']
values_changed
root['revision']
new_value20250610
old_value20250606
root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
iterable_item_added
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][93]T1548.001
sandbox/staging-securitycenter-v1p1alpha1
dictionary_item_added
  • root['schemas']['AiModel']
  • root['schemas']['Dataset']
  • root['schemas']['GoogleCloudSecuritycenterV2AiModel']
  • root['schemas']['GoogleCloudSecuritycenterV2Dataset']
  • root['schemas']['GoogleCloudSecuritycenterV2Pipeline']
  • root['schemas']['GoogleCloudSecuritycenterV2VertexAi']
  • root['schemas']['Pipeline']
  • root['schemas']['VertexAi']
  • root['schemas']['Finding']['properties']['aiModel']
  • root['schemas']['Finding']['properties']['vertexAi']
  • root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['aiModel']
  • root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['vertexAi']
values_changed
root['revision']
new_value20250610
old_value20250606
root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
iterable_item_added
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][93]T1548.001
sandbox/staging-securitycenter-v1p1beta1
dictionary_item_added
  • root['schemas']['AiModel']
  • root['schemas']['Dataset']
  • root['schemas']['GoogleCloudSecuritycenterV2AiModel']
  • root['schemas']['GoogleCloudSecuritycenterV2Dataset']
  • root['schemas']['GoogleCloudSecuritycenterV2Pipeline']
  • root['schemas']['GoogleCloudSecuritycenterV2VertexAi']
  • root['schemas']['Pipeline']
  • root['schemas']['VertexAi']
  • root['schemas']['Finding']['properties']['aiModel']
  • root['schemas']['Finding']['properties']['vertexAi']
  • root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['aiModel']
  • root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['vertexAi']
values_changed
root['revision']
new_value20250610
old_value20250606
root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
iterable_item_added
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][93]T1548.001
sandbox/staging-securitycenter-v2
dictionary_item_added
  • root['schemas']['AiModel']
  • root['schemas']['Dataset']
  • root['schemas']['GoogleCloudSecuritycenterV2AiModel']
  • root['schemas']['GoogleCloudSecuritycenterV2Dataset']
  • root['schemas']['GoogleCloudSecuritycenterV2Pipeline']
  • root['schemas']['GoogleCloudSecuritycenterV2VertexAi']
  • root['schemas']['Pipeline']
  • root['schemas']['VertexAi']
  • root['schemas']['Finding']['properties']['aiModel']
  • root['schemas']['Finding']['properties']['vertexAi']
  • root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['aiModel']
  • root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['vertexAi']
values_changed
root['resources']['folders']['resources']['sources']['resources']['findings']['methods']['patch']['parameters']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
root['resources']['folders']['resources']['sources']['resources']['locations']['resources']['findings']['methods']['patch']['parameters']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
root['resources']['organizations']['resources']['sources']['resources']['findings']['methods']['patch']['parameters']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
root['resources']['organizations']['resources']['sources']['resources']['locations']['resources']['findings']['methods']['patch']['parameters']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
root['resources']['projects']['resources']['sources']['resources']['findings']['methods']['patch']['parameters']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
root['resources']['projects']['resources']['sources']['resources']['locations']['resources']['findings']['methods']['patch']['parameters']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
root['revision']
new_value20250610
old_value20250606
root['schemas']['GoogleCloudSecuritycenterV2Finding']['properties']['name']['description']
new_valueIdentifier. The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
old_valueThe [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. The following list shows some examples: + `organizations/{organization_id}/sources/{source_id}/findings/{finding_id}` + `organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/findings/{finding_id}` + `folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/findings/{finding_id}` + `projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}`
iterable_item_added
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['GoogleCloudSecuritycenterV2MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['MitreAttack']['properties']['additionalTechniques']['items']['enumDescriptions'][93]T1548.001
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][71]EXPLOITATION_FOR_CLIENT_EXECUTION
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][73]LINUX_AND_MAC_FILE_AND_DIRECTORY_PERMISSIONS_MODIFICATION
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enum'][93]ABUSE_ELEVATION_CONTROL_MECHANISM_SETUID_AND_SETGID
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][71]T1203
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][73]T1222.002
root['schemas']['MitreAttack']['properties']['primaryTechniques']['items']['enumDescriptions'][93]T1548.001
sandbox/staging-serviceaccountcert-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-serviceaccountcert-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-servicekeys-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-servicekeys-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-shoppingdataintegration-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-shoppingdataintegration-v1
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-taskassist-pa-
values_changed
root['revision']
new_value20250609
old_value20250606
sandbox/staging-taskassist-pa-v1
values_changed
root['revision']
new_value20250609
old_value20250606
sandbox/staging-taskassist-pa-v2
values_changed
root['revision']
new_value20250609
old_value20250606
sandbox/staging-tasks-pa-
values_changed
root['revision']
new_value20250608
old_value20250603
sandbox/staging-tasks-pa-v1
values_changed
root['revision']
new_value20250608
old_value20250603
sandbox/staging-toolresults-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-toolresults-v1
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-toolresults-v1beta3
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-tos-pa-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-tos-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/staging-translate-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-translate-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-translate-v3
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-translate-v3alpha1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-translate-v3beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-translation-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-translation-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-translation-v3
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-translation-v3alpha1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-translation-v3beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-travelpartnerprices-
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-travelpartnerprices-v1
values_changed
root['revision']
new_value20250610
old_value20250607
sandbox/staging-vision-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-vision-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-vision-v1p1beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-vision-v1p2beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-vision-v1p3beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-vision-v1p4beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/staging-visualpositioning-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-visualpositioning-v1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-visualpositioning-v1beta2
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/staging-vmmigration-
values_changed
root['revision']
new_value20250609
old_value20250605
sandbox/staging-vmmigration-v1
values_changed
root['revision']
new_value20250609
old_value20250605
sandbox/staging-vmmigration-v1alpha1
values_changed
root['revision']
new_value20250609
old_value20250605
sandbox/staging-workstations-
values_changed
root['revision']
new_value20250609
old_value20250604
sandbox/staging-workstations-v1
values_changed
root['revision']
new_value20250609
old_value20250604
sandbox/staging-workstations-v1alpha
values_changed
root['revision']
new_value20250609
old_value20250604
sandbox/staging-workstations-v1beta
values_changed
root['revision']
new_value20250609
old_value20250604
sandbox/tasks-pa-
values_changed
root['revision']
new_value20250608
old_value20250603
sandbox/tasks-pa-v1
values_changed
root['revision']
new_value20250608
old_value20250603
sandbox/test-bigqueryconnection-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-bigqueryconnection-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-bigqueryconnection-v1beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-bigquerydatatransfer-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-bigquerydatatransfer-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-bigqueryreservation-
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/test-bigqueryreservation-v1
values_changed
root['revision']
new_value20250609
old_value20250607
sandbox/test-cloudasset-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-cloudasset-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-cloudasset-v1beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-cloudasset-v1p1beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-cloudasset-v1p2alpha1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-cloudasset-v1p2beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-cloudasset-v1p5alpha1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-cloudasset-v1p5beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-cloudasset-v1p7beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-cloudprofiler-
values_changed
root['revision']
new_value20250609
old_value20250602
sandbox/test-cloudprofiler-v2
values_changed
root['revision']
new_value20250609
old_value20250602
sandbox/test-container-
values_changed
root['revision']
new_value20250610
old_value20250603
sandbox/test-container-v1
values_changed
root['revision']
new_value20250610
old_value20250603
sandbox/test-container-v1beta1
values_changed
root['revision']
new_value20250610
old_value20250603
sandbox/test-dataaccessauditlogging-pa-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-dataaccessauditlogging-pa-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-dialogflow-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-dialogflow-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-dialogflow-v2
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-dialogflow-v2beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-dialogflow-v3
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-dialogflow-v3alpha1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-dialogflow-v3beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-discoveryengine-
dictionary_item_added
  • root['schemas']['GoogleCloudDiscoveryengineV1alphaSessionTurn']['properties']['queryConfig']
  • root['schemas']['GoogleCloudDiscoveryengineV1betaSessionTurn']['properties']['queryConfig']
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-discoveryengine-v1
dictionary_item_added
  • root['schemas']['GoogleCloudDiscoveryengineV1SessionTurn']['properties']['queryConfig']
  • root['schemas']['GoogleCloudDiscoveryengineV1alphaSessionTurn']['properties']['queryConfig']
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-discoveryengine-v1alpha
dictionary_item_added
  • root['schemas']['GoogleCloudDiscoveryengineV1alphaSessionTurn']['properties']['queryConfig']
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-discoveryengine-v1beta
dictionary_item_added
  • root['schemas']['GoogleCloudDiscoveryengineV1alphaSessionTurn']['properties']['queryConfig']
  • root['schemas']['GoogleCloudDiscoveryengineV1betaSessionTurn']['properties']['queryConfig']
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-firebaserules-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-firebaserules-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-logging-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-logging-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-logging-v1beta3
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-logging-v2
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-logging-v2beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-monitoring-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-monitoring-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-monitoring-v3
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-recommendationengine-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-recommendationengine-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-recommendationengine-v1alpha
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-recommendationengine-v1beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-retail-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-retail-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-retail-v2
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-retail-v2alpha
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-retail-v2beta
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-scone-pa-
values_changed
root['revision']
new_value20250609
old_value20250604
sandbox/test-scone-pa-v1
values_changed
root['revision']
new_value20250609
old_value20250604
sandbox/test-storagetransfer-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-storagetransfer-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-translate-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-translate-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-translate-v3
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-translate-v3alpha1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-translate-v3beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-translation-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-translation-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-translation-v3
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-translation-v3alpha1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-translation-v3beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-vision-
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-vision-v1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-vision-v1p1beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-vision-v1p2beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-vision-v1p3beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/test-vision-v1p4beta1
values_changed
root['revision']
new_value20250610
old_value20250608
sandbox/us-staging-vision-
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/us-staging-vision-v1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/us-staging-vision-v1p1beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/us-staging-vision-v1p2beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/us-staging-vision-v1p3beta1
values_changed
root['revision']
new_value20250610
old_value20250606
sandbox/us-staging-vision-v1p4beta1
values_changed
root['revision']
new_value20250610
old_value20250606