google-apis-datacatalog_v1 0.40.0 → 0.41.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4bf545a8aeb39650d3e94457dd521a244f1e5c4af5ccd38df0282dd9bab1e1c2
4
- data.tar.gz: 1f650cf0dce4decf79cb47832fa9b7a63e112ecb68fb722e299af6a7d4632698
3
+ metadata.gz: cfa77ddf46b473a46eab51e5ddbc6198e537b3580e2ae9453760acae6db4304a
4
+ data.tar.gz: 43a02804d5d46b1c4e1e759f232516f5be6c83afb5a7cf1f843eb86efd912cab
5
5
  SHA512:
6
- metadata.gz: f0efdcfa5d4a4bac8b269bb139804d84af50312f9e9c8f2af40b1b41aaaecf424292d9a44ff8ac8af752924ab11c349c2c47d8ad1e48fd9cc962087d57c79edf
7
- data.tar.gz: aa5bd9e1ce3d8cb05d4eba10073e5a65cbdc6b50b052e9b3a4b5caff764bbdeaca33590a35918357f5b719a2fa760741708f9abc6bc296c085421d1e5ca8ae1e
6
+ metadata.gz: f17933b5b2565c5a7094884581bf8051cfd66a7f8cb83f77e7a6d5b4dc8f099b0269a55d7b0c520052cd5fd844e237c58f4f487e6b97c8b30f0376f3a3bb4095
7
+ data.tar.gz: e48c5019164fd06db1eed33444ff0dfd52787142aa42f9c836245a4e453e60f8b6017ceddae1ac66451a787b1fa9bfad22fdb387c1fc2dac0e708273e109c858
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.41.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230716
6
+
3
7
  ### v0.40.0 (2023-06-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20230619
@@ -2258,6 +2258,16 @@ module Google
2258
2258
  class GoogleCloudDatacatalogV1SearchCatalogRequest
2259
2259
  include Google::Apis::Core::Hashable
2260
2260
 
2261
+ # Optional. If set, use searchAll permission granted on organizations from `
2262
+ # include_org_ids` and projects from `include_project_ids` instead of the fine
2263
+ # grained per resource permissions when filtering the search results. The only
2264
+ # allowed `order_by` criteria for admin_search mode is `default`. Using this
2265
+ # flags guarantees a full recall of the search results.
2266
+ # Corresponds to the JSON property `adminSearch`
2267
+ # @return [Boolean]
2268
+ attr_accessor :admin_search
2269
+ alias_method :admin_search?, :admin_search
2270
+
2261
2271
  # Specifies the order of results. Currently supported case-sensitive values are:
2262
2272
  # * `relevance` that can only be descending * `last_modified_timestamp [asc|desc]
2263
2273
  # ` with descending (`desc`) as default * `default` that can only be descending
@@ -2307,6 +2317,7 @@ module Google
2307
2317
 
2308
2318
  # Update properties of this object
2309
2319
  def update!(**args)
2320
+ @admin_search = args[:admin_search] if args.key?(:admin_search)
2310
2321
  @order_by = args[:order_by] if args.key?(:order_by)
2311
2322
  @page_size = args[:page_size] if args.key?(:page_size)
2312
2323
  @page_token = args[:page_token] if args.key?(:page_token)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatacatalogV1
18
18
  # Version of the google-apis-datacatalog_v1 gem
19
- GEM_VERSION = "0.40.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230619"
25
+ REVISION = "20230716"
26
26
  end
27
27
  end
28
28
  end
@@ -1322,6 +1322,7 @@ module Google
1322
1322
  class GoogleCloudDatacatalogV1SearchCatalogRequest
1323
1323
  # @private
1324
1324
  class Representation < Google::Apis::Core::JsonRepresentation
1325
+ property :admin_search, as: 'adminSearch'
1325
1326
  property :order_by, as: 'orderBy'
1326
1327
  property :page_size, as: 'pageSize'
1327
1328
  property :page_token, as: 'pageToken'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datacatalog_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-02 00:00:00.000000000 Z
11
+ date: 2023-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.41.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1
63
63
  post_install_message:
64
64
  rdoc_options: []