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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/datacatalog_v1/classes.rb +10 -7
- data/lib/google/apis/datacatalog_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4bf545a8aeb39650d3e94457dd521a244f1e5c4af5ccd38df0282dd9bab1e1c2
|
4
|
+
data.tar.gz: 1f650cf0dce4decf79cb47832fa9b7a63e112ecb68fb722e299af6a7d4632698
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0efdcfa5d4a4bac8b269bb139804d84af50312f9e9c8f2af40b1b41aaaecf424292d9a44ff8ac8af752924ab11c349c2c47d8ad1e48fd9cc962087d57c79edf
|
7
|
+
data.tar.gz: aa5bd9e1ce3d8cb05d4eba10073e5a65cbdc6b50b052e9b3a4b5caff764bbdeaca33590a35918357f5b719a2fa760741708f9abc6bc296c085421d1e5ca8ae1e
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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
|
-
#
|
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
|
-
#
|
2272
|
-
# defaults to 10 in this case. The maximum number is 1000. If
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|