prod/aiui-
values_changed
root['revision']
new_value20250601
old_value20250529
prod/aiui-v1
values_changed
root['revision']
new_value20250601
old_value20250529
prod/asia-south1-chronicle-
dictionary_item_added
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['selectedFields']
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['unselectedFields']
values_changed
root['revision']
new_value20250529
old_value20250522
root['schemas']['Rule']['description']
new_valueThe Rule resource represents a user-created rule. NEXT TAG: 30
old_valueThe Rule resource represents a user-created rule. NEXT TAG: 21
iterable_item_added
root['schemas']['UserError']['properties']['reason']['enum'][20]RETROHUNT_INTERVAL_TOO_SHORT
root['schemas']['UserError']['properties']['reason']['enumDescriptions'][20]The rule's match window is longer than the retrohunt time range. Returns the match window duration and retrohunt interval duration as metadata labeled `match_window_duration` and `retrohunt_interval_duration`, formatted as Go durations. Example ErrorInfo: { "reason": "RETROHUNT_INTERVAL_TOO_SHORT", "domain": "chronicle.googleapis.com", "metadata": { "match_window_duration": "24h", "retrohunt_interval_duration": "12h", } }
prod/asia-south1-chronicle-v1
dictionary_item_added
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['selectedFields']
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['unselectedFields']
values_changed
root['revision']
new_value20250529
old_value20250522
root['schemas']['Rule']['description']
new_valueThe Rule resource represents a user-created rule. NEXT TAG: 30
old_valueThe Rule resource represents a user-created rule. NEXT TAG: 21
iterable_item_added
root['schemas']['UserError']['properties']['reason']['enum'][20]RETROHUNT_INTERVAL_TOO_SHORT
root['schemas']['UserError']['properties']['reason']['enumDescriptions'][20]The rule's match window is longer than the retrohunt time range. Returns the match window duration and retrohunt interval duration as metadata labeled `match_window_duration` and `retrohunt_interval_duration`, formatted as Go durations. Example ErrorInfo: { "reason": "RETROHUNT_INTERVAL_TOO_SHORT", "domain": "chronicle.googleapis.com", "metadata": { "match_window_duration": "24h", "retrohunt_interval_duration": "12h", } }
prod/asia-south1-chronicle-v1alpha
dictionary_item_added
  • root['schemas']['AmazonS3V2Settings']['properties']['chronicleServiceAccount']
  • root['schemas']['AmazonSQSV2Settings']['properties']['chronicleServiceAccount']
  • root['schemas']['AzureBlobStoreV2Settings']['properties']['chronicleServiceAccount']
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['selectedFields']
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['unselectedFields']
  • root['schemas']['LegacyFetchUdmSearchViewResponse']['properties']['selectedFields']
  • root['schemas']['LegacyFetchUdmSearchViewResponse']['properties']['unselectedFields']
values_changed
root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['featuredContentRules']['methods']['list']['parameters']['filter']['description']
new_valueOptional. Only the following filters are allowed: Under HAS operator: Filtering through category names: - Singular: `category_name:""` - Multiple: `category_name:"" OR category_name:""` -- You can only use OR operator between multiple category_name filters. Filtering through policy names: - Singular: `policy_name:""` - Multiple: `policy_name:"" OR policy_name:""` -- You can only use OR operator between multiple policy_name filters. Filtering through rule precision: `rule_precision:""` -- Rule precision values can be "Precise" or "Broad". If something else is passed, the rule precision will default to "Unknown". You can only filter by one rule precision value. Filtering through rule ID: `rule_id:"ur_"` -- You can only filter by one rule ID value. Under MATCHES_REGEXP operator: Search through rule name or description (behaves like a string contains): This search is case-insensitive and filters through the rule metadata, specifically the rule_name and description keys. `search_rule_name_or_description=~" or "`. You can only filter by one rule name or description value. Multiple filters can also be used together: Ex 1: `category_name:"" AND policy_name:""` Ex 2: Since category_name and policy_name are repeated fields, we can also use multiple values for each: `(category_name:"" OR category_name:"") AND policy_name:""` -- Note that the AND operator has higher precedence than the OR operator. Additionally, parentheses must be used to create a valid filter. Requests using filter comparators other than HAS(:) or MATCHES_REGEXP(=~) will result in an InvalidArgument error.
old_valueOptional. Only the following filters are allowed: Under HAS operator: Filtering through category names: - Singular: `category_name:""` - Multiple: `category_name:"" OR category_name:""` -- You can only use OR operator between multiple category_name filters. Filtering through policy names: - Singular: `policy_name:""` - Multiple: `policy_name:"" OR policy_name:""` -- You can only use OR operator between multiple policy_name filters. Filtering through rule precision: `rule_precision:""` -- Rule precision values can be "Precise" or "Broad". If something else is passed, the rule precision will default to "Unknown". You can only filter by one rule precision value. Filtering through rule ID: `rule_id:"ur_"` -- You can only filter by one rule ID value. Under MATCHES_REGEXP operator: Search through rule name or description (behaves like a string contains): This search is case-sensitive and filters through the rule metadata, specifically the rule_name and description keys. `search_rule_name_or_description=~" or "`. You can only filter by one rule name or description value. Multiple filters can also be used together: Ex 1: `category_name:"" AND policy_name:""` Ex 2: Since category_name and policy_name are repeated fields, we can also use multiple values for each: `(category_name:"" OR category_name:"") AND policy_name:""` -- Note that the AND operator has higher precedence than the OR operator. Additionally, parentheses must be used to create a valid filter. Requests using filter comparators other than HAS(:) or MATCHES_REGEXP(=~) will result in an InvalidArgument error.
root['revision']
new_value20250529
old_value20250522
root['schemas']['AmazonS3V2Settings']['description']
new_valueAmazonS3V2Settings is the settings proto for Omniflow S3 feeds. NEXT TAG: 6
old_valueAmazonS3V2Settings is the settings proto for Omniflow S3 feeds. NEXT TAG: 5
root['schemas']['AmazonSQSV2Settings']['description']
new_valueAmazonSQSV2Settings is the settings proto for Omniflow SQS feeds. NEXT TAG: 7
old_valueAmazonSQSV2Settings is the settings proto for Omniflow SQS feeds. NEXT TAG: 6
root['schemas']['AzureBlobStoreV2Settings']['description']
new_valueAzureBlobStoreV2Settings is the settings proto for Azure Blob Storage feeds. NEXT TAG: 7
old_valueAzureBlobStoreV2Settings is the settings proto for Azure Blob Storage feeds.
root['schemas']['DataTableColumnInfo']['description']
new_valueDataTableColumnInfo represents the column metadata of the datatable. The column_index represents the ordering of the values in DataTableRow. NEXT TAG: 7
old_valueDataTableColumnInfo represents the column metadata of the datatable. The column_index represents the ordering of the values in DataTableRow. NEXT TAG: 6
root['schemas']['Rule']['description']
new_valueThe Rule resource represents a user-created rule. NEXT TAG: 30
old_valueThe Rule resource represents a user-created rule. NEXT TAG: 21
root['schemas']['VisualMapPiece']['properties']['max']['format']
new_valueint64
old_valueint32
root['schemas']['VisualMapPiece']['properties']['max']['type']
new_valuestring
old_valueinteger
root['schemas']['VisualMapPiece']['properties']['min']['format']
new_valueint64
old_valueint32
root['schemas']['VisualMapPiece']['properties']['min']['type']
new_valuestring
old_valueinteger
iterable_item_added
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][33]IBM_PA
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][34]IBM_COGNOS
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][35]ZOOMINFO
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][36]IRONCLAD
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][37]SCALEFUSION
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][91]NETSKOPE_SDWAN
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][92]MINSAIT_SIGEFI
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][576]MIMECAST_MAIL_V2
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][603]ZSCALER_EMAIL_DLP_INSIGHTS
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][1984]CYBERARK_IDENTITY
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][2050]FORTINET_FORTIDLP
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][2158]PROXMOX
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][2340]TITAN_SFTP
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][33]IBM_PA
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][34]IBM_COGNOS
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][35]ZOOMINFO
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][36]IRONCLAD
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][37]SCALEFUSION
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][91]NETSKOPE_SDWAN
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][92]MINSAIT_SIGEFI
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][576]MIMECAST_MAIL_V2
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][603]ZSCALER_EMAIL_DLP_INSIGHTS
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][1984]CYBERARK_IDENTITY
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2050]FORTINET_FORTIDLP
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2158]PROXMOX
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2340]TITAN_SFTP
root['schemas']['RawLog']['properties']['type']['enum'][33]IBM_PA
root['schemas']['RawLog']['properties']['type']['enum'][34]IBM_COGNOS
root['schemas']['RawLog']['properties']['type']['enum'][35]ZOOMINFO
root['schemas']['RawLog']['properties']['type']['enum'][36]IRONCLAD
root['schemas']['RawLog']['properties']['type']['enum'][37]SCALEFUSION
root['schemas']['RawLog']['properties']['type']['enum'][91]NETSKOPE_SDWAN
root['schemas']['RawLog']['properties']['type']['enum'][92]MINSAIT_SIGEFI
root['schemas']['RawLog']['properties']['type']['enum'][576]MIMECAST_MAIL_V2
root['schemas']['RawLog']['properties']['type']['enum'][603]ZSCALER_EMAIL_DLP_INSIGHTS
root['schemas']['RawLog']['properties']['type']['enum'][1984]CYBERARK_IDENTITY
root['schemas']['RawLog']['properties']['type']['enum'][2050]FORTINET_FORTIDLP
root['schemas']['RawLog']['properties']['type']['enum'][2158]PROXMOX
root['schemas']['RawLog']['properties']['type']['enum'][2340]TITAN_SFTP
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][33]IBM_PA
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][34]IBM_COGNOS
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][35]ZOOMINFO
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][36]IRONCLAD
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][37]SCALEFUSION
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][91]NETSKOPE_SDWAN
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][92]MINSAIT_SIGEFI
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][576]MIMECAST_MAIL_V2
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][603]ZSCALER_EMAIL_DLP_INSIGHTS
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][1984]CYBERARK_IDENTITY
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2050]FORTINET_FORTIDLP
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2158]PROXMOX
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2340]TITAN_SFTP
root['schemas']['UserError']['properties']['reason']['enum'][20]RETROHUNT_INTERVAL_TOO_SHORT
root['schemas']['UserError']['properties']['reason']['enumDescriptions'][20]The rule's match window is longer than the retrohunt time range. Returns the match window duration and retrohunt interval duration as metadata labeled `match_window_duration` and `retrohunt_interval_duration`, formatted as Go durations. Example ErrorInfo: { "reason": "RETROHUNT_INTERVAL_TOO_SHORT", "domain": "chronicle.googleapis.com", "metadata": { "match_window_duration": "24h", "retrohunt_interval_duration": "12h", } }
prod/asia-south1-chronicle-v1beta
dictionary_item_added
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['selectedFields']
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['unselectedFields']
values_changed
root['revision']
new_value20250529
old_value20250522
root['schemas']['Rule']['description']
new_valueThe Rule resource represents a user-created rule. NEXT TAG: 30
old_valueThe Rule resource represents a user-created rule. NEXT TAG: 21
iterable_item_added
root['schemas']['UserError']['properties']['reason']['enum'][20]RETROHUNT_INTERVAL_TOO_SHORT
root['schemas']['UserError']['properties']['reason']['enumDescriptions'][20]The rule's match window is longer than the retrohunt time range. Returns the match window duration and retrohunt interval duration as metadata labeled `match_window_duration` and `retrohunt_interval_duration`, formatted as Go durations. Example ErrorInfo: { "reason": "RETROHUNT_INTERVAL_TOO_SHORT", "domain": "chronicle.googleapis.com", "metadata": { "match_window_duration": "24h", "retrohunt_interval_duration": "12h", } }
prod/autopush-notifications-pa.sandbox-
values_changed
root['revision']
new_value20250602
old_value20250531
prod/autopush-notifications-pa.sandbox-v1
values_changed
root['revision']
new_value20250602
old_value20250531
prod/autopush-proddata-notifications-pa.sandbox-
values_changed
root['revision']
new_value20250602
old_value20250531
prod/autopush-proddata-notifications-pa.sandbox-v1
values_changed
root['revision']
new_value20250602
old_value20250531
prod/autopush-qual-playground-notifications-pa.sandbox-
values_changed
root['revision']
new_value20250602
old_value20250531
prod/autopush-qual-playground-notifications-pa.sandbox-v1
values_changed
root['revision']
new_value20250602
old_value20250531
prod/cloudaicompanion-
values_changed
root['revision']
new_value20250526
old_value20250518
prod/cloudaicompanion-v1
dictionary_item_added
  • root['schemas']['DataSharingWithGoogleSetting']['properties']['enableDataSharing']
