google-apis-datacatalog_v1beta1 0.14.0 → 0.15.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: 752b993bea9b266375a66e806bca7ff78a94d7943976b83336199ff4d0ce37a1
4
- data.tar.gz: 177ccb692bb42e8c2b93f5be918377cbb005889c65e65e8e31b547840de166bb
3
+ metadata.gz: bebdea6a11fe028e6ef86244869f3c27c6225f70dec56671e86d245131d633ff
4
+ data.tar.gz: 2b9e31f02e08b62293d985a0980cd10b426999bbb3f3ba8bf28cf6a758141f13
5
5
  SHA512:
6
- metadata.gz: 580a832cc7b90fc2d9f4e49285ca96eadc667d52d5d62720a33682c200e6a04d21d6eaf7d6f498d92a781181eef05c68d8a5a3f315e2b73c660327d11dcfcd9d
7
- data.tar.gz: 2f660b9bba214c1479d5f5a685c0aec7974e3527c392b0eebb0c193e6bb8d3f9cc066220d246d9f28b865efd66daf84654b14f16df6c0a990e6a5dcd22b0513b
6
+ metadata.gz: 2063198d50d4c5184b26700f14081c10dc4bd71d240615432f2dcdded8ea08d8cc3adeb10642fb4da5bfcf82aa3e5ea542f2d4ff397664dbe356b6f00137ca57
7
+ data.tar.gz: de61e6d727832859f9ea69242ff5586f355906392e60f9a66e5cb90edabcc6ccbae9ef384de3d73a9f24b9b3785ce0becf778070aa46f62def7a3719683ae991
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datacatalog_v1beta1
2
2
 
3
+ ### v0.15.0 (2022-04-15)
4
+
5
+ * Regenerated from discovery document revision 20220409
6
+
3
7
  ### v0.14.0 (2022-03-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20220321
@@ -45,7 +45,7 @@ module Google
45
45
  # @return [Google::Apis::DatacatalogV1beta1::Expr]
46
46
  attr_accessor :condition
47
47
 
48
- # Specifies the principals requesting access for a Cloud Platform resource. `
48
+ # Specifies the principals requesting access for a Google Cloud resource. `
49
49
  # members` can have the following values: * `allUsers`: A special identifier
50
50
  # that represents anyone who is on the internet; with or without a Google
51
51
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -1544,7 +1544,8 @@ module Google
1544
1544
 
1545
1545
  # Required. User defined name of this taxonomy. It must: contain only unicode
1546
1546
  # letters, numbers, underscores, dashes and spaces; not start or end with spaces;
1547
- # and be at most 200 bytes long when encoded in UTF-8.
1547
+ # and be at most 200 bytes long when encoded in UTF-8. The taxonomy display
1548
+ # name must be unique within an organization.
1548
1549
  # Corresponds to the JSON property `displayName`
1549
1550
  # @return [String]
1550
1551
  attr_accessor :display_name
@@ -1807,7 +1808,7 @@ module Google
1807
1808
  include Google::Apis::Core::Hashable
1808
1809
 
1809
1810
  # The set of permissions to check for the `resource`. Permissions with wildcards
1810
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
1811
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
1811
1812
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1812
1813
  # Corresponds to the JSON property `permissions`
1813
1814
  # @return [Array<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.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220321"
25
+ REVISION = "20220409"
26
26
  end
27
27
  end
28
28
  end
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.14.0
4
+ version: 0.15.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: 2022-03-28 00:00:00.000000000 Z
11
+ date: 2022-04-18 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.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.15.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: []