google-apis-datacatalog_v1 0.43.0 → 0.44.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: 4f5fd486ef5dfbcd2d292a26fceff844f0fd2d5cc11676dcd7a9701ecb76abdc
4
- data.tar.gz: d53c2d639ece6e018642e9a4b67378e373fcb74f6e58fe0e28810a09910b6bcb
3
+ metadata.gz: cebb205d85708202908544a7b1467bc409b32c77eb5e321fc1c1a030613a7471
4
+ data.tar.gz: 1cca0a1ba9488e21d8bc02ab48211483345e7e255dec052686c4c63cf628bdc8
5
5
  SHA512:
6
- metadata.gz: '014663173479e67464177f662732901b6de928e1d272fe9098aa3c910815fbf115164ef3fab4730682c498225e92bf4a6f9f614a5279c50b7b740be2e460522d'
7
- data.tar.gz: 7462dc4188e0c057512f2ea0c3f1f3c123d60eab17e1f05f5ed2a9f701fe022c772e756d33363236ba28b428182e7215e43ed2fa07e9bca5c09a6ff3ddab61d2
6
+ metadata.gz: 0ef1a0393610ec556268a08626d54fe0fb572b4feebec5b5f3bf08f5d4efbcb1c7e817df9abd483ce13ca37514bfeef966291f6c5d529916430b744fbe4de1a1
7
+ data.tar.gz: 67249828b8468f3690970c17d950d29d20dd962829532f4b9ade4c0516a3bababd7eb92e7d5202c63f7376d79c10bdc54136dfd338b8f9c4f6587cca1bcaa62a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.44.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231205
6
+
3
7
  ### v0.43.0 (2023-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20230811
@@ -2023,8 +2023,8 @@ module Google
2023
2023
  # @return [String]
2024
2024
  attr_accessor :display_name
2025
2025
 
2026
- # Output only. Resource name of this policy tag in the URL format. The policy
2027
- # tag manager generates unique taxonomy IDs and policy tag IDs.
2026
+ # Identifier. Resource name of this policy tag in the URL format. The policy tag
2027
+ # manager generates unique taxonomy IDs and policy tag IDs.
2028
2028
  # Corresponds to the JSON property `name`
2029
2029
  # @return [String]
2030
2030
  attr_accessor :name
@@ -3161,7 +3161,7 @@ module Google
3161
3161
  # @return [String]
3162
3162
  attr_accessor :display_name
3163
3163
 
3164
- # Output only. Resource name of this taxonomy in URL format. Note: Policy tag
3164
+ # Identifier. Resource name of this taxonomy in URL format. Note: Policy tag
3165
3165
  # manager generates unique taxonomy IDs.
3166
3166
  # Corresponds to the JSON property `name`
3167
3167
  # @return [String]
@@ -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.43.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230811"
25
+ REVISION = "20231205"
26
26
  end
27
27
  end
28
28
  end
@@ -2170,7 +2170,7 @@ module Google
2170
2170
  # Updates a taxonomy, including its display name, description, and activated
2171
2171
  # policy types.
2172
2172
  # @param [String] name
2173
- # Output only. Resource name of this taxonomy in URL format. Note: Policy tag
2173
+ # Identifier. Resource name of this taxonomy in URL format. Note: Policy tag
2174
2174
  # manager generates unique taxonomy IDs.
2175
2175
  # @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Taxonomy] google_cloud_datacatalog_v1_taxonomy_object
2176
2176
  # @param [String] update_mask
@@ -2489,8 +2489,8 @@ module Google
2489
2489
  # Updates a policy tag, including its display name, description, and parent
2490
2490
  # policy tag.
2491
2491
  # @param [String] name
2492
- # Output only. Resource name of this policy tag in the URL format. The policy
2493
- # tag manager generates unique taxonomy IDs and policy tag IDs.
2492
+ # Identifier. Resource name of this policy tag in the URL format. The policy tag
2493
+ # manager generates unique taxonomy IDs and policy tag IDs.
2494
2494
  # @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1PolicyTag] google_cloud_datacatalog_v1_policy_tag_object
2495
2495
  # @param [String] update_mask
2496
2496
  # Specifies the fields to update. You can update only display name, description,
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.43.0
4
+ version: 0.44.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: 2023-09-03 00:00:00.000000000 Z
11
+ date: 2023-12-10 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.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.44.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: []