Skip to content

Commit ff99963

Browse files
feat(cloudsearch): update the api
#### cloudsearch:v1 The following keys were deleted: - schemas.RewrittenQueries (Total Keys: 6) - schemas.RewrittenQuery (Total Keys: 6)
1 parent 8840432 commit ff99963

File tree

1 file changed

+1
-63
lines changed

1 file changed

+1
-63
lines changed

googleapiclient/discovery_cache/documents/cloudsearch.v1.json

Lines changed: 1 addition & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2115,7 +2115,7 @@
21152115
}
21162116
}
21172117
},
2118-
"revision": "20241016",
2118+
"revision": "20241113",
21192119
"rootUrl": "https://cloudsearch.googleapis.com/",
21202120
"schemas": {
21212121
"Action": {
@@ -7042,68 +7042,6 @@ false
70427042
},
70437043
"type": "object"
70447044
},
7045-
"RewrittenQueries": {
7046-
"description": "The rewritten queries returned by Apps Search Query Understanding service.",
7047-
"id": "RewrittenQueries",
7048-
"properties": {
7049-
"rewrittenQueries": {
7050-
"items": {
7051-
"$ref": "RewrittenQuery"
7052-
},
7053-
"type": "array"
7054-
},
7055-
"selectedQueryIndex": {
7056-
"description": "The index of the selected query in `rewritten_queries` that is used by QAPI to call CSSR to get search results. If none of the queries were used (i.e. they all give empty search results), `selected_query_index` would default to -1.",
7057-
"format": "int32",
7058-
"type": "integer"
7059-
}
7060-
},
7061-
"type": "object"
7062-
},
7063-
"RewrittenQuery": {
7064-
"id": "RewrittenQuery",
7065-
"properties": {
7066-
"rewrittenQuery": {
7067-
"type": "string"
7068-
},
7069-
"score": {
7070-
"format": "double",
7071-
"type": "number"
7072-
},
7073-
"sortBy": {
7074-
"enum": [
7075-
"SORTBY_UNSUPPORTED",
7076-
"SORTBY_RELEVANCY",
7077-
"SORTBY_LATEST",
7078-
"SORTBY_OLDEST",
7079-
"SORTBY_LARGEST",
7080-
"SORTBY_SMALLEST",
7081-
"SORTBY_MODIFY_LATEST",
7082-
"SORTBY_MODIFY_OLDEST",
7083-
"SORTBY_VIEW_LATEST",
7084-
"SORTBY_VIEW_OLDEST",
7085-
"SORTBY_CREATE_LATEST",
7086-
"SORTBY_CREATE_OLDEST"
7087-
],
7088-
"enumDescriptions": [
7089-
"",
7090-
"",
7091-
"",
7092-
"",
7093-
"",
7094-
"",
7095-
"",
7096-
"",
7097-
"",
7098-
"",
7099-
"",
7100-
""
7101-
],
7102-
"type": "string"
7103-
}
7104-
},
7105-
"type": "object"
7106-
},
71077045
"SafeHtmlProto": {
71087046
"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.",
71097047
"id": "SafeHtmlProto",

0 commit comments

Comments
 (0)