google-apis-datacatalog_v1beta1 0.46.0 → 0.47.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: 9f7e05fee9740b531fa5f0a07e218b3c3a12a1dfd9e6356538711265665a455c
4
- data.tar.gz: 7b8da9702f06fe16fa5f93bd9dc9558d00d4d991ecca584f6cc5461c7cc59786
3
+ metadata.gz: 64a4327ad867aa75238ef8948d20bbe15e16764e370155615052f002b1f4fa9a
4
+ data.tar.gz: b5049b1be9f72a3f5a5e0e15f141abc67ad03f78a25d66aee48cb0f0930943ce
5
5
  SHA512:
6
- metadata.gz: 917097427cb9db2aa810472a73746e7d3e54623100b3bb6224dd0d4734d6d36ac9bafdfe5242bff56f75d426def8711de8d914291395559f1c4fcba1e50a987b
7
- data.tar.gz: b7a9b82da2ce83137d89139832f19e291c1e2099021d6a58c68dd5af18dd39a0bb95f165d69b0975df138fa8661dc6ac6c32ce0ce796ad99f497b57708b20b3d
6
+ metadata.gz: 50128e791f9f8ce07019ad756e8ab32897dca090f6623332bcb9c53ce4ff0774b35179ea11a0d75f517d5a7794faadea2e4f326a99e381522501ef1a8482af58
7
+ data.tar.gz: 7185a41d44f37d7f6492b0ad718e8aa16b8c8b4d780d8fd85f2ed16521f88d17603f5745139a3191f88af07ecbec28c72dc21ffe75c96c7c09c7c1c44b9b5b51
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-datacatalog_v1beta1
2
2
 
3
+ ### v0.47.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20241021
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.46.0 (2024-05-19)
4
9
 
5
10
  * Regenerated from discovery document revision 20240511
@@ -1989,6 +1989,11 @@ module Google
1989
1989
  # @return [String]
1990
1990
  attr_accessor :column
1991
1991
 
1992
+ # Output only. Denotes the transfer status of the Tag Template.
1993
+ # Corresponds to the JSON property `dataplexTransferStatus`
1994
+ # @return [String]
1995
+ attr_accessor :dataplex_transfer_status
1996
+
1992
1997
  # Required. Maps the ID of a tag field to its value and additional information
1993
1998
  # about that field. Tag template defines valid field IDs. A tag must have at
1994
1999
  # least 1 field and at most 500 fields.
@@ -2022,6 +2027,7 @@ module Google
2022
2027
  # Update properties of this object
2023
2028
  def update!(**args)
2024
2029
  @column = args[:column] if args.key?(:column)
2030
+ @dataplex_transfer_status = args[:dataplex_transfer_status] if args.key?(:dataplex_transfer_status)
2025
2031
  @fields = args[:fields] if args.key?(:fields)
2026
2032
  @name = args[:name] if args.key?(:name)
2027
2033
  @template = args[:template] if args.key?(:template)
@@ -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.46.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240511"
25
+ REVISION = "20241021"
26
26
  end
27
27
  end
28
28
  end
@@ -1274,6 +1274,7 @@ module Google
1274
1274
  # @private
1275
1275
  class Representation < Google::Apis::Core::JsonRepresentation
1276
1276
  property :column, as: 'column'
1277
+ property :dataplex_transfer_status, as: 'dataplexTransferStatus'
1277
1278
  hash :fields, as: 'fields', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1TagField, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1TagField::Representation
1278
1279
 
1279
1280
  property :name, as: 'name'
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.46.0
4
+ version: 0.47.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-05-26 00:00:00.000000000 Z
11
+ date: 2024-12-04 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.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.47.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: []
@@ -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.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Cloud Data Catalog API V1beta1