google-apis-datacatalog_v1 0.39.0 → 0.40.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: 4bf545a8aeb39650d3e94457dd521a244f1e5c4af5ccd38df0282dd9bab1e1c2
4
+ data.tar.gz: 1f650cf0dce4decf79cb47832fa9b7a63e112ecb68fb722e299af6a7d4632698
5
5
  SHA512:
6
- metadata.gz: 969dddabbf80a09cf7a7728bec3bc4e58cc0b03f023384c7de29400ef062457ae78f674f4023302566a7303c5ad50a356a3d26c57a9e9ca8df800829821d3349
7
- data.tar.gz: 02cb3eba9f901a2ec4067e4e023097519d413c8d0cbfa0364e4747b5982d874b4bb11adb17f6801cb7d5bf3ac6712973da478055ca10397d7bb7b6fac021cefc
6
+ metadata.gz: f0efdcfa5d4a4bac8b269bb139804d84af50312f9e9c8f2af40b1b41aaaecf424292d9a44ff8ac8af752924ab11c349c2c47d8ad1e48fd9cc962087d57c79edf
7
+ data.tar.gz: aa5bd9e1ce3d8cb05d4eba10073e5a65cbdc6b50b052e9b3a4b5caff764bbdeaca33590a35918357f5b719a2fa760741708f9abc6bc296c085421d1e5ca8ae1e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.40.0 (2023-06-25)
4
+
5
+ * Regenerated from discovery document revision 20230619
6
+
3
7
  ### v0.39.0 (2023-06-04)
4
8
 
5
9
  * 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
@@ -2263,14 +2261,19 @@ module Google
2263
2261
  # Specifies the order of results. Currently supported case-sensitive values are:
2264
2262
  # * `relevance` that can only be descending * `last_modified_timestamp [asc|desc]
2265
2263
  # ` with descending (`desc`) as default * `default` that can only be descending
2266
- # If this parameter is omitted, it defaults to the descending `relevance`.
2264
+ # Search queries don't guarantee full recall. Results that match your query
2265
+ # might not be returned, even in subsequent result pages. Additionally, returned
2266
+ # (and not returned) results can vary if you repeat search queries. If you are
2267
+ # experiencing recall issues and you don't have to fetch the results in any
2268
+ # specific order, consider setting this parameter to `default`. If this
2269
+ # parameter is omitted, it defaults to the descending `relevance`.
2267
2270
  # Corresponds to the JSON property `orderBy`
2268
2271
  # @return [String]
2269
2272
  attr_accessor :order_by
2270
2273
 
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.
2274
+ # Upper bound on the number of results you can get in a single response. Can't
2275
+ # be negative or 0, defaults to 10 in this case. The maximum number is 1000. If
2276
+ # exceeded, throws an "invalid argument" exception.
2274
2277
  # Corresponds to the JSON property `pageSize`
2275
2278
  # @return [Fixnum]
2276
2279
  attr_accessor :page_size
@@ -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.40.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 = "20230619"
26
26
  end
27
27
  end
28
28
  end
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.40.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-02 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.40.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: []