google-apis-datacatalog_v1 0.60.0 → 0.61.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/datacatalog_v1/classes.rb +1 -2
- data/lib/google/apis/datacatalog_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 401934b95021cc2f54fa4dddd4bab470e570320ff65b97a6554ac63fc5f70c65
|
4
|
+
data.tar.gz: 4075b6d734255fd67e61a4cb899df08f7c7a589b7c65232d4a86569e7a9a2a32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a146cf58ccd6f11729326426400a5022071ca94abf77b573c4e63af071de3ab11d332e76997dd2cd1cb55784389361f91df6efc5f87556fe1638bd77f6d24c1
|
7
|
+
data.tar.gz: 8c3551099814279bcb29e327e1033b4a4f5abbfd86624660d267242732108fcc991fd2aece9e3826b52e531e408e6ad8568d0dfa00b2e62ccebe946831dbd261
|
data/CHANGELOG.md
CHANGED
@@ -2224,8 +2224,7 @@ module Google
|
|
2224
2224
|
class GoogleCloudDatacatalogV1ReconcileTagsRequest
|
2225
2225
|
include Google::Apis::Core::Hashable
|
2226
2226
|
|
2227
|
-
#
|
2228
|
-
# the tags source from an entry. If set to `false`, unlisted tags are retained.
|
2227
|
+
#
|
2229
2228
|
# Corresponds to the JSON property `forceDeleteMissing`
|
2230
2229
|
# @return [Boolean]
|
2231
2230
|
attr_accessor :force_delete_missing
|
@@ -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.61.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250720"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.61.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.61.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|