google-apis-datacatalog_v1 0.53.0 → 0.54.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: 0523ed6770483c29cf7634ef39d6ffabe9c613a8734defdb8f4849a6568843c5
4
- data.tar.gz: 542be581e5f643848fd16bf7d1f2cecede512d3e43af06252938170da78bbdc5
3
+ metadata.gz: 48d0eedf521e7e4289424e5fd81fb63df8c9aa79e0511f87f821c705a857dff2
4
+ data.tar.gz: 95f7dac9dc08ec4387b3525adb095cf6b186bca2758d6d395c85fded41a9807f
5
5
  SHA512:
6
- metadata.gz: 56623e3c252cb63c2fdf5dd03f27950775a606b45b8bf72aff2681f74687516e895267733bd7ff30e6c2aedd5542e9e4211794fd7d443a5b2f902f297f8cfc10
7
- data.tar.gz: a6711b9498a333cbc5f0a141c1c10243ad39418ac850c6e6c61eeb9c8d82d7bef9e2f6d06b1b399a45cf1826103de67a6b5a1986d09275b67018d0a4ee1653ec
6
+ metadata.gz: 17f933901367bd601b104cf68b86ef79949b146768a187315e0c5183752757a6bdb74ee22434111f3e29ac293f08ec8c8f4689e13f73b33f0812f81984eb54b9
7
+ data.tar.gz: d2fb37de0db5843a95cfd87e5773844bf3ea3a03e19a976f85ecfb6bcc37b471fc5b95cc6d7ee5e367afd522f41d11550d59530f6a5891456e877d8386267747
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.54.0 (2024-12-08)
4
+
5
+ * Regenerated from discovery document revision 20241202
6
+
3
7
  ### v0.53.0 (2024-10-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20241021
@@ -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.53.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241021"
25
+ REVISION = "20241202"
26
26
  end
27
27
  end
28
28
  end
@@ -1469,8 +1469,8 @@ module Google
1469
1469
  # Clients can use Operations.GetOperation or other methods to check whether the
1470
1470
  # cancellation succeeded or whether the operation completed despite cancellation.
1471
1471
  # On successful cancellation, the operation is not deleted; instead, it becomes
1472
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
1473
- # corresponding to `Code.CANCELLED`.
1472
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
1473
+ # , corresponding to `Code.CANCELLED`.
1474
1474
  # @param [String] name
1475
1475
  # The name of the operation resource to be cancelled.
1476
1476
  # @param [String] fields
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.53.0
4
+ version: 0.54.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: 2024-10-27 00:00:00.000000000 Z
11
+ date: 2024-12-08 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.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.54.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.21
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Cloud Data Catalog API V1