| prod/accountsettingsmobile-pa- | | dictionary_item_added | - root['schemas']['CtaButton']
- root['schemas']['Paragraph']
- root['schemas']['SearchCard']
- root['schemas']['SignInCard']
- root['schemas']['Card']['properties']['searchCard']
- root['schemas']['Card']['properties']['signInCard']
|
|---|
| dictionary_item_removed | - root['schemas']['LoadingCard']
- root['schemas']['TwoColumnTableBlock']
- root['schemas']['TwoColumnTableRow']
- root['schemas']['Block']['properties']['twoColumnTableBlock']
- root['schemas']['Card']['properties']['loading']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/accountsettingsmobile-pa-v1 | | dictionary_item_added | - root['schemas']['CtaButton']
- root['schemas']['Paragraph']
- root['schemas']['SearchCard']
- root['schemas']['SignInCard']
- root['schemas']['Card']['properties']['searchCard']
- root['schemas']['Card']['properties']['signInCard']
|
|---|
| dictionary_item_removed | - root['schemas']['LoadingCard']
- root['schemas']['TwoColumnTableBlock']
- root['schemas']['TwoColumnTableRow']
- root['schemas']['Block']['properties']['twoColumnTableBlock']
- root['schemas']['Card']['properties']['loading']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/aerialview- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/aerialview-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/aerialview-v1beta | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/aida- | | dictionary_item_added | - root['resources']['swebot']['resources']['sources']
- root['resources']['swebot']['resources']['tasks']['resources']
- root['schemas']['LanguageLabsAidaSwebotProtoAgentConfig']
- root['schemas']['LanguageLabsAidaSwebotProtoCreateImage']
- root['schemas']['LanguageLabsAidaSwebotProtoCreateTaskRequest']
- root['schemas']['LanguageLabsAidaSwebotProtoCreateTaskRequestMetadata']
- root['schemas']['LanguageLabsAidaSwebotProtoCreateTaskResponse']
- root['schemas']['LanguageLabsAidaSwebotProtoG4GAgentConfig']
- root['schemas']['LanguageLabsAidaSwebotProtoGetSourceResponse']
- root['schemas']['LanguageLabsAidaSwebotProtoGoogle3Source']
- root['schemas']['LanguageLabsAidaSwebotProtoGoogle3SourcePathHint']
- root['schemas']['LanguageLabsAidaSwebotProtoGoogleSearched']
- root['schemas']['LanguageLabsAidaSwebotProtoInteractRequest']
- root['schemas']['LanguageLabsAidaSwebotProtoInteractResponse']
- root['schemas']['LanguageLabsAidaSwebotProtoListSourcesResponse']
- root['schemas']['LanguageLabsAidaSwebotProtoLocalExecutionRequested']
- root['schemas']['LanguageLabsAidaSwebotProtoLocalExecutionResponse']
- root['schemas']['LanguageLabsAidaSwebotProtoLocalExecutionResult']
- root['schemas']['LanguageLabsAidaSwebotProtoLocalSearch']
- root['schemas']['LanguageLabsAidaSwebotProtoModifyFile']
- root['schemas']['LanguageLabsAidaSwebotProtoModifyFileDiffBlock']
- root['schemas']['LanguageLabsAidaSwebotProtoReadFiles']
- root['schemas']['LanguageLabsAidaSwebotProtoRunShell']
- root['schemas']['LanguageLabsAidaSwebotProtoShellExecutionResult']
- root['schemas']['LanguageLabsAidaSwebotProtoSource']
- root['schemas']['LanguageLabsAidaSwebotProtoSweBotSource']
- root['schemas']['LanguageLabsAidaSwebotProtoSweBotSourceBranch']
- root['schemas']['LanguageLabsAidaSwebotProtoSweBotSourceGitHubSource']
- root['schemas']['LanguageLabsAidaSwebotProtoUserContext']
- root['schemas']['LanguageLabsAidaSwebotProtoWebsiteViewed']
- root['schemas']['LanguageLabsAidaSwebotProtoWriteFile']
- root['schemas']['LanguageLabsAidaSwebotProtoAgentActivity']['properties']['googleSearched']
- root['schemas']['LanguageLabsAidaSwebotProtoAgentActivity']['properties']['localExecutionRequested']
- root['schemas']['LanguageLabsAidaSwebotProtoAgentActivity']['properties']['websiteViewed']
- root['schemas']['LanguageLabsAidaSwebotProtoAgentActivity']['properties']['agentMessaged']['description']
- root['schemas']['LanguageLabsAidaSwebotProtoFileAttachment']['properties']['binaryData']
- root['schemas']['LanguageLabsAidaSwebotProtoUserActivity']['description']
- root['schemas']['LanguageLabsAidaSwebotProtoUserActivity']['properties']['localExecutionResponse']
- root['schemas']['LanguageLabsAidaSwebotProtoUserActivity']['properties']['userContext']
|
|---|
| dictionary_item_removed | - root['resources']['swebot']['methods']['get']
- root['resources']['swebot']['resources']['activities']
|
|---|
| values_changed | | root['resources']['swebot']['resources']['tasks']['methods'] | | new_value | | create | | description | Creates a new task. |
|---|
| flatPath | v1/swebot/tasks |
|---|
| httpMethod | POST |
|---|
| id | aida.swebot.tasks.create |
|---|
| parameterOrder | |
|---|
| parameters | |
|---|
| path | v1/swebot/tasks |
|---|
| request | | $ref | LanguageLabsAidaSwebotProtoCreateTaskRequest |
|---|
|
|---|
| response | | $ref | LanguageLabsAidaSwebotProtoCreateTaskResponse |
|---|
|
|---|
|
|---|
| get | | description | Gets a single task. |
|---|
| flatPath | v1/swebot/tasks/{tasksId} |
|---|
| httpMethod | GET |
|---|
| id | aida.swebot.tasks.get |
|---|
| parameterOrder | |
|---|
| parameters | | taskId | | location | path |
|---|
| pattern | ^[^/]+$ |
|---|
| required | True |
|---|
| type | string |
|---|
|
|---|
| taskView | | description | If unset, returns the FULL view of the task. https://google.aip.dev/157 - "For Get RPCs, the effective default value should be either BASIC or FULL." |
|---|
| enum | - TASK_VIEW_UNSPECIFIED
- BASIC
- FULL
|
|---|
| enumDescriptions | - Only contains metadata about the task. Does not include any activity steps.
- Includes all metadata and activity steps.
|
|---|
| location | query |
|---|
| type | string |
|---|
|
|---|
|
|---|
| path | v1/swebot/tasks/{+taskId} |
|---|
| response | | $ref | LanguageLabsAidaSwebotProtoGetTaskResponse |
|---|
|
|---|
|
|---|
| interact | | description | Interacts with the system for a task. |
|---|
| flatPath | v1/swebot/tasks/{tasksId}:interact |
|---|
| httpMethod | POST |
|---|
| id | aida.swebot.tasks.interact |
|---|
| parameterOrder | |
|---|
| parameters | | taskId | | description | The task that this interaction is associated with. |
|---|
| location | path |
|---|
| pattern | ^[^/]+$ |
|---|
| required | True |
|---|
| type | string |
|---|
|
|---|
|
|---|
| path | v1/swebot/tasks/{+taskId}:interact |
|---|
| request | | $ref | LanguageLabsAidaSwebotProtoInteractRequest |
|---|
|
|---|
| response | | $ref | LanguageLabsAidaSwebotProtoInteractResponse |
|---|
|
|---|
|
|---|
| list | | description | Lists tasks for a user. |
|---|
| flatPath | v1/swebot/tasks |
|---|
| httpMethod | GET |
|---|
| id | aida.swebot.tasks.list |
|---|
| parameterOrder | |
|---|
| parameters | | filter | | description | If set, only return tasks that match the filter. Currently only supports the following filters: - "source_id=" |
|---|
| location | query |
|---|
| type | string |
|---|
|
|---|
| taskView | | description | If unset, returns the BASIC view of the tasks. https://google.aip.dev/157 - "For List RPCs, the effective default value should be BASIC." |
|---|
| enum | - TASK_VIEW_UNSPECIFIED
- BASIC
- FULL
|
|---|
| enumDescriptions | - Only contains metadata about the task. Does not include any activity steps.
- Includes all metadata and activity steps.
|
|---|
| location | query |
|---|
| type | string |
|---|
|
|---|
|
|---|
| path | v1/swebot/tasks |
|---|
| response | | $ref | LanguageLabsAidaSwebotProtoListTasksResponse |
|---|
|
|---|
|
|---|
|
|---|
| old_value | | list | | description | Lists tasks for a user. |
|---|
| flatPath | v1/swebot/tasks |
|---|
| httpMethod | GET |
|---|
| id | aida.swebot.tasks.list |
|---|
| parameterOrder | |
|---|
| parameters | | filter | | description | If set, only return tasks that match the filter. Currently only supports the following filters: - "source_id=" |
|---|
| location | query |
|---|
| type | string |
|---|
|
|---|
| taskView | | description | If unset, returns the BASIC view of the tasks. https://google.aip.dev/157 - "For List RPCs, the effective default value should be BASIC." |
|---|
| enum | - TASK_VIEW_UNSPECIFIED
- BASIC
- FULL
|
|---|
| enumDescriptions | - Only contains metadata about the task. Does not include any activity steps.
- Includes all metadata and activity steps.
|
|---|
| location | query |
|---|
| type | string |
|---|
|
|---|
|
|---|
| path | v1/swebot/tasks |
|---|
| response | | $ref | LanguageLabsAidaSwebotProtoListTasksResponse |
|---|
|
|---|
|
|---|
|
|---|
|
|---|
| root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250801 |
|---|
|
|---|
| root['schemas']['LanguageLabsAidaSwebotProtoAgentActivity']['description'] | | new_value | Next ID: 21 |
|---|
| old_value | Next ID: 18 |
|---|
|
|---|
| root['schemas']['LanguageLabsAidaSwebotProtoUserActivity']['properties']['feedbackGiven']['description'] | | new_value | This could be feedback on a plan or the whole task. Shared with CLI. |
|---|
| old_value | This could be feedback on a plan or the whole task. |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][875] | GEMINI_V4_GEMVIS_V1P1_PDF_DJ_ENG_NONSCI |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][876] | GEMINI_V4_GEMVIS_V1P1_PDF_DJ_ENG_SCI |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][877] | GEMINI_V4_GEMVIS_V1P1_PDF_FT_SCI_10K |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][878] | GEMINI_V4_GEMVIS_V1P1_PDF_FT_SCI_100K |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][879] | GEMINI_V4_GEMVIS_V1P1_PDF_DEEPCRAWL_SCI_20240509 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][880] | GEMINI_V4_GEMVIS_V1P1_DOCJOINS_EN_MM_TOP10B |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][881] | GEMINI_V4_GEMVIS_V1P1_DOCJOINS_EN_MM_TOP20B |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][882] | GEMINI_V4_GEMVIS_V1P1_DOCJOINS_NONEN_MM_TOP10B |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][883] | GEMINI_V4_GEMVIS_V1P1_DOCJOINS_NONEN_MM_TOP20B |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][884] | GEMINI_V4_GEMVIS_V1P1_WIKIPEDIA_MM_TOP10B_TOP20B |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][885] | GEMINI_V4_GEMVIS_V1P1_FORUMS |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][886] | GEMINI_V4_GEMVIS_V1P1_MATH_CODE_SCIENCE_STACKEXCHANGE |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][887] | GEMINI_V4_GEMVIS_V1P1_WEBLI_OCR_I18N_680M |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][888] | GEMINI_V4_GEMVIS_V1P1_WEBLI_EN_V4_350M |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][889] | GEMINI_V4_GEMVIS_V1P1_SCREENAI_FULL_HTML |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][890] | GEMINI_V4_GEMVIS_V1P1_WEBDOC_V3 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][891] | GEMINI_V4_GEMVIS_V1P1_WEBLI_OCR_DOC_240M |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][892] | GEMINI_V4_GEMVIS_V1P1_SCREENAI_V1_1 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][893] | GEMINI_V4_GEMVIS_V1P1_WEBLI_ALT_TEXT_NONEN_500M |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][894] | GEMINI_V4_GEMVIS_V1P1_WEBLI_PACKED |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][895] | GEMINI_V4_GEMVIS_V1P1_MULTI_PAGE_CLOUDAI_MIN_2_INTERLEAVED |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][896] | GEMINI_V4_GEMVIS_V1P1_CULTURE_V2_GUARDIAN |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][897] | GEMINI_V4_GEMVIS_V1P1_CHEMICAL_DIAGRAM_DEPLOTTING |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][898] | GEMINI_V4_GEMVIS_V1P1_PLOT2TABLE_V3_SYNTHETIC_OR_ACADEMIC_GUARDIAN |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][899] | GEMINI_V4_GEMVIS_V1P1_PLOT2TABLE_V3_WIKI |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][900] | GEMINI_V4_GEMVIS_V1P1_GITHUB_IMAGE_CODE_PAIRS_GUARDIAN |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][901] | GEMINI_V4_GEMVIS_V1P1_TABLE2MD_V2_EN |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][902] | GEMINI_V4_GEMVIS_V1P1_WIKIMEDIA_EN |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][903] | GEMINI_V4_GEMVIS_V1P1_CLOUDAI_TABLE2HTML_3D |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][904] | GEMINI_V4_GEMVIS_V1P1_TABLE_EQUATION2LATEX_ARXIV |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][905] | GEMINI_V4_GEMVIS_V1P1_TABLE_EQUATION2LATEX_GITHUB |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][906] | GEMINI_V4_GEMVIS_V1P1_TABLE2MD_V2_NON_EN |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][907] | GEMINI_V4_GEMVIS_V1P1_CLOUDAI_TABLE2HTML_2D |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][908] | GEMINI_V4_GEMVIS_V1P1_INFOGRAPHICS_LARGE_WEB_WITH_URL |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][909] | GEMINI_V4_GEMVIS_V1P1_INFOGRAPHICS_LARGE_WEB_WITHOUT_URL |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][910] | GEMINI_V4_GEMVIS_V1P1_BIORXIV |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][911] | GEMINI_V4_GEMVIS_V1P1_ARXIV_LATEX_ABSTRACT_V3 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][912] | GEMINI_V4_GEMVIS_V1P1_SCIENCE_IMAGE_TEXT_PAIRS_GUARDIAN |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][913] | GEMINI_V4_GEMVIS_V1P1_RAID_DETECTION_MS1P0_ALL_POSITIVE_NEG_MAX_8 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][914] | GEMINI_V4_GEMVIS_V1P1_CHART_BBOX |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][915] | GEMINI_V4_GEMVIS_V1P1_REDDIT_MM_2024_09_30 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][916] | GEMINI_V4_GEMVIS_V1P1_WEBLI_DETECTION_GOWOL |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][917] | GEMINI_V4_GEMVIS_V1P1_WEBSCREEN_CLICKABLE_ELEMENTS_WITH_BBOX_V3_SINGLE_CROP |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][918] | GEMINI_V4_GEMVIS_V1P1_WEBSCREEN_CLICKABLE_ELEMENTS_WITH_POINTS_PREDICTIONS_V4_SINGLE_CROP |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][919] | GEMINI_V4_GEMVIS_V1P1_WEBSCREEN_OCR_WITH_BBOX_SINGLE_CROP |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][920] | GEMINI_V4_GEMVIS_V1P1_ACQUIRED_EPUBS |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][921] | GEMINI_V4_GEMVIS_V1P1_YOUTUBE_ACTIONS_COMBINED_V3 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][922] | GEMINI_V4_GEMVIS_V1P1_YOUTUBE_ACTIONS_MINER_LARGE_V3 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][923] | GEMINI_V4_GEMVIS_V1P1_SHOPPING_PRODUCT_ATTRIBUTES |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][924] | GEMINI_V4_GEMVIS_V1P1_HOTTI_BBOX_V1 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][925] | GEMINI_V4_GEMVIS_V1P1_TEXT_LOCALIZATION_LENS_V1 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][926] | GEMINI_V4_GEMVIS_V1P1_WEBDOC_PDF |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][927] | GEMINI_V4_GEMVIS_V1P1_WEBPPTX_EDITING_INTERLEAVED_V1_1 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][928] | GEMINI_V4_GEMVIS_V1P1_WEBPPTX_GENERATION |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][929] | GEMINI_V4_GEMVIS_V1P1_CLOUDAI_SYNTHETIC_TABLE2HTML_2D |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][930] | GEMINI_V4_GEMVIS_V1P1_SEMANTIC_KEYPOINTS_PIXMO |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][931] | GEMINI_V4_GEMVIS_V1P1_OCR_COLOR_BOX_POINT_V2 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][932] | GEMINI_V4_GEMVIS_V1P1_WEBDOC_SPATIAL_TRANSCRIPTION_V1 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][933] | GEMINI_V4_GEMVIS_V1P1_ARXIV |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][934] | GEMINI_V4_GEMVIS_V1P1_ARXIV_TIKZ |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][935] | GEMINI_V4_GEMVIS_V1P1_SCREENAI_V3_BBOX_12M |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][936] | GEMINI_V4_GEMVIS_V1P1_ARXIV_EQUATIONS_3D |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][937] | GEMINI_V4_GEMVIS_V1P1_WEBDOC_V3_3D |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][938] | GEMINI_V4_GEMVIS_V1P1_PHOTOS_VISUAL_MOMENTS |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][939] | GEMINI_V4_TOKENV8P4_YT_ASR_SUP_HARD_20240601 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][940] | GEMINI_V4_TOKENV8P4_YT_ASR_SEMISUP_LIM |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][941] | GEMINI_V4_TOKENV8P4_VOXPOPULI_ASR_HARD_WITH_LANGID_0P1 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][942] | GEMINI_V4_TOKENV8P4_FLEURS_ASR_HARD_WITH_LANGID_0P1 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][943] | GEMINI_V4_TOKENV8P4_PODIOSET_ASR_TIMESTAMP |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][944] | GEMINI_V4_TOKENV8P4_COVOST_AST_HARD |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][945] | GEMINI_V4_TOKENV8P4_COVOST_S2TT_HARD |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][946] | GEMINI_V4_TOKENV8P4_CV11_AST_HARD |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][947] | GEMINI_V4_TOKENV8P4_CV11_S2TT_HARD |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][948] | GEMINI_V4_TOKENV8P4_PODIOSET_INTERLEAVE |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][949] | GEMINI_V4_TOKENV8P4_YT_INTERLEAVE_VAD |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][950] | GEMINI_V4_TOKENV8P4_PODIOSET_VOICELM_S2TTS_S2S |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][951] | GEMINI_V4_TOKENV8P4_CVSS_VOICELM_X_EN_S2TTS_S2S |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][952] | GEMINI_V4_TOKENV8P4_VOXPOPULI_PAIRED_S2S |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][953] | GEMINI_V4_TOKENV8P4_FLEURS_EN_X_S2TTS_S2S |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][954] | GEMINI_V4_TOKENV8P4_YT_AB_VOICELM_S2TTS_S2S |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][955] | GEMINI_V4_TOKENV8P4_YT_4M_CONTEXT_PROMPT_TTS |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][956] | GEMINI_V4_TOKENV8P4_YT_4M_STYLE_PROMPT_TTS |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][957] | GEMINI_V4_TOKENV8P4_VOICELM_PODIOSET_PROMPTED |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][958] | GEMINI_V4_TOKENV8P4_VOICELM_LIBRILONG_PROMPTED |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][959] | GEMINI_V4_TOKENV8P4_VOICELM_LIBRITTS_PROMPTED |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][960] | GEMINI_V4_TOKENV8P4_VOICELM_LIBRIVOX_PROMPTED |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][961] | GEMINI_V4_TOKENV8P4_VOICELM_YT_PROMPTED |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][962] | GEMINI_V4_TOKENV8P4_YT_ACOUSTIC_SCENE |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][963] | GEMINI_V4_TOKENV8P4_YT_UPC_LYRICS_ASR_SUBSET |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][964] | GEMINI_V4_TOKENV8P4_YT_UPC_LYRICS_AST_SUBSET |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][965] | GEMINI_V4_TOKENV8P4_YT_UPC_LYRICS_S2TT_SUBSET |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][966] | GEMINI_V4_TOKENV8P4_M3_DIALOGUE_SEGMENT_NEXT_TOKEN_PREDICTION |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][967] | GEMINI_V4_TOKENV8P4_PODIOSET_AUDIO_WITH_WORD_INTERMEDIATES |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][968] | GEMINI_V4_TOKENV8P4_PODIOSET_WORDS_WITH_AUDIO_INTERMEDIATES |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][969] | GEMINI_V4_TOKENV8P4_VOICELM_PODIOSET_AUDIO_WITH_WORD_INTERMEDIATES |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][970] | GEMINI_V4_TOKENV8P4_YT_AB_1SPKR_PODIOSET_AUDIO_WITH_WORD_INTERMEDIATES |
|---|
| root['schemas']['LanguageLabsAidaSwebotV2ProtoTask']['properties']['taskOrigin']['enum'][4] | TASK_ORIGIN_USER_CLI |
|---|
| root['schemas']['LanguageLabsAidaSwebotV2ProtoTask']['properties']['taskOrigin']['enumDescriptions'][4] | The task was initialized by a real user through the CLI. |
|---|
|
|---|
|
|---|
| prod/aida-v1 | | dictionary_item_added | - root['resources']['swebot']['resources']['sources']
- root['resources']['swebot']['resources']['tasks']['resources']
- root['schemas']['LanguageLabsAidaSwebotProtoAgentConfig']
- root['schemas']['LanguageLabsAidaSwebotProtoCreateImage']
- root['schemas']['LanguageLabsAidaSwebotProtoCreateTaskRequest']
- root['schemas']['LanguageLabsAidaSwebotProtoCreateTaskRequestMetadata']
- root['schemas']['LanguageLabsAidaSwebotProtoCreateTaskResponse']
- root['schemas']['LanguageLabsAidaSwebotProtoG4GAgentConfig']
- root['schemas']['LanguageLabsAidaSwebotProtoGetSourceResponse']
- root['schemas']['LanguageLabsAidaSwebotProtoGoogle3Source']
- root['schemas']['LanguageLabsAidaSwebotProtoGoogle3SourcePathHint']
- root['schemas']['LanguageLabsAidaSwebotProtoGoogleSearched']
- root['schemas']['LanguageLabsAidaSwebotProtoInteractRequest']
- root['schemas']['LanguageLabsAidaSwebotProtoInteractResponse']
- root['schemas']['LanguageLabsAidaSwebotProtoListSourcesResponse']
- root['schemas']['LanguageLabsAidaSwebotProtoLocalExecutionRequested']
- root['schemas']['LanguageLabsAidaSwebotProtoLocalExecutionResponse']
- root['schemas']['LanguageLabsAidaSwebotProtoLocalExecutionResult']
- root['schemas']['LanguageLabsAidaSwebotProtoLocalSearch']
- root['schemas']['LanguageLabsAidaSwebotProtoModifyFile']
- root['schemas']['LanguageLabsAidaSwebotProtoModifyFileDiffBlock']
- root['schemas']['LanguageLabsAidaSwebotProtoReadFiles']
- root['schemas']['LanguageLabsAidaSwebotProtoRunShell']
- root['schemas']['LanguageLabsAidaSwebotProtoShellExecutionResult']
- root['schemas']['LanguageLabsAidaSwebotProtoSource']
- root['schemas']['LanguageLabsAidaSwebotProtoSweBotSource']
- root['schemas']['LanguageLabsAidaSwebotProtoSweBotSourceBranch']
- root['schemas']['LanguageLabsAidaSwebotProtoSweBotSourceGitHubSource']
- root['schemas']['LanguageLabsAidaSwebotProtoUserContext']
- root['schemas']['LanguageLabsAidaSwebotProtoWebsiteViewed']
- root['schemas']['LanguageLabsAidaSwebotProtoWriteFile']
- root['schemas']['LanguageLabsAidaSwebotProtoAgentActivity']['properties']['googleSearched']
- root['schemas']['LanguageLabsAidaSwebotProtoAgentActivity']['properties']['localExecutionRequested']
- root['schemas']['LanguageLabsAidaSwebotProtoAgentActivity']['properties']['websiteViewed']
- root['schemas']['LanguageLabsAidaSwebotProtoAgentActivity']['properties']['agentMessaged']['description']
- root['schemas']['LanguageLabsAidaSwebotProtoFileAttachment']['properties']['binaryData']
- root['schemas']['LanguageLabsAidaSwebotProtoUserActivity']['description']
- root['schemas']['LanguageLabsAidaSwebotProtoUserActivity']['properties']['localExecutionResponse']
- root['schemas']['LanguageLabsAidaSwebotProtoUserActivity']['properties']['userContext']
|
|---|
| dictionary_item_removed | - root['resources']['swebot']['methods']['get']
- root['resources']['swebot']['resources']['activities']
|
|---|
| values_changed | | root['resources']['swebot']['resources']['tasks']['methods'] | | new_value | | create | | description | Creates a new task. |
|---|
| flatPath | v1/swebot/tasks |
|---|
| httpMethod | POST |
|---|
| id | aida.swebot.tasks.create |
|---|
| parameterOrder | |
|---|
| parameters | |
|---|
| path | v1/swebot/tasks |
|---|
| request | | $ref | LanguageLabsAidaSwebotProtoCreateTaskRequest |
|---|
|
|---|
| response | | $ref | LanguageLabsAidaSwebotProtoCreateTaskResponse |
|---|
|
|---|
|
|---|
| get | | description | Gets a single task. |
|---|
| flatPath | v1/swebot/tasks/{tasksId} |
|---|
| httpMethod | GET |
|---|
| id | aida.swebot.tasks.get |
|---|
| parameterOrder | |
|---|
| parameters | | taskId | | location | path |
|---|
| pattern | ^[^/]+$ |
|---|
| required | True |
|---|
| type | string |
|---|
|
|---|
| taskView | | description | If unset, returns the FULL view of the task. https://google.aip.dev/157 - "For Get RPCs, the effective default value should be either BASIC or FULL." |
|---|
| enum | - TASK_VIEW_UNSPECIFIED
- BASIC
- FULL
|
|---|
| enumDescriptions | - Only contains metadata about the task. Does not include any activity steps.
- Includes all metadata and activity steps.
|
|---|
| location | query |
|---|
| type | string |
|---|
|
|---|
|
|---|
| path | v1/swebot/tasks/{+taskId} |
|---|
| response | | $ref | LanguageLabsAidaSwebotProtoGetTaskResponse |
|---|
|
|---|
|
|---|
| interact | | description | Interacts with the system for a task. |
|---|
| flatPath | v1/swebot/tasks/{tasksId}:interact |
|---|
| httpMethod | POST |
|---|
| id | aida.swebot.tasks.interact |
|---|
| parameterOrder | |
|---|
| parameters | | taskId | | description | The task that this interaction is associated with. |
|---|
| location | path |
|---|
| pattern | ^[^/]+$ |
|---|
| required | True |
|---|
| type | string |
|---|
|
|---|
|
|---|
| path | v1/swebot/tasks/{+taskId}:interact |
|---|
| request | | $ref | LanguageLabsAidaSwebotProtoInteractRequest |
|---|
|
|---|
| response | | $ref | LanguageLabsAidaSwebotProtoInteractResponse |
|---|
|
|---|
|
|---|
| list | | description | Lists tasks for a user. |
|---|
| flatPath | v1/swebot/tasks |
|---|
| httpMethod | GET |
|---|
| id | aida.swebot.tasks.list |
|---|
| parameterOrder | |
|---|
| parameters | | filter | | description | If set, only return tasks that match the filter. Currently only supports the following filters: - "source_id=" |
|---|
| location | query |
|---|
| type | string |
|---|
|
|---|
| taskView | | description | If unset, returns the BASIC view of the tasks. https://google.aip.dev/157 - "For List RPCs, the effective default value should be BASIC." |
|---|
| enum | - TASK_VIEW_UNSPECIFIED
- BASIC
- FULL
|
|---|
| enumDescriptions | - Only contains metadata about the task. Does not include any activity steps.
- Includes all metadata and activity steps.
|
|---|
| location | query |
|---|
| type | string |
|---|
|
|---|
|
|---|
| path | v1/swebot/tasks |
|---|
| response | | $ref | LanguageLabsAidaSwebotProtoListTasksResponse |
|---|
|
|---|
|
|---|
|
|---|
| old_value | | list | | description | Lists tasks for a user. |
|---|
| flatPath | v1/swebot/tasks |
|---|
| httpMethod | GET |
|---|
| id | aida.swebot.tasks.list |
|---|
| parameterOrder | |
|---|
| parameters | | filter | | description | If set, only return tasks that match the filter. Currently only supports the following filters: - "source_id=" |
|---|
| location | query |
|---|
| type | string |
|---|
|
|---|
| taskView | | description | If unset, returns the BASIC view of the tasks. https://google.aip.dev/157 - "For List RPCs, the effective default value should be BASIC." |
|---|
| enum | - TASK_VIEW_UNSPECIFIED
- BASIC
- FULL
|
|---|
| enumDescriptions | - Only contains metadata about the task. Does not include any activity steps.
- Includes all metadata and activity steps.
|
|---|
| location | query |
|---|
| type | string |
|---|
|
|---|
|
|---|
| path | v1/swebot/tasks |
|---|
| response | | $ref | LanguageLabsAidaSwebotProtoListTasksResponse |
|---|
|
|---|
|
|---|
|
|---|
|
|---|
| root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250801 |
|---|
|
|---|
| root['schemas']['LanguageLabsAidaSwebotProtoAgentActivity']['description'] | | new_value | Next ID: 21 |
|---|
| old_value | Next ID: 18 |
|---|
|
|---|
| root['schemas']['LanguageLabsAidaSwebotProtoUserActivity']['properties']['feedbackGiven']['description'] | | new_value | This could be feedback on a plan or the whole task. Shared with CLI. |
|---|
| old_value | This could be feedback on a plan or the whole task. |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][875] | GEMINI_V4_GEMVIS_V1P1_PDF_DJ_ENG_NONSCI |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][876] | GEMINI_V4_GEMVIS_V1P1_PDF_DJ_ENG_SCI |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][877] | GEMINI_V4_GEMVIS_V1P1_PDF_FT_SCI_10K |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][878] | GEMINI_V4_GEMVIS_V1P1_PDF_FT_SCI_100K |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][879] | GEMINI_V4_GEMVIS_V1P1_PDF_DEEPCRAWL_SCI_20240509 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][880] | GEMINI_V4_GEMVIS_V1P1_DOCJOINS_EN_MM_TOP10B |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][881] | GEMINI_V4_GEMVIS_V1P1_DOCJOINS_EN_MM_TOP20B |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][882] | GEMINI_V4_GEMVIS_V1P1_DOCJOINS_NONEN_MM_TOP10B |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][883] | GEMINI_V4_GEMVIS_V1P1_DOCJOINS_NONEN_MM_TOP20B |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][884] | GEMINI_V4_GEMVIS_V1P1_WIKIPEDIA_MM_TOP10B_TOP20B |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][885] | GEMINI_V4_GEMVIS_V1P1_FORUMS |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][886] | GEMINI_V4_GEMVIS_V1P1_MATH_CODE_SCIENCE_STACKEXCHANGE |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][887] | GEMINI_V4_GEMVIS_V1P1_WEBLI_OCR_I18N_680M |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][888] | GEMINI_V4_GEMVIS_V1P1_WEBLI_EN_V4_350M |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][889] | GEMINI_V4_GEMVIS_V1P1_SCREENAI_FULL_HTML |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][890] | GEMINI_V4_GEMVIS_V1P1_WEBDOC_V3 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][891] | GEMINI_V4_GEMVIS_V1P1_WEBLI_OCR_DOC_240M |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][892] | GEMINI_V4_GEMVIS_V1P1_SCREENAI_V1_1 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][893] | GEMINI_V4_GEMVIS_V1P1_WEBLI_ALT_TEXT_NONEN_500M |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][894] | GEMINI_V4_GEMVIS_V1P1_WEBLI_PACKED |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][895] | GEMINI_V4_GEMVIS_V1P1_MULTI_PAGE_CLOUDAI_MIN_2_INTERLEAVED |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][896] | GEMINI_V4_GEMVIS_V1P1_CULTURE_V2_GUARDIAN |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][897] | GEMINI_V4_GEMVIS_V1P1_CHEMICAL_DIAGRAM_DEPLOTTING |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][898] | GEMINI_V4_GEMVIS_V1P1_PLOT2TABLE_V3_SYNTHETIC_OR_ACADEMIC_GUARDIAN |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][899] | GEMINI_V4_GEMVIS_V1P1_PLOT2TABLE_V3_WIKI |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][900] | GEMINI_V4_GEMVIS_V1P1_GITHUB_IMAGE_CODE_PAIRS_GUARDIAN |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][901] | GEMINI_V4_GEMVIS_V1P1_TABLE2MD_V2_EN |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][902] | GEMINI_V4_GEMVIS_V1P1_WIKIMEDIA_EN |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][903] | GEMINI_V4_GEMVIS_V1P1_CLOUDAI_TABLE2HTML_3D |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][904] | GEMINI_V4_GEMVIS_V1P1_TABLE_EQUATION2LATEX_ARXIV |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][905] | GEMINI_V4_GEMVIS_V1P1_TABLE_EQUATION2LATEX_GITHUB |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][906] | GEMINI_V4_GEMVIS_V1P1_TABLE2MD_V2_NON_EN |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][907] | GEMINI_V4_GEMVIS_V1P1_CLOUDAI_TABLE2HTML_2D |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][908] | GEMINI_V4_GEMVIS_V1P1_INFOGRAPHICS_LARGE_WEB_WITH_URL |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][909] | GEMINI_V4_GEMVIS_V1P1_INFOGRAPHICS_LARGE_WEB_WITHOUT_URL |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][910] | GEMINI_V4_GEMVIS_V1P1_BIORXIV |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][911] | GEMINI_V4_GEMVIS_V1P1_ARXIV_LATEX_ABSTRACT_V3 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][912] | GEMINI_V4_GEMVIS_V1P1_SCIENCE_IMAGE_TEXT_PAIRS_GUARDIAN |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][913] | GEMINI_V4_GEMVIS_V1P1_RAID_DETECTION_MS1P0_ALL_POSITIVE_NEG_MAX_8 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][914] | GEMINI_V4_GEMVIS_V1P1_CHART_BBOX |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][915] | GEMINI_V4_GEMVIS_V1P1_REDDIT_MM_2024_09_30 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][916] | GEMINI_V4_GEMVIS_V1P1_WEBLI_DETECTION_GOWOL |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][917] | GEMINI_V4_GEMVIS_V1P1_WEBSCREEN_CLICKABLE_ELEMENTS_WITH_BBOX_V3_SINGLE_CROP |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][918] | GEMINI_V4_GEMVIS_V1P1_WEBSCREEN_CLICKABLE_ELEMENTS_WITH_POINTS_PREDICTIONS_V4_SINGLE_CROP |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][919] | GEMINI_V4_GEMVIS_V1P1_WEBSCREEN_OCR_WITH_BBOX_SINGLE_CROP |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][920] | GEMINI_V4_GEMVIS_V1P1_ACQUIRED_EPUBS |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][921] | GEMINI_V4_GEMVIS_V1P1_YOUTUBE_ACTIONS_COMBINED_V3 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][922] | GEMINI_V4_GEMVIS_V1P1_YOUTUBE_ACTIONS_MINER_LARGE_V3 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][923] | GEMINI_V4_GEMVIS_V1P1_SHOPPING_PRODUCT_ATTRIBUTES |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][924] | GEMINI_V4_GEMVIS_V1P1_HOTTI_BBOX_V1 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][925] | GEMINI_V4_GEMVIS_V1P1_TEXT_LOCALIZATION_LENS_V1 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][926] | GEMINI_V4_GEMVIS_V1P1_WEBDOC_PDF |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][927] | GEMINI_V4_GEMVIS_V1P1_WEBPPTX_EDITING_INTERLEAVED_V1_1 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][928] | GEMINI_V4_GEMVIS_V1P1_WEBPPTX_GENERATION |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][929] | GEMINI_V4_GEMVIS_V1P1_CLOUDAI_SYNTHETIC_TABLE2HTML_2D |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][930] | GEMINI_V4_GEMVIS_V1P1_SEMANTIC_KEYPOINTS_PIXMO |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][931] | GEMINI_V4_GEMVIS_V1P1_OCR_COLOR_BOX_POINT_V2 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][932] | GEMINI_V4_GEMVIS_V1P1_WEBDOC_SPATIAL_TRANSCRIPTION_V1 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][933] | GEMINI_V4_GEMVIS_V1P1_ARXIV |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][934] | GEMINI_V4_GEMVIS_V1P1_ARXIV_TIKZ |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][935] | GEMINI_V4_GEMVIS_V1P1_SCREENAI_V3_BBOX_12M |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][936] | GEMINI_V4_GEMVIS_V1P1_ARXIV_EQUATIONS_3D |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][937] | GEMINI_V4_GEMVIS_V1P1_WEBDOC_V3_3D |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][938] | GEMINI_V4_GEMVIS_V1P1_PHOTOS_VISUAL_MOMENTS |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][939] | GEMINI_V4_TOKENV8P4_YT_ASR_SUP_HARD_20240601 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][940] | GEMINI_V4_TOKENV8P4_YT_ASR_SEMISUP_LIM |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][941] | GEMINI_V4_TOKENV8P4_VOXPOPULI_ASR_HARD_WITH_LANGID_0P1 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][942] | GEMINI_V4_TOKENV8P4_FLEURS_ASR_HARD_WITH_LANGID_0P1 |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][943] | GEMINI_V4_TOKENV8P4_PODIOSET_ASR_TIMESTAMP |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][944] | GEMINI_V4_TOKENV8P4_COVOST_AST_HARD |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][945] | GEMINI_V4_TOKENV8P4_COVOST_S2TT_HARD |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][946] | GEMINI_V4_TOKENV8P4_CV11_AST_HARD |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][947] | GEMINI_V4_TOKENV8P4_CV11_S2TT_HARD |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][948] | GEMINI_V4_TOKENV8P4_PODIOSET_INTERLEAVE |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][949] | GEMINI_V4_TOKENV8P4_YT_INTERLEAVE_VAD |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][950] | GEMINI_V4_TOKENV8P4_PODIOSET_VOICELM_S2TTS_S2S |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][951] | GEMINI_V4_TOKENV8P4_CVSS_VOICELM_X_EN_S2TTS_S2S |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][952] | GEMINI_V4_TOKENV8P4_VOXPOPULI_PAIRED_S2S |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][953] | GEMINI_V4_TOKENV8P4_FLEURS_EN_X_S2TTS_S2S |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][954] | GEMINI_V4_TOKENV8P4_YT_AB_VOICELM_S2TTS_S2S |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][955] | GEMINI_V4_TOKENV8P4_YT_4M_CONTEXT_PROMPT_TTS |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][956] | GEMINI_V4_TOKENV8P4_YT_4M_STYLE_PROMPT_TTS |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][957] | GEMINI_V4_TOKENV8P4_VOICELM_PODIOSET_PROMPTED |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][958] | GEMINI_V4_TOKENV8P4_VOICELM_LIBRILONG_PROMPTED |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][959] | GEMINI_V4_TOKENV8P4_VOICELM_LIBRITTS_PROMPTED |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][960] | GEMINI_V4_TOKENV8P4_VOICELM_LIBRIVOX_PROMPTED |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][961] | GEMINI_V4_TOKENV8P4_VOICELM_YT_PROMPTED |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][962] | GEMINI_V4_TOKENV8P4_YT_ACOUSTIC_SCENE |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][963] | GEMINI_V4_TOKENV8P4_YT_UPC_LYRICS_ASR_SUBSET |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][964] | GEMINI_V4_TOKENV8P4_YT_UPC_LYRICS_AST_SUBSET |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][965] | GEMINI_V4_TOKENV8P4_YT_UPC_LYRICS_S2TT_SUBSET |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][966] | GEMINI_V4_TOKENV8P4_M3_DIALOGUE_SEGMENT_NEXT_TOKEN_PREDICTION |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][967] | GEMINI_V4_TOKENV8P4_PODIOSET_AUDIO_WITH_WORD_INTERMEDIATES |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][968] | GEMINI_V4_TOKENV8P4_PODIOSET_WORDS_WITH_AUDIO_INTERMEDIATES |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][969] | GEMINI_V4_TOKENV8P4_VOICELM_PODIOSET_AUDIO_WITH_WORD_INTERMEDIATES |
|---|
| root['schemas']['GoogleXPitchforkAidaV1GenerationSampleMetadataAttributionMetadataCitation']['properties']['dataset']['enum'][970] | GEMINI_V4_TOKENV8P4_YT_AB_1SPKR_PODIOSET_AUDIO_WITH_WORD_INTERMEDIATES |
|---|
| root['schemas']['LanguageLabsAidaSwebotV2ProtoTask']['properties']['taskOrigin']['enum'][4] | TASK_ORIGIN_USER_CLI |
|---|
| root['schemas']['LanguageLabsAidaSwebotV2ProtoTask']['properties']['taskOrigin']['enumDescriptions'][4] | The task was initialized by a real user through the CLI. |
|---|
|
|---|
|
|---|
| prod/aiui- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/aiui-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/alpha-vision- | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['GoogleCloudVisionV1p4beta1Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/alpha-vision-v1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/alpha-vision-v1p1beta1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['GoogleCloudVisionV1p1beta1Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/alpha-vision-v1p2beta1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['GoogleCloudVisionV1p2beta1Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/alpha-vision-v1p3beta1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['GoogleCloudVisionV1p3beta1Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/alpha-vision-v1p4beta1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['GoogleCloudVisionV1p4beta1Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/analyticssuitefrontend-pa- | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/analyticssuitefrontend-pa-v1 | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/ap-rbmopenmaap- | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/ap-rbmopenmaap-v1 | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/appoptimize- | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/appoptimize-v1alpha | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/appsbackup-pa- | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/appsbackup-pa-v1 | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/arcore- | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/arcore-v1 | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/arcore-v1beta2 | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/arcorecloudanchor- | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/arcorecloudanchor-v1beta2 | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/asia-east1-connectgateway- | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/asia-east1-connectgateway-v1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/asia-east1-connectgateway-v1beta1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/asia-southeast1-chronicle- | | dictionary_item_added | - root['schemas']['FindingVariable']['properties']['timestampTime']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
|
|---|
|
|---|
| prod/asia-southeast1-chronicle-v1 | | dictionary_item_added | - root['schemas']['FindingVariable']['properties']['timestampTime']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
|
|---|
|
|---|
| prod/asia-southeast1-chronicle-v1alpha | | dictionary_item_added | - root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployConnectorInstances']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployPlaybooks']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployTestCases']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['markAsDeployed']
- root['schemas']['MarkContentPackAsDeployedRequest']
- root['schemas']['MarkContentPackAsDeployedResponse']
- root['schemas']['PlaybookGenerationByAlertFeedbackMetadata']
- root['schemas']['DetectionExclusionApplication']['properties']['deletedCuratedRuleSets']
- root['schemas']['DetectionExclusionDetectorActivity']['properties']['deletedCuratedRuleSet']
- root['schemas']['FindingVariable']['properties']['timestampTime']
- root['schemas']['InstallContentPackConnectorInstanceResponse']['properties']['installedConnectorInstances']
- root['schemas']['InstallContentPackTestCasesResponse']['properties']['installedTestCases']
- root['schemas']['InstallRequest']['properties']['restoreIntegrationSnapshot']
- root['schemas']['InstallRequest']['properties']['version']
- root['schemas']['InstallResponse']['properties']['version']
- root['schemas']['Integration']['properties']['type']
- root['schemas']['IntegrationAction']['properties']['id']
- root['schemas']['IntegrationJobInstance']['properties']['uniqueIdentifier']
- root['schemas']['MarketplaceIntegration']['properties']['availableVersions']
- root['schemas']['MarketplaceIntegration']['properties']['integrationSnapshots']
- root['schemas']['SubmitResponseFeedbackRequest']['properties']['playbookGenerationByAlertMetadata']
|
|---|
| dictionary_item_removed | - root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installConnectorInstances']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installPlaybooks']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installTestCases']
|
|---|
| values_changed | | root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['add']['parameters']['parent']['pattern'] | | new_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub/contentPacks$ |
|---|
| old_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub$ |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['add']['path'] | | new_value | v1alpha/{+parent}:add |
|---|
| old_value | v1alpha/{+parent}/contentPacks:add |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['list']['parameters']['parent']['pattern'] | | new_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub/contentPacks$ |
|---|
| old_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub$ |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['list']['path'] | | new_value | v1alpha/{+parent} |
|---|
| old_value | v1alpha/{+parent}/contentPacks |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['legacy']['methods']['legacySearchRulesAlerts']['description'] | | new_value | RPC to get the list of Rules Engine generated alerts for a customer. |
|---|
| old_value | RPC to get the list of Rules Enginer generated alerts for a customer. |
|---|
|
|---|
| root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
| root['schemas']['DetectionExclusionDetectorActivity']['properties']['curatedRuleSet']['description'] | | new_value | Full resource name for the curated rule set this activity corresponds to. This field will only be set if the customer has access to the curated rule set the exclusion is applied to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set} |
|---|
| old_value | Full resource name for the curated rule set this activity corresponds to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set} |
|---|
|
|---|
| root['schemas']['InstallContentPackPlaybooksResponse']['properties'] | | new_value | | installedPlaybooks | | description | Output only. List of content pack item installation response |
|---|
| items | | $ref | ContentPackItemInstallationResponse |
|---|
|
|---|
| readOnly | True |
|---|
| type | array |
|---|
|
|---|
|
|---|
| old_value | | response | | description | Output only. List of content pack item installation response |
|---|
| items | | $ref | ContentPackItemInstallationResponse |
|---|
|
|---|
| readOnly | True |
|---|
| type | array |
|---|
|
|---|
|
|---|
|
|---|
| root['schemas']['LegacyUpdateTaskResultResponse']['properties'] | | new_value | | mediaInfo | | $ref | MediaResponseInfo |
|---|
| description | Required. Scotty properties (won't be visible in exposed API) |
|---|
|
|---|
|
|---|
| old_value | | media_info | | $ref | MediaResponseInfo |
|---|
| description | Required. Scotty properties (won't be visible in exposed API) |
|---|
|
|---|
|
|---|
|
|---|
| root['schemas']['ActionParameter']['properties']['type']['enum'][16] | | new_value | MULTIPLE_CHOICE_PARAMETER |
|---|
| old_value | MULTI_CHOICE_PARAMETER |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['FieldProvenance']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][2299] | ULTRA |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][2299] | ULTRA |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['SearchHistory']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['SearchHistory']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
| root['schemas']['SearchQuery']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['SearchQuery']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
| root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
| root['schemas']['ValidateQueryResponse']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['ValidateQueryResponse']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
|
|---|
|
|---|
| prod/asia-southeast1-chronicle-v1beta | | dictionary_item_added | - root['schemas']['FindingVariable']['properties']['timestampTime']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
|
|---|
|
|---|
| prod/assistant-s3-pa- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/assistant-s3-pa-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/assistant-s3-pa-v1alpha2 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/assistant-s3-pa-v1beta1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/assistantfrontend-pa- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/assistantfrontend-pa-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/assistantfrontend-pa-v1alpha2 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/assistantfrontend-pa-v1beta1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/assuredoss- | | values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
|
|---|
| prod/assuredoss-v1alpha | | values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
|
|---|
| prod/auditrecording-pa- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodEvent']['properties']['name']['enum'][302] | GOOGLE_HOME_SPEAKER_GOOGLE_SERVICES |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodEvent']['properties']['name']['enum'][384] | GOOGLE_WALLET_PIX_INCENTIVE_CAMPAIGN_CONSENT_CHANGE |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodEvent']['properties']['name']['enumDescriptions'][302] | The user has given consent to Google services agreement for Google Home Speaker device(starting with eilish), which include location sharing and crash report sharing. |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodEvent']['properties']['name']['enumDescriptions'][384] | The user has given/removed consent to the ToS of Wallet Pix incentive campaign. |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodUiContext']['properties']['contextId']['enum'][418] | GOOGLE_HOME_ANDROID_SPEAKER_GOOGLE_SERVICES |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodUiContext']['properties']['contextId']['enum'][452] | GOOGLE_HOME_IOS_SPEAKER_GOOGLE_SERVICES |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodUiContext']['properties']['contextId']['enum'][606] | GOOGLE_WALLET_ANDROID_APP_PIX_CAMPAIGN_TOS_PAGE |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodUiContext']['properties']['contextId']['enumDescriptions'][418] | User is viewing Google services screen for Google Speaker(starting with eilish) on Google Home Android app. |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodUiContext']['properties']['contextId']['enumDescriptions'][452] | User is viewing Google services screen for Google Speakers(starting with eilish) on Google Home iOS app. |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodUiContext']['properties']['contextId']['enumDescriptions'][606] | Google Wallet app Pix campaign ToS consent screen on Android. |
|---|
|
|---|
|
|---|
| prod/auditrecording-pa-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodEvent']['properties']['name']['enum'][302] | GOOGLE_HOME_SPEAKER_GOOGLE_SERVICES |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodEvent']['properties']['name']['enum'][384] | GOOGLE_WALLET_PIX_INCENTIVE_CAMPAIGN_CONSENT_CHANGE |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodEvent']['properties']['name']['enumDescriptions'][302] | The user has given consent to Google services agreement for Google Home Speaker device(starting with eilish), which include location sharing and crash report sharing. |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodEvent']['properties']['name']['enumDescriptions'][384] | The user has given/removed consent to the ToS of Wallet Pix incentive campaign. |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodUiContext']['properties']['contextId']['enum'][418] | GOOGLE_HOME_ANDROID_SPEAKER_GOOGLE_SERVICES |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodUiContext']['properties']['contextId']['enum'][452] | GOOGLE_HOME_IOS_SPEAKER_GOOGLE_SERVICES |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodUiContext']['properties']['contextId']['enum'][606] | GOOGLE_WALLET_ANDROID_APP_PIX_CAMPAIGN_TOS_PAGE |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodUiContext']['properties']['contextId']['enumDescriptions'][418] | User is viewing Google services screen for Google Speaker(starting with eilish) on Google Home Android app. |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodUiContext']['properties']['contextId']['enumDescriptions'][452] | User is viewing Google services screen for Google Speakers(starting with eilish) on Google Home iOS app. |
|---|
| root['schemas']['GoogleInternalApiAuditrecordingV1NongoogleprodUiContext']['properties']['contextId']['enumDescriptions'][606] | Google Wallet app Pix campaign ToS consent screen on Android. |
|---|
|
|---|
|
|---|
| prod/autofill- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/autofill-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/autopush-notifications-pa.sandbox- | | dictionary_item_added | - root['schemas']['NotificationsPlatformCommonProto_CustomPrompt_InstallationInstruction']
- root['schemas']['PhotosMediaClient_VideoProperties_SpecialFormatProperties']
- root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['installationInstruction']
- root['schemas']['PhotosMediaClient__VideoProperties']['properties']['specialFormatProperties']
- root['schemas']['SearchNotificationsClientAga__BeaconClientInfo']['properties']['isScreenOff']
- root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['primaryTitle']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250805 |
|---|
|
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['description'] | | new_value | Next tag: 12 |
|---|
| old_value | Next tag: 11 |
|---|
|
|---|
| root['schemas']['PhotosMediaClient__VideoProperties']['description'] | | new_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 12 |
|---|
| old_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 11 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['description'] | | new_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 26 |
|---|
| old_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 25 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['defaultTitle']['description'] | | new_value | (Required) default paymentmethod title (e.g. {NetworkName} ••1234). The default title is used as secondary content when nickname / card product name is set. |
|---|
| old_value | (Required) default paymentmethod title (e.g. Visa •••• 1234). The default title is used when we still need to show the original default title to user no matter if user set a nickname or not |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['title']['description'] | | new_value | (Required) The title of the payment method when used as inline text (http://shortn/_gYULY6ecUj) or module text (http://shortn/_uFgua19x6b). It is: {Nickname} ••1234 / {CardProductName} ••1234 / {NetworkName} ••1234 |
|---|
| old_value | (Required) Primary description of the Payment Method to show the user. Used in the card list, and also the card details view for payment methods that don't have rich card art in the DeviceDetails (i.e. tokenized). If user has set a nickname, the title will be replaced by the nickname (e.g. Visa **** 1234, Savings, Google Pay Balance) |
|---|
|
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][179] | | new_value | Events when closed loop cards are (un)blocked due to Pass' NFC constraints. When the user is viewing a Pass, block payment or closed loop cards if the Pass has NFC constraints. |
|---|
| old_value | Events when closed loop cards are (un)blocked due to NFC constraints. |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['GoogleInternalTapandpayV1PassesNotifications_NotificationStyleProgressInfo_ProgressIcon']['properties']['progressIconLocalIcon']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__LocalResource']['properties']['iconType']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enum'][31] | START_LOW_BALANCE_SETUP |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enumDescriptions'][31] | Start the low balance setup flow. |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid_PermissionState_NotificationPermissionMetadata']['properties']['intentSource']['enum'][45] | LOW_BALANCE_NOTIFICATION |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enum'][183] | UNBLOCK_CLOSED_LOOP_CARDS_ON_VIEW_CARD |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][183] | Events when closed loop cards are unblocked due to the user is viewing the card. |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enum'][3] | INSTALLATION_BOTTOM_SHEET |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enumDescriptions'][3] | A bottomsheet, at the bottom of which appears the native Apple installation overlay. |
|---|
| root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1525] | DAILY_TRIVIA_WIDGET |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
|
|---|
|
|---|
| prod/autopush-notifications-pa.sandbox-v1 | | dictionary_item_added | - root['schemas']['NotificationsPlatformCommonProto_CustomPrompt_InstallationInstruction']
- root['schemas']['PhotosMediaClient_VideoProperties_SpecialFormatProperties']
- root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['installationInstruction']
- root['schemas']['PhotosMediaClient__VideoProperties']['properties']['specialFormatProperties']
- root['schemas']['SearchNotificationsClientAga__BeaconClientInfo']['properties']['isScreenOff']
- root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['primaryTitle']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250805 |
|---|
|
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['description'] | | new_value | Next tag: 12 |
|---|
| old_value | Next tag: 11 |
|---|
|
|---|
| root['schemas']['PhotosMediaClient__VideoProperties']['description'] | | new_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 12 |
|---|
| old_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 11 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['description'] | | new_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 26 |
|---|
| old_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 25 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['defaultTitle']['description'] | | new_value | (Required) default paymentmethod title (e.g. {NetworkName} ••1234). The default title is used as secondary content when nickname / card product name is set. |
|---|
| old_value | (Required) default paymentmethod title (e.g. Visa •••• 1234). The default title is used when we still need to show the original default title to user no matter if user set a nickname or not |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['title']['description'] | | new_value | (Required) The title of the payment method when used as inline text (http://shortn/_gYULY6ecUj) or module text (http://shortn/_uFgua19x6b). It is: {Nickname} ••1234 / {CardProductName} ••1234 / {NetworkName} ••1234 |
|---|
| old_value | (Required) Primary description of the Payment Method to show the user. Used in the card list, and also the card details view for payment methods that don't have rich card art in the DeviceDetails (i.e. tokenized). If user has set a nickname, the title will be replaced by the nickname (e.g. Visa **** 1234, Savings, Google Pay Balance) |
|---|
|
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][179] | | new_value | Events when closed loop cards are (un)blocked due to Pass' NFC constraints. When the user is viewing a Pass, block payment or closed loop cards if the Pass has NFC constraints. |
|---|
| old_value | Events when closed loop cards are (un)blocked due to NFC constraints. |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['GoogleInternalTapandpayV1PassesNotifications_NotificationStyleProgressInfo_ProgressIcon']['properties']['progressIconLocalIcon']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__LocalResource']['properties']['iconType']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enum'][31] | START_LOW_BALANCE_SETUP |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enumDescriptions'][31] | Start the low balance setup flow. |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid_PermissionState_NotificationPermissionMetadata']['properties']['intentSource']['enum'][45] | LOW_BALANCE_NOTIFICATION |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enum'][183] | UNBLOCK_CLOSED_LOOP_CARDS_ON_VIEW_CARD |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][183] | Events when closed loop cards are unblocked due to the user is viewing the card. |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enum'][3] | INSTALLATION_BOTTOM_SHEET |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enumDescriptions'][3] | A bottomsheet, at the bottom of which appears the native Apple installation overlay. |
|---|
| root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1525] | DAILY_TRIVIA_WIDGET |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
|
|---|
|
|---|
| prod/autopush-proddata-notifications-pa.sandbox- | | dictionary_item_added | - root['schemas']['NotificationsPlatformCommonProto_CustomPrompt_InstallationInstruction']
- root['schemas']['PhotosMediaClient_VideoProperties_SpecialFormatProperties']
- root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['installationInstruction']
- root['schemas']['PhotosMediaClient__VideoProperties']['properties']['specialFormatProperties']
- root['schemas']['SearchNotificationsClientAga__BeaconClientInfo']['properties']['isScreenOff']
- root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['primaryTitle']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250805 |
|---|
|
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['description'] | | new_value | Next tag: 12 |
|---|
| old_value | Next tag: 11 |
|---|
|
|---|
| root['schemas']['PhotosMediaClient__VideoProperties']['description'] | | new_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 12 |
|---|
| old_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 11 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['description'] | | new_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 26 |
|---|
| old_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 25 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['defaultTitle']['description'] | | new_value | (Required) default paymentmethod title (e.g. {NetworkName} ••1234). The default title is used as secondary content when nickname / card product name is set. |
|---|
| old_value | (Required) default paymentmethod title (e.g. Visa •••• 1234). The default title is used when we still need to show the original default title to user no matter if user set a nickname or not |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['title']['description'] | | new_value | (Required) The title of the payment method when used as inline text (http://shortn/_gYULY6ecUj) or module text (http://shortn/_uFgua19x6b). It is: {Nickname} ••1234 / {CardProductName} ••1234 / {NetworkName} ••1234 |
|---|
| old_value | (Required) Primary description of the Payment Method to show the user. Used in the card list, and also the card details view for payment methods that don't have rich card art in the DeviceDetails (i.e. tokenized). If user has set a nickname, the title will be replaced by the nickname (e.g. Visa **** 1234, Savings, Google Pay Balance) |
|---|
|
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][179] | | new_value | Events when closed loop cards are (un)blocked due to Pass' NFC constraints. When the user is viewing a Pass, block payment or closed loop cards if the Pass has NFC constraints. |
|---|
| old_value | Events when closed loop cards are (un)blocked due to NFC constraints. |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['GoogleInternalTapandpayV1PassesNotifications_NotificationStyleProgressInfo_ProgressIcon']['properties']['progressIconLocalIcon']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__LocalResource']['properties']['iconType']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enum'][31] | START_LOW_BALANCE_SETUP |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enumDescriptions'][31] | Start the low balance setup flow. |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid_PermissionState_NotificationPermissionMetadata']['properties']['intentSource']['enum'][45] | LOW_BALANCE_NOTIFICATION |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enum'][183] | UNBLOCK_CLOSED_LOOP_CARDS_ON_VIEW_CARD |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][183] | Events when closed loop cards are unblocked due to the user is viewing the card. |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enum'][3] | INSTALLATION_BOTTOM_SHEET |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enumDescriptions'][3] | A bottomsheet, at the bottom of which appears the native Apple installation overlay. |
|---|
| root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1525] | DAILY_TRIVIA_WIDGET |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
|
|---|
|
|---|
| prod/autopush-proddata-notifications-pa.sandbox-v1 | | dictionary_item_added | - root['schemas']['NotificationsPlatformCommonProto_CustomPrompt_InstallationInstruction']
- root['schemas']['PhotosMediaClient_VideoProperties_SpecialFormatProperties']
- root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['installationInstruction']
- root['schemas']['PhotosMediaClient__VideoProperties']['properties']['specialFormatProperties']
- root['schemas']['SearchNotificationsClientAga__BeaconClientInfo']['properties']['isScreenOff']
- root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['primaryTitle']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250805 |
|---|
|
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['description'] | | new_value | Next tag: 12 |
|---|
| old_value | Next tag: 11 |
|---|
|
|---|
| root['schemas']['PhotosMediaClient__VideoProperties']['description'] | | new_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 12 |
|---|
| old_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 11 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['description'] | | new_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 26 |
|---|
| old_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 25 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['defaultTitle']['description'] | | new_value | (Required) default paymentmethod title (e.g. {NetworkName} ••1234). The default title is used as secondary content when nickname / card product name is set. |
|---|
| old_value | (Required) default paymentmethod title (e.g. Visa •••• 1234). The default title is used when we still need to show the original default title to user no matter if user set a nickname or not |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['title']['description'] | | new_value | (Required) The title of the payment method when used as inline text (http://shortn/_gYULY6ecUj) or module text (http://shortn/_uFgua19x6b). It is: {Nickname} ••1234 / {CardProductName} ••1234 / {NetworkName} ••1234 |
|---|
| old_value | (Required) Primary description of the Payment Method to show the user. Used in the card list, and also the card details view for payment methods that don't have rich card art in the DeviceDetails (i.e. tokenized). If user has set a nickname, the title will be replaced by the nickname (e.g. Visa **** 1234, Savings, Google Pay Balance) |
|---|
|
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][179] | | new_value | Events when closed loop cards are (un)blocked due to Pass' NFC constraints. When the user is viewing a Pass, block payment or closed loop cards if the Pass has NFC constraints. |
|---|
| old_value | Events when closed loop cards are (un)blocked due to NFC constraints. |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['GoogleInternalTapandpayV1PassesNotifications_NotificationStyleProgressInfo_ProgressIcon']['properties']['progressIconLocalIcon']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__LocalResource']['properties']['iconType']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enum'][31] | START_LOW_BALANCE_SETUP |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enumDescriptions'][31] | Start the low balance setup flow. |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid_PermissionState_NotificationPermissionMetadata']['properties']['intentSource']['enum'][45] | LOW_BALANCE_NOTIFICATION |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enum'][183] | UNBLOCK_CLOSED_LOOP_CARDS_ON_VIEW_CARD |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][183] | Events when closed loop cards are unblocked due to the user is viewing the card. |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enum'][3] | INSTALLATION_BOTTOM_SHEET |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enumDescriptions'][3] | A bottomsheet, at the bottom of which appears the native Apple installation overlay. |
|---|
| root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1525] | DAILY_TRIVIA_WIDGET |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
|
|---|
|
|---|
| prod/autopush-qual-playground-notifications-pa.sandbox- | | dictionary_item_added | - root['schemas']['NotificationsPlatformCommonProto_CustomPrompt_InstallationInstruction']
- root['schemas']['PhotosMediaClient_VideoProperties_SpecialFormatProperties']
- root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['installationInstruction']
- root['schemas']['PhotosMediaClient__VideoProperties']['properties']['specialFormatProperties']
- root['schemas']['SearchNotificationsClientAga__BeaconClientInfo']['properties']['isScreenOff']
- root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['primaryTitle']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250805 |
|---|
|
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['description'] | | new_value | Next tag: 12 |
|---|
| old_value | Next tag: 11 |
|---|
|
|---|
| root['schemas']['PhotosMediaClient__VideoProperties']['description'] | | new_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 12 |
|---|
| old_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 11 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['description'] | | new_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 26 |
|---|
| old_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 25 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['defaultTitle']['description'] | | new_value | (Required) default paymentmethod title (e.g. {NetworkName} ••1234). The default title is used as secondary content when nickname / card product name is set. |
|---|
| old_value | (Required) default paymentmethod title (e.g. Visa •••• 1234). The default title is used when we still need to show the original default title to user no matter if user set a nickname or not |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['title']['description'] | | new_value | (Required) The title of the payment method when used as inline text (http://shortn/_gYULY6ecUj) or module text (http://shortn/_uFgua19x6b). It is: {Nickname} ••1234 / {CardProductName} ••1234 / {NetworkName} ••1234 |
|---|
| old_value | (Required) Primary description of the Payment Method to show the user. Used in the card list, and also the card details view for payment methods that don't have rich card art in the DeviceDetails (i.e. tokenized). If user has set a nickname, the title will be replaced by the nickname (e.g. Visa **** 1234, Savings, Google Pay Balance) |
|---|
|
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][179] | | new_value | Events when closed loop cards are (un)blocked due to Pass' NFC constraints. When the user is viewing a Pass, block payment or closed loop cards if the Pass has NFC constraints. |
|---|
| old_value | Events when closed loop cards are (un)blocked due to NFC constraints. |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['GoogleInternalTapandpayV1PassesNotifications_NotificationStyleProgressInfo_ProgressIcon']['properties']['progressIconLocalIcon']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__LocalResource']['properties']['iconType']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enum'][31] | START_LOW_BALANCE_SETUP |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enumDescriptions'][31] | Start the low balance setup flow. |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid_PermissionState_NotificationPermissionMetadata']['properties']['intentSource']['enum'][45] | LOW_BALANCE_NOTIFICATION |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enum'][183] | UNBLOCK_CLOSED_LOOP_CARDS_ON_VIEW_CARD |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][183] | Events when closed loop cards are unblocked due to the user is viewing the card. |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enum'][3] | INSTALLATION_BOTTOM_SHEET |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enumDescriptions'][3] | A bottomsheet, at the bottom of which appears the native Apple installation overlay. |
|---|
| root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1525] | DAILY_TRIVIA_WIDGET |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
|
|---|
|
|---|
| prod/autopush-qual-playground-notifications-pa.sandbox-v1 | | dictionary_item_added | - root['schemas']['NotificationsPlatformCommonProto_CustomPrompt_InstallationInstruction']
- root['schemas']['PhotosMediaClient_VideoProperties_SpecialFormatProperties']
- root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['installationInstruction']
- root['schemas']['PhotosMediaClient__VideoProperties']['properties']['specialFormatProperties']
- root['schemas']['SearchNotificationsClientAga__BeaconClientInfo']['properties']['isScreenOff']
- root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['primaryTitle']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250805 |
|---|
|
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['description'] | | new_value | Next tag: 12 |
|---|
| old_value | Next tag: 11 |
|---|
|
|---|
| root['schemas']['PhotosMediaClient__VideoProperties']['description'] | | new_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 12 |
|---|
| old_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 11 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['description'] | | new_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 26 |
|---|
| old_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 25 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['defaultTitle']['description'] | | new_value | (Required) default paymentmethod title (e.g. {NetworkName} ••1234). The default title is used as secondary content when nickname / card product name is set. |
|---|
| old_value | (Required) default paymentmethod title (e.g. Visa •••• 1234). The default title is used when we still need to show the original default title to user no matter if user set a nickname or not |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['title']['description'] | | new_value | (Required) The title of the payment method when used as inline text (http://shortn/_gYULY6ecUj) or module text (http://shortn/_uFgua19x6b). It is: {Nickname} ••1234 / {CardProductName} ••1234 / {NetworkName} ••1234 |
|---|
| old_value | (Required) Primary description of the Payment Method to show the user. Used in the card list, and also the card details view for payment methods that don't have rich card art in the DeviceDetails (i.e. tokenized). If user has set a nickname, the title will be replaced by the nickname (e.g. Visa **** 1234, Savings, Google Pay Balance) |
|---|
|
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][179] | | new_value | Events when closed loop cards are (un)blocked due to Pass' NFC constraints. When the user is viewing a Pass, block payment or closed loop cards if the Pass has NFC constraints. |
|---|
| old_value | Events when closed loop cards are (un)blocked due to NFC constraints. |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['GoogleInternalTapandpayV1PassesNotifications_NotificationStyleProgressInfo_ProgressIcon']['properties']['progressIconLocalIcon']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__LocalResource']['properties']['iconType']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enum'][31] | START_LOW_BALANCE_SETUP |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enumDescriptions'][31] | Start the low balance setup flow. |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid_PermissionState_NotificationPermissionMetadata']['properties']['intentSource']['enum'][45] | LOW_BALANCE_NOTIFICATION |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enum'][183] | UNBLOCK_CLOSED_LOOP_CARDS_ON_VIEW_CARD |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][183] | Events when closed loop cards are unblocked due to the user is viewing the card. |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enum'][3] | INSTALLATION_BOTTOM_SHEET |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enumDescriptions'][3] | A bottomsheet, at the bottom of which appears the native Apple installation overlay. |
|---|
| root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1525] | DAILY_TRIVIA_WIDGET |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
|
|---|
|
|---|
| prod/buildeventservice- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250801 |
|---|
|
|---|
|
|---|
|
|---|
| prod/buildeventservice-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250801 |
|---|
|
|---|
|
|---|
|
|---|
| prod/capacityplanner- | | dictionary_item_removed | - root['auth']
- root['resources']['folders']['resources']['locations']['resources']['machineShapeUsage']
- root['resources']['folders']['resources']['locations']['resources']['forecasts']['methods']['export']['scopes']
- root['resources']['folders']['resources']['locations']['resources']['reservationsUsage']['methods']['export']['scopes']
- root['resources']['folders']['resources']['locations']['resources']['usageHistories']['methods']['export']['scopes']
- root['resources']['organizations']['resources']['locations']['resources']['machineShapeUsage']
- root['resources']['organizations']['resources']['locations']['resources']['forecasts']['methods']['export']['scopes']
- root['resources']['organizations']['resources']['locations']['resources']['reservationsUsage']['methods']['export']['scopes']
- root['resources']['organizations']['resources']['locations']['resources']['usageHistories']['methods']['export']['scopes']
- root['resources']['projects']['resources']['locations']['resources']['machineShapeUsage']
- root['resources']['projects']['resources']['locations']['resources']['forecasts']['methods']['export']['scopes']
- root['resources']['projects']['resources']['locations']['resources']['reservationsUsage']['methods']['export']['scopes']
- root['resources']['projects']['resources']['locations']['resources']['usageHistories']['methods']['export']['scopes']
|
|---|
| values_changed | | root['id'] | | new_value | capacityplanner:v1beta |
|---|
| old_value | capacityplanner:v1alpha |
|---|
|
|---|
| root['resources']['folders']['resources']['locations']['resources']['forecasts']['methods']['export']['flatPath'] | | new_value | v1beta/folders/{foldersId}/locations/{locationsId}/forecasts:export |
|---|
| old_value | v1alpha/folders/{foldersId}/locations/{locationsId}/forecasts:export |
|---|
|
|---|
| root['resources']['folders']['resources']['locations']['resources']['forecasts']['methods']['export']['path'] | | new_value | v1beta/{+parent}/forecasts:export |
|---|
| old_value | v1alpha/{+parent}/forecasts:export |
|---|
|
|---|
| root['resources']['folders']['resources']['locations']['resources']['forecasts']['methods']['export']['request']['$ref'] | | new_value | GoogleCloudCapacityplannerV1betaExportForecastsRequest |
|---|
| old_value | GoogleCloudCapacityplannerV1alphaExportForecastsRequest |
|---|
|
|---|
| root['resources']['folders']['resources']['locations']['resources']['reservationsUsage']['methods']['export']['flatPath'] | | new_value | v1beta/folders/{foldersId}/locations/{locationsId}/reservationsUsage:export |
|---|
| old_value | v1alpha/folders/{foldersId}/locations/{locationsId}/reservationsUsage:export |
|---|
|
|---|
| root['resources']['folders']['resources']['locations']['resources']['reservationsUsage']['methods']['export']['path'] | | new_value | v1beta/{+parent}/reservationsUsage:export |
|---|
| old_value | v1alpha/{+parent}/reservationsUsage:export |
|---|
|
|---|
| root['resources']['folders']['resources']['locations']['resources']['reservationsUsage']['methods']['export']['request']['$ref'] | | new_value | GoogleCloudCapacityplannerV1betaExportReservationsUsageRequest |
|---|
| old_value | GoogleCloudCapacityplannerV1alphaExportReservationsUsageRequest |
|---|
|
|---|
| root['resources']['folders']['resources']['locations']['resources']['usageHistories']['methods']['export']['flatPath'] | | new_value | v1beta/folders/{foldersId}/locations/{locationsId}/usageHistories:export |
|---|
| old_value | v1alpha/folders/{foldersId}/locations/{locationsId}/usageHistories:export |
|---|
|
|---|
| root['resources']['folders']['resources']['locations']['resources']['usageHistories']['methods']['export']['path'] | | new_value | v1beta/{+parent}/usageHistories:export |
|---|
| old_value | v1alpha/{+parent}/usageHistories:export |
|---|
|
|---|
| root['resources']['folders']['resources']['locations']['resources']['usageHistories']['methods']['export']['request']['$ref'] | | new_value | GoogleCloudCapacityplannerV1betaExportUsageHistoriesRequest |
|---|
| old_value | GoogleCloudCapacityplannerV1alphaExportUsageHistoriesRequest |
|---|
|
|---|
| root['resources']['organizations']['resources']['locations']['resources']['forecasts']['methods']['export']['flatPath'] | | new_value | v1beta/organizations/{organizationsId}/locations/{locationsId}/forecasts:export |
|---|
| old_value | v1alpha/organizations/{organizationsId}/locations/{locationsId}/forecasts:export |
|---|
|
|---|
| root['resources']['organizations']['resources']['locations']['resources']['forecasts']['methods']['export']['path'] | | new_value | v1beta/{+parent}/forecasts:export |
|---|
| old_value | v1alpha/{+parent}/forecasts:export |
|---|
|
|---|
| root['resources']['organizations']['resources']['locations']['resources']['forecasts']['methods']['export']['request']['$ref'] | | new_value | GoogleCloudCapacityplannerV1betaExportForecastsRequest |
|---|
| old_value | GoogleCloudCapacityplannerV1alphaExportForecastsRequest |
|---|
|
|---|
| root['resources']['organizations']['resources']['locations']['resources']['reservationsUsage']['methods']['export']['flatPath'] | | new_value | v1beta/organizations/{organizationsId}/locations/{locationsId}/reservationsUsage:export |
|---|
| old_value | v1alpha/organizations/{organizationsId}/locations/{locationsId}/reservationsUsage:export |
|---|
|
|---|
| root['resources']['organizations']['resources']['locations']['resources']['reservationsUsage']['methods']['export']['path'] | | new_value | v1beta/{+parent}/reservationsUsage:export |
|---|
| old_value | v1alpha/{+parent}/reservationsUsage:export |
|---|
|
|---|
| root['resources']['organizations']['resources']['locations']['resources']['reservationsUsage']['methods']['export']['request']['$ref'] | | new_value | GoogleCloudCapacityplannerV1betaExportReservationsUsageRequest |
|---|
| old_value | GoogleCloudCapacityplannerV1alphaExportReservationsUsageRequest |
|---|
|
|---|
| root['resources']['organizations']['resources']['locations']['resources']['usageHistories']['methods']['export']['flatPath'] | | new_value | v1beta/organizations/{organizationsId}/locations/{locationsId}/usageHistories:export |
|---|
| old_value | v1alpha/organizations/{organizationsId}/locations/{locationsId}/usageHistories:export |
|---|
|
|---|
| root['resources']['organizations']['resources']['locations']['resources']['usageHistories']['methods']['export']['path'] | | new_value | v1beta/{+parent}/usageHistories:export |
|---|
| old_value | v1alpha/{+parent}/usageHistories:export |
|---|
|
|---|
| root['resources']['organizations']['resources']['locations']['resources']['usageHistories']['methods']['export']['request']['$ref'] | | new_value | GoogleCloudCapacityplannerV1betaExportUsageHistoriesRequest |
|---|
| old_value | GoogleCloudCapacityplannerV1alphaExportUsageHistoriesRequest |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['forecasts']['methods']['export']['flatPath'] | | new_value | v1beta/projects/{projectsId}/locations/{locationsId}/forecasts:export |
|---|
| old_value | v1alpha/projects/{projectsId}/locations/{locationsId}/forecasts:export |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['forecasts']['methods']['export']['path'] | | new_value | v1beta/{+parent}/forecasts:export |
|---|
| old_value | v1alpha/{+parent}/forecasts:export |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['forecasts']['methods']['export']['request']['$ref'] | | new_value | GoogleCloudCapacityplannerV1betaExportForecastsRequest |
|---|
| old_value | GoogleCloudCapacityplannerV1alphaExportForecastsRequest |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['reservationsUsage']['methods']['export']['flatPath'] | | new_value | v1beta/projects/{projectsId}/locations/{locationsId}/reservationsUsage:export |
|---|
| old_value | v1alpha/projects/{projectsId}/locations/{locationsId}/reservationsUsage:export |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['reservationsUsage']['methods']['export']['path'] | | new_value | v1beta/{+parent}/reservationsUsage:export |
|---|
| old_value | v1alpha/{+parent}/reservationsUsage:export |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['reservationsUsage']['methods']['export']['request']['$ref'] | | new_value | GoogleCloudCapacityplannerV1betaExportReservationsUsageRequest |
|---|
| old_value | GoogleCloudCapacityplannerV1alphaExportReservationsUsageRequest |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['usageHistories']['methods']['export']['flatPath'] | | new_value | v1beta/projects/{projectsId}/locations/{locationsId}/usageHistories:export |
|---|
| old_value | v1alpha/projects/{projectsId}/locations/{locationsId}/usageHistories:export |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['usageHistories']['methods']['export']['path'] | | new_value | v1beta/{+parent}/usageHistories:export |
|---|
| old_value | v1alpha/{+parent}/usageHistories:export |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['usageHistories']['methods']['export']['request']['$ref'] | | new_value | GoogleCloudCapacityplannerV1betaExportUsageHistoriesRequest |
|---|
| old_value | GoogleCloudCapacityplannerV1alphaExportUsageHistoriesRequest |
|---|
|
|---|
| root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250720 |
|---|
|
|---|
| root['schemas'] | | new_value | | GoogleCloudCapacityplannerV1betaBigQueryDestination | | description | A BigQuery destination for exporting assets to. |
|---|
| id | GoogleCloudCapacityplannerV1betaBigQueryDestination |
|---|
| properties | | createDisposition | | description | Optional. 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.
|
|---|
| type | string |
|---|
|
|---|
| dataset | | description | Required. 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. |
|---|
| type | string |
|---|
|
|---|
| gcsLocation | | description | Optional. 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'. |
|---|
| type | string |
|---|
|
|---|
| partitionKey | | description | Optional. 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.
|
|---|
| type | string |
|---|
|
|---|
| table | | description | Required. The BigQuery table to which the snapshot result should be written. |
|---|
| type | string |
|---|
|
|---|
| writeDisposition | | description | Optional. 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.
|
|---|
| type | string |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleCloudCapacityplannerV1betaExportForecastsRequest | | description | The `ExportForecasts` request Next : 13 |
|---|
| id | GoogleCloudCapacityplannerV1betaExportForecastsRequest |
|---|
| properties | | aggregationMethod | | description | Optional. 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.
|
|---|
| type | string |
|---|
|
|---|
| diskType | | description | Optional. The disk_type for the `Forecast` values to return with request persistent-disk resource_type. |
|---|
| type | string |
|---|
|
|---|
| endDate | | $ref | GoogleTypeDate |
|---|
| description | Optional. The end date of forecasts. |
|---|
|
|---|
| gpuType | | description | Optional. 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. |
|---|
| type | string |
|---|
|
|---|
| machineFamily | | description | Optional. The machine family to use to select the `Forecast` values to return. Possible values include "n1", and "n2d". |
|---|
| type | string |
|---|
|
|---|
| machineShape | | $ref | GoogleCloudCapacityplannerV1betaMachineShape |
|---|
| description | Optional. The machine shape for the time series values to export. |
|---|
|
|---|
| outputConfig | | $ref | GoogleCloudCapacityplannerV1betaOutputConfig |
|---|
| description | Required. Output configuration indicating where the results will be output to. |
|---|
|
|---|
| predictionInterval | | description | Optional. 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.
|
|---|
| type | string |
|---|
|
|---|
| resourceType | | description | Required. 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". |
|---|
| type | string |
|---|
|
|---|
| startDate | | $ref | GoogleTypeDate |
|---|
| description | Optional. The start date of forecasts. |
|---|
|
|---|
| tpuType | | description | Optional. The TPU type for the `Forecast` values to return. Empty tpu_type will return results matching all TPUs. |
|---|
| type | string |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleCloudCapacityplannerV1betaExportReservationsUsageRequest | | description | The `ExportReservationsUsage` request |
|---|
| id | GoogleCloudCapacityplannerV1betaExportReservationsUsageRequest |
|---|
| properties | | cloudResourceType | | description | Required. The resource for the `ReservationsUsage` values to return. Possible values include "gce-vcpus", "gce-ram", "gce-local-ssd", and "gce-gpu". |
|---|
| type | string |
|---|
|
|---|
| endDate | | $ref | GoogleTypeDate |
|---|
| description | Optional. The end date of reservations usage. |
|---|
|
|---|
| gpuType | | description | Optional. The GPU type to query reservations and usage by. For example: NVIDIA T4. |
|---|
| type | string |
|---|
|
|---|
| locationLevel | | description | Optional. 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.
|
|---|
| type | string |
|---|
|
|---|
| machineFamily | | description | Optional. The machine family to query reservations and usage by. For example: n1, n2d. |
|---|
| type | string |
|---|
|
|---|
| machineShape | | $ref | GoogleCloudCapacityplannerV1betaMachineShape |
|---|
| description | Optional. The machine_shape as a filter to select matching reservations and its usage. |
|---|
|
|---|
| outputConfig | | $ref | GoogleCloudCapacityplannerV1betaOutputConfig |
|---|
| description | Required. Output configuration indicating where the results will be output to. |
|---|
|
|---|
| shareType | | description | Optional. 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.
|
|---|
| type | string |
|---|
|
|---|
| startDate | | $ref | GoogleTypeDate |
|---|
| description | Optional. The start date of reservations usage. |
|---|
|
|---|
| usageAggregationMethod | | description | Required. 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.
|
|---|
| type | string |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleCloudCapacityplannerV1betaExportUsageHistoriesRequest | | description | The `ExportUsageHistories` request Next : 12 |
|---|
| id | GoogleCloudCapacityplannerV1betaExportUsageHistoriesRequest |
|---|
| properties | | diskType | | description | Optional. 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". |
|---|
| type | string |
|---|
|
|---|
| endDate | | $ref | GoogleTypeDate |
|---|
| description | Optional. The end date of usage. |
|---|
|
|---|
| gpuType | | description | Optional. 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. |
|---|
| type | string |
|---|
|
|---|
| isSpot | | description | Optional. Set true to export usage for spot resources. |
|---|
| type | boolean |
|---|
|
|---|
| machineFamily | | description | Optional. 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. |
|---|
| type | string |
|---|
|
|---|
| machineShape | | $ref | GoogleCloudCapacityplannerV1betaMachineShape |
|---|
| description | Optional. The machine shape for the time series values to export. |
|---|
|
|---|
| outputConfig | | $ref | GoogleCloudCapacityplannerV1betaOutputConfig |
|---|
| description | Required. Output configuration indicating where the results will be output to. |
|---|
|
|---|
| resourceType | | description | Required. 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". |
|---|
| type | string |
|---|
|
|---|
| startDate | | $ref | GoogleTypeDate |
|---|
| description | Optional. The start date of usage. |
|---|
|
|---|
| tpuType | | description | Optional. The TPU type for the `UsageHistory` values to return. Empty tpu_type will return results matching all TPUs. |
|---|
| type | string |
|---|
|
|---|
| usageAggregationMethod | | description | Optional. 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.
|
|---|
| type | string |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleCloudCapacityplannerV1betaGcsDestination | | description | A Cloud Storage location. |
|---|
| id | GoogleCloudCapacityplannerV1betaGcsDestination |
|---|
| properties | | bucket | | description | Required. The bucket name to which the export will be stored. |
|---|
| type | string |
|---|
|
|---|
| force | | description | Optional. Flag to indicate overwrite in case file already exists. |
|---|
| type | boolean |
|---|
|
|---|
| object | | description | Required. The object name to which the export will be stored. |
|---|
| type | string |
|---|
|
|---|
| uri | | description | Optional. 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. |
|---|
| type | string |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleCloudCapacityplannerV1betaMachineShape | | description | Machine shape details Next : 13 |
|---|
| id | GoogleCloudCapacityplannerV1betaMachineShape |
|---|
| properties | | cpuCores | | description | Optional. Number of CPU cores per VM. |
|---|
| format | double |
|---|
| type | number |
|---|
|
|---|
| gpuComputeType | | description | Optional. The GPU name recognized by Compute Engine APIs. |
|---|
| type | string |
|---|
|
|---|
| gpuCores | | description | Optional. The number of GPU cores per VM. |
|---|
| format | int64 |
|---|
| type | string |
|---|
|
|---|
| gpuType | | description | Optional. The type of GPU with the VM. |
|---|
| type | string |
|---|
|
|---|
| localSsdGb | | description | Optional. Total amount of local SSD storage. |
|---|
| format | double |
|---|
| type | number |
|---|
|
|---|
| localSsdInterface | | description | Optional. The local SSD interface used such as nvme or scsi |
|---|
| type | string |
|---|
|
|---|
| localSsdPartitions | | description | Optional. The number of local SSD partitions per VM. |
|---|
| format | int64 |
|---|
| type | string |
|---|
|
|---|
| machineFamily | | description | Optional. The VM family. |
|---|
| type | string |
|---|
|
|---|
| machineShape | | description | Optional. The customer visible string representing the type of VM. |
|---|
| type | string |
|---|
|
|---|
| machineType | | description | Optional. The characteristics of the sampled VM expressed as a string. |
|---|
| type | string |
|---|
|
|---|
| memoryGb | | description | Optional. Total amount of memory with the VM. |
|---|
| format | double |
|---|
| type | number |
|---|
|
|---|
| minCpuPlatform | | description | Optional. The Min-cpu platform used such as icelake |
|---|
| type | string |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleCloudCapacityplannerV1betaOutputConfig | | description | Output configuration for export destination. |
|---|
| id | GoogleCloudCapacityplannerV1betaOutputConfig |
|---|
| properties | | bigqueryDestination | | $ref | GoogleCloudCapacityplannerV1betaBigQueryDestination |
|---|
| description | Destination on BigQuery. |
|---|
|
|---|
| gcsDestination | | $ref | GoogleCloudCapacityplannerV1betaGcsDestination |
|---|
| description | Destination on Cloud Storage. |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleLongrunningOperation | | description | This resource represents a long-running operation that is the result of a network API call. |
|---|
| id | GoogleLongrunningOperation |
|---|
| properties | | done | | description | If 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. |
|---|
| type | boolean |
|---|
|
|---|
| error | | $ref | GoogleRpcStatus |
|---|
| description | The error result of the operation in case of failure or cancellation. |
|---|
|
|---|
| metadata | | additionalProperties | | description | Properties of the object. Contains field @type with type URL. |
|---|
| type | any |
|---|
|
|---|
| description | Service-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. |
|---|
| type | object |
|---|
|
|---|
| name | | description | The 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}`. |
|---|
| type | string |
|---|
|
|---|
| response | | additionalProperties | | description | Properties of the object. Contains field @type with type URL. |
|---|
| type | any |
|---|
|
|---|
| description | The 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`. |
|---|
| type | object |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleRpcStatus | | description | The `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). |
|---|
| id | GoogleRpcStatus |
|---|
| properties | | code | | description | The status code, which should be an enum value of google.rpc.Code. |
|---|
| format | int32 |
|---|
| type | integer |
|---|
|
|---|
| details | | description | A list of messages that carry the error details. There is a common set of message types for APIs to use. |
|---|
| items | | additionalProperties | | description | Properties of the object. Contains field @type with type URL. |
|---|
| type | any |
|---|
|
|---|
| type | object |
|---|
|
|---|
| type | array |
|---|
|
|---|
| message | | description | A 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. |
|---|
| type | string |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleTypeDate | | description | Represents 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 |
|---|
| id | GoogleTypeDate |
|---|
| properties | | day | | description | Day 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. |
|---|
| format | int32 |
|---|
| type | integer |
|---|
|
|---|
| month | | description | Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
|---|
| format | int32 |
|---|
| type | integer |
|---|
|
|---|
| year | | description | Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
|---|
| format | int32 |
|---|
| type | integer |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
|
|---|
| old_value | | GoogleCloudCapacityplannerV1alphaBigQueryDestination | | description | A BigQuery destination for exporting assets to. |
|---|
| id | GoogleCloudCapacityplannerV1alphaBigQueryDestination |
|---|
| properties | | createDisposition | | description | Optional. 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.
|
|---|
| type | string |
|---|
|
|---|
| dataset | | description | Required. 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. |
|---|
| type | string |
|---|
|
|---|
| gcsLocation | | description | Optional. 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'. |
|---|
| type | string |
|---|
|
|---|
| partitionKey | | description | Optional. 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.
|
|---|
| type | string |
|---|
|
|---|
| table | | description | Required. The BigQuery table to which the snapshot result should be written. |
|---|
| type | string |
|---|
|
|---|
| writeDisposition | | description | Optional. 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.
|
|---|
| type | string |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleCloudCapacityplannerV1alphaExportForecastsRequest | | description | The `ExportForecasts` request Next : 13 |
|---|
| id | GoogleCloudCapacityplannerV1alphaExportForecastsRequest |
|---|
| properties | | aggregationMethod | | description | Optional. 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.
|
|---|
| type | string |
|---|
|
|---|
| diskType | | description | Optional. The disk_type for the `Forecast` values to return with request persistent-disk resource_type. |
|---|
| type | string |
|---|
|
|---|
| endDate | | $ref | GoogleTypeDate |
|---|
| description | Optional. The end date of forecasts. |
|---|
|
|---|
| gpuType | | description | Optional. 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. |
|---|
| type | string |
|---|
|
|---|
| machineFamily | | description | Optional. The machine family to use to select the `Forecast` values to return. Possible values include "n1", and "n2d". |
|---|
| type | string |
|---|
|
|---|
| machineShape | | $ref | GoogleCloudCapacityplannerV1alphaMachineShape |
|---|
| description | Optional. The machine shape for the time series values to export. |
|---|
|
|---|
| outputConfig | | $ref | GoogleCloudCapacityplannerV1alphaOutputConfig |
|---|
| description | Required. Output configuration indicating where the results will be output to. |
|---|
|
|---|
| predictionInterval | | description | Optional. 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.
|
|---|
| type | string |
|---|
|
|---|
| resourceType | | description | Required. 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". |
|---|
| type | string |
|---|
|
|---|
| startDate | | $ref | GoogleTypeDate |
|---|
| description | Optional. The start date of forecasts. |
|---|
|
|---|
| tpuType | | description | Optional. The TPU type for the `Forecast` values to return. Empty tpu_type will return results matching all TPUs. |
|---|
| type | string |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleCloudCapacityplannerV1alphaExportMachineShapeUsageRequest | | description | The `ExportMachineShapeUsage` request |
|---|
| id | GoogleCloudCapacityplannerV1alphaExportMachineShapeUsageRequest |
|---|
| properties | | forecastEndDate | | $ref | GoogleTypeDate |
|---|
| description | Required. The end date of forecasts. |
|---|
|
|---|
| forecastStartDate | | $ref | GoogleTypeDate |
|---|
| description | Required. The start date of forecasts. |
|---|
|
|---|
| gpuType | | description | Optional. The GPU type to query shapes by. For example: NVIDIA T4. |
|---|
| type | string |
|---|
|
|---|
| historyPeriod | | $ref | GoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriod |
|---|
| description | Required. The period of history to query by. |
|---|
|
|---|
| machineFamily | | description | Optional. The machine family to query shapes by. For example: n1, n2d. |
|---|
| type | string |
|---|
|
|---|
| outputConfig | | $ref | GoogleCloudCapacityplannerV1alphaOutputConfig |
|---|
| description | Required. Output configuration indicating where the results will be output to. |
|---|
|
|---|
| predictionInterval | | description | Required. 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.
|
|---|
| type | string |
|---|
|
|---|
| usageAggregationMethod | | description | Required. 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.
|
|---|
| type | string |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleCloudCapacityplannerV1alphaExportReservationsUsageRequest | | description | The `ExportReservationsUsage` request |
|---|
| id | GoogleCloudCapacityplannerV1alphaExportReservationsUsageRequest |
|---|
| properties | | cloudResourceType | | description | Required. The resource for the `ReservationsUsage` values to return. Possible values include "gce-vcpus", "gce-ram", "gce-local-ssd", and "gce-gpu". |
|---|
| type | string |
|---|
|
|---|
| endDate | | $ref | GoogleTypeDate |
|---|
| description | Optional. The end date of reservations usage. |
|---|
|
|---|
| gpuType | | description | Optional. The GPU type to query reservations and usage by. For example: NVIDIA T4. |
|---|
| type | string |
|---|
|
|---|
| locationLevel | | description | Optional. 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.
|
|---|
| type | string |
|---|
|
|---|
| machineFamily | | description | Optional. The machine family to query reservations and usage by. For example: n1, n2d. |
|---|
| type | string |
|---|
|
|---|
| machineShape | | $ref | GoogleCloudCapacityplannerV1alphaMachineShape |
|---|
| description | Optional. The machine_shape as a filter to select matching reservations and its usage. |
|---|
|
|---|
| outputConfig | | $ref | GoogleCloudCapacityplannerV1alphaOutputConfig |
|---|
| description | Required. Output configuration indicating where the results will be output to. |
|---|
|
|---|
| shareType | | description | Optional. 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.
|
|---|
| type | string |
|---|
|
|---|
| startDate | | $ref | GoogleTypeDate |
|---|
| description | Optional. The start date of reservations usage. |
|---|
|
|---|
| usageAggregationMethod | | description | Required. 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.
|
|---|
| type | string |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleCloudCapacityplannerV1alphaExportUsageHistoriesRequest | | description | The `ExportUsageHistories` request Next : 12 |
|---|
| id | GoogleCloudCapacityplannerV1alphaExportUsageHistoriesRequest |
|---|
| properties | | diskType | | description | Optional. 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". |
|---|
| type | string |
|---|
|
|---|
| endDate | | $ref | GoogleTypeDate |
|---|
| description | Optional. The end date of usage. |
|---|
|
|---|
| gpuType | | description | Optional. 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. |
|---|
| type | string |
|---|
|
|---|
| isSpot | | description | Optional. Set true to export usage for spot resources. |
|---|
| type | boolean |
|---|
|
|---|
| machineFamily | | description | Optional. 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. |
|---|
| type | string |
|---|
|
|---|
| machineShape | | $ref | GoogleCloudCapacityplannerV1alphaMachineShape |
|---|
| description | Optional. The machine shape for the time series values to export. |
|---|
|
|---|
| outputConfig | | $ref | GoogleCloudCapacityplannerV1alphaOutputConfig |
|---|
| description | Required. Output configuration indicating where the results will be output to. |
|---|
|
|---|
| resourceType | | description | Required. 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". |
|---|
| type | string |
|---|
|
|---|
| startDate | | $ref | GoogleTypeDate |
|---|
| description | Optional. The start date of usage. |
|---|
|
|---|
| tpuType | | description | Optional. The TPU type for the `UsageHistory` values to return. Empty tpu_type will return results matching all TPUs. |
|---|
| type | string |
|---|
|
|---|
| usageAggregationMethod | | description | Optional. 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.
|
|---|
| type | string |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleCloudCapacityplannerV1alphaGcsDestination | | description | A Cloud Storage location. |
|---|
| id | GoogleCloudCapacityplannerV1alphaGcsDestination |
|---|
| properties | | bucket | | description | Required. The bucket name to which the export will be stored. |
|---|
| type | string |
|---|
|
|---|
| force | | description | Optional. Flag to indicate overwrite in case file already exists. |
|---|
| type | boolean |
|---|
|
|---|
| object | | description | Required. The object name to which the export will be stored. |
|---|
| type | string |
|---|
|
|---|
| uri | | description | Optional. 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. |
|---|
| type | string |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleCloudCapacityplannerV1alphaMachineShape | | description | Machine shape details Next : 13 |
|---|
| id | GoogleCloudCapacityplannerV1alphaMachineShape |
|---|
| properties | | cpuCores | | description | Optional. Number of CPU cores per VM. |
|---|
| format | double |
|---|
| type | number |
|---|
|
|---|
| gpuComputeType | | description | Optional. The GPU name recognized by Compute Engine APIs. |
|---|
| type | string |
|---|
|
|---|
| gpuCores | | description | Optional. The number of GPU cores per VM. |
|---|
| format | int64 |
|---|
| type | string |
|---|
|
|---|
| gpuType | | description | Optional. The type of GPU with the VM. |
|---|
| type | string |
|---|
|
|---|
| localSsdGb | | description | Optional. Total amount of local SSD storage. |
|---|
| format | double |
|---|
| type | number |
|---|
|
|---|
| localSsdInterface | | description | Optional. The local SSD interface used such as nvme or scsi |
|---|
| type | string |
|---|
|
|---|
| localSsdPartitions | | description | Optional. The number of local SSD partitions per VM. |
|---|
| format | int64 |
|---|
| type | string |
|---|
|
|---|
| machineFamily | | description | Optional. The VM family. |
|---|
| type | string |
|---|
|
|---|
| machineShape | | description | Optional. The customer visible string representing the type of VM. |
|---|
| type | string |
|---|
|
|---|
| machineType | | description | Optional. The characteristics of the sampled VM expressed as a string. |
|---|
| type | string |
|---|
|
|---|
| memoryGb | | description | Optional. Total amount of memory with the VM. |
|---|
| format | double |
|---|
| type | number |
|---|
|
|---|
| minCpuPlatform | | description | Optional. The Min-cpu platform used such as icelake |
|---|
| type | string |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriod | | description | different types of history period |
|---|
| id | GoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriod |
|---|
| properties | | historyMonth | | $ref | GoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriodHistoryMonth |
|---|
| description | history month |
|---|
|
|---|
| historyPeriodType | | description | History 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
|
|---|
| type | string |
|---|
|
|---|
| historyTimeInterval | | $ref | GoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriodHistoryTimeInterval |
|---|
| description | history time interval |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriodHistoryMonth | | description | History month usage refers to |
|---|
| id | GoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriodHistoryMonth |
|---|
| properties | | historyMonth | | $ref | GoogleTypeDate |
|---|
| description | The month and year of history that usage refers to. |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriodHistoryTimeInterval | | description | History time interval to query for. |
|---|
| id | GoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriodHistoryTimeInterval |
|---|
| properties | | endDate | | $ref | GoogleTypeDate |
|---|
| description | Optional. The end date of the history time interval. |
|---|
|
|---|
| startDate | | $ref | GoogleTypeDate |
|---|
| description | Optional. The start date of the history time interval. |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleCloudCapacityplannerV1alphaOutputConfig | | description | Output configuration for export destination. |
|---|
| id | GoogleCloudCapacityplannerV1alphaOutputConfig |
|---|
| properties | | bigqueryDestination | | $ref | GoogleCloudCapacityplannerV1alphaBigQueryDestination |
|---|
| description | Destination on BigQuery. |
|---|
|
|---|
| gcsDestination | | $ref | GoogleCloudCapacityplannerV1alphaGcsDestination |
|---|
| description | Destination on Cloud Storage. |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleLongrunningOperation | | description | This resource represents a long-running operation that is the result of a network API call. |
|---|
| id | GoogleLongrunningOperation |
|---|
| properties | | done | | description | If 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. |
|---|
| type | boolean |
|---|
|
|---|
| error | | $ref | GoogleRpcStatus |
|---|
| description | The error result of the operation in case of failure or cancellation. |
|---|
|
|---|
| metadata | | additionalProperties | | description | Properties of the object. Contains field @type with type URL. |
|---|
| type | any |
|---|
|
|---|
| description | Service-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. |
|---|
| type | object |
|---|
|
|---|
| name | | description | The 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}`. |
|---|
| type | string |
|---|
|
|---|
| response | | additionalProperties | | description | Properties of the object. Contains field @type with type URL. |
|---|
| type | any |
|---|
|
|---|
| description | The 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`. |
|---|
| type | object |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleRpcStatus | | description | The `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). |
|---|
| id | GoogleRpcStatus |
|---|
| properties | | code | | description | The status code, which should be an enum value of google.rpc.Code. |
|---|
| format | int32 |
|---|
| type | integer |
|---|
|
|---|
| details | | description | A list of messages that carry the error details. There is a common set of message types for APIs to use. |
|---|
| items | | additionalProperties | | description | Properties of the object. Contains field @type with type URL. |
|---|
| type | any |
|---|
|
|---|
| type | object |
|---|
|
|---|
| type | array |
|---|
|
|---|
| message | | description | A 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. |
|---|
| type | string |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
| GoogleTypeDate | | description | Represents 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 |
|---|
| id | GoogleTypeDate |
|---|
| properties | | day | | description | Day 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. |
|---|
| format | int32 |
|---|
| type | integer |
|---|
|
|---|
| month | | description | Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
|---|
| format | int32 |
|---|
| type | integer |
|---|
|
|---|
| year | | description | Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
|---|
| format | int32 |
|---|
| type | integer |
|---|
|
|---|
|
|---|
| type | object |
|---|
|
|---|
|
|---|
|
|---|
| root['version'] | | new_value | v1beta |
|---|
| old_value | v1alpha |
|---|
|
|---|
|
|---|
|
|---|
| prod/capacityplanner-v1alpha | | dictionary_item_removed | - root['resources']['folders']['resources']['locations']['resources']['machineShapeUsage']
- root['resources']['organizations']['resources']['locations']['resources']['machineShapeUsage']
- root['resources']['projects']['resources']['locations']['resources']['machineShapeUsage']
- root['schemas']['GoogleCloudCapacityplannerV1alphaExportMachineShapeUsageRequest']
- root['schemas']['GoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriod']
- root['schemas']['GoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriodHistoryMonth']
- root['schemas']['GoogleCloudCapacityplannerV1alphaMachineShapeUsageHistoryPeriodHistoryTimeInterval']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250720 |
|---|
|
|---|
|
|---|
|
|---|
| prod/carddav- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/carddav-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/chromedevicetoken- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/chromedevicetoken-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/cloud- | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/cloud-v1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/cloudcommerceconsumerprocurement- | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250727 |
|---|
|
|---|
|
|---|
|
|---|
| prod/cloudcommerceconsumerprocurement-v1 | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250727 |
|---|
|
|---|
|
|---|
|
|---|
| prod/cloudcommerceconsumerprocurement-v1alpha1 | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250727 |
|---|
|
|---|
|
|---|
|
|---|
| prod/cloudnumberregistry- | | dictionary_item_added | - root['schemas']['Realm']['properties']['ipVersion']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/cloudnumberregistry-v1alpha | | dictionary_item_added | - root['schemas']['Realm']['properties']['ipVersion']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/cloudsupportinfra- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/cloudsupportinfra-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/cloudsupportinfra-v1alpha1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/cloudusersettings-pa- | | values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/cloudusersettings-pa-v1alpha1 | | values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/commerceoffercatalog- | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250727 |
|---|
|
|---|
|
|---|
|
|---|
| prod/commerceoffercatalog-v1alpha | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250727 |
|---|
|
|---|
|
|---|
|
|---|
| prod/commercepricemanagement- | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250727 |
|---|
|
|---|
|
|---|
|
|---|
| prod/commercepricemanagement-v1 | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250727 |
|---|
|
|---|
|
|---|
|
|---|
| prod/commercepricemanagement-v1alpha | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250727 |
|---|
|
|---|
|
|---|
|
|---|
| prod/confidentialcomputing- | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/confidentialcomputing-v1 | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/confidentialcomputing-v1alpha1 | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/confidentialcomputing-v1main | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/configdelivery- | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/configdelivery-v1 | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/configdelivery-v1alpha | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/configdelivery-v1beta | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/connectgateway- | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/connectgateway-v1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/connectgateway-v1beta1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/content-autofill- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/content-autofill-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/content-cloud- | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/content-cloud-v1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/content-cloudusersettings-pa- | | values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/content-cloudusersettings-pa-v1alpha1 | | values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/content-dynamicmail-pa- | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/content-dynamicmail-pa-v2 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/content-fit- | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/content-fit-v2beta1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/content-quantum- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/content-quantum-v1alpha1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/content-tasks-pa- | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/content-tasks-pa-v1 | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/content-workflow- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/content-workflow-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/contentmanager- | | dictionary_item_added | - root['schemas']['CmsContentQualityContentSetTag']
- root['schemas']['ContentSet']['properties']['contentSetId']
- root['schemas']['ContentSet']['properties']['contentSetTags']
- root['schemas']['ContentSet']['properties']['itemIds']
- root['schemas']['GetRecommendedTestValuesByUsageResponse']['properties']['recommendedCids']
- root['schemas']['GetRecommendedTestValuesByUsageResponse']['properties']['recommendedGreenteaIds']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['FieldRelationshipDescriptorContext']['properties']['frdIdentifier']['enum'][772] | IDENTIFIER_MOLTRON_SESSION_ID |
|---|
| root['schemas']['FieldRelationshipDescriptorContext']['properties']['frdIdentifier']['enum'][1194] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['FieldRelationshipDescriptorContext']['properties']['frdIdentifier']['enumDescriptions'][772] | b/435618473 |
|---|
| root['schemas']['FieldRelationshipDescriptorContext']['properties']['frdIdentifier']['enumDescriptions'][1194] | b/427801385 |
|---|
| root['schemas']['FieldRelationshipDescriptorValue']['properties']['frdIdentifier']['enum'][772] | IDENTIFIER_MOLTRON_SESSION_ID |
|---|
| root['schemas']['FieldRelationshipDescriptorValue']['properties']['frdIdentifier']['enum'][1194] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['FieldRelationshipDescriptorValue']['properties']['frdIdentifier']['enumDescriptions'][772] | b/435618473 |
|---|
| root['schemas']['FieldRelationshipDescriptorValue']['properties']['frdIdentifier']['enumDescriptions'][1194] | b/427801385 |
|---|
| root['schemas']['FrdDisabled']['properties']['disabledFrdIdentifier']['enum'][772] | IDENTIFIER_MOLTRON_SESSION_ID |
|---|
| root['schemas']['FrdDisabled']['properties']['disabledFrdIdentifier']['enum'][1194] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['FrdDisabled']['properties']['disabledFrdIdentifier']['enumDescriptions'][772] | b/435618473 |
|---|
| root['schemas']['FrdDisabled']['properties']['disabledFrdIdentifier']['enumDescriptions'][1194] | b/427801385 |
|---|
| root['schemas']['FrdSemanticTypeUndefined']['properties']['undefinedSemanticType']['enum'][593] | SEMANTIC_TYPE_MOLTRON_SESSION_ID |
|---|
| root['schemas']['FrdSemanticTypeUndefined']['properties']['undefinedSemanticType']['enum'][943] | SEMANTIC_TYPE_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['FrdSemanticTypeUndefined']['properties']['undefinedSemanticType']['enumDescriptions'][593] | b/435618473 |
|---|
| root['schemas']['FrdSemanticTypeUndefined']['properties']['undefinedSemanticType']['enumDescriptions'][943] | b/427801385 |
|---|
| root['schemas']['FrdUndefined']['properties']['undefinedFrdIdentifier']['enum'][772] | IDENTIFIER_MOLTRON_SESSION_ID |
|---|
| root['schemas']['FrdUndefined']['properties']['undefinedFrdIdentifier']['enum'][1194] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['FrdUndefined']['properties']['undefinedFrdIdentifier']['enumDescriptions'][772] | b/435618473 |
|---|
| root['schemas']['FrdUndefined']['properties']['undefinedFrdIdentifier']['enumDescriptions'][1194] | b/427801385 |
|---|
| root['schemas']['GetAvailableFrdValuesRequest']['properties']['resultFrdIdentifierMask']['items']['enum'][772] | IDENTIFIER_MOLTRON_SESSION_ID |
|---|
| root['schemas']['GetAvailableFrdValuesRequest']['properties']['resultFrdIdentifierMask']['items']['enum'][1194] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['GetAvailableFrdValuesRequest']['properties']['resultFrdIdentifierMask']['items']['enumDescriptions'][772] | b/435618473 |
|---|
| root['schemas']['GetAvailableFrdValuesRequest']['properties']['resultFrdIdentifierMask']['items']['enumDescriptions'][1194] | b/427801385 |
|---|
| root['schemas']['LocalizedContextViewMetadataOmitForTypes']['properties']['requestSource']['items']['enum'][151] | RS_HARDWARE_GSTORE |
|---|
| root['schemas']['PropertyValue']['properties']['userProduct']['enum'][376] | RCO_PAYMENTS_GAIA |
|---|
| root['schemas']['PropertyValue']['properties']['userProduct']['enum'][473] | SWITCHING_PIXEL_USER_DATA |
|---|
| root['schemas']['PropertyValue']['properties']['userProduct']['enumDescriptions'][473] | b/430537189 |
|---|
| root['schemas']['SupportAutomationWorkflowWorkflowDefinition']['properties']['workflowClassType']['enum'][26] | REUSABLE_YOUTUBE_CORTEX_INTERACTIVE |
|---|
| root['schemas']['WorkflowClassDescriptor']['properties']['allowedReusableClasses']['items']['enum'][26] | REUSABLE_YOUTUBE_CORTEX_INTERACTIVE |
|---|
| root['schemas']['WorkflowClassDescriptor']['properties']['type']['enum'][26] | REUSABLE_YOUTUBE_CORTEX_INTERACTIVE |
|---|
| root['schemas']['WorkflowClassDescriptorClientActions']['properties']['clickToRevealPii']['enum'][26] | REUSABLE_YOUTUBE_CORTEX_INTERACTIVE |
|---|
| root['schemas']['WorkflowClassDescriptorClientActions']['properties']['filteredSearch']['enum'][26] | REUSABLE_YOUTUBE_CORTEX_INTERACTIVE |
|---|
| root['schemas']['WorkflowClassDescriptorClientActions']['properties']['filteredSearchSelectable']['enum'][26] | REUSABLE_YOUTUBE_CORTEX_INTERACTIVE |
|---|
| root['schemas']['WorkflowClassValueTypeDescriptor']['properties']['sourceFrd']['enum'][772] | IDENTIFIER_MOLTRON_SESSION_ID |
|---|
| root['schemas']['WorkflowClassValueTypeDescriptor']['properties']['sourceFrd']['enum'][1194] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['WorkflowClassValueTypeDescriptor']['properties']['sourceFrd']['enumDescriptions'][772] | b/435618473 |
|---|
| root['schemas']['WorkflowClassValueTypeDescriptor']['properties']['sourceFrd']['enumDescriptions'][1194] | b/427801385 |
|---|
| root['schemas']['WorkflowDefinition']['properties']['workflowClassType']['enum'][26] | REUSABLE_YOUTUBE_CORTEX_INTERACTIVE |
|---|
|
|---|
|
|---|
| prod/contentmanager-v1 | | dictionary_item_added | - root['schemas']['CmsContentQualityContentSetTag']
- root['schemas']['ContentSet']['properties']['contentSetId']
- root['schemas']['ContentSet']['properties']['contentSetTags']
- root['schemas']['ContentSet']['properties']['itemIds']
- root['schemas']['GetRecommendedTestValuesByUsageResponse']['properties']['recommendedCids']
- root['schemas']['GetRecommendedTestValuesByUsageResponse']['properties']['recommendedGreenteaIds']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['FieldRelationshipDescriptorContext']['properties']['frdIdentifier']['enum'][772] | IDENTIFIER_MOLTRON_SESSION_ID |
|---|
| root['schemas']['FieldRelationshipDescriptorContext']['properties']['frdIdentifier']['enum'][1194] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['FieldRelationshipDescriptorContext']['properties']['frdIdentifier']['enumDescriptions'][772] | b/435618473 |
|---|
| root['schemas']['FieldRelationshipDescriptorContext']['properties']['frdIdentifier']['enumDescriptions'][1194] | b/427801385 |
|---|
| root['schemas']['FieldRelationshipDescriptorValue']['properties']['frdIdentifier']['enum'][772] | IDENTIFIER_MOLTRON_SESSION_ID |
|---|
| root['schemas']['FieldRelationshipDescriptorValue']['properties']['frdIdentifier']['enum'][1194] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['FieldRelationshipDescriptorValue']['properties']['frdIdentifier']['enumDescriptions'][772] | b/435618473 |
|---|
| root['schemas']['FieldRelationshipDescriptorValue']['properties']['frdIdentifier']['enumDescriptions'][1194] | b/427801385 |
|---|
| root['schemas']['FrdDisabled']['properties']['disabledFrdIdentifier']['enum'][772] | IDENTIFIER_MOLTRON_SESSION_ID |
|---|
| root['schemas']['FrdDisabled']['properties']['disabledFrdIdentifier']['enum'][1194] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['FrdDisabled']['properties']['disabledFrdIdentifier']['enumDescriptions'][772] | b/435618473 |
|---|
| root['schemas']['FrdDisabled']['properties']['disabledFrdIdentifier']['enumDescriptions'][1194] | b/427801385 |
|---|
| root['schemas']['FrdSemanticTypeUndefined']['properties']['undefinedSemanticType']['enum'][593] | SEMANTIC_TYPE_MOLTRON_SESSION_ID |
|---|
| root['schemas']['FrdSemanticTypeUndefined']['properties']['undefinedSemanticType']['enum'][943] | SEMANTIC_TYPE_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['FrdSemanticTypeUndefined']['properties']['undefinedSemanticType']['enumDescriptions'][593] | b/435618473 |
|---|
| root['schemas']['FrdSemanticTypeUndefined']['properties']['undefinedSemanticType']['enumDescriptions'][943] | b/427801385 |
|---|
| root['schemas']['FrdUndefined']['properties']['undefinedFrdIdentifier']['enum'][772] | IDENTIFIER_MOLTRON_SESSION_ID |
|---|
| root['schemas']['FrdUndefined']['properties']['undefinedFrdIdentifier']['enum'][1194] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['FrdUndefined']['properties']['undefinedFrdIdentifier']['enumDescriptions'][772] | b/435618473 |
|---|
| root['schemas']['FrdUndefined']['properties']['undefinedFrdIdentifier']['enumDescriptions'][1194] | b/427801385 |
|---|
| root['schemas']['GetAvailableFrdValuesRequest']['properties']['resultFrdIdentifierMask']['items']['enum'][772] | IDENTIFIER_MOLTRON_SESSION_ID |
|---|
| root['schemas']['GetAvailableFrdValuesRequest']['properties']['resultFrdIdentifierMask']['items']['enum'][1194] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['GetAvailableFrdValuesRequest']['properties']['resultFrdIdentifierMask']['items']['enumDescriptions'][772] | b/435618473 |
|---|
| root['schemas']['GetAvailableFrdValuesRequest']['properties']['resultFrdIdentifierMask']['items']['enumDescriptions'][1194] | b/427801385 |
|---|
| root['schemas']['LocalizedContextViewMetadataOmitForTypes']['properties']['requestSource']['items']['enum'][151] | RS_HARDWARE_GSTORE |
|---|
| root['schemas']['PropertyValue']['properties']['userProduct']['enum'][376] | RCO_PAYMENTS_GAIA |
|---|
| root['schemas']['PropertyValue']['properties']['userProduct']['enum'][473] | SWITCHING_PIXEL_USER_DATA |
|---|
| root['schemas']['PropertyValue']['properties']['userProduct']['enumDescriptions'][473] | b/430537189 |
|---|
| root['schemas']['SupportAutomationWorkflowWorkflowDefinition']['properties']['workflowClassType']['enum'][26] | REUSABLE_YOUTUBE_CORTEX_INTERACTIVE |
|---|
| root['schemas']['WorkflowClassDescriptor']['properties']['allowedReusableClasses']['items']['enum'][26] | REUSABLE_YOUTUBE_CORTEX_INTERACTIVE |
|---|
| root['schemas']['WorkflowClassDescriptor']['properties']['type']['enum'][26] | REUSABLE_YOUTUBE_CORTEX_INTERACTIVE |
|---|
| root['schemas']['WorkflowClassDescriptorClientActions']['properties']['clickToRevealPii']['enum'][26] | REUSABLE_YOUTUBE_CORTEX_INTERACTIVE |
|---|
| root['schemas']['WorkflowClassDescriptorClientActions']['properties']['filteredSearch']['enum'][26] | REUSABLE_YOUTUBE_CORTEX_INTERACTIVE |
|---|
| root['schemas']['WorkflowClassDescriptorClientActions']['properties']['filteredSearchSelectable']['enum'][26] | REUSABLE_YOUTUBE_CORTEX_INTERACTIVE |
|---|
| root['schemas']['WorkflowClassValueTypeDescriptor']['properties']['sourceFrd']['enum'][772] | IDENTIFIER_MOLTRON_SESSION_ID |
|---|
| root['schemas']['WorkflowClassValueTypeDescriptor']['properties']['sourceFrd']['enum'][1194] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['WorkflowClassValueTypeDescriptor']['properties']['sourceFrd']['enumDescriptions'][772] | b/435618473 |
|---|
| root['schemas']['WorkflowClassValueTypeDescriptor']['properties']['sourceFrd']['enumDescriptions'][1194] | b/427801385 |
|---|
| root['schemas']['WorkflowDefinition']['properties']['workflowClassType']['enum'][26] | REUSABLE_YOUTUBE_CORTEX_INTERACTIVE |
|---|
|
|---|
|
|---|
| prod/contrails- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/contrails-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/contrails-v2 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/corplearning- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/corplearning-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/cryptauthdevicesync- | | values_changed | | root['revision'] | | new_value | 20250720 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/cryptauthvault- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/cryptauthvault-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/daily-dynamicmail-pa.sandbox- | | values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['DynamicMailSender']['properties']['serviceType']['enum'][41] | LUCID_OPS |
|---|
| root['schemas']['DynamicMailSender']['properties']['serviceType']['enum'][42] | LUCID_OPS_DEV |
|---|
| root['schemas']['DynamicMailSender']['properties']['serviceType']['enumDescriptions'][41] | LucidOps sends dynamic emails that, for example, allow users to reply to comments in case notifications. |
|---|
| root['schemas']['DynamicMailSender']['properties']['serviceType']['enumDescriptions'][42] | Dev version of LucidOps sends dynamic emails that, for example, allow users to reply to comments in case notifications. |
|---|
|
|---|
|
|---|
| prod/daily-dynamicmail-pa.sandbox-v2 | | values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['DynamicMailSender']['properties']['serviceType']['enum'][41] | LUCID_OPS |
|---|
| root['schemas']['DynamicMailSender']['properties']['serviceType']['enum'][42] | LUCID_OPS_DEV |
|---|
| root['schemas']['DynamicMailSender']['properties']['serviceType']['enumDescriptions'][41] | LucidOps sends dynamic emails that, for example, allow users to reply to comments in case notifications. |
|---|
| root['schemas']['DynamicMailSender']['properties']['serviceType']['enumDescriptions'][42] | Dev version of LucidOps sends dynamic emails that, for example, allow users to reply to comments in case notifications. |
|---|
|
|---|
|
|---|
| prod/dataaccessauditlogging-pa-v1 | | values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][42] | | new_value | Data that identifies or implies the religious beliefs of a user. |
|---|
| old_value | Religious Beliefs. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][70] | | new_value | The ID of a customer of a Google product or service. For example, the ID of an AdWords account. |
|---|
| old_value | Identifies customer IDs. For example, ID of the AdWords account. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][65] | | new_value | Data that can be used to group users into defined categories based on shared characteristics. This data can have varying levels of sensitivity. SPII that is present and tied to an identifiable set of users should use the specific SPII semantic type whereas this should be reserved for instances which are anonymized. Demographic info can include: - age, year of birth - gender, marital status, number of children - education, income - language locale As an example, full birthdate + Zip code + gender uniquely identifies 87% of US residents. It's recommended that birthdate be split into day/month/year components, with the former two annotated ST_PERSONAL_DATA and the third ST_DEMOGRAPHIC_INFO to reduce the risk of reidentification at 'default' logs access level. |
|---|
| old_value | Demographic info such as: - age, year of birth - gender, marital status, number of children - education, income - language locale ST_DEMOGRAPHIC_INFO is intended for anonymized data and should not be used for identified data, or in a way that allows reidentification at 'default' logs access level. For non anonymized data, use ST_SENSITIVE_BACKGROUND_INFO specific annotations. As an example, full birthdate + Zip code + gender uniquely identifies 87% of US residents. It's recommended that birthdate be split into day/month/year components, with the former two annotated ST_PERSONAL_DATA and the third ST_DEMOGRAPHIC_INFO to reduce the risk of reidentification at 'default' logs access level. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][15] | | new_value | Contains a human user's name. Online aliases should use ST_USERNAME. |
|---|
| old_value | Contains a human name. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][15] | | new_value | Contains a human user's name. Online aliases should use ST_USERNAME. |
|---|
| old_value | Contains a human name. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][94] | | new_value | The user generated email subject or content of an email message. Entities embedded within an email can also be considered ST_EMAIL_CONTENT however they should apply any other applicable types as well. |
|---|
| old_value | Calendar events. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][35] | | new_value | Data that has sensitive PII, see go/spii for details on subtypes of PII. Prefer to use a more specific subtype of SPII. |
|---|
| old_value | The following types should be used only when the data has sensitive PII. This includes fields with passwords, credit card numbers, etc. See the data classification guidelines for more info. See go/spii for details on the subtypes of ST_SPII_ID. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][44] | | new_value | Data that identifies or implies the age of a user. |
|---|
| old_value | Age |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][17] | | new_value | Contains a Gaia ID representing a user, group, business, service, device, etc. A field that only holds Google internal Gaia IDs should use the `is_google` qualifier. |
|---|
| old_value | Contains a user's Gaia ID. Please use qualifiers when the Gaia ID is a Google entity or service account rather than a user. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][41] | | new_value | Data that identifies or implies the political beliefs of a user. |
|---|
| old_value | Political Beliefs. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][54] | | new_value | Data that defines a network endpoint. Prefer to use more specific types if available. |
|---|
| old_value | The following types define network endpoints such as IP addresses. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][64] | | new_value | Data that has been modified in some way to be anonymous. Can be sensitive information such as race, ethnicity, political affiliation, etc., however it must not be capable of identifying any specific individual or group of individuals. |
|---|
| old_value | Anonymous data points such as: - race, ethnicity - political affiliation |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][34] | | new_value | A full Google File API path location. More specific types should be preferred, e.g., ST_BIGSTORE_PATH or ST_BLOBSTORE_ID. Some example values for fields with this annotation are: * "/cns/sandbox/home/ares-eng/some_file.txt" * "/sm/streamer/youtube/7/e/" |
|---|
| old_value | Full Google File API path location. Some example values for fields with this annotation are: * "/bigstore/my_bucket/my_object.txt" * "/cns/sandbox/home/ares-eng/some_file.txt" * "/sm/streamer/youtube/7/e/" |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][76] | | new_value | Incidentally gathered user content or data from which such content could be derived. More specific types should be used if available. For example, user provided freeform text in response to a feedback prompt or questionare is ST_USER_CONTENT that does not have an applicable subtype. WARNING: Available at default access. If a field may contain (S)PII, use ST_PERSONAL_DATA instead. |
|---|
| old_value | User entered content, or data from which such content could be derived. This is used for data that has been gathered incidentally, such as user entered search query. Also things like sufficiently detailed search results from which the user query could be lossily reconstructed should be annotated as ST_USER_CONTENT. WARNING: Available at default access. If a field may contain (S)PII, use ST_PERSONAL_DATA instead. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][42] | | new_value | Data that identifies or implies the religious beliefs of a user. |
|---|
| old_value | Religious Beliefs. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][20] | | new_value | Ares IDs (go/project-ares-ids) are IDs used in the Google unified abuse infrastructure (go/ares). They identify entities that are targeted for abuse classification. Abuse IDs not related to Ares might use a combination of ST_FRAUD_ABUSE_INFO and ST_IDENTIFYING_ID or an appropriate subtype. |
|---|
| old_value | Ares IDs (http://go/project-ares-ids) are IDs use in the Google unified abuse infrastructure (http://go/ares). They identify entities that are targeted for abuse classification. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][70] | | new_value | The ID of a customer of a Google product or service. For example, the ID of an AdWords account. |
|---|
| old_value | Identifies customer IDs. For example, ID of the AdWords account. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][65] | | new_value | Data that can be used to group users into defined categories based on shared characteristics. This data can have varying levels of sensitivity. SPII that is present and tied to an identifiable set of users should use the specific SPII semantic type whereas this should be reserved for instances which are anonymized. Demographic info can include: - age, year of birth - gender, marital status, number of children - education, income - language locale As an example, full birthdate + Zip code + gender uniquely identifies 87% of US residents. It's recommended that birthdate be split into day/month/year components, with the former two annotated ST_PERSONAL_DATA and the third ST_DEMOGRAPHIC_INFO to reduce the risk of reidentification at 'default' logs access level. |
|---|
| old_value | Demographic info such as: - age, year of birth - gender, marital status, number of children - education, income - language locale ST_DEMOGRAPHIC_INFO is intended for anonymized data and should not be used for identified data, or in a way that allows reidentification at 'default' logs access level. For non anonymized data, use ST_SENSITIVE_BACKGROUND_INFO specific annotations. As an example, full birthdate + Zip code + gender uniquely identifies 87% of US residents. It's recommended that birthdate be split into day/month/year components, with the former two annotated ST_PERSONAL_DATA and the third ST_DEMOGRAPHIC_INFO to reduce the risk of reidentification at 'default' logs access level. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][71] | | new_value | The ID of a customer or partner of a Google product or service. This is differentiated from ST_CUSTOMER_ID in that a partner relationship is viewed as more symbiotic than a customer relationship. |
|---|
| old_value | A partner ID. Partner is a generic term for a customer of Google. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][40] | | new_value | Data that identifies or implies the race or ethnic background of a user. |
|---|
| old_value | Race and Ethnicity. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][26] | | new_value | A Device USer Id (go/dusi) that is a user-scoped (unique-per-user) device identifier. It is akin to an index for a given user's devices. |
|---|
| old_value | Device USer ID (go/dusi) - a user-scoped (unique-per-user) device identifier. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][13] | | new_value | An identifier that can be used to identify a user or an entity. Prefer to use the most specific ID type, e.g., prefer ST_GAIA_ID over ST_IDENTIFYING_ID if the field is a Gaia ID. An identifier that cannot directly identify a user or entity should use ST_PSEUDONYMOUS_ID instead. |
|---|
| old_value | The following types should be used to annotate the fields that contain data that can identify a person or entity directly or by reference. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][28] | | new_value | Identifier for any Google object in storage. A field that contains the ID of a Workspace object (or which *may* contain such an ID, if it's multipurpose), should use ST_WORKSPACE_OBJECT_ID instead. Additionally, ST_BIGSTORE_PATH or ST_BLOBSTORE_ID should be used if applicable. ST_GOOGLE_OBJECT_ID *may not* directly identify a user, though in cases where an object has a user owner, that user could be identified after looking up the object by this ID. Examples: Geo: Place ID YouTube: ID of a video *not* owned by Workspace |
|---|
| old_value | Identifier for any Google object in storage. A field that contains the ID of a Workspace object (or which *may* contain such an ID, if it's multipurpose), should use ST_WORKSPACE_OBJECT_ID instead. ST_GOOGLE_OBJECT_ID *may not* directly identify a user, though in cases where an object has a user owner, that user could be identified after looking up the object by this ID. Examples: Blobstore: BlobRef for a blob *not* owned by Workspace, but which is associated with a specific user/entity; this has client-supplied bytes, and if those include other specific types, additional annotations like ST_GAIA_ID or (in the worst case) ST_USER_CONTENT should be added. Note that ST_BLOBSTORE_ID should also be added. Geo: Place ID YouTube: ID of a video *not* owned by Workspace |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][35] | | new_value | Data that has sensitive PII, see go/spii for details on subtypes of PII. Prefer to use a more specific subtype of SPII. |
|---|
| old_value | The following types should be used only when the data has sensitive PII. This includes fields with passwords, credit card numbers, etc. See the data classification guidelines for more info. See go/spii for details on the subtypes of ST_SPII_ID. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][69] | | new_value | An ID used to identify an advertiser, publisher, or other corporate entity that Google has a business relationship with. |
|---|
| old_value | Google relationship IDs. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][34] | | new_value | A full Google File API path location. More specific types should be preferred, e.g., ST_BIGSTORE_PATH or ST_BLOBSTORE_ID. Some example values for fields with this annotation are: * "/cns/sandbox/home/ares-eng/some_file.txt" * "/sm/streamer/youtube/7/e/" |
|---|
| old_value | Full Google File API path location. Some example values for fields with this annotation are: * "/bigstore/my_bucket/my_object.txt" * "/cns/sandbox/home/ares-eng/some_file.txt" * "/sm/streamer/youtube/7/e/" |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][69] | | new_value | An ID used to identify an advertiser, publisher, or other corporate entity that Google has a business relationship with. |
|---|
| old_value | Google relationship IDs. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][43] | | new_value | Data that identifies or implies sexual orientation or gender identity of a user. |
|---|
| old_value | Sexual orientation or gender identity. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][43] | | new_value | Data that identifies or implies sexual orientation or gender identity of a user. |
|---|
| old_value | Sexual orientation or gender identity. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][26] | | new_value | A Device USer Id (go/dusi) that is a user-scoped (unique-per-user) device identifier. It is akin to an index for a given user's devices. |
|---|
| old_value | Device USer ID (go/dusi) - a user-scoped (unique-per-user) device identifier. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][16] | | new_value | Contains a phone number. This identifies a user or entity associated with the phone number. The sensitivity of this data is content dependent. Examples: - The logging of a business's phone number could uniquely identify the business and therefore its location. - The phone number that is used to dial into a hangouts call belongs to a Google system and is considered less sensitive. |
|---|
| old_value | Contains a phone number. If for example the telephone number of the business is logged, this uniquely identifies the business and therefore its location. This is important to keep in mind since phone numbers are content dependant. If the phone number that is used to dial into a hangouts call is not identifying to a user it is considered less sensitive. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][20] | | new_value | Ares IDs (go/project-ares-ids) are IDs used in the Google unified abuse infrastructure (go/ares). They identify entities that are targeted for abuse classification. Abuse IDs not related to Ares might use a combination of ST_FRAUD_ABUSE_INFO and ST_IDENTIFYING_ID or an appropriate subtype. |
|---|
| old_value | Ares IDs (http://go/project-ares-ids) are IDs use in the Google unified abuse infrastructure (http://go/ares). They identify entities that are targeted for abuse classification. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][37] | | new_value | Details about an individual's past, present, or future physical or mental health, condition, or operations. Data used to identify health records should use ST_MEDICAL_RECORD_NUMBER. Data collected from 1P wearables should use ST_FAROE_MBD_HFALD. |
|---|
| old_value | Details about an individual's past, present or future physical or mental health or condition. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][94] | | new_value | The user generated email subject or content of an email message. Entities embedded within an email can also be considered ST_EMAIL_CONTENT however they should apply any other applicable types as well. |
|---|
| old_value | Calendar events. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][54] | | new_value | Data that defines a network endpoint. Prefer to use more specific types if available. |
|---|
| old_value | The following types define network endpoints such as IP addresses. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][37] | | new_value | Details about an individual's past, present, or future physical or mental health, condition, or operations. Data used to identify health records should use ST_MEDICAL_RECORD_NUMBER. Data collected from 1P wearables should use ST_FAROE_MBD_HFALD. |
|---|
| old_value | Details about an individual's past, present or future physical or mental health or condition. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][28] | | new_value | Identifier for any Google object in storage. A field that contains the ID of a Workspace object (or which *may* contain such an ID, if it's multipurpose), should use ST_WORKSPACE_OBJECT_ID instead. Additionally, ST_BIGSTORE_PATH or ST_BLOBSTORE_ID should be used if applicable. ST_GOOGLE_OBJECT_ID *may not* directly identify a user, though in cases where an object has a user owner, that user could be identified after looking up the object by this ID. Examples: Geo: Place ID YouTube: ID of a video *not* owned by Workspace |
|---|
| old_value | Identifier for any Google object in storage. A field that contains the ID of a Workspace object (or which *may* contain such an ID, if it's multipurpose), should use ST_WORKSPACE_OBJECT_ID instead. ST_GOOGLE_OBJECT_ID *may not* directly identify a user, though in cases where an object has a user owner, that user could be identified after looking up the object by this ID. Examples: Blobstore: BlobRef for a blob *not* owned by Workspace, but which is associated with a specific user/entity; this has client-supplied bytes, and if those include other specific types, additional annotations like ST_GAIA_ID or (in the worst case) ST_USER_CONTENT should be added. Note that ST_BLOBSTORE_ID should also be added. Geo: Place ID YouTube: ID of a video *not* owned by Workspace |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][71] | | new_value | The ID of a customer or partner of a Google product or service. This is differentiated from ST_CUSTOMER_ID in that a partner relationship is viewed as more symbiotic than a customer relationship. |
|---|
| old_value | A partner ID. Partner is a generic term for a customer of Google. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][13] | | new_value | An identifier that can be used to identify a user or an entity. Prefer to use the most specific ID type, e.g., prefer ST_GAIA_ID over ST_IDENTIFYING_ID if the field is a Gaia ID. An identifier that cannot directly identify a user or entity should use ST_PSEUDONYMOUS_ID instead. |
|---|
| old_value | The following types should be used to annotate the fields that contain data that can identify a person or entity directly or by reference. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][17] | | new_value | Contains a Gaia ID representing a user, group, business, service, device, etc. A field that only holds Google internal Gaia IDs should use the `is_google` qualifier. |
|---|
| old_value | Contains a user's Gaia ID. Please use qualifiers when the Gaia ID is a Google entity or service account rather than a user. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][76] | | new_value | Incidentally gathered user content or data from which such content could be derived. More specific types should be used if available. For example, user provided freeform text in response to a feedback prompt or questionare is ST_USER_CONTENT that does not have an applicable subtype. WARNING: Available at default access. If a field may contain (S)PII, use ST_PERSONAL_DATA instead. |
|---|
| old_value | User entered content, or data from which such content could be derived. This is used for data that has been gathered incidentally, such as user entered search query. Also things like sufficiently detailed search results from which the user query could be lossily reconstructed should be annotated as ST_USER_CONTENT. WARNING: Available at default access. If a field may contain (S)PII, use ST_PERSONAL_DATA instead. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][41] | | new_value | Data that identifies or implies the political beliefs of a user. |
|---|
| old_value | Political Beliefs. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][40] | | new_value | Data that identifies or implies the race or ethnic background of a user. |
|---|
| old_value | Race and Ethnicity. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][16] | | new_value | Contains a phone number. This identifies a user or entity associated with the phone number. The sensitivity of this data is content dependent. Examples: - The logging of a business's phone number could uniquely identify the business and therefore its location. - The phone number that is used to dial into a hangouts call belongs to a Google system and is considered less sensitive. |
|---|
| old_value | Contains a phone number. If for example the telephone number of the business is logged, this uniquely identifies the business and therefore its location. This is important to keep in mind since phone numbers are content dependant. If the phone number that is used to dial into a hangouts call is not identifying to a user it is considered less sensitive. |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][44] | | new_value | Data that identifies or implies the age of a user. |
|---|
| old_value | Age |
|---|
|
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][64] | | new_value | Data that has been modified in some way to be anonymous. Can be sensitive information such as race, ethnicity, political affiliation, etc., however it must not be capable of identifying any specific individual or group of individuals. |
|---|
| old_value | Anonymous data points such as: - race, ethnicity - political affiliation |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enum'][79] | ST_PERSONAL_DATA_CROSS_PA_SOURCE |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][79] | Search fields containing personal data obtained from other PAs, i.e. Workspace. See go/ptoken-aim-workspace-p13n-policy and go/aim-workspace-p13n-policy-doc for more details. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][89] | Content that defines an attribute of a service object's metadata. More specific user content types should be used if applicable. This metadata may be user visible but it is intended to provide meta-functionality such as searching, indexing, grouping or listing. For example, labels for GCP resources. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][92] | User core content is the subset of sensitive user content, captured by ST_PERSONAL_DATA, that is purely content and not used to operate the product or service it is part of. Examples: - A user's voice request to Google Assistant is sensitive as its identifying but it is not core content as it is used to operate the app, it is instead ST_VOICE. - A user's voice recorded and stored from an audio recorder app is core content as it is the core content of the app versus merely being used in operation. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][95] | The user generated content of a Calendar entity, e.g., an event name, description, or attendee list. This should be used for user generated content within Calendar entities. Data related to Calendar entities that is not user generated might use ST_WORKSPACE_OBJECT_INFO. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][97] | Non-email user generated text messaging communicated between users through in-app messaging or SMS/MMS. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][102] | Data collected from worn body sensors. ST_FAROE_MDB_HFALD may be more appropriate for information related to healthcare or physical or mental well-being derived from worn body sensors. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][108] | Third party data. For example, information sent by a publisher to Google that may contain sensitive information. Please apply any other semantic types that are applicable to the data as well. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][117] | Security material (aka Secrets) This should be used for fields that contain security material such as nonces and other entities that require special handling (never being recorded to disk or logged, etc) and are not covered by a more specific type. Also see: go/pwg-cloud-secrets go/cloud-dcg-secrets-draft |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][131] | Data related to fraud and abuse. PII and user content should be annotated with the appropriate semantic type in addition to this. IDs related to abuse which are not from Ares should use this type. Examples: * Abuse details such object state at the time of the abuse, whether the incident was sent for review. * Abuse verdicts. * Spam feature sets. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][137] | Metric or computed value related to user data. This should not be used for values which are aggregated across a user or multiple users, there are more specific types for those below. If user filtering occurs or a user/customer count/ID appears with the data, then the aggregate should use one of the user specific subtypes. Counts and aggregates related to processing or the operation of Google systems should use ST_GOOGLE_OPERATIONAL_METRICS. Examples: Drive: quota bytes consumed by an item Gmail: count of characters in a message Meet: count of attendees in a meeting |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enum'][79] | ST_PERSONAL_DATA_CROSS_PA_SOURCE |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][79] | Search fields containing personal data obtained from other PAs, i.e. Workspace. See go/ptoken-aim-workspace-p13n-policy and go/aim-workspace-p13n-policy-doc for more details. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][89] | Content that defines an attribute of a service object's metadata. More specific user content types should be used if applicable. This metadata may be user visible but it is intended to provide meta-functionality such as searching, indexing, grouping or listing. For example, labels for GCP resources. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][92] | User core content is the subset of sensitive user content, captured by ST_PERSONAL_DATA, that is purely content and not used to operate the product or service it is part of. Examples: - A user's voice request to Google Assistant is sensitive as its identifying but it is not core content as it is used to operate the app, it is instead ST_VOICE. - A user's voice recorded and stored from an audio recorder app is core content as it is the core content of the app versus merely being used in operation. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][95] | The user generated content of a Calendar entity, e.g., an event name, description, or attendee list. This should be used for user generated content within Calendar entities. Data related to Calendar entities that is not user generated might use ST_WORKSPACE_OBJECT_INFO. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][97] | Non-email user generated text messaging communicated between users through in-app messaging or SMS/MMS. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][102] | Data collected from worn body sensors. ST_FAROE_MDB_HFALD may be more appropriate for information related to healthcare or physical or mental well-being derived from worn body sensors. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][108] | Third party data. For example, information sent by a publisher to Google that may contain sensitive information. Please apply any other semantic types that are applicable to the data as well. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][117] | Security material (aka Secrets) This should be used for fields that contain security material such as nonces and other entities that require special handling (never being recorded to disk or logged, etc) and are not covered by a more specific type. Also see: go/pwg-cloud-secrets go/cloud-dcg-secrets-draft |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][131] | Data related to fraud and abuse. PII and user content should be annotated with the appropriate semantic type in addition to this. IDs related to abuse which are not from Ares should use this type. Examples: * Abuse details such object state at the time of the abuse, whether the incident was sent for review. * Abuse verdicts. * Spam feature sets. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][137] | Metric or computed value related to user data. This should not be used for values which are aggregated across a user or multiple users, there are more specific types for those below. If user filtering occurs or a user/customer count/ID appears with the data, then the aggregate should use one of the user specific subtypes. Counts and aggregates related to processing or the operation of Google systems should use ST_GOOGLE_OPERATIONAL_METRICS. Examples: Drive: quota bytes consumed by an item Gmail: count of characters in a message Meet: count of attendees in a meeting |
|---|
|
|---|
| iterable_item_removed | | root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][88] | Content that defines an attribute of a service object, such as name, id, or other metadata. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][91] | Content to which no more specific annotation applies. This content is usually unstructured. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][93] | Email subject or content. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][96] | Non-email communication between users, through in-app messages or SMS/MMS. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][101] | Data collected from body sensors. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][107] | Third party data. For example, information sent by a publisher to Google that may contain sensitive info. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][116] | Security material (aka Secrets) This should be used for fields that contain security material such as cryptographic keys, nonces, and other entities that require special handling (never being recorded to disk or logged, etc). Also see: go/pwg-cloud-secrets go/cloud-dcg-secrets-draft |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][130] | Used for data related to fraud and abuse. PII and User Content needs to be annotated with the appropriate semantic type in addition to this annotation. Examples: * Abuse details such object state at the time of the abuse, whether the incident was sent for review. * Abuse verdicts. * Spam feature sets. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessDataAccessLogProtoFieldMetadata']['properties']['semanticType']['items']['enumDescriptions'][136] | Metric or computed value. This should not be used for values which are aggregated across a user or multiple users, there are more specific types for those below. If user filtering occurs or a user/customer count/ID appears with the data, then the aggregate should use one of the user specific subtypes. Examples: Count of running borg tasks Drive: quota bytes consumed by an item Gmail: count of characters in a message Meet: count of attendees in a meeting |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][88] | Content that defines an attribute of a service object, such as name, id, or other metadata. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][91] | Content to which no more specific annotation applies. This content is usually unstructured. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][93] | Email subject or content. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][96] | Non-email communication between users, through in-app messages or SMS/MMS. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][101] | Data collected from body sensors. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][107] | Third party data. For example, information sent by a publisher to Google that may contain sensitive info. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][116] | Security material (aka Secrets) This should be used for fields that contain security material such as cryptographic keys, nonces, and other entities that require special handling (never being recorded to disk or logged, etc). Also see: go/pwg-cloud-secrets go/cloud-dcg-secrets-draft |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][130] | Used for data related to fraud and abuse. PII and User Content needs to be annotated with the appropriate semantic type in addition to this annotation. Examples: * Abuse details such object state at the time of the abuse, whether the incident was sent for review. * Abuse verdicts. * Spam feature sets. |
|---|
| root['schemas']['DataaccessauditloggingPaSecurityDataAccessResourceId']['properties']['semanticType']['items']['enumDescriptions'][136] | Metric or computed value. This should not be used for values which are aggregated across a user or multiple users, there are more specific types for those below. If user filtering occurs or a user/customer count/ID appears with the data, then the aggregate should use one of the user specific subtypes. Examples: Count of running borg tasks Drive: quota bytes consumed by an item Gmail: count of characters in a message Meet: count of attendees in a meeting |
|---|
|
|---|
|
|---|
| prod/dataconnectors- | | values_changed | | root['revision'] | | new_value | 20250109 |
|---|
| old_value | 20250116 |
|---|
|
|---|
|
|---|
|
|---|
| prod/dataconnectors-v1alpha2 | | values_changed | | root['revision'] | | new_value | 20250109 |
|---|
| old_value | 20250116 |
|---|
|
|---|
|
|---|
|
|---|
| prod/datamanager- | | dictionary_item_added | - root['schemas']['UserProperties']
- root['schemas']['CustomVariable']['properties']['destinationReferences']
- root['schemas']['Event']['properties']['userProperties']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250730 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['Event']['properties']['eventSource']['enum'][2] | APP |
|---|
| root['schemas']['Event']['properties']['eventSource']['enum'][3] | IN_STORE |
|---|
| root['schemas']['Event']['properties']['eventSource']['enum'][4] | PHONE |
|---|
| root['schemas']['Event']['properties']['eventSource']['enum'][5] | OTHER |
|---|
| root['schemas']['Event']['properties']['eventSource']['enumDescriptions'][2] | The event was generated from an app. |
|---|
| root['schemas']['Event']['properties']['eventSource']['enumDescriptions'][3] | The event was generated from an in-store transaction. |
|---|
| root['schemas']['Event']['properties']['eventSource']['enumDescriptions'][4] | The event was generated from a phone call. |
|---|
| root['schemas']['Event']['properties']['eventSource']['enumDescriptions'][5] | The event was generated from other sources. |
|---|
|
|---|
|
|---|
| prod/datamanager-v1 | | dictionary_item_added | - root['schemas']['UserProperties']
- root['schemas']['CustomVariable']['properties']['destinationReferences']
- root['schemas']['Event']['properties']['userProperties']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250730 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['Event']['properties']['eventSource']['enum'][2] | APP |
|---|
| root['schemas']['Event']['properties']['eventSource']['enum'][3] | IN_STORE |
|---|
| root['schemas']['Event']['properties']['eventSource']['enum'][4] | PHONE |
|---|
| root['schemas']['Event']['properties']['eventSource']['enum'][5] | OTHER |
|---|
| root['schemas']['Event']['properties']['eventSource']['enumDescriptions'][2] | The event was generated from an app. |
|---|
| root['schemas']['Event']['properties']['eventSource']['enumDescriptions'][3] | The event was generated from an in-store transaction. |
|---|
| root['schemas']['Event']['properties']['eventSource']['enumDescriptions'][4] | The event was generated from a phone call. |
|---|
| root['schemas']['Event']['properties']['eventSource']['enumDescriptions'][5] | The event was generated from other sources. |
|---|
|
|---|
|
|---|
| prod/datamixer-pa- | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250728 |
|---|
|
|---|
|
|---|
|
|---|
| prod/datamixer-pa-v1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250728 |
|---|
|
|---|
|
|---|
|
|---|
| prod/dataprocgdc- | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/dataprocgdc-v1 | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/dataprocgdc-v1alpha1 | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/deviceenrollmentforwindows- | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250727 |
|---|
|
|---|
|
|---|
|
|---|
| prod/deviceenrollmentforwindows-v1 | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250727 |
|---|
|
|---|
|
|---|
|
|---|
| prod/devicemanagementforwindows- | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250727 |
|---|
|
|---|
|
|---|
|
|---|
| prod/devicemanagementforwindows-v1 | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250727 |
|---|
|
|---|
|
|---|
|
|---|
| prod/directions-pa- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/directions-pa-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/directions-pa-v1alpha | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/dynamicmail-pa- | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/dynamicmail-pa-v2 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/embeddedassistant-frontend-webchannel- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/embeddedassistant-frontend-webchannel-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/embeddedassistant-frontend-webchannel-v1alpha2 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/embeddedassistant-frontend-webchannel-v1beta1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/embeddedassistant-webchannel- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/embeddedassistant-webchannel-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/embeddedassistant-webchannel-v1alpha2 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/embeddedassistant-webchannel-v1beta1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/emmapplecodevice- | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/emmapplecodevice-v1 | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/enterpriseknowledgegraph- | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250516 |
|---|
|
|---|
|
|---|
|
|---|
| prod/enterpriseknowledgegraph-v1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250516 |
|---|
|
|---|
|
|---|
|
|---|
| prod/eu-alpha-vision- | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['GoogleCloudVisionV1p4beta1Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/eu-alpha-vision-v1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/eu-alpha-vision-v1p1beta1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['GoogleCloudVisionV1p1beta1Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/eu-alpha-vision-v1p2beta1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['GoogleCloudVisionV1p2beta1Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/eu-alpha-vision-v1p3beta1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['GoogleCloudVisionV1p3beta1Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/eu-alpha-vision-v1p4beta1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['GoogleCloudVisionV1p4beta1Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/eu-chronicle- | | dictionary_item_added | - root['schemas']['FindingVariable']['properties']['timestampTime']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
|
|---|
|
|---|
| prod/eu-chronicle-v1 | | dictionary_item_added | - root['schemas']['FindingVariable']['properties']['timestampTime']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
|
|---|
|
|---|
| prod/eu-chronicle-v1alpha | | dictionary_item_added | - root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployConnectorInstances']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployPlaybooks']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployTestCases']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['markAsDeployed']
- root['schemas']['MarkContentPackAsDeployedRequest']
- root['schemas']['MarkContentPackAsDeployedResponse']
- root['schemas']['PlaybookGenerationByAlertFeedbackMetadata']
- root['schemas']['DetectionExclusionApplication']['properties']['deletedCuratedRuleSets']
- root['schemas']['DetectionExclusionDetectorActivity']['properties']['deletedCuratedRuleSet']
- root['schemas']['FindingVariable']['properties']['timestampTime']
- root['schemas']['InstallContentPackConnectorInstanceResponse']['properties']['installedConnectorInstances']
- root['schemas']['InstallContentPackTestCasesResponse']['properties']['installedTestCases']
- root['schemas']['InstallRequest']['properties']['restoreIntegrationSnapshot']
- root['schemas']['InstallRequest']['properties']['version']
- root['schemas']['InstallResponse']['properties']['version']
- root['schemas']['Integration']['properties']['type']
- root['schemas']['IntegrationAction']['properties']['id']
- root['schemas']['IntegrationJobInstance']['properties']['uniqueIdentifier']
- root['schemas']['MarketplaceIntegration']['properties']['availableVersions']
- root['schemas']['MarketplaceIntegration']['properties']['integrationSnapshots']
- root['schemas']['SubmitResponseFeedbackRequest']['properties']['playbookGenerationByAlertMetadata']
|
|---|
| dictionary_item_removed | - root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installConnectorInstances']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installPlaybooks']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installTestCases']
|
|---|
| values_changed | | root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['add']['parameters']['parent']['pattern'] | | new_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub/contentPacks$ |
|---|
| old_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub$ |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['add']['path'] | | new_value | v1alpha/{+parent}:add |
|---|
| old_value | v1alpha/{+parent}/contentPacks:add |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['list']['parameters']['parent']['pattern'] | | new_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub/contentPacks$ |
|---|
| old_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub$ |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['list']['path'] | | new_value | v1alpha/{+parent} |
|---|
| old_value | v1alpha/{+parent}/contentPacks |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['legacy']['methods']['legacySearchRulesAlerts']['description'] | | new_value | RPC to get the list of Rules Engine generated alerts for a customer. |
|---|
| old_value | RPC to get the list of Rules Enginer generated alerts for a customer. |
|---|
|
|---|
| root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
| root['schemas']['DetectionExclusionDetectorActivity']['properties']['curatedRuleSet']['description'] | | new_value | Full resource name for the curated rule set this activity corresponds to. This field will only be set if the customer has access to the curated rule set the exclusion is applied to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set} |
|---|
| old_value | Full resource name for the curated rule set this activity corresponds to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set} |
|---|
|
|---|
| root['schemas']['InstallContentPackPlaybooksResponse']['properties'] | | new_value | | installedPlaybooks | | description | Output only. List of content pack item installation response |
|---|
| items | | $ref | ContentPackItemInstallationResponse |
|---|
|
|---|
| readOnly | True |
|---|
| type | array |
|---|
|
|---|
|
|---|
| old_value | | response | | description | Output only. List of content pack item installation response |
|---|
| items | | $ref | ContentPackItemInstallationResponse |
|---|
|
|---|
| readOnly | True |
|---|
| type | array |
|---|
|
|---|
|
|---|
|
|---|
| root['schemas']['LegacyUpdateTaskResultResponse']['properties'] | | new_value | | mediaInfo | | $ref | MediaResponseInfo |
|---|
| description | Required. Scotty properties (won't be visible in exposed API) |
|---|
|
|---|
|
|---|
| old_value | | media_info | | $ref | MediaResponseInfo |
|---|
| description | Required. Scotty properties (won't be visible in exposed API) |
|---|
|
|---|
|
|---|
|
|---|
| root['schemas']['ActionParameter']['properties']['type']['enum'][16] | | new_value | MULTIPLE_CHOICE_PARAMETER |
|---|
| old_value | MULTI_CHOICE_PARAMETER |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['FieldProvenance']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][2299] | ULTRA |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][2299] | ULTRA |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['SearchHistory']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['SearchHistory']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
| root['schemas']['SearchQuery']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['SearchQuery']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
| root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
| root['schemas']['ValidateQueryResponse']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['ValidateQueryResponse']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
|
|---|
|
|---|
| prod/eu-chronicle-v1beta | | dictionary_item_added | - root['schemas']['FindingVariable']['properties']['timestampTime']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
|
|---|
|
|---|
| prod/eu-rbmopenmaap- | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/eu-rbmopenmaap-v1 | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/europe-west2-chronicle- | | dictionary_item_added | - root['schemas']['FindingVariable']['properties']['timestampTime']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
|
|---|
|
|---|
| prod/europe-west2-chronicle-v1 | | dictionary_item_added | - root['schemas']['FindingVariable']['properties']['timestampTime']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
|
|---|
|
|---|
| prod/europe-west2-chronicle-v1alpha | | dictionary_item_added | - root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployConnectorInstances']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployPlaybooks']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployTestCases']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['markAsDeployed']
- root['schemas']['MarkContentPackAsDeployedRequest']
- root['schemas']['MarkContentPackAsDeployedResponse']
- root['schemas']['PlaybookGenerationByAlertFeedbackMetadata']
- root['schemas']['DetectionExclusionApplication']['properties']['deletedCuratedRuleSets']
- root['schemas']['DetectionExclusionDetectorActivity']['properties']['deletedCuratedRuleSet']
- root['schemas']['FindingVariable']['properties']['timestampTime']
- root['schemas']['InstallContentPackConnectorInstanceResponse']['properties']['installedConnectorInstances']
- root['schemas']['InstallContentPackTestCasesResponse']['properties']['installedTestCases']
- root['schemas']['InstallRequest']['properties']['restoreIntegrationSnapshot']
- root['schemas']['InstallRequest']['properties']['version']
- root['schemas']['InstallResponse']['properties']['version']
- root['schemas']['Integration']['properties']['type']
- root['schemas']['IntegrationAction']['properties']['id']
- root['schemas']['IntegrationJobInstance']['properties']['uniqueIdentifier']
- root['schemas']['MarketplaceIntegration']['properties']['availableVersions']
- root['schemas']['MarketplaceIntegration']['properties']['integrationSnapshots']
- root['schemas']['SubmitResponseFeedbackRequest']['properties']['playbookGenerationByAlertMetadata']
|
|---|
| dictionary_item_removed | - root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installConnectorInstances']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installPlaybooks']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installTestCases']
|
|---|
| values_changed | | root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['add']['parameters']['parent']['pattern'] | | new_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub/contentPacks$ |
|---|
| old_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub$ |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['add']['path'] | | new_value | v1alpha/{+parent}:add |
|---|
| old_value | v1alpha/{+parent}/contentPacks:add |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['list']['parameters']['parent']['pattern'] | | new_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub/contentPacks$ |
|---|
| old_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub$ |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['list']['path'] | | new_value | v1alpha/{+parent} |
|---|
| old_value | v1alpha/{+parent}/contentPacks |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['legacy']['methods']['legacySearchRulesAlerts']['description'] | | new_value | RPC to get the list of Rules Engine generated alerts for a customer. |
|---|
| old_value | RPC to get the list of Rules Enginer generated alerts for a customer. |
|---|
|
|---|
| root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
| root['schemas']['DetectionExclusionDetectorActivity']['properties']['curatedRuleSet']['description'] | | new_value | Full resource name for the curated rule set this activity corresponds to. This field will only be set if the customer has access to the curated rule set the exclusion is applied to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set} |
|---|
| old_value | Full resource name for the curated rule set this activity corresponds to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set} |
|---|
|
|---|
| root['schemas']['InstallContentPackPlaybooksResponse']['properties'] | | new_value | | installedPlaybooks | | description | Output only. List of content pack item installation response |
|---|
| items | | $ref | ContentPackItemInstallationResponse |
|---|
|
|---|
| readOnly | True |
|---|
| type | array |
|---|
|
|---|
|
|---|
| old_value | | response | | description | Output only. List of content pack item installation response |
|---|
| items | | $ref | ContentPackItemInstallationResponse |
|---|
|
|---|
| readOnly | True |
|---|
| type | array |
|---|
|
|---|
|
|---|
|
|---|
| root['schemas']['LegacyUpdateTaskResultResponse']['properties'] | | new_value | | mediaInfo | | $ref | MediaResponseInfo |
|---|
| description | Required. Scotty properties (won't be visible in exposed API) |
|---|
|
|---|
|
|---|
| old_value | | media_info | | $ref | MediaResponseInfo |
|---|
| description | Required. Scotty properties (won't be visible in exposed API) |
|---|
|
|---|
|
|---|
|
|---|
| root['schemas']['ActionParameter']['properties']['type']['enum'][16] | | new_value | MULTIPLE_CHOICE_PARAMETER |
|---|
| old_value | MULTI_CHOICE_PARAMETER |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['FieldProvenance']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][2299] | ULTRA |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][2299] | ULTRA |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['SearchHistory']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['SearchHistory']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
| root['schemas']['SearchQuery']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['SearchQuery']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
| root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
| root['schemas']['ValidateQueryResponse']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['ValidateQueryResponse']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
|
|---|
|
|---|
| prod/europe-west2-chronicle-v1beta | | dictionary_item_added | - root['schemas']['FindingVariable']['properties']['timestampTime']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
|
|---|
|
|---|
| prod/europe-west3-chronicle- | | dictionary_item_added | - root['schemas']['FindingVariable']['properties']['timestampTime']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
|
|---|
|
|---|
| prod/europe-west3-chronicle-v1alpha | | dictionary_item_added | - root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployConnectorInstances']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployPlaybooks']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployTestCases']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['markAsDeployed']
- root['schemas']['MarkContentPackAsDeployedRequest']
- root['schemas']['MarkContentPackAsDeployedResponse']
- root['schemas']['PlaybookGenerationByAlertFeedbackMetadata']
- root['schemas']['DetectionExclusionApplication']['properties']['deletedCuratedRuleSets']
- root['schemas']['DetectionExclusionDetectorActivity']['properties']['deletedCuratedRuleSet']
- root['schemas']['FindingVariable']['properties']['timestampTime']
- root['schemas']['InstallContentPackConnectorInstanceResponse']['properties']['installedConnectorInstances']
- root['schemas']['InstallContentPackTestCasesResponse']['properties']['installedTestCases']
- root['schemas']['InstallRequest']['properties']['restoreIntegrationSnapshot']
- root['schemas']['InstallRequest']['properties']['version']
- root['schemas']['InstallResponse']['properties']['version']
- root['schemas']['Integration']['properties']['type']
- root['schemas']['IntegrationAction']['properties']['id']
- root['schemas']['IntegrationJobInstance']['properties']['uniqueIdentifier']
- root['schemas']['MarketplaceIntegration']['properties']['availableVersions']
- root['schemas']['MarketplaceIntegration']['properties']['integrationSnapshots']
- root['schemas']['SubmitResponseFeedbackRequest']['properties']['playbookGenerationByAlertMetadata']
|
|---|
| dictionary_item_removed | - root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installConnectorInstances']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installPlaybooks']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installTestCases']
|
|---|
| values_changed | | root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['add']['parameters']['parent']['pattern'] | | new_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub/contentPacks$ |
|---|
| old_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub$ |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['add']['path'] | | new_value | v1alpha/{+parent}:add |
|---|
| old_value | v1alpha/{+parent}/contentPacks:add |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['list']['parameters']['parent']['pattern'] | | new_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub/contentPacks$ |
|---|
| old_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub$ |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['list']['path'] | | new_value | v1alpha/{+parent} |
|---|
| old_value | v1alpha/{+parent}/contentPacks |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['legacy']['methods']['legacySearchRulesAlerts']['description'] | | new_value | RPC to get the list of Rules Engine generated alerts for a customer. |
|---|
| old_value | RPC to get the list of Rules Enginer generated alerts for a customer. |
|---|
|
|---|
| root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
| root['schemas']['DetectionExclusionDetectorActivity']['properties']['curatedRuleSet']['description'] | | new_value | Full resource name for the curated rule set this activity corresponds to. This field will only be set if the customer has access to the curated rule set the exclusion is applied to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set} |
|---|
| old_value | Full resource name for the curated rule set this activity corresponds to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set} |
|---|
|
|---|
| root['schemas']['InstallContentPackPlaybooksResponse']['properties'] | | new_value | | installedPlaybooks | | description | Output only. List of content pack item installation response |
|---|
| items | | $ref | ContentPackItemInstallationResponse |
|---|
|
|---|
| readOnly | True |
|---|
| type | array |
|---|
|
|---|
|
|---|
| old_value | | response | | description | Output only. List of content pack item installation response |
|---|
| items | | $ref | ContentPackItemInstallationResponse |
|---|
|
|---|
| readOnly | True |
|---|
| type | array |
|---|
|
|---|
|
|---|
|
|---|
| root['schemas']['LegacyUpdateTaskResultResponse']['properties'] | | new_value | | mediaInfo | | $ref | MediaResponseInfo |
|---|
| description | Required. Scotty properties (won't be visible in exposed API) |
|---|
|
|---|
|
|---|
| old_value | | media_info | | $ref | MediaResponseInfo |
|---|
| description | Required. Scotty properties (won't be visible in exposed API) |
|---|
|
|---|
|
|---|
|
|---|
| root['schemas']['ActionParameter']['properties']['type']['enum'][16] | | new_value | MULTIPLE_CHOICE_PARAMETER |
|---|
| old_value | MULTI_CHOICE_PARAMETER |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['FieldProvenance']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][2299] | ULTRA |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][2299] | ULTRA |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['SearchHistory']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['SearchHistory']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
| root['schemas']['SearchQuery']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['SearchQuery']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
| root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
| root['schemas']['ValidateQueryResponse']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['ValidateQueryResponse']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
|
|---|
|
|---|
| prod/europe-west3-chronicle-v1beta | | dictionary_item_added | - root['schemas']['FindingVariable']['properties']['timestampTime']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
|
|---|
|
|---|
| prod/europe-west3-connectgateway- | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/europe-west3-connectgateway-v1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/europe-west3-connectgateway-v1beta1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/familymanagement-pa- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250731 |
|---|
|
|---|
|
|---|
|
|---|
| prod/familymanagement-pa-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250731 |
|---|
|
|---|
|
|---|
|
|---|
| prod/firebaseapptesters- | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/firebaseapptesters-v1 | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/firebaseapptesters-v1alpha | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/firebasecrashlytics- | | values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/firebasecrashlytics-v1alpha | | values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/firebaseextensions- | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/firebaseextensions-v1beta | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/firebaseextensionspublisher- | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/firebaseextensionspublisher-v1beta | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/firebaseremoteconfigrealtime- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/firebaseremoteconfigrealtime-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/fit- | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/fit-v2beta1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/geoar- | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/geoar-v1 | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/geocoding-backend- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/geoentities- | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250726 |
|---|
|
|---|
|
|---|
|
|---|
| prod/geoentities-v1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250726 |
|---|
|
|---|
|
|---|
|
|---|
| prod/geofeedtaskrouting- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/geofeedtaskrouting-v1alpha | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/growth-pa- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250801 |
|---|
|
|---|
|
|---|
|
|---|
| prod/growth-pa-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250801 |
|---|
|
|---|
|
|---|
|
|---|
| prod/gsuiteaddons- | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250728 |
|---|
|
|---|
|
|---|
|
|---|
| prod/gsuiteaddons-v1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250728 |
|---|
|
|---|
|
|---|
|
|---|
| prod/gsuiteaddons-v1alpha1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250728 |
|---|
|
|---|
|
|---|
|
|---|
| prod/guidedhelp-pa- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/guidedhelp-pa-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/hourly-dynamicmail-pa.sandbox- | | values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250805 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['DynamicMailSender']['properties']['serviceType']['enum'][41] | LUCID_OPS |
|---|
| root['schemas']['DynamicMailSender']['properties']['serviceType']['enum'][42] | LUCID_OPS_DEV |
|---|
| root['schemas']['DynamicMailSender']['properties']['serviceType']['enumDescriptions'][41] | LucidOps sends dynamic emails that, for example, allow users to reply to comments in case notifications. |
|---|
| root['schemas']['DynamicMailSender']['properties']['serviceType']['enumDescriptions'][42] | Dev version of LucidOps sends dynamic emails that, for example, allow users to reply to comments in case notifications. |
|---|
|
|---|
|
|---|
| prod/hourly-dynamicmail-pa.sandbox-v2 | | values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250805 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['DynamicMailSender']['properties']['serviceType']['enum'][41] | LUCID_OPS |
|---|
| root['schemas']['DynamicMailSender']['properties']['serviceType']['enum'][42] | LUCID_OPS_DEV |
|---|
| root['schemas']['DynamicMailSender']['properties']['serviceType']['enumDescriptions'][41] | LucidOps sends dynamic emails that, for example, allow users to reply to comments in case notifications. |
|---|
| root['schemas']['DynamicMailSender']['properties']['serviceType']['enumDescriptions'][42] | Dev version of LucidOps sends dynamic emails that, for example, allow users to reply to comments in case notifications. |
|---|
|
|---|
|
|---|
| prod/ipprotection-ppissuer- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250731 |
|---|
|
|---|
|
|---|
|
|---|
| prod/ipprotection-ppissuer-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250731 |
|---|
|
|---|
|
|---|
|
|---|
| prod/jibemessagestore- | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['RenderedCard']['description'] | | new_value | Please update the corresponding logic in BatchCardRenderingResponseBuilder if adding more extensions to RenderedCard. LINT.IfChange NEXT ID: 13 |
|---|
| old_value | Please update the corresponding logic in BatchCardRenderingResponseBuilder if adding more extensions to RenderedCard. LINT.IfChange NEXT ID: 12 |
|---|
|
|---|
|
|---|
|
|---|
| prod/jibemessagestore-v1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['RenderedCard']['description'] | | new_value | Please update the corresponding logic in BatchCardRenderingResponseBuilder if adding more extensions to RenderedCard. LINT.IfChange NEXT ID: 13 |
|---|
| old_value | Please update the corresponding logic in BatchCardRenderingResponseBuilder if adding more extensions to RenderedCard. LINT.IfChange NEXT ID: 12 |
|---|
|
|---|
|
|---|
|
|---|
| prod/kidsmanagement-pa- | | values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/kidsmanagement-pa-v1 | | values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/linkauthorization- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250801 |
|---|
|
|---|
|
|---|
|
|---|
| prod/linkauthorization-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250801 |
|---|
|
|---|
|
|---|
|
|---|
| prod/localservicespartner- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/localservicespartner-v1beta1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/mapsplatformdatasets- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/mapsplatformdatasets-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/mapsplatformdatasets-v1alpha | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/media3p- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250731 |
|---|
|
|---|
|
|---|
|
|---|
| prod/media3p-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250731 |
|---|
|
|---|
|
|---|
|
|---|
| prod/meshca- | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/meshca-v1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/meshconfig- | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250728 |
|---|
|
|---|
|
|---|
|
|---|
| prod/meshconfig-v1alpha1 | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250728 |
|---|
|
|---|
|
|---|
|
|---|
| prod/meshconfig-v1internal | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250728 |
|---|
|
|---|
|
|---|
|
|---|
| prod/mobilemlaccelerationcompatibility- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/mobilemlaccelerationcompatibility-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/modelarmor- | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/modelarmor-v1 | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/modelarmor-v1alpha | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/modelarmor-v1beta | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/myphonenumbers-pa- | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250729 |
|---|
|
|---|
| root['resources']['users']['resources']['me']['resources']['phoneNumbers']['resources']['service']['methods']['delete']['parameters']['phoneNumber.verification.type']['enumDescriptions'][8] | | new_value | Constellation will conduct the verification using a MT phone call (go/c11n-design-flash-call-auth) LINT.ThenChange( //depot/google3/focus/backend/proto/backend.proto:constellation_verification_types ) |
|---|
| old_value | Constellation will conduct the verification using a MT phone call (go/c11n-design-flash-call-auth) LINT.ThenChange( //depot/google3/focus/backend/proto/\ backend.proto:constellation_verification_types) |
|---|
|
|---|
| root['schemas']['Verification']['properties']['type']['enumDescriptions'][8] | | new_value | Constellation will conduct the verification using a MT phone call (go/c11n-design-flash-call-auth) LINT.ThenChange( //depot/google3/focus/backend/proto/backend.proto:constellation_verification_types ) |
|---|
| old_value | Constellation will conduct the verification using a MT phone call (go/c11n-design-flash-call-auth) LINT.ThenChange( //depot/google3/focus/backend/proto/\ backend.proto:constellation_verification_types) |
|---|
|
|---|
|
|---|
|
|---|
| prod/myphonenumbers-pa-v1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250729 |
|---|
|
|---|
| root['resources']['users']['resources']['me']['resources']['phoneNumbers']['resources']['service']['methods']['delete']['parameters']['phoneNumber.verification.type']['enumDescriptions'][8] | | new_value | Constellation will conduct the verification using a MT phone call (go/c11n-design-flash-call-auth) LINT.ThenChange( //depot/google3/focus/backend/proto/backend.proto:constellation_verification_types ) |
|---|
| old_value | Constellation will conduct the verification using a MT phone call (go/c11n-design-flash-call-auth) LINT.ThenChange( //depot/google3/focus/backend/proto/\ backend.proto:constellation_verification_types) |
|---|
|
|---|
| root['schemas']['Verification']['properties']['type']['enumDescriptions'][8] | | new_value | Constellation will conduct the verification using a MT phone call (go/c11n-design-flash-call-auth) LINT.ThenChange( //depot/google3/focus/backend/proto/backend.proto:constellation_verification_types ) |
|---|
| old_value | Constellation will conduct the verification using a MT phone call (go/c11n-design-flash-call-auth) LINT.ThenChange( //depot/google3/focus/backend/proto/\ backend.proto:constellation_verification_types) |
|---|
|
|---|
|
|---|
|
|---|
| prod/northamerica-northeast1-connectgateway- | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/northamerica-northeast1-connectgateway-v1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/northamerica-northeast1-connectgateway-v1beta1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/northamerica-northeast2-chronicle- | | dictionary_item_added | - root['schemas']['FindingVariable']['properties']['timestampTime']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
|
|---|
|
|---|
| prod/northamerica-northeast2-chronicle-v1 | | dictionary_item_added | - root['schemas']['FindingVariable']['properties']['timestampTime']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
|
|---|
|
|---|
| prod/northamerica-northeast2-chronicle-v1alpha | | dictionary_item_added | - root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployConnectorInstances']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployPlaybooks']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployTestCases']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['markAsDeployed']
- root['schemas']['MarkContentPackAsDeployedRequest']
- root['schemas']['MarkContentPackAsDeployedResponse']
- root['schemas']['PlaybookGenerationByAlertFeedbackMetadata']
- root['schemas']['DetectionExclusionApplication']['properties']['deletedCuratedRuleSets']
- root['schemas']['DetectionExclusionDetectorActivity']['properties']['deletedCuratedRuleSet']
- root['schemas']['FindingVariable']['properties']['timestampTime']
- root['schemas']['InstallContentPackConnectorInstanceResponse']['properties']['installedConnectorInstances']
- root['schemas']['InstallContentPackTestCasesResponse']['properties']['installedTestCases']
- root['schemas']['InstallRequest']['properties']['restoreIntegrationSnapshot']
- root['schemas']['InstallRequest']['properties']['version']
- root['schemas']['InstallResponse']['properties']['version']
- root['schemas']['Integration']['properties']['type']
- root['schemas']['IntegrationAction']['properties']['id']
- root['schemas']['IntegrationJobInstance']['properties']['uniqueIdentifier']
- root['schemas']['MarketplaceIntegration']['properties']['availableVersions']
- root['schemas']['MarketplaceIntegration']['properties']['integrationSnapshots']
- root['schemas']['SubmitResponseFeedbackRequest']['properties']['playbookGenerationByAlertMetadata']
|
|---|
| dictionary_item_removed | - root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installConnectorInstances']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installPlaybooks']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installTestCases']
|
|---|
| values_changed | | root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['add']['parameters']['parent']['pattern'] | | new_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub/contentPacks$ |
|---|
| old_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub$ |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['add']['path'] | | new_value | v1alpha/{+parent}:add |
|---|
| old_value | v1alpha/{+parent}/contentPacks:add |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['list']['parameters']['parent']['pattern'] | | new_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub/contentPacks$ |
|---|
| old_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub$ |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['list']['path'] | | new_value | v1alpha/{+parent} |
|---|
| old_value | v1alpha/{+parent}/contentPacks |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['legacy']['methods']['legacySearchRulesAlerts']['description'] | | new_value | RPC to get the list of Rules Engine generated alerts for a customer. |
|---|
| old_value | RPC to get the list of Rules Enginer generated alerts for a customer. |
|---|
|
|---|
| root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
| root['schemas']['DetectionExclusionDetectorActivity']['properties']['curatedRuleSet']['description'] | | new_value | Full resource name for the curated rule set this activity corresponds to. This field will only be set if the customer has access to the curated rule set the exclusion is applied to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set} |
|---|
| old_value | Full resource name for the curated rule set this activity corresponds to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set} |
|---|
|
|---|
| root['schemas']['InstallContentPackPlaybooksResponse']['properties'] | | new_value | | installedPlaybooks | | description | Output only. List of content pack item installation response |
|---|
| items | | $ref | ContentPackItemInstallationResponse |
|---|
|
|---|
| readOnly | True |
|---|
| type | array |
|---|
|
|---|
|
|---|
| old_value | | response | | description | Output only. List of content pack item installation response |
|---|
| items | | $ref | ContentPackItemInstallationResponse |
|---|
|
|---|
| readOnly | True |
|---|
| type | array |
|---|
|
|---|
|
|---|
|
|---|
| root['schemas']['LegacyUpdateTaskResultResponse']['properties'] | | new_value | | mediaInfo | | $ref | MediaResponseInfo |
|---|
| description | Required. Scotty properties (won't be visible in exposed API) |
|---|
|
|---|
|
|---|
| old_value | | media_info | | $ref | MediaResponseInfo |
|---|
| description | Required. Scotty properties (won't be visible in exposed API) |
|---|
|
|---|
|
|---|
|
|---|
| root['schemas']['ActionParameter']['properties']['type']['enum'][16] | | new_value | MULTIPLE_CHOICE_PARAMETER |
|---|
| old_value | MULTI_CHOICE_PARAMETER |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['FieldProvenance']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][2299] | ULTRA |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][2299] | ULTRA |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['SearchHistory']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['SearchHistory']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
| root['schemas']['SearchQuery']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['SearchQuery']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
| root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
| root['schemas']['ValidateQueryResponse']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['ValidateQueryResponse']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
|
|---|
|
|---|
| prod/northamerica-northeast2-chronicle-v1beta | | dictionary_item_added | - root['schemas']['FindingVariable']['properties']['timestampTime']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
|
|---|
|
|---|
| prod/northamerica-northeast2-connectgateway- | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/northamerica-northeast2-connectgateway-v1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/northamerica-northeast2-connectgateway-v1beta1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/opengallery- | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250727 |
|---|
|
|---|
|
|---|
|
|---|
| prod/opengallery-v1 | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250727 |
|---|
|
|---|
|
|---|
|
|---|
| prod/opengallery-v1beta1 | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250727 |
|---|
|
|---|
|
|---|
|
|---|
| prod/opsconfigmonitoring- | | values_changed | | root['revision'] | | new_value | 20250802 |
|---|
| old_value | 20250719 |
|---|
|
|---|
|
|---|
|
|---|
| prod/opsconfigmonitoring-v1 | | values_changed | | root['revision'] | | new_value | 20250802 |
|---|
| old_value | 20250719 |
|---|
|
|---|
|
|---|
|
|---|
| prod/orglifecycle- | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/orglifecycle-v1 | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/paisadatamixer-pa- | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250728 |
|---|
|
|---|
|
|---|
|
|---|
| prod/paisadatamixer-pa-v1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250728 |
|---|
|
|---|
|
|---|
|
|---|
| prod/performanceparameters- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/performanceparameters-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/policyremediator- | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250727 |
|---|
|
|---|
|
|---|
|
|---|
| prod/policyremediator-v1alpha | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250727 |
|---|
|
|---|
|
|---|
|
|---|
| prod/policyremediatormanager- | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/policyremediatormanager-v1alpha | | values_changed | | root['revision'] | | new_value | 20250730 |
|---|
| old_value | 20250723 |
|---|
|
|---|
|
|---|
|
|---|
| prod/ppissuer- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250731 |
|---|
|
|---|
|
|---|
|
|---|
| prod/ppissuer-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250731 |
|---|
|
|---|
|
|---|
|
|---|
| prod/privacysandboxmaven- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/privacysandboxmaven-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/quantum- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/quantum-v1alpha1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/rbmopenmaap- | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/rbmopenmaap-v1 | | values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/reach-pa- | | dictionary_item_added | - root['schemas']['CtaButton']
- root['schemas']['Paragraph']
- root['schemas']['SearchCard']
- root['schemas']['SignInCard']
- root['schemas']['Card']['properties']['searchCard']
- root['schemas']['Card']['properties']['signInCard']
|
|---|
| dictionary_item_removed | - root['schemas']['LoadingCard']
- root['schemas']['TwoColumnTableBlock']
- root['schemas']['TwoColumnTableRow']
- root['schemas']['Block']['properties']['twoColumnTableBlock']
- root['schemas']['Card']['properties']['loading']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/reach-pa-v1 | | dictionary_item_added | - root['schemas']['CtaButton']
- root['schemas']['Paragraph']
- root['schemas']['SearchCard']
- root['schemas']['SignInCard']
- root['schemas']['Card']['properties']['searchCard']
- root['schemas']['Card']['properties']['signInCard']
|
|---|
| dictionary_item_removed | - root['schemas']['LoadingCard']
- root['schemas']['TwoColumnTableBlock']
- root['schemas']['TwoColumnTableRow']
- root['schemas']['Block']['properties']['twoColumnTableBlock']
- root['schemas']['Card']['properties']['loading']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/reauth- | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/reauth-v1 | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/reauth-v2 | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/riskmanager- | | values_changed | | root['revision'] | | new_value | 20250727 |
|---|
| old_value | 20250714 |
|---|
|
|---|
|
|---|
|
|---|
| prod/riskmanager-v1 | | values_changed | | root['revision'] | | new_value | 20250727 |
|---|
| old_value | 20250714 |
|---|
|
|---|
|
|---|
|
|---|
| prod/routeoptimization- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250730 |
|---|
|
|---|
|
|---|
|
|---|
| prod/routeoptimization-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250730 |
|---|
|
|---|
|
|---|
|
|---|
| prod/routes- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/routes-v2 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/routespreferred- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/routespreferred-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/routespreferred-v1alpha | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/salesforceshopping- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/salesforceshopping-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/scone-pa- | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250730 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['EngageApiSharedCmsConfigurationFieldRelationshipDescriptorContext']['properties']['frdIdentifier']['enum'][1193] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['EngageApiSharedCmsConfigurationFieldRelationshipDescriptorContext']['properties']['frdIdentifier']['enumDescriptions'][1193] | b/427801385 |
|---|
| root['schemas']['EngageApiSharedCmsConfigurationFieldRelationshipDescriptorValue']['properties']['frdIdentifier']['enum'][1193] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['EngageApiSharedCmsConfigurationFieldRelationshipDescriptorValue']['properties']['frdIdentifier']['enumDescriptions'][1193] | b/427801385 |
|---|
| root['schemas']['SconeV1CidGetTreeRequest']['properties']['frdId']['enum'][1193] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['SconeV1CidGetTreeRequest']['properties']['frdId']['enumDescriptions'][1193] | b/427801385 |
|---|
| root['schemas']['SconeV1CidSearchRequest']['properties']['frdId']['enum'][1193] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['SconeV1CidSearchRequest']['properties']['frdId']['enumDescriptions'][1193] | b/427801385 |
|---|
| root['schemas']['SconeV1GetAvailableValuesForGraphRequest']['properties']['resultFrdIdentifierMask']['items']['enum'][1193] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['SconeV1GetAvailableValuesForGraphRequest']['properties']['resultFrdIdentifierMask']['items']['enumDescriptions'][1193] | b/427801385 |
|---|
| root['schemas']['SconeV1UserSpecificFrdValuesGetRequest']['properties']['frdIdentifier']['enum'][1193] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['SconeV1UserSpecificFrdValuesGetRequest']['properties']['frdIdentifier']['enumDescriptions'][1193] | b/427801385 |
|---|
|
|---|
|
|---|
| prod/scone-pa-v1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250730 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['EngageApiSharedCmsConfigurationFieldRelationshipDescriptorContext']['properties']['frdIdentifier']['enum'][1193] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['EngageApiSharedCmsConfigurationFieldRelationshipDescriptorContext']['properties']['frdIdentifier']['enumDescriptions'][1193] | b/427801385 |
|---|
| root['schemas']['EngageApiSharedCmsConfigurationFieldRelationshipDescriptorValue']['properties']['frdIdentifier']['enum'][1193] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['EngageApiSharedCmsConfigurationFieldRelationshipDescriptorValue']['properties']['frdIdentifier']['enumDescriptions'][1193] | b/427801385 |
|---|
| root['schemas']['SconeV1CidGetTreeRequest']['properties']['frdId']['enum'][1193] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['SconeV1CidGetTreeRequest']['properties']['frdId']['enumDescriptions'][1193] | b/427801385 |
|---|
| root['schemas']['SconeV1CidSearchRequest']['properties']['frdId']['enum'][1193] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['SconeV1CidSearchRequest']['properties']['frdId']['enumDescriptions'][1193] | b/427801385 |
|---|
| root['schemas']['SconeV1GetAvailableValuesForGraphRequest']['properties']['resultFrdIdentifierMask']['items']['enum'][1193] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['SconeV1GetAvailableValuesForGraphRequest']['properties']['resultFrdIdentifierMask']['items']['enumDescriptions'][1193] | b/427801385 |
|---|
| root['schemas']['SconeV1UserSpecificFrdValuesGetRequest']['properties']['frdIdentifier']['enum'][1193] | IDENTIFIER_TRUST_AND_SAFETY_COMPANY_BUSINESS_TYPE |
|---|
| root['schemas']['SconeV1UserSpecificFrdValuesGetRequest']['properties']['frdIdentifier']['enumDescriptions'][1193] | b/427801385 |
|---|
|
|---|
|
|---|
| prod/searchresearcherresults- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/searchresearcherresults-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/shoppingdataintegration- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/shoppingdataintegration-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/staging-notifications-pa.sandbox- | | dictionary_item_added | - root['schemas']['NotificationsPlatformCommonProto_CustomPrompt_InstallationInstruction']
- root['schemas']['PhotosMediaClient_VideoProperties_SpecialFormatProperties']
- root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['installationInstruction']
- root['schemas']['PhotosMediaClient__VideoProperties']['properties']['specialFormatProperties']
- root['schemas']['SearchNotificationsClientAga__BeaconClientInfo']['properties']['isScreenOff']
- root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['primaryTitle']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250805 |
|---|
|
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['description'] | | new_value | Next tag: 12 |
|---|
| old_value | Next tag: 11 |
|---|
|
|---|
| root['schemas']['PhotosMediaClient__VideoProperties']['description'] | | new_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 12 |
|---|
| old_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 11 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['description'] | | new_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 26 |
|---|
| old_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 25 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['defaultTitle']['description'] | | new_value | (Required) default paymentmethod title (e.g. {NetworkName} ••1234). The default title is used as secondary content when nickname / card product name is set. |
|---|
| old_value | (Required) default paymentmethod title (e.g. Visa •••• 1234). The default title is used when we still need to show the original default title to user no matter if user set a nickname or not |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['title']['description'] | | new_value | (Required) The title of the payment method when used as inline text (http://shortn/_gYULY6ecUj) or module text (http://shortn/_uFgua19x6b). It is: {Nickname} ••1234 / {CardProductName} ••1234 / {NetworkName} ••1234 |
|---|
| old_value | (Required) Primary description of the Payment Method to show the user. Used in the card list, and also the card details view for payment methods that don't have rich card art in the DeviceDetails (i.e. tokenized). If user has set a nickname, the title will be replaced by the nickname (e.g. Visa **** 1234, Savings, Google Pay Balance) |
|---|
|
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][179] | | new_value | Events when closed loop cards are (un)blocked due to Pass' NFC constraints. When the user is viewing a Pass, block payment or closed loop cards if the Pass has NFC constraints. |
|---|
| old_value | Events when closed loop cards are (un)blocked due to NFC constraints. |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['GoogleInternalTapandpayV1PassesNotifications_NotificationStyleProgressInfo_ProgressIcon']['properties']['progressIconLocalIcon']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__LocalResource']['properties']['iconType']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enum'][31] | START_LOW_BALANCE_SETUP |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enumDescriptions'][31] | Start the low balance setup flow. |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid_PermissionState_NotificationPermissionMetadata']['properties']['intentSource']['enum'][45] | LOW_BALANCE_NOTIFICATION |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enum'][183] | UNBLOCK_CLOSED_LOOP_CARDS_ON_VIEW_CARD |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][183] | Events when closed loop cards are unblocked due to the user is viewing the card. |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enum'][3] | INSTALLATION_BOTTOM_SHEET |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enumDescriptions'][3] | A bottomsheet, at the bottom of which appears the native Apple installation overlay. |
|---|
| root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1525] | DAILY_TRIVIA_WIDGET |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
|
|---|
|
|---|
| prod/staging-notifications-pa.sandbox-v1 | | dictionary_item_added | - root['schemas']['NotificationsPlatformCommonProto_CustomPrompt_InstallationInstruction']
- root['schemas']['PhotosMediaClient_VideoProperties_SpecialFormatProperties']
- root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['installationInstruction']
- root['schemas']['PhotosMediaClient__VideoProperties']['properties']['specialFormatProperties']
- root['schemas']['SearchNotificationsClientAga__BeaconClientInfo']['properties']['isScreenOff']
- root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['primaryTitle']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250805 |
|---|
|
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['description'] | | new_value | Next tag: 12 |
|---|
| old_value | Next tag: 11 |
|---|
|
|---|
| root['schemas']['PhotosMediaClient__VideoProperties']['description'] | | new_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 12 |
|---|
| old_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 11 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['description'] | | new_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 26 |
|---|
| old_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 25 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['defaultTitle']['description'] | | new_value | (Required) default paymentmethod title (e.g. {NetworkName} ••1234). The default title is used as secondary content when nickname / card product name is set. |
|---|
| old_value | (Required) default paymentmethod title (e.g. Visa •••• 1234). The default title is used when we still need to show the original default title to user no matter if user set a nickname or not |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['title']['description'] | | new_value | (Required) The title of the payment method when used as inline text (http://shortn/_gYULY6ecUj) or module text (http://shortn/_uFgua19x6b). It is: {Nickname} ••1234 / {CardProductName} ••1234 / {NetworkName} ••1234 |
|---|
| old_value | (Required) Primary description of the Payment Method to show the user. Used in the card list, and also the card details view for payment methods that don't have rich card art in the DeviceDetails (i.e. tokenized). If user has set a nickname, the title will be replaced by the nickname (e.g. Visa **** 1234, Savings, Google Pay Balance) |
|---|
|
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][179] | | new_value | Events when closed loop cards are (un)blocked due to Pass' NFC constraints. When the user is viewing a Pass, block payment or closed loop cards if the Pass has NFC constraints. |
|---|
| old_value | Events when closed loop cards are (un)blocked due to NFC constraints. |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['GoogleInternalTapandpayV1PassesNotifications_NotificationStyleProgressInfo_ProgressIcon']['properties']['progressIconLocalIcon']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__LocalResource']['properties']['iconType']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enum'][31] | START_LOW_BALANCE_SETUP |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enumDescriptions'][31] | Start the low balance setup flow. |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid_PermissionState_NotificationPermissionMetadata']['properties']['intentSource']['enum'][45] | LOW_BALANCE_NOTIFICATION |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enum'][183] | UNBLOCK_CLOSED_LOOP_CARDS_ON_VIEW_CARD |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][183] | Events when closed loop cards are unblocked due to the user is viewing the card. |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enum'][3] | INSTALLATION_BOTTOM_SHEET |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enumDescriptions'][3] | A bottomsheet, at the bottom of which appears the native Apple installation overlay. |
|---|
| root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1525] | DAILY_TRIVIA_WIDGET |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
|
|---|
|
|---|
| prod/staging-qual-qa-notifications-pa.sandbox- | | dictionary_item_added | - root['schemas']['NotificationsPlatformCommonProto_CustomPrompt_InstallationInstruction']
- root['schemas']['PhotosMediaClient_VideoProperties_SpecialFormatProperties']
- root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['installationInstruction']
- root['schemas']['PhotosMediaClient__VideoProperties']['properties']['specialFormatProperties']
- root['schemas']['SearchNotificationsClientAga__BeaconClientInfo']['properties']['isScreenOff']
- root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['primaryTitle']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250805 |
|---|
|
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['description'] | | new_value | Next tag: 12 |
|---|
| old_value | Next tag: 11 |
|---|
|
|---|
| root['schemas']['PhotosMediaClient__VideoProperties']['description'] | | new_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 12 |
|---|
| old_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 11 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['description'] | | new_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 26 |
|---|
| old_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 25 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['defaultTitle']['description'] | | new_value | (Required) default paymentmethod title (e.g. {NetworkName} ••1234). The default title is used as secondary content when nickname / card product name is set. |
|---|
| old_value | (Required) default paymentmethod title (e.g. Visa •••• 1234). The default title is used when we still need to show the original default title to user no matter if user set a nickname or not |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['title']['description'] | | new_value | (Required) The title of the payment method when used as inline text (http://shortn/_gYULY6ecUj) or module text (http://shortn/_uFgua19x6b). It is: {Nickname} ••1234 / {CardProductName} ••1234 / {NetworkName} ••1234 |
|---|
| old_value | (Required) Primary description of the Payment Method to show the user. Used in the card list, and also the card details view for payment methods that don't have rich card art in the DeviceDetails (i.e. tokenized). If user has set a nickname, the title will be replaced by the nickname (e.g. Visa **** 1234, Savings, Google Pay Balance) |
|---|
|
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][179] | | new_value | Events when closed loop cards are (un)blocked due to Pass' NFC constraints. When the user is viewing a Pass, block payment or closed loop cards if the Pass has NFC constraints. |
|---|
| old_value | Events when closed loop cards are (un)blocked due to NFC constraints. |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['GoogleInternalTapandpayV1PassesNotifications_NotificationStyleProgressInfo_ProgressIcon']['properties']['progressIconLocalIcon']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__LocalResource']['properties']['iconType']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enum'][31] | START_LOW_BALANCE_SETUP |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enumDescriptions'][31] | Start the low balance setup flow. |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid_PermissionState_NotificationPermissionMetadata']['properties']['intentSource']['enum'][45] | LOW_BALANCE_NOTIFICATION |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enum'][183] | UNBLOCK_CLOSED_LOOP_CARDS_ON_VIEW_CARD |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][183] | Events when closed loop cards are unblocked due to the user is viewing the card. |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enum'][3] | INSTALLATION_BOTTOM_SHEET |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enumDescriptions'][3] | A bottomsheet, at the bottom of which appears the native Apple installation overlay. |
|---|
| root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1525] | DAILY_TRIVIA_WIDGET |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
|
|---|
|
|---|
| prod/staging-qual-qa-notifications-pa.sandbox-v1 | | dictionary_item_added | - root['schemas']['NotificationsPlatformCommonProto_CustomPrompt_InstallationInstruction']
- root['schemas']['PhotosMediaClient_VideoProperties_SpecialFormatProperties']
- root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['installationInstruction']
- root['schemas']['PhotosMediaClient__VideoProperties']['properties']['specialFormatProperties']
- root['schemas']['SearchNotificationsClientAga__BeaconClientInfo']['properties']['isScreenOff']
- root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['primaryTitle']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250805 |
|---|
|
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['description'] | | new_value | Next tag: 12 |
|---|
| old_value | Next tag: 11 |
|---|
|
|---|
| root['schemas']['PhotosMediaClient__VideoProperties']['description'] | | new_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 12 |
|---|
| old_value | Information on how to play a single video. Will not be available until the video is in a playable state. Not all fields will be provided until video is fully processed. Next ID: 11 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['description'] | | new_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 26 |
|---|
| old_value | Everything that is needed from the server to render a Payment Method. Everything contained here should be cacheable by the client for use in offline scenarios. Next id: 25 |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['defaultTitle']['description'] | | new_value | (Required) default paymentmethod title (e.g. {NetworkName} ••1234). The default title is used as secondary content when nickname / card product name is set. |
|---|
| old_value | (Required) default paymentmethod title (e.g. Visa •••• 1234). The default title is used when we still need to show the original default title to user no matter if user set a nickname or not |
|---|
|
|---|
| root['schemas']['WalletGooglepayFrontendApiPaymentmethods__PaymentMethod']['properties']['title']['description'] | | new_value | (Required) The title of the payment method when used as inline text (http://shortn/_gYULY6ecUj) or module text (http://shortn/_uFgua19x6b). It is: {Nickname} ••1234 / {CardProductName} ••1234 / {NetworkName} ••1234 |
|---|
| old_value | (Required) Primary description of the Payment Method to show the user. Used in the card list, and also the card details view for payment methods that don't have rich card art in the DeviceDetails (i.e. tokenized). If user has set a nickname, the title will be replaced by the nickname (e.g. Visa **** 1234, Savings, Google Pay Balance) |
|---|
|
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][179] | | new_value | Events when closed loop cards are (un)blocked due to Pass' NFC constraints. When the user is viewing a Pass, block payment or closed loop cards if the Pass has NFC constraints. |
|---|
| old_value | Events when closed loop cards are (un)blocked due to NFC constraints. |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['GoogleInternalTapandpayV1PassesNotifications_NotificationStyleProgressInfo_ProgressIcon']['properties']['progressIconLocalIcon']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__LocalResource']['properties']['iconType']['enum'][93] | ICON_NOTIFICATIONS |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enum'][31] | START_LOW_BALANCE_SETUP |
|---|
| root['schemas']['GoogleInternalTapandpayV1PassesTemplates__PassTarget']['properties']['action']['enumDescriptions'][31] | Start the low balance setup flow. |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid_PermissionState_NotificationPermissionMetadata']['properties']['intentSource']['enum'][45] | LOW_BALANCE_NOTIFICATION |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enum'][183] | UNBLOCK_CLOSED_LOOP_CARDS_ON_VIEW_CARD |
|---|
| root['schemas']['GoogleLogsTapandpayAndroid__ClosedLoopEvent']['properties']['eventType']['enumDescriptions'][183] | Events when closed loop cards are unblocked due to the user is viewing the card. |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enum'][3] | INSTALLATION_BOTTOM_SHEET |
|---|
| root['schemas']['NotificationsPlatformCommonProto__CustomPrompt']['properties']['uiType']['enumDescriptions'][3] | A bottomsheet, at the bottom of which appears the native Apple installation overlay. |
|---|
| root['schemas']['Sidekick__SemanticProperties']['properties']['cardCategory']['enum'][1525] | DAILY_TRIVIA_WIDGET |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgency']['properties']['name']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enum'][25] | NAME_SPTRANS |
|---|
| root['schemas']['WalletTapandpayCommonApiTransit__TransitAgencyInfo']['properties']['agencyName']['enumDescriptions'][25] | Bilhete Único card for SP Trans |
|---|
|
|---|
|
|---|
| prod/tasks-pa- | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/tasks-pa-v1 | | values_changed | | root['revision'] | | new_value | 20250803 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/tenor- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250801 |
|---|
|
|---|
|
|---|
|
|---|
| prod/tenor-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250801 |
|---|
|
|---|
|
|---|
|
|---|
| prod/tenor-v2 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250801 |
|---|
|
|---|
|
|---|
|
|---|
| prod/tile- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/tile-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/transferappliance- | | values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
|
|---|
| prod/travelpartnerprices- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/travelpartnerprices-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/us-alpha-vision- | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['GoogleCloudVisionV1p4beta1Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/us-alpha-vision-v1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/us-alpha-vision-v1p1beta1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['GoogleCloudVisionV1p1beta1Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/us-alpha-vision-v1p2beta1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['GoogleCloudVisionV1p2beta1Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/us-alpha-vision-v1p3beta1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['GoogleCloudVisionV1p3beta1Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/us-alpha-vision-v1p4beta1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250718 |
|---|
|
|---|
| root['schemas']['GoogleCloudVisionV1p4beta1Feature']['properties']['model']['description'] | | new_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for the latest release candidate. |
|---|
| old_value | Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly" for the bleeding edge release updated weekly. |
|---|
|
|---|
|
|---|
|
|---|
| prod/us-chronicle- | | dictionary_item_added | - root['schemas']['FindingVariable']['properties']['timestampTime']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
|
|---|
|
|---|
| prod/us-chronicle-v1 | | dictionary_item_added | - root['schemas']['FindingVariable']['properties']['timestampTime']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
|
|---|
|
|---|
| prod/us-chronicle-v1alpha | | dictionary_item_added | - root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployConnectorInstances']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployPlaybooks']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['deployTestCases']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['markAsDeployed']
- root['schemas']['MarkContentPackAsDeployedRequest']
- root['schemas']['MarkContentPackAsDeployedResponse']
- root['schemas']['PlaybookGenerationByAlertFeedbackMetadata']
- root['schemas']['DetectionExclusionApplication']['properties']['deletedCuratedRuleSets']
- root['schemas']['DetectionExclusionDetectorActivity']['properties']['deletedCuratedRuleSet']
- root['schemas']['FindingVariable']['properties']['timestampTime']
- root['schemas']['InstallContentPackConnectorInstanceResponse']['properties']['installedConnectorInstances']
- root['schemas']['InstallContentPackTestCasesResponse']['properties']['installedTestCases']
- root['schemas']['InstallRequest']['properties']['restoreIntegrationSnapshot']
- root['schemas']['InstallRequest']['properties']['version']
- root['schemas']['InstallResponse']['properties']['version']
- root['schemas']['Integration']['properties']['type']
- root['schemas']['IntegrationAction']['properties']['id']
- root['schemas']['IntegrationJobInstance']['properties']['uniqueIdentifier']
- root['schemas']['MarketplaceIntegration']['properties']['availableVersions']
- root['schemas']['MarketplaceIntegration']['properties']['integrationSnapshots']
- root['schemas']['SubmitResponseFeedbackRequest']['properties']['playbookGenerationByAlertMetadata']
|
|---|
| dictionary_item_removed | - root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installConnectorInstances']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installPlaybooks']
- root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['installTestCases']
|
|---|
| values_changed | | root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['add']['parameters']['parent']['pattern'] | | new_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub/contentPacks$ |
|---|
| old_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub$ |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['add']['path'] | | new_value | v1alpha/{+parent}:add |
|---|
| old_value | v1alpha/{+parent}/contentPacks:add |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['list']['parameters']['parent']['pattern'] | | new_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub/contentPacks$ |
|---|
| old_value | ^projects/[^/]+/locations/[^/]+/instances/[^/]+/contentHub$ |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['contentHub']['resources']['contentPacks']['methods']['list']['path'] | | new_value | v1alpha/{+parent} |
|---|
| old_value | v1alpha/{+parent}/contentPacks |
|---|
|
|---|
| root['resources']['projects']['resources']['locations']['resources']['instances']['resources']['legacy']['methods']['legacySearchRulesAlerts']['description'] | | new_value | RPC to get the list of Rules Engine generated alerts for a customer. |
|---|
| old_value | RPC to get the list of Rules Enginer generated alerts for a customer. |
|---|
|
|---|
| root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
| root['schemas']['DetectionExclusionDetectorActivity']['properties']['curatedRuleSet']['description'] | | new_value | Full resource name for the curated rule set this activity corresponds to. This field will only be set if the customer has access to the curated rule set the exclusion is applied to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set} |
|---|
| old_value | Full resource name for the curated rule set this activity corresponds to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set} |
|---|
|
|---|
| root['schemas']['InstallContentPackPlaybooksResponse']['properties'] | | new_value | | installedPlaybooks | | description | Output only. List of content pack item installation response |
|---|
| items | | $ref | ContentPackItemInstallationResponse |
|---|
|
|---|
| readOnly | True |
|---|
| type | array |
|---|
|
|---|
|
|---|
| old_value | | response | | description | Output only. List of content pack item installation response |
|---|
| items | | $ref | ContentPackItemInstallationResponse |
|---|
|
|---|
| readOnly | True |
|---|
| type | array |
|---|
|
|---|
|
|---|
|
|---|
| root['schemas']['LegacyUpdateTaskResultResponse']['properties'] | | new_value | | mediaInfo | | $ref | MediaResponseInfo |
|---|
| description | Required. Scotty properties (won't be visible in exposed API) |
|---|
|
|---|
|
|---|
| old_value | | media_info | | $ref | MediaResponseInfo |
|---|
| description | Required. Scotty properties (won't be visible in exposed API) |
|---|
|
|---|
|
|---|
|
|---|
| root['schemas']['ActionParameter']['properties']['type']['enum'][16] | | new_value | MULTIPLE_CHOICE_PARAMETER |
|---|
| old_value | MULTI_CHOICE_PARAMETER |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['FieldProvenance']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['FieldProvenance']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['FieldProvenance']['properties']['logTypes']['items']['enum'][2299] | ULTRA |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['IoCDiscoveryInfo']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['MalachiteEnrichmentSource']['properties']['logType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['RawLog']['properties']['type']['enum'][2299] | ULTRA |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][499] | ZSCALER_NSS_VM |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][1335] | OKTA_SCALEFT |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][1969] | AUTHMIND |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2264] | TRELLIX_AX |
|---|
| root['schemas']['SIEventData']['properties']['rawLogType']['enum'][2299] | ULTRA |
|---|
| root['schemas']['SearchHistory']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['SearchHistory']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
| root['schemas']['SearchQuery']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['SearchQuery']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
| root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
| root['schemas']['ValidateQueryResponse']['properties']['queryType']['enum'][9] | QUERY_TYPE_JOIN_QUERY |
|---|
| root['schemas']['ValidateQueryResponse']['properties']['queryType']['enumDescriptions'][9] | Joins Query. |
|---|
|
|---|
|
|---|
| prod/us-chronicle-v1beta | | dictionary_item_added | - root['schemas']['FindingVariable']['properties']['timestampTime']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250731 |
|---|
| old_value | 20250724 |
|---|
|
|---|
|
|---|
| iterable_item_added | | root['schemas']['UserError']['properties']['reason']['enum'][26] | RULE_NOT_FOUND |
|---|
| root['schemas']['UserError']['properties']['reason']['enumDescriptions'][26] | The rule being operated on is not found. Example ErrorInfo: { "reason": "RULE_NOT_FOUND", "domain": "chronicle.googleapis.com", } |
|---|
|
|---|
|
|---|
| prod/us-east1-connectgateway- | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/us-east1-connectgateway-v1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/us-east1-connectgateway-v1beta1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/us-enterpriseknowledgegraph- | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250516 |
|---|
|
|---|
|
|---|
|
|---|
| prod/us-enterpriseknowledgegraph-v1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250516 |
|---|
|
|---|
|
|---|
|
|---|
| prod/us-rbmopenmaap- | | values_changed | | root['revision'] | | new_value | 20250807 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/us-rbmopenmaap-v1 | | values_changed | | root['revision'] | | new_value | 20250806 |
|---|
| old_value | 20250804 |
|---|
|
|---|
|
|---|
|
|---|
| prod/us-west1-connectgateway- | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/us-west1-connectgateway-v1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/us-west1-connectgateway-v1beta1 | | values_changed | | root['revision'] | | new_value | 20250801 |
|---|
| old_value | 20250725 |
|---|
|
|---|
|
|---|
|
|---|
| prod/userlocation- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/userlocation-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/vectortile- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/vectortile-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250803 |
|---|
|
|---|
|
|---|
|
|---|
| prod/workflow- | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/workflow-v1 | | values_changed | | root['revision'] | | new_value | 20250805 |
|---|
| old_value | 20250729 |
|---|
|
|---|
|
|---|
|
|---|
| prod/workloadcertificate- | | values_changed | | root['revision'] | | new_value | 20240103 |
|---|
| old_value | 20240117 |
|---|
|
|---|
|
|---|
|
|---|
| prod/youtubeembeddedplayer- | | dictionary_item_added | - root['schemas']['GoogleYoutubeEmbeddedplayerV1beta1VerifyHostAppRequest']['properties']['enableEncEnforcementForNocookieOnYt']['deprecated']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250730 |
|---|
|
|---|
|
|---|
|
|---|
| prod/youtubeembeddedplayer-v1beta1 | | dictionary_item_added | - root['schemas']['GoogleYoutubeEmbeddedplayerV1beta1VerifyHostAppRequest']['properties']['enableEncEnforcementForNocookieOnYt']['deprecated']
|
|---|
| values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250730 |
|---|
|
|---|
|
|---|
|
|---|
| prod/youtubeoembed- | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250730 |
|---|
|
|---|
|
|---|
|
|---|
| prod/youtubeoembed-v1 | | values_changed | | root['revision'] | | new_value | 20250804 |
|---|
| old_value | 20250730 |
|---|
|
|---|
|
|---|
|
|---|