Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0724423

Browse files
committedNov 1, 2022
feat(cloudsearch): update the api
#### cloudsearch:v1 The following keys were deleted: - schemas.ResponseDebugInfo.properties.enabledExperiments (Total Keys: 3) The following keys were added: - schemas.AddonComposeUiActionMarkup (Total Keys: 3) - schemas.AppsDynamiteSharedOnClick.properties.hostAppAction.$ref (Total Keys: 1) - schemas.AppsExtensionsMarkupCalendarClientActionMarkupAddAttachmentsActionMarkup (Total Keys: 7) - schemas.AppsExtensionsMarkupCalendarClientActionMarkupConferenceDataMarkup (Total Keys: 30) - schemas.AppsExtensionsMarkupCalendarClientActionMarkupEditAttendeesActionMarkup (Total Keys: 4) - schemas.AppsExtensionsMarkupCalendarClientActionMarkupEditConferenceDataActionMarkup (Total Keys: 3) - schemas.CalendarClientActionMarkup (Total Keys: 5) - schemas.CallSettings.properties.accessType.type (Total Keys: 1) - schemas.CallSettings.properties.allowJoiningBeforeHost.type (Total Keys: 1) - schemas.ChatClientActionMarkup (Total Keys: 2) - schemas.CustomFunctionReturnValueMarkup (Total Keys: 4) - schemas.DriveClientActionMarkup (Total Keys: 3) - schemas.EditorClientActionMarkup (Total Keys: 3) - schemas.GmailClientActionMarkup (Total Keys: 6) - schemas.HostAppActionMarkup (Total Keys: 8) - schemas.InsertContent (Total Keys: 5) - schemas.MembershipChangedMetadata.properties.initiatorType.type (Total Keys: 1) - schemas.OpenCreatedDraftActionMarkup (Total Keys: 6) - schemas.Recipient (Total Keys: 3) - schemas.RequestFileScope (Total Keys: 5) - schemas.Roster.properties.isMembershipVisibleToCaller.type (Total Keys: 1) - schemas.Settings.properties.accessType.type (Total Keys: 1) - schemas.Settings.properties.allowJoiningBeforeHost.type (Total Keys: 1) - schemas.SheetsClientActionMarkup (Total Keys: 3) - schemas.TaskActionMarkup (Total Keys: 3) - schemas.UpdateBccRecipients (Total Keys: 4) - schemas.UpdateBody (Total Keys: 5) - schemas.UpdateCcRecipients (Total Keys: 4) - schemas.UpdateDraftActionMarkup (Total Keys: 7) - schemas.UpdateSubject (Total Keys: 3) - schemas.UpdateToRecipients (Total Keys: 4)
1 parent ef7b407 commit 0724423

File tree

4 files changed

+640
-31
lines changed

4 files changed

+640
-31
lines changed
 

‎docs/dyn/cloudsearch_v1.query.html

-3
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@ <h3>Method Details</h3>
187187