values_changed
root['revision']
new_value20250526
old_value20250518
root['schemas']['DataSharingWithGoogleSetting']['properties']['enablePreviewDataSharing']['description']
new_valueOptional. Whether data sharing should be enabled in Preview products.
old_valueOptional. Whether preview data sharing should be enabled.
prod/cloudaicompanion-v1alpha
values_changed
root['revision']
new_value20250526
old_value20250518
prod/cloudaicompanion-v1beta
values_changed
root['revision']
new_value20250526
old_value20250518
prod/content-daily-cloudsearch-
values_changed
root['revision']
new_value20250602
old_value20250530
prod/content-daily-cloudsearch-v1
values_changed
root['revision']
new_value20250602
old_value20250530
prod/contrails-
values_changed
root['revision']
new_value20250601
old_value20250528
prod/contrails-v1
values_changed
root['revision']
new_value20250601
old_value20250528
prod/contrails-v2
values_changed
root['revision']
new_value20250601
old_value20250528
prod/daily-cloudsearch-
values_changed
root['revision']
new_value20250602
old_value20250530
prod/daily-cloudsearch-v1
values_changed
root['revision']
new_value20250602
old_value20250530
prod/daily-dynamicmail-pa.sandbox-
values_changed
root['revision']
new_value20250601
old_value20250530
prod/daily-dynamicmail-pa.sandbox-v2
values_changed
root['revision']
new_value20250601
old_value20250530
prod/dataconnectors-v1alpha2
values_changed
root['revision']
new_value20250116
old_value20250109
prod/europe-west3-chronicle-
dictionary_item_added
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['selectedFields']
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['unselectedFields']
values_changed
root['revision']
new_value20250529
old_value20250522
root['schemas']['Rule']['description']
new_valueThe Rule resource represents a user-created rule. NEXT TAG: 30
old_valueThe Rule resource represents a user-created rule. NEXT TAG: 21
iterable_item_added
root['schemas']['UserError']['properties']['reason']['enum'][20]RETROHUNT_INTERVAL_TOO_SHORT
root['schemas']['UserError']['properties']['reason']['enumDescriptions'][20]The rule's match window is longer than the retrohunt time range. Returns the match window duration and retrohunt interval duration as metadata labeled `match_window_duration` and `retrohunt_interval_duration`, formatted as Go durations. Example ErrorInfo: { "reason": "RETROHUNT_INTERVAL_TOO_SHORT", "domain": "chronicle.googleapis.com", "metadata": { "match_window_duration": "24h", "retrohunt_interval_duration": "12h", } }
prod/europe-west3-chronicle-v1
dictionary_item_added
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['selectedFields']
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['unselectedFields']
values_changed
root['revision']
new_value20250529
old_value20250522
root['schemas']['Rule']['description']
new_valueThe Rule resource represents a user-created rule. NEXT TAG: 30
old_valueThe Rule resource represents a user-created rule. NEXT TAG: 21
iterable_item_added
root['schemas']['UserError']['properties']['reason']['enum'][20]RETROHUNT_INTERVAL_TOO_SHORT
root['schemas']['UserError']['properties']['reason']['enumDescriptions'][20]The rule's match window is longer than the retrohunt time range. Returns the match window duration and retrohunt interval duration as metadata labeled `match_window_duration` and `retrohunt_interval_duration`, formatted as Go durations. Example ErrorInfo: { "reason": "RETROHUNT_INTERVAL_TOO_SHORT", "domain": "chronicle.googleapis.com", "metadata": { "match_window_duration": "24h", "retrohunt_interval_duration": "12h", } }
prod/europe-west3-chronicle-v1alpha
dictionary_item_added
  • root['schemas']['AmazonS3V2Settings']['properties']['chronicleServiceAccount']
  • root['schemas']['AmazonSQSV2Settings']['properties']['chronicleServiceAccount']
  • root['schemas']['AzureBlobStoreV2Settings']['properties']['chronicleServiceAccount']
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['selectedFields']
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['unselectedFields']
  • root['schemas']['LegacyFetchUdmSearchViewResponse']['properties']['selectedFields']
  • root['schemas']['LegacyFetchUdmSearchViewResponse']['properties']['unselectedFields']
