Skip to content

Commit 8082662

Browse files
feat(cloudsearch): update the api
#### cloudsearch:v1 The following keys were deleted: - schemas.AppsDynamiteSharedAction (Total Keys: 11) - schemas.AppsDynamiteSharedBorderStyle (Total Keys: 6) - schemas.AppsDynamiteSharedButton (Total Keys: 12) - schemas.AppsDynamiteSharedCard (Total Keys: 24) - schemas.AppsDynamiteSharedColumns (Total Keys: 21) - schemas.AppsDynamiteSharedDateTimePicker (Total Keys: 10) - schemas.AppsDynamiteSharedDecoratedText (Total Keys: 19) - schemas.AppsDynamiteSharedDivider (Total Keys: 2) - schemas.AppsDynamiteSharedGrid (Total Keys: 14) - schemas.AppsDynamiteSharedIcon (Total Keys: 5) - schemas.AppsDynamiteSharedImage (Total Keys: 15) - schemas.AppsDynamiteSharedOnClick (Total Keys: 6) - schemas.AppsDynamiteSharedOpenLink (Total Keys: 19) - schemas.AppsDynamiteSharedSelectionInput (Total Keys: 13) - schemas.AppsDynamiteSharedSuggestions (Total Keys: 7) - schemas.AppsDynamiteSharedTextInput (Total Keys: 10) - schemas.AppsDynamiteSharedTextParagraph (Total Keys: 3) - schemas.AppsDynamiteSharedWidget (Total Keys: 13) The following keys were added: - schemas.AppsDynamiteSharedBackendUploadMetadata.properties.isClientSideTranscodedVideo.type (Total Keys: 1) - schemas.AppsDynamiteStorageAction (Total Keys: 11) - schemas.AppsDynamiteStorageBorderStyle (Total Keys: 6) - schemas.AppsDynamiteStorageButton (Total Keys: 12) - schemas.AppsDynamiteStorageCard (Total Keys: 24) - schemas.AppsDynamiteStorageColumns (Total Keys: 21) - schemas.AppsDynamiteStorageDateTimePicker (Total Keys: 10) - schemas.AppsDynamiteStorageDecoratedText (Total Keys: 19) - schemas.AppsDynamiteStorageDivider (Total Keys: 2) - schemas.AppsDynamiteStorageGrid (Total Keys: 14) - schemas.AppsDynamiteStorageIcon (Total Keys: 5) - schemas.AppsDynamiteStorageImage (Total Keys: 15) - schemas.AppsDynamiteStorageOnClick (Total Keys: 6) - schemas.AppsDynamiteStorageOpenLink (Total Keys: 19) - schemas.AppsDynamiteStorageSelectionInput (Total Keys: 13) - schemas.AppsDynamiteStorageSuggestions (Total Keys: 7) - schemas.AppsDynamiteStorageTextInput (Total Keys: 10) - schemas.AppsDynamiteStorageTextParagraph (Total Keys: 3) - schemas.AppsDynamiteStorageWidget (Total Keys: 13) - schemas.CallInfo.properties.availableAccessTypes (Total Keys: 2) - schemas.DynamiteMessagesScoringInfo.properties.messageSenderAffinityScore (Total Keys: 2) - schemas.DynamiteMessagesScoringInfo.properties.unjoinedSpaceAffinityScore (Total Keys: 2) - schemas.YouTubeLiveBroadcastEvent.properties.brandAccountGaiaId.type (Total Keys: 1) The following keys were changed: - schemas.Attachment.properties.cardAddOnData.$ref (Total Keys: 1)
1 parent e4108c2 commit 8082662

File tree

2 files changed

+1102
-1067
lines changed

2 files changed

+1102
-1067
lines changed

docs/dyn/cloudsearch_v1.indexing.datasources.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h3>Method Details</h3>
230230
},
231231
&quot;orderedRanking&quot;: &quot;A String&quot;, # Used to specify the ordered ranking for the integer. Can only be used if isRepeatable is false.
232232
},
233-
&quot;isFacetable&quot;: True or False, # Indicates that the property can be used for generating facets. Cannot be true for properties whose type is object. IsReturnable must be true to set this option. Only supported for boolean, enum, and text properties.
233+
&quot;isFacetable&quot;: True or False, # Indicates that the property can be used for generating facets. Cannot be true for properties whose type is object. IsReturnable must be true to set this option. Only supported for boolean, enum, integer, and text properties.
234234
&quot;isRepeatable&quot;: True or False, # Indicates that multiple values are allowed for the property. For example, a document only has one description but can have multiple comments. Cannot be true for properties whose type is a boolean. If set to false, properties that contain more than one value cause the indexing request for that item to be rejected.
235235
&quot;isReturnable&quot;: True or False, # Indicates that the property identifies data that should be returned in search results via the Query API. If set to *true*, indicates that Query API users can use matching property fields in results. However, storing fields requires more space allocation and uses more bandwidth for search queries, which impacts performance over large datasets. Set to *true* here only if the field is needed for search results. Cannot be true for properties whose type is an object.
236236
&quot;isSortable&quot;: True or False, # Indicates that the property can be used for sorting. Cannot be true for properties that are repeatable. Cannot be true for properties whose type is object. IsReturnable must be true to set this option. Only supported for boolean, date, double, integer, and timestamp properties.
@@ -363,7 +363,7 @@ <h3>Method Details</h3>
363363
},
364364
&quot;orderedRanking&quot;: &quot;A String&quot;, # Used to specify the ordered ranking for the integer. Can only be used if isRepeatable is false.
365365
},
366-
&quot;isFacetable&quot;: True or False, # Indicates that the property can be used for generating facets. Cannot be true for properties whose type is object. IsReturnable must be true to set this option. Only supported for boolean, enum, and text properties.
366+
&quot;isFacetable&quot;: True or False, # Indicates that the property can be used for generating facets. Cannot be true for properties whose type is object. IsReturnable must be true to set this option. Only supported for boolean, enum, integer, and text properties.
367367
&quot;isRepeatable&quot;: True or False, # Indicates that multiple values are allowed for the property. For example, a document only has one description but can have multiple comments. Cannot be true for properties whose type is a boolean. If set to false, properties that contain more than one value cause the indexing request for that item to be rejected.
368368
&quot;isReturnable&quot;: True or False, # Indicates that the property identifies data that should be returned in search results via the Query API. If set to *true*, indicates that Query API users can use matching property fields in results. However, storing fields requires more space allocation and uses more bandwidth for search queries, which impacts performance over large datasets. Set to *true* here only if the field is needed for search results. Cannot be true for properties whose type is an object.
369369
&quot;isSortable&quot;: True or False, # Indicates that the property can be used for sorting. Cannot be true for properties that are repeatable. Cannot be true for properties whose type is object. IsReturnable must be true to set this option. Only supported for boolean, date, double, integer, and timestamp properties.

0 commit comments

Comments
 (0)