google-apis-datacatalog_v1 0.50.0 → 0.51.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: 2405f8f415aa6cd0e4d85c76099194ce0712b181f2ebc0e7352a676387179b40
4
- data.tar.gz: 0377efd037539a0614324da39220be692ceea31988215dc2bc0d94257f570000
3
+ metadata.gz: d9037c0cc0fe23b396da681475e41164778ba195f7d3ef24f8ec6145dab62ca0
4
+ data.tar.gz: bcea3681ed5b448227eb4265aa3dadfa6241ddc18a92b2f9494e382f246efe2a
5
5
  SHA512:
6
- metadata.gz: c4ab04bebadf1a6bee9641b7a2bf3d5c4fdadd4b30fdc62b7de3b5fd20bf38cbfb1debb76c8d30885847cda5da687ffa84501652a8451732b85253c544e4e14e
7
- data.tar.gz: f6869f747748651880e4ba5b857337150dead3d329b6c895a01381a6c6c958586ea98a39bd4d1baffd2fde6abbdf8c5475397a32cc8293035fc5ae2e78ef3ed8
6
+ metadata.gz: b321da5bad6a2f7157a917b00af1375285638bf5ff02a1dd24dfcc685b25c79cfa803ff178a3a09ee26a81ef3503c19294bf98f9b98c5cdb56100b7c32138a27
7
+ data.tar.gz: 86fa25dd3d5b7efb55bc0b70fa7f941de27ed7edefaaaef128992aa7c217f85dcb6cbbce5e618d592eff51192355770443f63a0667daacef3616b9c91b3ee16a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.51.0 (2024-03-24)
4
+
5
+ * Regenerated from discovery document revision 20240315
6
+
3
7
  ### v0.50.0 (2024-03-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20240311
@@ -3059,6 +3059,11 @@ module Google
3059
3059
  class GoogleCloudDatacatalogV1TagTemplate
3060
3060
  include Google::Apis::Core::Hashable
3061
3061
 
3062
+ # Optional. Transfer status of the TagTemplate
3063
+ # Corresponds to the JSON property `dataplexTransferStatus`
3064
+ # @return [String]
3065
+ attr_accessor :dataplex_transfer_status
3066
+
3062
3067
  # Display name for this template. Defaults to an empty string. The name must
3063
3068
  # contain only Unicode letters, numbers (0-9), underscores (_), dashes (-),
3064
3069
  # spaces ( ), and can't start or end with spaces. The maximum length is 200
@@ -3100,6 +3105,7 @@ module Google
3100
3105
 
3101
3106
  # Update properties of this object
3102
3107
  def update!(**args)
3108
+ @dataplex_transfer_status = args[:dataplex_transfer_status] if args.key?(:dataplex_transfer_status)
3103
3109
  @display_name = args[:display_name] if args.key?(:display_name)
3104
3110
  @fields = args[:fields] if args.key?(:fields)
3105
3111
  @is_publicly_readable = args[:is_publicly_readable] if args.key?(:is_publicly_readable)
@@ -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.50.0"
19
+ GEM_VERSION = "0.51.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240311"
25
+ REVISION = "20240315"
26
26
  end
27
27
  end
28
28
  end
@@ -1563,6 +1563,7 @@ module Google
1563
1563
  class GoogleCloudDatacatalogV1TagTemplate
1564
1564
  # @private
1565
1565
  class Representation < Google::Apis::Core::JsonRepresentation
1566
+ property :dataplex_transfer_status, as: 'dataplexTransferStatus'
1566
1567
  property :display_name, as: 'displayName'
1567
1568
  hash :fields, as: 'fields', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TagTemplateField, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TagTemplateField::Representation
1568
1569
 
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.50.0
4
+ version: 0.51.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-03-17 00:00:00.000000000 Z
11
+ date: 2024-03-24 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.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.51.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: []