values_changed
root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['featuredContentRules']['methods']['list']['parameters']['filter']['description']
new_valueOptional. Only the following filters are allowed: Under HAS operator: Filtering through category names: - Singular: `category_name:""` - Multiple: `category_name:"" OR category_name:""` -- You can only use OR operator between multiple category_name filters. Filtering through policy names: - Singular: `policy_name:""` - Multiple: `policy_name:"" OR policy_name:""` -- You can only use OR operator between multiple policy_name filters. Filtering through rule precision: `rule_precision:""` -- Rule precision values can be "Precise" or "Broad". If something else is passed, the rule precision will default to "Unknown". You can only filter by one rule precision value. Filtering through rule ID: `rule_id:"ur_"` -- You can only filter by one rule ID value. Under MATCHES_REGEXP operator: Search through rule name or description (behaves like a string contains): This search is case-insensitive and filters through the rule metadata, specifically the rule_name and description keys. `search_rule_name_or_description=~" or "`. You can only filter by one rule name or description value. Multiple filters can also be used together: Ex 1: `category_name:"" AND policy_name:""` Ex 2: Since category_name and policy_name are repeated fields, we can also use multiple values for each: `(category_name:"" OR category_name:"") AND policy_name:""` -- Note that the AND operator has higher precedence than the OR operator. Additionally, parentheses must be used to create a valid filter. Requests using filter comparators other than HAS(:) or MATCHES_REGEXP(=~) will result in an InvalidArgument error.
old_valueOptional. Only the following filters are allowed: Under HAS operator: Filtering through category names: - Singular: `category_name:""` - Multiple: `category_name:"" OR category_name:""` -- You can only use OR operator between multiple category_name filters. Filtering through policy names: - Singular: `policy_name:""` - Multiple: `policy_name:"" OR policy_name:""` -- You can only use OR operator between multiple policy_name filters. Filtering through rule precision: `rule_precision:""` -- Rule precision values can be "Precise" or "Broad". If something else is passed, the rule precision will default to "Unknown". You can only filter by one rule precision value. Filtering through rule ID: `rule_id:"ur_"` -- You can only filter by one rule ID value. Under MATCHES_REGEXP operator: Search through rule name or description (behaves like a string contains): This search is case-sensitive and filters through the rule metadata, specifically the rule_name and description keys. `search_rule_name_or_description=~" or "`. You can only filter by one rule name or description value. Multiple filters can also be used together: Ex 1: `category_name:"" AND policy_name:""` Ex 2: Since category_name and policy_name are repeated fields, we can also use multiple values for each: `(category_name:"" OR category_name:"") AND policy_name:""` -- Note that the AND operator has higher precedence than the OR operator. Additionally, parentheses must be used to create a valid filter. Requests using filter comparators other than HAS(:) or MATCHES_REGEXP(=~) will result in an InvalidArgument error.
root['revision']
new_value20250529
old_value20250522
root['schemas']['AmazonS3V2Settings']['description']
new_valueAmazonS3V2Settings is the settings proto for Omniflow S3 feeds. NEXT TAG: 6
old_valueAmazonS3V2Settings is the settings proto for Omniflow S3 feeds. NEXT TAG: 5
root['schemas']['AmazonSQSV2Settings']['description']
new_valueAmazonSQSV2Settings is the settings proto for Omniflow SQS feeds. NEXT TAG: 7
old_valueAmazonSQSV2Settings is the settings proto for Omniflow SQS feeds. NEXT TAG: 6
root['schemas']['AzureBlobStoreV2Settings']['description']
new_valueAzureBlobStoreV2Settings is the settings proto for Azure Blob Storage feeds. NEXT TAG: 7
old_valueAzureBlobStoreV2Settings is the settings proto for Azure Blob Storage feeds.
root['schemas']['DataTableColumnInfo']['description']
new_valueDataTableColumnInfo represents the column metadata of the datatable. The column_index represents the ordering of the values in DataTableRow. NEXT TAG: 7
old_valueDataTableColumnInfo represents the column metadata of the datatable. The column_index represents the ordering of the values in DataTableRow. NEXT TAG: 6
root['schemas']['Rule']['description']
new_valueThe Rule resource represents a user-created rule. NEXT TAG: 30
old_valueThe Rule resource represents a user-created rule. NEXT TAG: 21
root['schemas']['VisualMapPiece']['properties']['max']['format']
new_valueint64
old_valueint32
root['schemas']['VisualMapPiece']['properties']['max']['type']
new_valuestring
old_valueinteger
root['schemas']['VisualMapPiece']['properties']['min']['format']
new_valueint64
old_valueint32
root['schemas']['VisualMapPiece']['properties']['min']['type']
new_valuestring
old_valueinteger
iterable_item_added
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][33]IBM_PA
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][34]IBM_COGNOS
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][35]ZOOMINFO
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][36]IRONCLAD
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][37]SCALEFUSION
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][91]NETSKOPE_SDWAN
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][92]MINSAIT_SIGEFI
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][576]MIMECAST_MAIL_V2
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][603]ZSCALER_EMAIL_DLP_INSIGHTS
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][1984]CYBERARK_IDENTITY
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][2050]FORTINET_FORTIDLP
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][2158]PROXMOX
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][2340]TITAN_SFTP
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][33]IBM_PA
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][34]IBM_COGNOS
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][35]ZOOMINFO
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][36]IRONCLAD
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][37]SCALEFUSION
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][91]NETSKOPE_SDWAN
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][92]MINSAIT_SIGEFI
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][576]MIMECAST_MAIL_V2
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][603]ZSCALER_EMAIL_DLP_INSIGHTS
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][1984]CYBERARK_IDENTITY
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2050]FORTINET_FORTIDLP
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2158]PROXMOX
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2340]TITAN_SFTP
root['schemas']['RawLog']['properties']['type']['enum'][33]IBM_PA
root['schemas']['RawLog']['properties']['type']['enum'][34]IBM_COGNOS
root['schemas']['RawLog']['properties']['type']['enum'][35]ZOOMINFO
root['schemas']['RawLog']['properties']['type']['enum'][36]IRONCLAD
root['schemas']['RawLog']['properties']['type']['enum'][37]SCALEFUSION
root['schemas']['RawLog']['properties']['type']['enum'][91]NETSKOPE_SDWAN
root['schemas']['RawLog']['properties']['type']['enum'][92]MINSAIT_SIGEFI
root['schemas']['RawLog']['properties']['type']['enum'][576]MIMECAST_MAIL_V2
root['schemas']['RawLog']['properties']['type']['enum'][603]ZSCALER_EMAIL_DLP_INSIGHTS
root['schemas']['RawLog']['properties']['type']['enum'][1984]CYBERARK_IDENTITY
root['schemas']['RawLog']['properties']['type']['enum'][2050]FORTINET_FORTIDLP
root['schemas']['RawLog']['properties']['type']['enum'][2158]PROXMOX
root['schemas']['RawLog']['properties']['type']['enum'][2340]TITAN_SFTP
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][33]IBM_PA
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][34]IBM_COGNOS
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][35]ZOOMINFO
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][36]IRONCLAD
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][37]SCALEFUSION
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][91]NETSKOPE_SDWAN
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][92]MINSAIT_SIGEFI
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][576]MIMECAST_MAIL_V2
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][603]ZSCALER_EMAIL_DLP_INSIGHTS
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][1984]CYBERARK_IDENTITY
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2050]FORTINET_FORTIDLP
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2158]PROXMOX
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2340]TITAN_SFTP
root['schemas']['UserError']['properties']['reason']['enum'][20]RETROHUNT_INTERVAL_TOO_SHORT
root['schemas']['UserError']['properties']['reason']['enumDescriptions'][20]The rule's match window is longer than the retrohunt time range. Returns the match window duration and retrohunt interval duration as metadata labeled `match_window_duration` and `retrohunt_interval_duration`, formatted as Go durations. Example ErrorInfo: { "reason": "RETROHUNT_INTERVAL_TOO_SHORT", "domain": "chronicle.googleapis.com", "metadata": { "match_window_duration": "24h", "retrohunt_interval_duration": "12h", } }
prod/europe-west3-chronicle-v1beta
dictionary_item_added
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['selectedFields']
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['unselectedFields']
values_changed
root['revision']
new_value20250529
old_value20250522
root['schemas']['Rule']['description']
new_valueThe Rule resource represents a user-created rule. NEXT TAG: 30
old_valueThe Rule resource represents a user-created rule. NEXT TAG: 21
iterable_item_added
root['schemas']['UserError']['properties']['reason']['enum'][20]RETROHUNT_INTERVAL_TOO_SHORT
root['schemas']['UserError']['properties']['reason']['enumDescriptions'][20]The rule's match window is longer than the retrohunt time range. Returns the match window duration and retrohunt interval duration as metadata labeled `match_window_duration` and `retrohunt_interval_duration`, formatted as Go durations. Example ErrorInfo: { "reason": "RETROHUNT_INTERVAL_TOO_SHORT", "domain": "chronicle.googleapis.com", "metadata": { "match_window_duration": "24h", "retrohunt_interval_duration": "12h", } }
prod/eventarcpublishing-
values_changed
root['revision']
new_value20250526
old_value20250518
prod/eventarcpublishing-v1
values_changed
root['revision']
new_value20250526
old_value20250518
prod/familymanagement-pa-
values_changed
root['revision']
new_value20250601
old_value20250524
prod/familymanagement-pa-v1
values_changed
root['revision']
new_value20250601
old_value20250524
prod/firebaseremoteconfig-pa-
values_changed
root['revision']
new_value20250601
old_value20250529
prod/firebaseremoteconfig-pa-v1
values_changed
root['revision']
new_value20250601
old_value20250529
prod/firebaseremoteconfig-pa-v2
values_changed
root['revision']
new_value20250601
old_value20250529
prod/firebaseremoteconfigrealtime-
values_changed
root['revision']
new_value20250531
old_value20250529
prod/firebaseremoteconfigrealtime-v1
values_changed
root['revision']
new_value20250531
old_value20250529
prod/generativelanguage-
values_changed
root['revision']
new_value20250601
old_value20250529
prod/generativelanguage-v1
dictionary_item_removed
  • root['schemas']['UrlRetrievalContext']
  • root['schemas']['UrlRetrievalMetadata']
  • root['schemas']['Candidate']['properties']['urlRetrievalMetadata']
