Skip to content

Commit

Permalink
feat(datacatalog): update the api
Browse files Browse the repository at this point in the history
#### datacatalog:v1

The following keys were added:
- schemas.GoogleCloudDatacatalogV1SearchCatalogRequest.properties.adminSearch.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 25, 2023
1 parent 2cd56b1 commit 100be6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/dyn/datacatalog_v1.catalog.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Request message for SearchCatalog.
&quot;adminSearch&quot;: True or False, # Optional. If set, use searchAll permission granted on organizations from `include_org_ids` and projects from `include_project_ids` instead of the fine grained per resource permissions when filtering the search results. The only allowed `order_by` criteria for admin_search mode is `default`. Using this flags guarantees a full recall of the search results.
&quot;orderBy&quot;: &quot;A String&quot;, # Specifies the order of results. Currently supported case-sensitive values are: * `relevance` that can only be descending * `last_modified_timestamp [asc|desc]` with descending (`desc`) as default * `default` that can only be descending Search queries don&#x27;t guarantee full recall. Results that match your query might not be returned, even in subsequent result pages. Additionally, returned (and not returned) results can vary if you repeat search queries. If you are experiencing recall issues and you don&#x27;t have to fetch the results in any specific order, consider setting this parameter to `default`. If this parameter is omitted, it defaults to the descending `relevance`.
&quot;pageSize&quot;: 42, # Upper bound on the number of results you can get in a single response. Can&#x27;t be negative or 0, defaults to 10 in this case. The maximum number is 1000. If exceeded, throws an &quot;invalid argument&quot; exception.
&quot;pageToken&quot;: &quot;A String&quot;, # Optional. Pagination token that, if specified, returns the next page of search results. If empty, returns the first page. This token is returned in the SearchCatalogResponse.next_page_token field of the response to a previous SearchCatalogRequest call.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2144,7 +2144,7 @@
}
}
},
"revision": "20230707",
"revision": "20230716",
"rootUrl": "https://datacatalog.googleapis.com/",
"schemas": {
"Binding": {
Expand Down Expand Up @@ -3693,6 +3693,10 @@
"description": "Request message for SearchCatalog.",
"id": "GoogleCloudDatacatalogV1SearchCatalogRequest",
"properties": {
"adminSearch": {
"description": "Optional. If set, use searchAll permission granted on organizations from `include_org_ids` and projects from `include_project_ids` instead of the fine grained per resource permissions when filtering the search results. The only allowed `order_by` criteria for admin_search mode is `default`. Using this flags guarantees a full recall of the search results.",
"type": "boolean"
},
"orderBy": {
"description": "Specifies the order of results. Currently supported case-sensitive values are: * `relevance` that can only be descending * `last_modified_timestamp [asc|desc]` with descending (`desc`) as default * `default` that can only be descending Search queries don't guarantee full recall. Results that match your query might not be returned, even in subsequent result pages. Additionally, returned (and not returned) results can vary if you repeat search queries. If you are experiencing recall issues and you don't have to fetch the results in any specific order, consider setting this parameter to `default`. If this parameter is omitted, it defaults to the descending `relevance`.",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,7 @@
}
}
},
"revision": "20230707",
"revision": "20230716",
"rootUrl": "https://datacatalog.googleapis.com/",
"schemas": {
"Binding": {
Expand Down

0 comments on commit 100be6b

Please sign in to comment.