google-apis-datacatalog_v1beta1 0.11.0 → 0.12.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50f8b4b883905e06b2c42a9ef9cf8c26c057b140adc44a518b9bfbeee39545b4
|
4
|
+
data.tar.gz: 5f2d7575d81d0300e9ab002f0a400331503d3b8578a6eff757bdceec4550dc3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0be51028f7a70d1d2813f4a82724567e17c6289a37b97e3e3b98a43bd6e701b60b467a9c6606cce1e2eff914112e551baa4714a078dcf281877bb95d00e3957d
|
7
|
+
data.tar.gz: 4eb9c235f1e2b81d87379436548eaff0ac9edc14071bdd0f9b7acd9e04348a120dc3457115944b6e42dc8827b9cf80d12cfcbdec01150db4160b8d9679b27d23
|
data/CHANGELOG.md
CHANGED
@@ -959,8 +959,8 @@ module Google
|
|
959
959
|
|
960
960
|
# Specifies the ordering of results, currently supported case-sensitive choices
|
961
961
|
# are: * `relevance`, only supports descending * `last_modified_timestamp [asc|
|
962
|
-
# desc]`, defaults to descending if not specified
|
963
|
-
# relevance` descending.
|
962
|
+
# desc]`, defaults to descending if not specified * `default` that can only be
|
963
|
+
# descending If not specified, defaults to `relevance` descending.
|
964
964
|
# Corresponds to the JSON property `orderBy`
|
965
965
|
# @return [String]
|
966
966
|
attr_accessor :order_by
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DatacatalogV1beta1
|
18
18
|
# Version of the google-apis-datacatalog_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211201"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -102,8 +102,8 @@ module Google
|
|
102
102
|
# project_id.topic_id` * ``pubsub.project_id.`topic.id.with.dots` `` * `bigquery.
|
103
103
|
# table.project_id.dataset_id.table_id` * `bigquery.dataset.project_id.
|
104
104
|
# dataset_id` * `datacatalog.entry.project_id.location_id.entry_group_id.
|
105
|
-
# entry_id` `*_id`s
|
106
|
-
#
|
105
|
+
# entry_id` `*_id`s should satisfy the standard SQL rules for identifiers. https:
|
106
|
+
# //cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
|
107
107
|
# @param [String] fields
|
108
108
|
# Selector specifying which fields to include in a partial response.
|
109
109
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-datacatalog_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.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: 2021-
|
11
|
+
date: 2021-12-13 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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.12.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|