values_changed
root['revision']
new_value20250601
old_value20250529
prod/generativelanguage-v1alpha
dictionary_item_removed
  • root['schemas']['UrlRetrievalContext']
  • root['schemas']['UrlRetrievalMetadata']
  • root['schemas']['Candidate']['properties']['urlRetrievalMetadata']
values_changed
root['revision']
new_value20250601
old_value20250529
prod/generativelanguage-v1beta
dictionary_item_added
  • root['schemas']['FunctionDeclaration']['properties']['parametersJsonSchema']
  • root['schemas']['FunctionDeclaration']['properties']['responseJsonSchema']
  • root['schemas']['GenerationConfig']['properties']['responseJsonSchema']
dictionary_item_removed
  • root['schemas']['UrlRetrievalContext']
  • root['schemas']['UrlRetrievalMetadata']
  • root['schemas']['Candidate']['properties']['urlRetrievalMetadata']
values_changed
root['revision']
new_value20250601
old_value20250529
prod/generativelanguage-v1beta1
values_changed
root['revision']
new_value20250601
old_value20250529
prod/generativelanguage-v1beta2
values_changed
root['revision']
new_value20250601
old_value20250529
prod/generativelanguage-v1beta3
values_changed
root['revision']
new_value20250601
old_value20250529
prod/hangouts-v1
values_changed
root['revision']
new_value20250529
old_value20250521
prod/hourly-dynamicmail-pa.sandbox-
values_changed
root['revision']
new_value20250602
old_value20250531
prod/hourly-dynamicmail-pa.sandbox-v2
values_changed
root['revision']
new_value20250602
old_value20250531
prod/northamerica-northeast2-chronicle-
dictionary_item_added
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['selectedFields']
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['unselectedFields']
values_changed
root['revision']
new_value20250529
old_value20250522
root['schemas']['Rule']['description']
new_valueThe Rule resource represents a user-created rule. NEXT TAG: 30
old_valueThe Rule resource represents a user-created rule. NEXT TAG: 21
iterable_item_added
root['schemas']['UserError']['properties']['reason']['enum'][20]RETROHUNT_INTERVAL_TOO_SHORT
root['schemas']['UserError']['properties']['reason']['enumDescriptions'][20]The rule's match window is longer than the retrohunt time range. Returns the match window duration and retrohunt interval duration as metadata labeled `match_window_duration` and `retrohunt_interval_duration`, formatted as Go durations. Example ErrorInfo: { "reason": "RETROHUNT_INTERVAL_TOO_SHORT", "domain": "chronicle.googleapis.com", "metadata": { "match_window_duration": "24h", "retrohunt_interval_duration": "12h", } }
prod/northamerica-northeast2-chronicle-v1
dictionary_item_added
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['selectedFields']
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['unselectedFields']
values_changed
root['revision']
new_value20250529
old_value20250522
root['schemas']['Rule']['description']
new_valueThe Rule resource represents a user-created rule. NEXT TAG: 30
old_valueThe Rule resource represents a user-created rule. NEXT TAG: 21
iterable_item_added
root['schemas']['UserError']['properties']['reason']['enum'][20]RETROHUNT_INTERVAL_TOO_SHORT
root['schemas']['UserError']['properties']['reason']['enumDescriptions'][20]The rule's match window is longer than the retrohunt time range. Returns the match window duration and retrohunt interval duration as metadata labeled `match_window_duration` and `retrohunt_interval_duration`, formatted as Go durations. Example ErrorInfo: { "reason": "RETROHUNT_INTERVAL_TOO_SHORT", "domain": "chronicle.googleapis.com", "metadata": { "match_window_duration": "24h", "retrohunt_interval_duration": "12h", } }
prod/northamerica-northeast2-chronicle-v1alpha
dictionary_item_added
  • root['schemas']['AmazonS3V2Settings']['properties']['chronicleServiceAccount']
  • root['schemas']['AmazonSQSV2Settings']['properties']['chronicleServiceAccount']
  • root['schemas']['AzureBlobStoreV2Settings']['properties']['chronicleServiceAccount']
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['selectedFields']
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['unselectedFields']
  • root['schemas']['LegacyFetchUdmSearchViewResponse']['properties']['selectedFields']
  • root['schemas']['LegacyFetchUdmSearchViewResponse']['properties']['unselectedFields']
