google-apis-datacatalog_v1 0.16.0 → 0.17.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: b24b070b2d6f33c19c7f72dd651cade26c0f33f99c6975ff0fd6d18b46760d5c
4
- data.tar.gz: 2aab1d6310bef4c31281402cfd12c522d86123083abc18bf4a4f58fd226f819a
3
+ metadata.gz: d348ba6f19c854bdb021e721a39cb8ad59441291fdfcd20b80e0fd50ea96088a
4
+ data.tar.gz: 5a0f2d27be9ffb2f63a9f6c08e5a4b51c80940a8fe25d11ecea9ee55c5417549
5
5
  SHA512:
6
- metadata.gz: 0dbe29ff3ee9934ef1cc640d973cce2fe3479c8cd8539aa8053ee6fb954130af6e716d23c230fe29f8433786ed227df2886268a758d1569e494fa38f51fe837f
7
- data.tar.gz: 021dc2b877c1f80db751e358fce7a28a6969c9566e3172d943d75ad02fffd08a5f6b4ea9f42fcf00286ad413f516ffb2b780cd9ffc2f05fd0454d2864642e78d
6
+ metadata.gz: 9b90e7f688ec3d85d3dd154633fb63281e3377a606621736d0141d03256af5c8b5ce178a3fb518f63ad8f14860347f250916882c02278451fbd14ef8b44151e6
7
+ data.tar.gz: 1d4f59c323e6f8c838097c79c5ad2673c319b7f0cc41581d5c00c5474cd2a026394ea106ccbef067f750806190dbdc8f16ff6be302999de5c03c047e646d36f9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.17.0 (2022-04-15)
4
+
5
+ * Regenerated from discovery document revision 20220409
6
+
3
7
  ### v0.16.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::DatacatalogV1::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
@@ -2531,7 +2531,8 @@ module Google
2531
2531
 
2532
2532
  # Required. User-defined name of this taxonomy. The name can't start or end with
2533
2533
  # spaces, must contain only Unicode letters, numbers, underscores, dashes, and
2534
- # spaces, and be at most 200 bytes long when encoded in UTF-8.
2534
+ # spaces, and be at most 200 bytes long when encoded in UTF-8. The taxonomy
2535
+ # display name must be unique within an organization.
2535
2536
  # Corresponds to the JSON property `displayName`
2536
2537
  # @return [String]
2537
2538
  attr_accessor :display_name
@@ -2821,7 +2822,7 @@ module Google
2821
2822
  include Google::Apis::Core::Hashable
2822
2823
 
2823
2824
  # The set of permissions to check for the `resource`. Permissions with wildcards
2824
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
2825
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
2825
2826
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
2826
2827
  # Corresponds to the JSON property `permissions`
2827
2828
  # @return [Array<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.16.0"
19
+ GEM_VERSION = "0.17.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.17.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: []