Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
yoshi-automation committed Jan 31, 2023
1 parent e4108c2 commit 8082662
Show file tree
Hide file tree
Showing 2 changed files with 1,102 additions and 1,067 deletions.
4 changes: 2 additions & 2 deletions docs/dyn/cloudsearch_v1.indexing.datasources.html
Expand Up @@ -230,7 +230,7 @@ <h3>Method Details</h3>
},
&quot;orderedRanking&quot;: &quot;A String&quot;, # Used to specify the ordered ranking for the integer. Can only be used if isRepeatable is false.
},
&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.
&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.
&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.
&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.
&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.
Expand Down Expand Up @@ -363,7 +363,7 @@ <h3>Method Details</h3>
},
&quot;orderedRanking&quot;: &quot;A String&quot;, # Used to specify the ordered ranking for the integer. Can only be used if isRepeatable is false.
},
&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.
&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.
&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.
&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.
&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.
Expand Down

0 comments on commit 8082662

Please sign in to comment.