values_changed
root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['featuredContentRules']['methods']['list']['parameters']['filter']['description']
new_valueOptional. Only the following filters are allowed: Under HAS operator: Filtering through category names: - Singular: `category_name:""` - Multiple: `category_name:"" OR category_name:""` -- You can only use OR operator between multiple category_name filters. Filtering through policy names: - Singular: `policy_name:""` - Multiple: `policy_name:"" OR policy_name:""` -- You can only use OR operator between multiple policy_name filters. Filtering through rule precision: `rule_precision:""` -- Rule precision values can be "Precise" or "Broad". If something else is passed, the rule precision will default to "Unknown". You can only filter by one rule precision value. Filtering through rule ID: `rule_id:"ur_"` -- You can only filter by one rule ID value. Under MATCHES_REGEXP operator: Search through rule name or description (behaves like a string contains): This search is case-insensitive and filters through the rule metadata, specifically the rule_name and description keys. `search_rule_name_or_description=~" or "`. You can only filter by one rule name or description value. Multiple filters can also be used together: Ex 1: `category_name:"" AND policy_name:""` Ex 2: Since category_name and policy_name are repeated fields, we can also use multiple values for each: `(category_name:"" OR category_name:"") AND policy_name:""` -- Note that the AND operator has higher precedence than the OR operator. Additionally, parentheses must be used to create a valid filter. Requests using filter comparators other than HAS(:) or MATCHES_REGEXP(=~) will result in an InvalidArgument error.
old_valueOptional. Only the following filters are allowed: Under HAS operator: Filtering through category names: - Singular: `category_name:""` - Multiple: `category_name:"" OR category_name:""` -- You can only use OR operator between multiple category_name filters. Filtering through policy names: - Singular: `policy_name:""` - Multiple: `policy_name:"" OR policy_name:""` -- You can only use OR operator between multiple policy_name filters. Filtering through rule precision: `rule_precision:""` -- Rule precision values can be "Precise" or "Broad". If something else is passed, the rule precision will default to "Unknown". You can only filter by one rule precision value. Filtering through rule ID: `rule_id:"ur_"` -- You can only filter by one rule ID value. Under MATCHES_REGEXP operator: Search through rule name or description (behaves like a string contains): This search is case-sensitive and filters through the rule metadata, specifically the rule_name and description keys. `search_rule_name_or_description=~" or "`. You can only filter by one rule name or description value. Multiple filters can also be used together: Ex 1: `category_name:"" AND policy_name:""` Ex 2: Since category_name and policy_name are repeated fields, we can also use multiple values for each: `(category_name:"" OR category_name:"") AND policy_name:""` -- Note that the AND operator has higher precedence than the OR operator. Additionally, parentheses must be used to create a valid filter. Requests using filter comparators other than HAS(:) or MATCHES_REGEXP(=~) will result in an InvalidArgument error.
root['revision']
new_value20250529
old_value20250522
root['schemas']['AmazonS3V2Settings']['description']
new_valueAmazonS3V2Settings is the settings proto for Omniflow S3 feeds. NEXT TAG: 6
old_valueAmazonS3V2Settings is the settings proto for Omniflow S3 feeds. NEXT TAG: 5
root['schemas']['AmazonSQSV2Settings']['description']
new_valueAmazonSQSV2Settings is the settings proto for Omniflow SQS feeds. NEXT TAG: 7
old_valueAmazonSQSV2Settings is the settings proto for Omniflow SQS feeds. NEXT TAG: 6
root['schemas']['AzureBlobStoreV2Settings']['description']
new_valueAzureBlobStoreV2Settings is the settings proto for Azure Blob Storage feeds. NEXT TAG: 7
old_valueAzureBlobStoreV2Settings is the settings proto for Azure Blob Storage feeds.
root['schemas']['DataTableColumnInfo']['description']
new_valueDataTableColumnInfo represents the column metadata of the datatable. The column_index represents the ordering of the values in DataTableRow. NEXT TAG: 7
old_valueDataTableColumnInfo represents the column metadata of the datatable. The column_index represents the ordering of the values in DataTableRow. NEXT TAG: 6
root['schemas']['Rule']['description']
new_valueThe Rule resource represents a user-created rule. NEXT TAG: 30
old_valueThe Rule resource represents a user-created rule. NEXT TAG: 21
root['schemas']['VisualMapPiece']['properties']['max']['format']
new_valueint64
old_valueint32
root['schemas']['VisualMapPiece']['properties']['max']['type']
new_valuestring
old_valueinteger
root['schemas']['VisualMapPiece']['properties']['min']['format']
new_valueint64
old_valueint32
root['schemas']['VisualMapPiece']['properties']['min']['type']
new_valuestring
old_valueinteger
iterable_item_added
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][33]IBM_PA
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][34]IBM_COGNOS
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][35]ZOOMINFO
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][36]IRONCLAD
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][37]SCALEFUSION
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][91]NETSKOPE_SDWAN
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][92]MINSAIT_SIGEFI
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][576]MIMECAST_MAIL_V2
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][603]ZSCALER_EMAIL_DLP_INSIGHTS
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][1984]CYBERARK_IDENTITY
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][2050]FORTINET_FORTIDLP
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][2158]PROXMOX
root['schemas']['EnrichmentSource']['properties']['logType']['enum'][2340]TITAN_SFTP
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][33]IBM_PA
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][34]IBM_COGNOS
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][35]ZOOMINFO
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][36]IRONCLAD
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][37]SCALEFUSION
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][91]NETSKOPE_SDWAN
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][92]MINSAIT_SIGEFI
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][576]MIMECAST_MAIL_V2
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][603]ZSCALER_EMAIL_DLP_INSIGHTS
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][1984]CYBERARK_IDENTITY
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2050]FORTINET_FORTIDLP
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2158]PROXMOX
root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2340]TITAN_SFTP
root['schemas']['RawLog']['properties']['type']['enum'][33]IBM_PA
root['schemas']['RawLog']['properties']['type']['enum'][34]IBM_COGNOS
root['schemas']['RawLog']['properties']['type']['enum'][35]ZOOMINFO
root['schemas']['RawLog']['properties']['type']['enum'][36]IRONCLAD
root['schemas']['RawLog']['properties']['type']['enum'][37]SCALEFUSION
root['schemas']['RawLog']['properties']['type']['enum'][91]NETSKOPE_SDWAN
root['schemas']['RawLog']['properties']['type']['enum'][92]MINSAIT_SIGEFI
root['schemas']['RawLog']['properties']['type']['enum'][576]MIMECAST_MAIL_V2
root['schemas']['RawLog']['properties']['type']['enum'][603]ZSCALER_EMAIL_DLP_INSIGHTS
root['schemas']['RawLog']['properties']['type']['enum'][1984]CYBERARK_IDENTITY
root['schemas']['RawLog']['properties']['type']['enum'][2050]FORTINET_FORTIDLP
root['schemas']['RawLog']['properties']['type']['enum'][2158]PROXMOX
root['schemas']['RawLog']['properties']['type']['enum'][2340]TITAN_SFTP
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][33]IBM_PA
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][34]IBM_COGNOS
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][35]ZOOMINFO
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][36]IRONCLAD
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][37]SCALEFUSION
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][91]NETSKOPE_SDWAN
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][92]MINSAIT_SIGEFI
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][576]MIMECAST_MAIL_V2
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][603]ZSCALER_EMAIL_DLP_INSIGHTS
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][1984]CYBERARK_IDENTITY
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2050]FORTINET_FORTIDLP
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2158]PROXMOX
root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2340]TITAN_SFTP
root['schemas']['UserError']['properties']['reason']['enum'][20]RETROHUNT_INTERVAL_TOO_SHORT
root['schemas']['UserError']['properties']['reason']['enumDescriptions'][20]The rule's match window is longer than the retrohunt time range. Returns the match window duration and retrohunt interval duration as metadata labeled `match_window_duration` and `retrohunt_interval_duration`, formatted as Go durations. Example ErrorInfo: { "reason": "RETROHUNT_INTERVAL_TOO_SHORT", "domain": "chronicle.googleapis.com", "metadata": { "match_window_duration": "24h", "retrohunt_interval_duration": "12h", } }
prod/northamerica-northeast2-chronicle-v1beta
dictionary_item_added
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['selectedFields']
  • root['schemas']['LegacyFederatedUdmSearchViewResponse']['properties']['unselectedFields']
