You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/cloudsearch_v1.debug.datasources.items.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ <h3>Method Details</h3>
196
196
],
197
197
},
198
198
"content": { # Content of an item to be indexed and surfaced by Cloud Search. Only UTF-8 encoded strings are allowed as inlineContent. If the content is uploaded and not binary, it must be UTF-8 encoded. # Item content to be indexed and made text searchable.
199
-
"contentDataRef": { # Represents an upload session reference. This reference is created via upload method. UploadItemRef may be used upto 30 days since creation. Updating of item content may refer to this uploaded content via contentDataRef. # Upload reference ID of a previously uploaded content via write method.
199
+
"contentDataRef": { # Represents an upload session reference. This reference is created via upload method. This reference is valid for 30 days after its creation. Updating of item content may refer to this uploaded content via contentDataRef. # Upload reference ID of a previously uploaded content via write method.
200
200
"name": "A String", # Name of the content reference. The maximum length is 2048 characters.
201
201
},
202
202
"contentFormat": "A String",
@@ -240,7 +240,7 @@ <h3>Method Details</h3>
240
240
"searchQualityMetadata": { # Additional search quality metadata of the item. # Additional search quality metadata of the item
241
241
"quality": 3.14, # An indication of the quality of the item, used to influence search quality. Value should be between 0.0 (lowest quality) and 1.0 (highest quality). The default value is 0.0.
242
242
},
243
-
"sourceRepositoryUrl": "A String", # Link to the source repository serving the data. Search results apply this link to the title. Whitespace or special characters may cause Cloud Search result links to trigger a redirect notice; to avoid this, encode the URL. The maximum length is 2048 characters.
243
+
"sourceRepositoryUrl": "A String", # Link to the source repository serving the data. Seach results apply this link to the title. Whitespace or special characters may cause Cloud Seach result links to trigger a redirect notice; to avoid this, encode the URL. The maximum length is 2048 characters.
244
244
"title": "A String", # The title of the item. If given, this will be the displayed title of the Search result. The maximum length is 2048 characters.
245
245
"updateTime": "A String", # The time when the item was last modified in the source repository.
246
246
},
@@ -324,7 +324,7 @@ <h3>Method Details</h3>
324
324
],
325
325
},
326
326
},
327
-
"version": "A String", # Required. The indexing system stores the version from the datasource as a byte string and compares the Item version in the index to the version of the queued Item using lexical ordering. Cloud Search Indexing won't index or delete any queued item with a version value that is less than or equal to the version of the currently indexed item. The maximum length for this field is 1024 bytes. See [this guide](https://developers.devsite.corp.google.com/cloud-search/docs/guides/operations) to understand how item version affects reindexing after delete item.
327
+
"version": "A String", # Required. The indexing system stores the version from the datasource as a byte string and compares the Item version in the index to the version of the queued Item using lexical ordering. Cloud Search Indexing won't index or delete any queued item with a version value that is less than or equal to the version of the currently indexed item. The maximum length for this field is 1024 bytes. For information on how item version affects the deletion process, refer to [Handle revisions after manual deletes](https://developers.google.com/cloud-search/docs/guides/operations).
328
328
},
329
329
],
330
330
"nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list.
0 commit comments