google-apis-datacatalog_v1beta1 0.37.0 → 0.38.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: 22595624c86a6b8f8e586f94c29182a8791c92d67d3c45015f0037968d79b0b1
4
- data.tar.gz: 4678320638462f3b4b458d9dae2a07e18879ef9d64034bb8df5aae54010b6274
3
+ metadata.gz: 022c5f024d5955e40462cfbdb72ddbf7e7e2d782b4c658a27c7688f63f795270
4
+ data.tar.gz: f1b7e6da6ae43f5d9e263e6cdbcb716b40b95724589e5aa558323f4a9d02af5a
5
5
  SHA512:
6
- metadata.gz: 15e9888370a48af20bde1bce19c7c56ac5d3b20c119c01e75eb3a1da32dbb046d71ea64f4b8fe8cc46f40c0cc809e163c8887345d452ae3e4d3f58e79c5c92d3
7
- data.tar.gz: b84dacf124f38736303a31e1ef0c32e776c6ef4ea88abb7fac2ed8efa3959af4a2f9e1453be76e007b571bb7b07f251b38ae38ef499272c860591b22f2ef8caa
6
+ metadata.gz: d299060a21670ac193bce0d8fff8a4b17ee0ddc13605e7c689d5fb878f9d771ec2a54e09129bbca39f0074b5683be22ce0c103d514c3efe92ccb49265d6efbdd
7
+ data.tar.gz: 2904279dd337928d53149e5988467f492d9236947e820c91578af6e61d45942c0b98e7c4dd7a0c045ce974079a114aaa434072616affab3eee0fcfeb1e762cff
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datacatalog_v1beta1
2
2
 
3
+ ### v0.38.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231205
6
+
3
7
  ### v0.37.0 (2023-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20230811
@@ -2932,7 +2932,7 @@ module Google
2932
2932
  # @return [String]
2933
2933
  attr_accessor :display_name
2934
2934
 
2935
- # Output only. Resource name of this policy tag, whose format is: "projects/`
2935
+ # Identifier. Resource name of this policy tag, whose format is: "projects/`
2936
2936
  # project_number`/locations/`location_id`/taxonomies/`taxonomy_id`/policyTags/`
2937
2937
  # id`".
2938
2938
  # Corresponds to the JSON property `name`
@@ -3625,7 +3625,7 @@ module Google
3625
3625
  # @return [String]
3626
3626
  attr_accessor :display_name
3627
3627
 
3628
- # Output only. Resource name of this taxonomy, whose format is: "projects/`
3628
+ # Identifier. Resource name of this taxonomy, whose format is: "projects/`
3629
3629
  # project_number`/locations/`location_id`/taxonomies/`id`".
3630
3630
  # Corresponds to the JSON property `name`
3631
3631
  # @return [String]
@@ -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.37.0"
19
+ GEM_VERSION = "0.38.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
@@ -1793,7 +1793,7 @@ module Google
1793
1793
 
1794
1794
  # Updates a taxonomy.
1795
1795
  # @param [String] name
1796
- # Output only. Resource name of this taxonomy, whose format is: "projects/`
1796
+ # Identifier. Resource name of this taxonomy, whose format is: "projects/`
1797
1797
  # project_number`/locations/`location_id`/taxonomies/`id`".
1798
1798
  # @param [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1Taxonomy] google_cloud_datacatalog_v1beta1_taxonomy_object
1799
1799
  # @param [String] update_mask
@@ -2070,7 +2070,7 @@ module Google
2070
2070
 
2071
2071
  # Updates a policy tag.
2072
2072
  # @param [String] name
2073
- # Output only. Resource name of this policy tag, whose format is: "projects/`
2073
+ # Identifier. Resource name of this policy tag, whose format is: "projects/`
2074
2074
  # project_number`/locations/`location_id`/taxonomies/`taxonomy_id`/policyTags/`
2075
2075
  # id`".
2076
2076
  # @param [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1PolicyTag] google_cloud_datacatalog_v1beta1_policy_tag_object
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.37.0
4
+ version: 0.38.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-08-27 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.38.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: []