values_changed
root['revision']
new_value20250529
old_value20250522
root['schemas']['Rule']['description']
new_valueThe Rule resource represents a user-created rule. NEXT TAG: 30
old_valueThe Rule resource represents a user-created rule. NEXT TAG: 21
iterable_item_added
root['schemas']['UserError']['properties']['reason']['enum'][20]RETROHUNT_INTERVAL_TOO_SHORT
root['schemas']['UserError']['properties']['reason']['enumDescriptions'][20]The rule's match window is longer than the retrohunt time range. Returns the match window duration and retrohunt interval duration as metadata labeled `match_window_duration` and `retrohunt_interval_duration`, formatted as Go durations. Example ErrorInfo: { "reason": "RETROHUNT_INTERVAL_TOO_SHORT", "domain": "chronicle.googleapis.com", "metadata": { "match_window_duration": "24h", "retrohunt_interval_duration": "12h", } }
prod/performanceparameters-
values_changed
root['revision']
new_value20250601
old_value20250529
prod/performanceparameters-v1
values_changed
root['revision']
new_value20250601
old_value20250529
prod/preprod-hangouts-
values_changed
root['revision']
new_value20250531
old_value20250529
prod/preprod-hangouts-v1
values_changed
root['revision']
new_value20250531
old_value20250529
prod/privacysandboxmaven-
values_changed
root['revision']
new_value20250601
old_value20250529
prod/privacysandboxmaven-v1
values_changed
root['revision']
new_value20250601
old_value20250529
prod/salesforceshopping-
values_changed
root['revision']
new_value20250601
old_value20250529
prod/salesforceshopping-v1
values_changed
root['revision']
new_value20250601
old_value20250529
prod/shoppingdataintegration-
values_changed
root['revision']
new_value20250601
old_value20250529
prod/shoppingdataintegration-v1
values_changed
root['revision']
new_value20250601
old_value20250529
prod/staging-notifications-pa.sandbox-
values_changed
root['revision']
new_value20250601
old_value20250530
iterable_item_added
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enum'][287]MOONSTONE_SRP
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enumDescriptions'][287]Bundle for Moonstone SRP.
root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1502]MOONSTONE_SRP
root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enumDescriptions'][1502]Moonstone quasi-pseronalized story for users based on SRP.
prod/staging-notifications-pa.sandbox-v1
values_changed
root['revision']
new_value20250601
old_value20250531
prod/staging-qual-qa-notifications-pa.sandbox-
dictionary_item_added
  • root['schemas']['ComGoogleCommerceTapandpayNotifications_TapAndPayNotificationAppPayload_PixOnChromeDesktopData']
  • root['schemas']['CommunicationPusherProto__WebDevicePayload']
  • root['schemas']['GoogleLogsTapandpayAndroid_FactoryResetWizardEvent_CardsRemovedEvent']
  • root['schemas']['LogsProtoPaymentsConsumerCore__BlockPassMetadata']
  • root['schemas']['PhotosCamera_GFileMetadata_VideoBoost']
  • root['schemas']['WalletNotificationsRegistry_CountryConfig_CountryCodeList']
  • root['schemas']['WalletNotificationsRegistry_CountryConfig_CountryRule']
  • root['schemas']['WalletNotificationsRegistry__CountryConfig']
  • root['schemas']['ComGoogleCommerceTapandpayNotifications__NotificationGnpPayload']['properties']['countryConfig']
  • root['schemas']['ComGoogleCommerceTapandpayNotifications__TapAndPayNotificationAppPayload']['properties']['pixOnChromeDesktopData']
  • root['schemas']['CommunicationPusherProto__ConvergedMeetDevicePayload']['properties']['webDevicePayload']
  • root['schemas']['GoogleInternalTapandpayV1PassesNotifications__NotificationStyle']['properties']['bigPicture']
  • root['schemas']['GoogleLogsTapandpayAndroid__FactoryResetWizardEvent']['properties']['cardsRemovedEvent']
  • root['schemas']['LogsProtoPaymentsConsumerCore__UserCreatedPassMetadata']['properties']['blockPassMetadata']
  • root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['isHtmlBodyText']
  • root['schemas']['NotificationsPlatformCommonProto__Tooltip']['properties']['isHtmlBodyText']
  • root['schemas']['PhotosCamera__GFileMetadata']['properties']['videoBoost']
  • root['schemas']['WalletGooglepayFrontendApiPaymentmethods__TokenData']['properties']['suspensionReason']
  • root['schemas']['WalletGooglepayFrontendApiTransactions__TransitPurchaseDetails']['properties']['newCardPurchaseFee']
