google-apis-datacatalog_v1beta1 0.48.0 → 0.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f9302a1da328fe97851c38607080dbce6bce7415d6f0b4bd241611b872d365f
|
4
|
+
data.tar.gz: 4fea896406ccc1d32d483078e3b6da376f93fdc1ac16a1d75d7706d7960bc03b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e8d7a46e62b1a3893d40171f482aed5ece462010a0e30c86c43c3354d9affca16739d02c9382731043a84f3c5781edf8af13cd05e9d8cc0e066928aca58c508
|
7
|
+
data.tar.gz: 96c43eace597b43f26ef11b1acb4602420bd0fca19d4cac9c94c4091bf64dd3475421db7094c447cc0480389cbd64fce36dcb06fe5ede3387fef89e6cbfa8f38
|
data/CHANGELOG.md
CHANGED
@@ -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.49.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250314"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -104,8 +104,8 @@ module Google
|
|
104
104
|
# project_id.topic_id` * ``pubsub.project_id.`topic.id.with.dots` `` * `bigquery.
|
105
105
|
# table.project_id.dataset_id.table_id` * `bigquery.dataset.project_id.
|
106
106
|
# dataset_id` * `datacatalog.entry.project_id.location_id.entry_group_id.
|
107
|
-
# entry_id` `*_id`s should satisfy the
|
108
|
-
#
|
107
|
+
# entry_id` `*_id`s should satisfy the GoogleSQL rules for identifiers. https://
|
108
|
+
# cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
|
109
109
|
# @param [String] fields
|
110
110
|
# Selector specifying which fields to include in a partial response.
|
111
111
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.49.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-23 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.49.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|