google-apis-datacatalog_v1 0.39.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: 8735c7df65d179440d37452557e31b10931846532332f82dd47ac07c79640e06
4
- data.tar.gz: fb9be1e830ce41d3d4a387f36ae955a5ee60953c013946bb1ad48a99743dffc5
3
+ metadata.gz: cfa77ddf46b473a46eab51e5ddbc6198e537b3580e2ae9453760acae6db4304a
4
+ data.tar.gz: 43a02804d5d46b1c4e1e759f232516f5be6c83afb5a7cf1f843eb86efd912cab
5
5
  SHA512:
6
- metadata.gz: 969dddabbf80a09cf7a7728bec3bc4e58cc0b03f023384c7de29400ef062457ae78f674f4023302566a7303c5ad50a356a3d26c57a9e9ca8df800829821d3349
7
- data.tar.gz: 02cb3eba9f901a2ec4067e4e023097519d413c8d0cbfa0364e4747b5982d874b4bb11adb17f6801cb7d5bf3ac6712973da478055ca10397d7bb7b6fac021cefc
6
+ metadata.gz: f17933b5b2565c5a7094884581bf8051cfd66a7f8cb83f77e7a6d5b4dc8f099b0269a55d7b0c520052cd5fd844e237c58f4f487e6b97c8b30f0376f3a3bb4095
7
+ data.tar.gz: e48c5019164fd06db1eed33444ff0dfd52787142aa42f9c836245a4e453e60f8b6017ceddae1ac66451a787b1fa9bfad22fdb387c1fc2dac0e708273e109c858
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.40.0 (2023-06-25)
8
+
9
+ * Regenerated from discovery document revision 20230619
10
+
3
11
  ### v0.39.0 (2023-06-04)
4
12
 
5
13
  * Regenerated from discovery document revision 20230526
@@ -1094,9 +1094,7 @@ module Google
1094
1094
  # @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SqlDatabaseSystemSpec]
1095
1095
  attr_accessor :sql_database_system_spec
1096
1096
 
1097
- # The type of the entry. Only used for entries with types listed in the `
1098
- # EntryType` enum. Currently, only `FILESET` enum value is allowed. All other
1099
- # entries created in Data Catalog must use the `user_specified_type`.
1097
+ # The type of the entry. For details, see [`EntryType`](#entrytype).
1100
1098
  # Corresponds to the JSON property `type`
1101
1099
  # @return [String]
1102
1100
  attr_accessor :type
@@ -2260,17 +2258,32 @@ module Google
2260
2258
  class GoogleCloudDatacatalogV1SearchCatalogRequest
2261
2259
  include Google::Apis::Core::Hashable
2262
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
+
2263
2271
  # Specifies the order of results. Currently supported case-sensitive values are:
2264
2272
  # * `relevance` that can only be descending * `last_modified_timestamp [asc|desc]
2265
2273
  # ` with descending (`desc`) as default * `default` that can only be descending
2266
- # If this parameter is omitted, it defaults to the descending `relevance`.
2274
+ # Search queries don't guarantee full recall. Results that match your query
2275
+ # might not be returned, even in subsequent result pages. Additionally, returned
2276
+ # (and not returned) results can vary if you repeat search queries. If you are
2277
+ # experiencing recall issues and you don't have to fetch the results in any
2278
+ # specific order, consider setting this parameter to `default`. If this
2279
+ # parameter is omitted, it defaults to the descending `relevance`.
2267
2280
  # Corresponds to the JSON property `orderBy`
2268
2281
  # @return [String]
2269
2282
  attr_accessor :order_by
2270
2283
 
2271
- # Number of results to return in a single search page. Can't be negative or 0,
2272
- # defaults to 10 in this case. The maximum number is 1000. If exceeded, throws
2273
- # an "invalid argument" exception.
2284
+ # Upper bound on the number of results you can get in a single response. Can't
2285
+ # be negative or 0, defaults to 10 in this case. The maximum number is 1000. If
2286
+ # exceeded, throws an "invalid argument" exception.
2274
2287
  # Corresponds to the JSON property `pageSize`
2275
2288
  # @return [Fixnum]
2276
2289
  attr_accessor :page_size
@@ -2304,6 +2317,7 @@ module Google
2304
2317
 
2305
2318
  # Update properties of this object
2306
2319
  def update!(**args)
2320
+ @admin_search = args[:admin_search] if args.key?(:admin_search)
2307
2321
  @order_by = args[:order_by] if args.key?(:order_by)
2308
2322
  @page_size = args[:page_size] if args.key?(:page_size)
2309
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.39.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 = "20230526"
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.39.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-06-04 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.39.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: []