values_changed
root['revision']
new_value20250601
old_value20250524
root['schemas']['ComGoogleCommerceTapandpayNotifications__NotificationGnpPayload']['description']
new_valueNotification payload only for gnp purposes. Next Id: 8
old_valueNotification payload only for gnp purposes. Next Id: 7
root['schemas']['ComGoogleCommerceTapandpayNotifications__NotificationGnpPayload']['properties']['subjectToTier1Quota']['description']
new_valueWhether the notification is subject to tier-1 quota. As of 2025 Q1: - The tips channel and promotional campaigns channel has a daily limit. - The other channels are not limited. Set this field to false if the notification need to be exempted. The latest quota config: http://cs/search?q=f:notification_governance.gcl%20tier_1_governance_config LINT: LEGACY_NAMES
old_valueWhether the notification is subject to tier-1 quota. As of 2025 Q1: - The tips channel and promotional campaigns channel has a daily limit. - The other channels are not limited. Set this field to false if the notification need to be exempted. The latest quota config: http://cs/search?q=f:notification_governance.gcl%20tier_1_governance_config
root['schemas']['ComGoogleCommerceTapandpayNotifications__TapAndPayNotificationAppPayload']['description']
new_valueNext Id: 41
old_valueNext Id: 40
root['schemas']['LogsProtoPaymentsConsumerCore__UserCreatedPassMetadata']['description']
new_valueContainer to hold optional VE metadata associated with user created pass. Next Id: 20
old_valueContainer to hold optional VE metadata associated with user created pass. Next Id: 19
root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['description']
new_valueNext tag: 11
old_valueNext tag: 10
root['schemas']['NotificationsPlatformCommonProto__Tooltip']['description']
new_valuehttps://material.io/components/tooltips Next tag: 4
old_valuehttps://material.io/components/tooltips Next tag: 3
root['schemas']['PhotosMediaClient_VideoProperties_AdaptiveVideoStream']['properties']['availableDashCodecs']['description']
new_valueList of available Photos DASH stream codecs. LINT.ThenChange(//depot/google3/apps/people/media/proto/common.proto)
old_valueList of available Photos DASH stream codecs.
root['schemas']['WalletGooglepayFrontendApiPaymentmethods__TokenData']['description']
new_valuenext id: 14
old_valuenext id: 13
root['schemas']['WalletGooglepayFrontendApiTransactions__TransitPurchaseDetails']['description']
new_valueDetails of a transit purchase transaction. Next id: 6
old_valueDetails of a transit purchase transaction. Next id: 5
iterable_item_added
root['schemas']['ComGoogleCommerceTapandpayNotifications__TapAndPayNotificationAppPayload']['properties']['type']['enum'][22]PIX_ON_CHROME_DESKTOP
root['schemas']['ComGoogleCommerceTapandpayNotifications__TapAndPayNotificationAppPayload']['properties']['type']['enumDescriptions'][22]Notification type for PIX on Chrome Desktop. See go/pix-on-chrome-desktop
root['schemas']['GoogleInternalTapandpayV1__CheckEligibilityRequest']['properties']['tokenizationEntryPoint']['enum'][54]PLAY_POST_TRANSACTION
root['schemas']['GoogleInternalTapandpayV1__CheckEligibilityRequest']['properties']['tokenizationEntryPoint']['enumDescriptions'][54]An optional promotion to tokenize a card after a successful purchase in Play store. See go/post-transaction-inline-tokenization-dd.
root['schemas']['GoogleLogsTapandpayAndroid_PermissionState_NotificationPermissionMetadata']['properties']['intentSource']['enum'][41]WATCH_NOTIFICATION
root['schemas']['GoogleLogsTapandpayAndroid_PermissionState_NotificationPermissionMetadata']['properties']['intentSource']['enum'][42]WEAR_COMPANION_CARD_DETAILS
root['schemas']['GoogleLogsTapandpayAndroid__MdocActivityLogEvent']['properties']['mdocType']['enum'][4]SULU
root['schemas']['GoogleLogsTapandpayAndroid__PassesGeofencingEvent']['properties']['eventType']['enum'][14]GEOFENCE_FEATURE_NOT_ENABLED
root['schemas']['GoogleLogsTapandpayAndroid__PassesGeofencingEvent']['properties']['eventType']['enum'][15]GEOFENCE_NOTIFICATION_TRIGGERED_FAILURE_NO_VALUABLE
root['schemas']['GoogleLogsTapandpayAndroid__PassesGeofencingEvent']['properties']['eventType']['enum'][16]GEOFENCE_NOTIFICATION_TRIGGERED_FAILURE_NO_ACTIVE_ACCOUNT_SET
root['schemas']['GoogleLogsTapandpayAndroid__PassesGeofencingEvent']['properties']['eventType']['enum'][17]GEOFENCE_NOTIFICATION_TRIGGERED_FAILURE_DATASTORE_FETCH_FAILURE
root['schemas']['GoogleLogsTapandpayAndroid__PassesGeofencingEvent']['properties']['eventType']['enum'][18]GEOFENCE_SETUP_FAILURE_TOO_MANY_GEOFENCES
root['schemas']['GoogleLogsTapandpayAndroid__PassesGeofencingEvent']['properties']['eventType']['enum'][19]GEOFENCE_SETUP_FAILURE_INVALID_GEOFENCE
root['schemas']['GoogleLogsTapandpayAndroid__TokenizationPromptNotificationEvent']['properties']['entryPoint']['enum'][54]TOKENIZATION_ENTRY_POINT_PLAY_POST_TRANSACTION
root['schemas']['GoogleLogsTapandpayAndroid__TokenizationPromptNotificationEvent']['properties']['entryPoint']['enumDescriptions'][54]An optional promotion to tokenize a card after a successful purchase in Play store. See go/post-transaction-inline-tokenization-dd.
root['schemas']['PhotosMediaClient__CuratedItemSetRef']['properties']['tombstoneRenderType']['items']['enum'][72]MEMORIES_OCEAN
root['schemas']['PhotosMediaClient__CuratedItemSetRef']['properties']['tombstoneRenderType']['items']['enumDescriptions'][72]Memories - Picture Poet (go/photos-picture-poet-prd)
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enum'][287]MOONSTONE_SRP
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enumDescriptions'][287]Bundle for Moonstone SRP.
root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1502]MOONSTONE_SRP
root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enumDescriptions'][1502]Moonstone quasi-pseronalized story for users based on SRP.
root['schemas']['WalletGooglepayBackendApiNotifications_Action_ContextualTokenizationNotification']['properties']['tokenizationEntryPoint']['enum'][54]TOKENIZATION_ENTRY_POINT_PLAY_POST_TRANSACTION
root['schemas']['WalletGooglepayBackendApiNotifications_Action_ContextualTokenizationNotification']['properties']['tokenizationEntryPoint']['enumDescriptions'][54]An optional promotion to tokenize a card after a successful purchase in Play store. See go/post-transaction-inline-tokenization-dd.
root['schemas']['WalletGooglepayBackendApiNotifications__ClientPayload']['properties']['notificationType']['enum'][79]PIX_ON_CHROME_DESKTOP
root['schemas']['WalletGooglepayBackendApiNotifications__ClientPayload']['properties']['notificationType']['enumDescriptions'][79]Notification type for PIX on Chrome Desktop. See go/pix-on-chrome-desktop App destination. Gaia targeted. User notification.
root['schemas']['WalletGooglepayCommon__AddACardWithEntryPoint']['properties']['entryPoint']['enum'][54]TOKENIZATION_ENTRY_POINT_PLAY_POST_TRANSACTION
root['schemas']['WalletGooglepayCommon__AddACardWithEntryPoint']['properties']['entryPoint']['enumDescriptions'][54]An optional promotion to tokenize a card after a successful purchase in Play store. See go/post-transaction-inline-tokenization-dd.
root['schemas']['WalletGooglepayFrontendApiNavigation_GooglePayAppTargetData_TokenizationData']['properties']['entryPoint']['enum'][54]TOKENIZATION_ENTRY_POINT_PLAY_POST_TRANSACTION
root['schemas']['WalletGooglepayFrontendApiNavigation_GooglePayAppTargetData_TokenizationData']['properties']['entryPoint']['enumDescriptions'][54]An optional promotion to tokenize a card after a successful purchase in Play store. See go/post-transaction-inline-tokenization-dd.
root['schemas']['WalletGooglepayFrontendApiNavigation__GooglePayAppTarget']['properties']['internalTarget']['enum'][87]PIX_AMOUNT_SCREEN
root['schemas']['WalletGooglepayFrontendApiNavigation__GooglePayAppTarget']['properties']['internalTarget']['enumDescriptions'][87]Directs user to the Pix amount screen.
prod/staging-qual-qa-notifications-pa.sandbox-v1
dictionary_item_added
  • root['schemas']['ComGoogleCommerceTapandpayNotifications_TapAndPayNotificationAppPayload_PixOnChromeDesktopData']
  • root['schemas']['CommunicationPusherProto__WebDevicePayload']
  • root['schemas']['GoogleLogsTapandpayAndroid_FactoryResetWizardEvent_CardsRemovedEvent']
  • root['schemas']['LogsProtoPaymentsConsumerCore__BlockPassMetadata']
  • root['schemas']['PhotosCamera_GFileMetadata_VideoBoost']
  • root['schemas']['WalletNotificationsRegistry_CountryConfig_CountryCodeList']
  • root['schemas']['WalletNotificationsRegistry_CountryConfig_CountryRule']
  • root['schemas']['WalletNotificationsRegistry__CountryConfig']
  • root['schemas']['ComGoogleCommerceTapandpayNotifications__NotificationGnpPayload']['properties']['countryConfig']
  • root['schemas']['ComGoogleCommerceTapandpayNotifications__TapAndPayNotificationAppPayload']['properties']['pixOnChromeDesktopData']
  • root['schemas']['CommunicationPusherProto__ConvergedMeetDevicePayload']['properties']['webDevicePayload']
  • root['schemas']['GoogleInternalTapandpayV1PassesNotifications__NotificationStyle']['properties']['bigPicture']
  • root['schemas']['GoogleLogsTapandpayAndroid__FactoryResetWizardEvent']['properties']['cardsRemovedEvent']
  • root['schemas']['LogsProtoPaymentsConsumerCore__UserCreatedPassMetadata']['properties']['blockPassMetadata']
  • root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['isHtmlBodyText']
  • root['schemas']['NotificationsPlatformCommonProto__Tooltip']['properties']['isHtmlBodyText']
  • root['schemas']['PhotosCamera__GFileMetadata']['properties']['videoBoost']
  • root['schemas']['WalletGooglepayFrontendApiPaymentmethods__TokenData']['properties']['suspensionReason']
  • root['schemas']['WalletGooglepayFrontendApiTransactions__TransitPurchaseDetails']['properties']['newCardPurchaseFee']