188188
{ # The search API response.
189189
&quot;debugInfo&quot;: { # Debugging information about the response. # Debugging information about the response.
190-
&quot;enabledExperiments&quot;: [ # Experiments enabled in QAPI.
191-
42,
192-
],
193190
&quot;formattedDebugInfo&quot;: &quot;A String&quot;, # General debug info formatted for display.
194191
},
195192
&quot;errorInfo&quot;: { # Error information about the response. # Error information about the response.

‎docs/dyn/cloudsearch_v1.settings.datasources.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ <h3>Method Details</h3>
327327
}
328328

329329
debugOptions_enableDebugging: boolean, If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.
330-
updateMask: string, Update mask to control which fields to update. If update_mask is non-empty then only the fields specified in the update_mask are updated. If you specify a field in the update_mask, but don&#x27;t specify its value in the source that field will be cleared. If the update_mask is not present or empty or has the value * then all fields will be updated. Some example field paths: name, display_name
330+
updateMask: string, Only applies to [`settings.datasources.patch`](https://developers.google.com/cloud-search/docs/reference/rest/v1/settings.datasources/patch). Update mask to control which fields to update. Example field paths: `name`, `displayName`. * If `update_mask` is non-empty, then only the fields specified in the `update_mask` are updated. * If you specify a field in the `update_mask`, but don&#x27;t specify its value in the source, that field is cleared. * If the `update_mask` is not present or empty or has the value `*`, then all fields are updated.
331331
x__xgafv: string, V1 error format.
332332
Allowed values
333333
1 - v1 error format
@@ -391,7 +391,7 @@ <h3>Method Details</h3>
391391
&quot;returnThumbnailUrls&quot;: True or False, # Can a user request to get thumbnail URI for Items indexed in this data source.
392392
&quot;shortName&quot;: &quot;A String&quot;, # A short name or alias for the source. This value will be used to match the &#x27;source&#x27; operator. For example, if the short name is *&lt;value&gt;* then queries like *source:&lt;value&gt;* will only return results for this source. The value must be unique across all datasources. The value must only contain alphanumeric characters (a-zA-Z0-9). The value cannot start with &#x27;google&#x27; and cannot be one of the following: mail, gmail, docs, drive, groups, sites, calendar, hangouts, gplus, keep, people, teams. Its maximum length is 32 characters.
393393
},
394-
&quot;updateMask&quot;: &quot;A String&quot;, # Update mask to control which fields to update. If update_mask is non-empty then only the fields specified in the update_mask are updated. If you specify a field in the update_mask, but don&#x27;t specify its value in the source that field will be cleared. If the update_mask is not present or empty or has the value * then all fields will be updated. Some example field paths: name, display_name
394+
&quot;updateMask&quot;: &quot;A String&quot;, # Only applies to [`settings.datasources.patch`](https://developers.google.com/cloud-search/docs/reference/rest/v1/settings.datasources/patch). Update mask to control which fields to update. Example field paths: `name`, `displayName`. * If `update_mask` is non-empty, then only the fields specified in the `update_mask` are updated. * If you specify a field in the `update_mask`, but don&#x27;t specify its value in the source, that field is cleared. * If the `update_mask` is not present or empty or has the value `*`, then all fields are updated.
395395
}
396396

397397
x__xgafv: string, V1 error format.

‎docs/dyn/cloudsearch_v1.settings.searchapplications.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ <h3>Method Details</h3>
565565
],
566566
}
567567

568-
updateMask: string, Update mask to control which fields to update. If update_mask is non-empty then only the fields specified in the update_mask are updated. If you specify a field in the update_mask, but don&#x27;t specify its value in the search_application then that field will be cleared. If the update_mask is not present or empty or has the value * then all fields will be updated. Some example field paths: search_application.name, search_application.display_name
568+
updateMask: string, Only applies to [`settings.searchapplications.patch`](https://developers.google.com/cloud-search/docs/reference/rest/v1/settings.searchapplications/patch). Update mask to control which fields to update. Example field paths: `search_application.name`, `search_application.displayName`. * If `update_mask` is non-empty, then only the fields specified in the `update_mask` are updated. * If you specify a field in the `update_mask`, but don&#x27;t specify its value in the `search_application`, then that field is cleared. * If the `update_mask` is not present or empty or has the value `*`, then all fields are updated.
569569
x__xgafv: string, V1 error format.
570570
Allowed values
571571
1 - v1 error format
@@ -729,7 +729,7 @@ <h3>Method Details</h3>
729729
],
730730
}
731731

732-
updateMask: string, Update mask to control which fields to update. If update_mask is non-empty then only the fields specified in the update_mask are updated. If you specify a field in the update_mask, but don&#x27;t specify its value in the search_application then that field will be cleared. If the update_mask is not present or empty or has the value * then all fields will be updated. Some example field paths: search_application.name, search_application.display_name
732+
updateMask: string, Only applies to [`settings.searchapplications.patch`](https://developers.google.com/cloud-search/docs/reference/rest/v1/settings.searchapplications/patch). Update mask to control which fields to update. Example field paths: `search_application.name`, `search_application.displayName`. * If `update_mask` is non-empty, then only the fields specified in the `update_mask` are updated. * If you specify a field in the `update_mask`, but don&#x27;t specify its value in the `search_application`, then that field is cleared. * If the `update_mask` is not present or empty or has the value `*`, then all fields are updated.
733733
x__xgafv: string, V1 error format.
734734
Allowed values
735735
1 - v1 error format

‎googleapiclient/discovery_cache/documents/cloudsearch.v1.json

+636-24
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.