update API descriptions

This commit is contained in:
Sebastian Thiel
2020-07-10 09:11:32 +08:00
parent b6ee34dcff
commit 69fb05c4e1
271 changed files with 82506 additions and 23249 deletions

View File

@@ -766,7 +766,7 @@
],
"parameters": {
"name": {
"description": "Name of the Item to start a resumable upload.\nFormat: datasources/{source_id}/items/{item_id}.",
"description": "Name of the Item to start a resumable upload.\nFormat: datasources/{source_id}/items/{item_id}.\nThe maximum length is 1536 bytes.",
"location": "path",
"pattern": "^datasources/[^/]+/items/[^/]+$",
"required": true,
@@ -937,7 +937,7 @@
"type": "string"
},
"requestOptions.searchApplicationId": {
"description": "Id of the application created using SearchApplicationsService.",
"description": "The ID generated when you create a search application using the\n[admin console](https://support.google.com/a/answer/9043922).",
"location": "query",
"type": "string"
},
@@ -1183,7 +1183,7 @@
"type": "boolean"
},
"name": {
"description": "Name of the search application.\n<br />Format: applications/{application_id}.",
"description": "Name of the search application.\n<br />Format: searchapplications/{application_id}.",
"location": "path",
"pattern": "^searchapplications/[^/]+$",
"required": true,
@@ -1805,7 +1805,7 @@
}
}
},
"revision": "20200331",
"revision": "20200629",
"rootUrl": "https://cloudsearch.googleapis.com/",
"schemas": {
"BooleanOperatorOptions": {
@@ -2396,7 +2396,7 @@
"type": "integer"
},
"percentage": {
"description": "Percent of results that match the bucket value. This value is between\n(0-100]. Percentages are returned for all searches, but are an estimate.\nBecause percentages are always returned, you should render percentages\ninstead of counts.",
"description": "Percent of results that match the bucket value. The returned value is\nbetween (0-100], and is rounded down to an integer if fractional. If the\nvalue is not explicitly returned, it represents a percentage value that\nrounds to 0. Percentages are returned for all searches, but are an\nestimate. Because percentages are always returned, you should render\npercentages instead of counts.",
"format": "int32",
"type": "integer"
},
@@ -2874,7 +2874,7 @@
"type": "object"
},
"ItemAcl": {
"description": "Access control list information for the item. For more information see\nhttps://developers.google.com/cloud-search/docs/guides/index-your-data#acls",
"description": "Access control list information for the item. For more information see\n[Map ACLs](/cloud-search/docs/guides/acls).",
"id": "ItemAcl",
"properties": {
"aclInheritanceType": {
@@ -3367,7 +3367,7 @@
"type": "array"
},
"objectDisplayLabel": {
"description": "The user friendly label to display in the search result to indicate the\ntype of the item. This is OPTIONAL; if not provided, an object label isn't\ndisplayed on the context line of the search results. The maximum length\nis 32 characters.",
"description": "The user friendly label to display in the search result to indicate the\ntype of the item. This is OPTIONAL; if not provided, an object label isn't\ndisplayed on the context line of the search results. The maximum length\nis 64 characters.",
"type": "string"
}
},
@@ -3690,7 +3690,7 @@
"id": "PropertyDisplayOptions",
"properties": {
"displayLabel": {
"description": "The user friendly label for the property that is used if the property\nis specified to be displayed in ObjectDisplayOptions. If provided, the\ndisplay label is shown in front of the property values when the property is\npart of the object display options. For example, if the property value is\n'1', the value by itself may not be useful context for the user. If the\ndisplay name given was 'priority', then the user sees 'priority : 1' in\nthe search results which provides clear context to search users. This is\nOPTIONAL; if not given, only the property values are displayed.\nThe maximum length is 32 characters.",
"description": "The user friendly label for the property that is used if the property\nis specified to be displayed in ObjectDisplayOptions. If provided, the\ndisplay label is shown in front of the property values when the property is\npart of the object display options. For example, if the property value is\n'1', the value by itself may not be useful context for the user. If the\ndisplay name given was 'priority', then the user sees 'priority : 1' in\nthe search results which provides clear context to search users. This is\nOPTIONAL; if not given, only the property values are displayed.\nThe maximum length is 64 characters.",
"type": "string"
}
},
@@ -4011,7 +4011,7 @@
"type": "string"
},
"searchApplicationId": {
"description": "Id of the application created using SearchApplicationsService.",
"description": "The ID generated when you create a search application using the\n[admin console](https://support.google.com/a/answer/9043922).",
"type": "string"
},
"timeZone": {
@@ -4232,7 +4232,7 @@
"type": "string"
},
"operationIds": {
"description": "IDs of the Long Running Operations (LROs) currently running for this\nschema. Output only field.",
"description": "Output only. IDs of the Long Running Operations (LROs) currently running for this\nschema. Output only field.",
"items": {
"type": "string"
},