values_changed
root['revision']
new_value20250601
old_value20250524
root['schemas']['ComGoogleCommerceTapandpayNotifications__NotificationGnpPayload']['description']
new_valueNotification payload only for gnp purposes. Next Id: 8
old_valueNotification payload only for gnp purposes. Next Id: 7
root['schemas']['ComGoogleCommerceTapandpayNotifications__NotificationGnpPayload']['properties']['subjectToTier1Quota']['description']
new_valueWhether the notification is subject to tier-1 quota. As of 2025 Q1: - The tips channel and promotional campaigns channel has a daily limit. - The other channels are not limited. Set this field to false if the notification need to be exempted. The latest quota config: http://cs/search?q=f:notification_governance.gcl%20tier_1_governance_config LINT: LEGACY_NAMES
old_valueWhether the notification is subject to tier-1 quota. As of 2025 Q1: - The tips channel and promotional campaigns channel has a daily limit. - The other channels are not limited. Set this field to false if the notification need to be exempted. The latest quota config: http://cs/search?q=f:notification_governance.gcl%20tier_1_governance_config
root['schemas']['ComGoogleCommerceTapandpayNotifications__TapAndPayNotificationAppPayload']['description']
new_valueNext Id: 41
old_valueNext Id: 40
root['schemas']['LogsProtoPaymentsConsumerCore__UserCreatedPassMetadata']['description']
new_valueContainer to hold optional VE metadata associated with user created pass. Next Id: 20
old_valueContainer to hold optional VE metadata associated with user created pass. Next Id: 19
root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['description']
new_valueNext tag: 11
old_valueNext tag: 10
root['schemas']['NotificationsPlatformCommonProto__Tooltip']['description']
new_valuehttps://material.io/components/tooltips Next tag: 4
old_valuehttps://material.io/components/tooltips Next tag: 3
root['schemas']['PhotosMediaClient_VideoProperties_AdaptiveVideoStream']['properties']['availableDashCodecs']['description']
new_valueList of available Photos DASH stream codecs. LINT.ThenChange(//depot/google3/apps/people/media/proto/common.proto)
old_valueList of available Photos DASH stream codecs.
root['schemas']['WalletGooglepayFrontendApiPaymentmethods__TokenData']['description']
new_valuenext id: 14
old_valuenext id: 13
root['schemas']['WalletGooglepayFrontendApiTransactions__TransitPurchaseDetails']['description']
new_valueDetails of a transit purchase transaction. Next id: 6
old_valueDetails of a transit purchase transaction. Next id: 5
iterable_item_added
root['schemas']['ComGoogleCommerceTapandpayNotifications__TapAndPayNotificationAppPayload']['properties']['type']['enum'][22]PIX_ON_CHROME_DESKTOP
root['schemas']['ComGoogleCommerceTapandpayNotifications__TapAndPayNotificationAppPayload']['properties']['type']['enumDescriptions'][22]Notification type for PIX on Chrome Desktop. See go/pix-on-chrome-desktop
root['schemas']['GoogleInternalTapandpayV1__CheckEligibilityRequest']['properties']['tokenizationEntryPoint']['enum'][54]PLAY_POST_TRANSACTION
root['schemas']['GoogleInternalTapandpayV1__CheckEligibilityRequest']['properties']['tokenizationEntryPoint']['enumDescriptions'][54]An optional promotion to tokenize a card after a successful purchase in Play store. See go/post-transaction-inline-tokenization-dd.
root['schemas']['GoogleLogsTapandpayAndroid_PermissionState_NotificationPermissionMetadata']['properties']['intentSource']['enum'][41]WATCH_NOTIFICATION
root['schemas']['GoogleLogsTapandpayAndroid_PermissionState_NotificationPermissionMetadata']['properties']['intentSource']['enum'][42]WEAR_COMPANION_CARD_DETAILS
root['schemas']['GoogleLogsTapandpayAndroid__MdocActivityLogEvent']['properties']['mdocType']['enum'][4]SULU
root['schemas']['GoogleLogsTapandpayAndroid__PassesGeofencingEvent']['properties']['eventType']['enum'][14]GEOFENCE_FEATURE_NOT_ENABLED
root['schemas']['GoogleLogsTapandpayAndroid__PassesGeofencingEvent']['properties']['eventType']['enum'][15]GEOFENCE_NOTIFICATION_TRIGGERED_FAILURE_NO_VALUABLE
root['schemas']['GoogleLogsTapandpayAndroid__PassesGeofencingEvent']['properties']['eventType']['enum'][16]GEOFENCE_NOTIFICATION_TRIGGERED_FAILURE_NO_ACTIVE_ACCOUNT_SET
root['schemas']['GoogleLogsTapandpayAndroid__PassesGeofencingEvent']['properties']['eventType']['enum'][17]GEOFENCE_NOTIFICATION_TRIGGERED_FAILURE_DATASTORE_FETCH_FAILURE
root['schemas']['GoogleLogsTapandpayAndroid__PassesGeofencingEvent']['properties']['eventType']['enum'][18]GEOFENCE_SETUP_FAILURE_TOO_MANY_GEOFENCES
root['schemas']['GoogleLogsTapandpayAndroid__PassesGeofencingEvent']['properties']['eventType']['enum'][19]GEOFENCE_SETUP_FAILURE_INVALID_GEOFENCE
root['schemas']['GoogleLogsTapandpayAndroid__TokenizationPromptNotificationEvent']['properties']['entryPoint']['enum'][54]TOKENIZATION_ENTRY_POINT_PLAY_POST_TRANSACTION
root['schemas']['GoogleLogsTapandpayAndroid__TokenizationPromptNotificationEvent']['properties']['entryPoint']['enumDescriptions'][54]An optional promotion to tokenize a card after a successful purchase in Play store. See go/post-transaction-inline-tokenization-dd.
root['schemas']['PhotosMediaClient__CuratedItemSetRef']['properties']['tombstoneRenderType']['items']['enum'][72]MEMORIES_OCEAN
root['schemas']['PhotosMediaClient__CuratedItemSetRef']['properties']['tombstoneRenderType']['items']['enumDescriptions'][72]Memories - Picture Poet (go/photos-picture-poet-prd)
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enum'][287]MOONSTONE_SRP
root['schemas']['Sidekick__ClusterMetadata']['properties']['needBundleType']['enumDescriptions'][287]Bundle for Moonstone SRP.
root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1502]MOONSTONE_SRP
root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enumDescriptions'][1502]Moonstone quasi-pseronalized story for users based on SRP.
root['schemas']['WalletGooglepayBackendApiNotifications_Action_ContextualTokenizationNotification']['properties']['tokenizationEntryPoint']['enum'][54]TOKENIZATION_ENTRY_POINT_PLAY_POST_TRANSACTION
root['schemas']['WalletGooglepayBackendApiNotifications_Action_ContextualTokenizationNotification']['properties']['tokenizationEntryPoint']['enumDescriptions'][54]An optional promotion to tokenize a card after a successful purchase in Play store. See go/post-transaction-inline-tokenization-dd.
root['schemas']['WalletGooglepayBackendApiNotifications__ClientPayload']['properties']['notificationType']['enum'][79]PIX_ON_CHROME_DESKTOP
root['schemas']['WalletGooglepayBackendApiNotifications__ClientPayload']['properties']['notificationType']['enumDescriptions'][79]Notification type for PIX on Chrome Desktop. See go/pix-on-chrome-desktop App destination. Gaia targeted. User notification.
root['schemas']['WalletGooglepayCommon__AddACardWithEntryPoint']['properties']['entryPoint']['enum'][54]TOKENIZATION_ENTRY_POINT_PLAY_POST_TRANSACTION
root['schemas']['WalletGooglepayCommon__AddACardWithEntryPoint']['properties']['entryPoint']['enumDescriptions'][54]An optional promotion to tokenize a card after a successful purchase in Play store. See go/post-transaction-inline-tokenization-dd.
root['schemas']['WalletGooglepayFrontendApiNavigation_GooglePayAppTargetData_TokenizationData']['properties']['entryPoint']['enum'][54]TOKENIZATION_ENTRY_POINT_PLAY_POST_TRANSACTION
root['schemas']['WalletGooglepayFrontendApiNavigation_GooglePayAppTargetData_TokenizationData']['properties']['entryPoint']['enumDescriptions'][54]An optional promotion to tokenize a card after a successful purchase in Play store. See go/post-transaction-inline-tokenization-dd.
root['schemas']['WalletGooglepayFrontendApiNavigation__GooglePayAppTarget']['properties']['internalTarget']['enum'][87]PIX_AMOUNT_SCREEN
root['schemas']['WalletGooglepayFrontendApiNavigation__GooglePayAppTarget']['properties']['internalTarget']['enumDescriptions'][87]Directs user to the Pix amount screen.
prod/workloadcertificate-v1alpha1
values_changed
root['revision']
new_value20240103
old_value20240117