|
2096 | 2096 | }
|
2097 | 2097 | }
|
2098 | 2098 | },
|
2099 |
| - "revision": "20230524", |
| 2099 | + "revision": "20230531", |
2100 | 2100 | "rootUrl": "https://cloudsearch.googleapis.com/",
|
2101 | 2101 | "schemas": {
|
2102 | 2102 | "AbuseReportingConfig": {
|
|
15852 | 15852 | },
|
15853 | 15853 | "type": "object"
|
15854 | 15854 | },
|
| 15855 | + "SafeHtmlProto": { |
| 15856 | + "description": "IMPORTANT: It is unsafe to accept this message from an untrusted source, since it's trivial for an attacker to forge serialized messages that don't fulfill the type's safety contract -- for example, it could contain attacker controlled script. A system which receives a SafeHtmlProto implicitly trusts the producer of the SafeHtmlProto. So, it's generally safe to return this message in RPC responses, but generally unsafe to accept it in RPC requests.", |
| 15857 | + "id": "SafeHtmlProto", |
| 15858 | + "properties": { |
| 15859 | + "privateDoNotAccessOrElseSafeHtmlWrappedValue": { |
| 15860 | + "description": "IMPORTANT: Never set or read this field, even from tests, it is private. See documentation at the top of .proto file for programming language packages with which to create or read this message.", |
| 15861 | + "type": "string" |
| 15862 | + } |
| 15863 | + }, |
| 15864 | + "type": "object" |
| 15865 | + }, |
15855 | 15866 | "SafeUrlProto": {
|
15856 | 15867 | "description": "Message containing a string that is safe to use in URL contexts in DOM APIs and HTML documents, where the URL context does not refer to a resource that loads code.",
|
15857 | 15868 | "id": "SafeUrlProto",
|
|
16969 | 16980 | "description": "The suggested spelling of the query.",
|
16970 | 16981 | "type": "string"
|
16971 | 16982 | },
|
| 16983 | + "suggestedQueryHtml": { |
| 16984 | + "$ref": "SafeHtmlProto", |
| 16985 | + "description": "The sanitized HTML representing the spell corrected query that can be used in the UI. This usually has language-specific tags to mark up parts of the query that are spell checked." |
| 16986 | + }, |
16972 | 16987 | "suggestionType": {
|
16973 | 16988 | "description": "Suggestion triggered for the current query.",
|
16974 | 16989 | "enum": [
|
|
17824 | 17839 | "ACTION_CARIBOU_DATA_RETENTION_DIFF",
|
17825 | 17840 | "ACTION_RELEVANCY_SCORE_BACKFILL",
|
17826 | 17841 | "ACTION_PDH_PUSH_NOTIFICATION_BACKFILL",
|
17827 |
| - "ACTION_AUTO_SAVE_DRAFT_EXPUNGE" |
| 17842 | + "ACTION_AUTO_SAVE_DRAFT_EXPUNGE", |
| 17843 | + "ACTION_RELEVANCY_SCORE_CATCHUP" |
17828 | 17844 | ],
|
17829 | 17845 | "enumDescriptions": [
|
17830 | 17846 | "",
|
|
17863 | 17879 | "Trigger for executing comparison logic between the output of ApplyDataRetention idle task and CaribouDataRetention trigger.",
|
17864 | 17880 | "Trigger for backfill relevancy score. see go/gmail-relevancy-scoring-write for detail.",
|
17865 | 17881 | "Trigger to backfill gaps left by pdh pushed via push notification. see go/tingle-moonshine-push-v2",
|
17866 |
| - "Begins the message expunge similar to ACTION_MESSAGE_EXPUNGE but fires within one day. To be used ONLY for auto save drafts. See go/faster-auto-save-draft-deletion for more details." |
| 17882 | + "Begins the message expunge similar to ACTION_MESSAGE_EXPUNGE but fires within one day. To be used ONLY for auto save drafts. See go/faster-auto-save-draft-deletion for more details.", |
| 17883 | + "Trigger for relevancy score catchup. See go/relevancy-trigger-doc for detail." |
17867 | 17884 | ],
|
17868 | 17885 | "type": "string"
|
17869 | 17886 | },
|
|
0 commit comments