google-apis-datacatalog_v1 0.16.0 → 0.19.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: fd23025deab7b4d57f06076db5de46670a485304ce8a785167e20bb1f632ecb4
4
+ data.tar.gz: ff2553d7bc79691e89f12d2222c20f3f0e82dfb813f5f19d364a0a2b7e2f980b
5
5
  SHA512:
6
- metadata.gz: 0dbe29ff3ee9934ef1cc640d973cce2fe3479c8cd8539aa8053ee6fb954130af6e716d23c230fe29f8433786ed227df2886268a758d1569e494fa38f51fe837f
7
- data.tar.gz: 021dc2b877c1f80db751e358fce7a28a6969c9566e3172d943d75ad02fffd08a5f6b4ea9f42fcf00286ad413f516ffb2b780cd9ffc2f05fd0454d2864642e78d
6
+ metadata.gz: db703ccf24ab5b29d270299ae42f9385bfa65a1fefbb9b59a37c7f0aa9dfedb8d441f91153111effd0a1d49e1b6b0dfaef4370c6758c70cd5378f3b82c13060b
7
+ data.tar.gz: 2a563719d9c09bae7828c3db3f52d8ede4a6348dd566fa27c46e8eac6f86199942ea885845e09945c939ffe8c310d3e52791b5a69f2ac414a56a35cf20877bfa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.19.0 (2022-06-06)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+
7
+ ### v0.18.0 (2022-05-17)
8
+
9
+ * Regenerated from discovery document revision 20220505
10
+
11
+ ### v0.17.0 (2022-04-15)
12
+
13
+ * Regenerated from discovery document revision 20220409
14
+
3
15
  ### v0.16.0 (2022-03-25)
4
16
 
5
17
  * 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.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220321"
25
+ REVISION = "20220505"
26
26
  end
27
27
  end
28
28
  end
@@ -275,8 +275,9 @@ module Google
275
275
  # templates. - `datacatalog.entryGroups.getIamPolicy` to get policies on entry
276
276
  # groups.
277
277
  # @param [String] resource
278
- # REQUIRED: The resource for which the policy is being requested. See the
279
- # operation documentation for the appropriate value for this field.
278
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
279
+ # names](https://cloud.google.com/apis/design/resource_names) for the
280
+ # appropriate value for this field.
280
281
  # @param [Google::Apis::DatacatalogV1::GetIamPolicyRequest] get_iam_policy_request_object
281
282
  # @param [String] fields
282
283
  # Selector specifying which fields to include in a partial response.
@@ -398,8 +399,9 @@ module Google
398
399
  # set policies on tag templates. - `datacatalog.entryGroups.setIamPolicy` to set
399
400
  # policies on entry groups.
400
401
  # @param [String] resource
401
- # REQUIRED: The resource for which the policy is being specified. See the
402
- # operation documentation for the appropriate value for this field.
402
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
403
+ # names](https://cloud.google.com/apis/design/resource_names) for the
404
+ # appropriate value for this field.
403
405
  # @param [Google::Apis::DatacatalogV1::SetIamPolicyRequest] set_iam_policy_request_object
404
406
  # @param [String] fields
405
407
  # Selector specifying which fields to include in a partial response.
@@ -437,8 +439,9 @@ module Google
437
439
  # external Google Cloud Platform resources ingested into Data Catalog. No Google
438
440
  # IAM permissions are required to call this method.
439
441
  # @param [String] resource
440
- # REQUIRED: The resource for which the policy detail is being requested. See the
441
- # operation documentation for the appropriate value for this field.
442
+ # REQUIRED: The resource for which the policy detail is being requested. See [
443
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
444
+ # appropriate value for this field.
442
445
  # @param [Google::Apis::DatacatalogV1::TestIamPermissionsRequest] test_iam_permissions_request_object
443
446
  # @param [String] fields
444
447
  # Selector specifying which fields to include in a partial response.
@@ -589,8 +592,9 @@ module Google
589
592
  # templates. - `datacatalog.entryGroups.getIamPolicy` to get policies on entry
590
593
  # groups.
591
594
  # @param [String] resource
592
- # REQUIRED: The resource for which the policy is being requested. See the
593
- # operation documentation for the appropriate value for this field.
595
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
596
+ # names](https://cloud.google.com/apis/design/resource_names) for the
597
+ # appropriate value for this field.
594
598
  # @param [Google::Apis::DatacatalogV1::GetIamPolicyRequest] get_iam_policy_request_object
595
599
  # @param [String] fields
596
600
  # Selector specifying which fields to include in a partial response.
@@ -826,8 +830,9 @@ module Google
826
830
  # external Google Cloud Platform resources ingested into Data Catalog. No Google
827
831
  # IAM permissions are required to call this method.
828
832
  # @param [String] resource
829
- # REQUIRED: The resource for which the policy detail is being requested. See the
830
- # operation documentation for the appropriate value for this field.
833
+ # REQUIRED: The resource for which the policy detail is being requested. See [
834
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
835
+ # appropriate value for this field.
831
836
  # @param [Google::Apis::DatacatalogV1::TestIamPermissionsRequest] test_iam_permissions_request_object
832
837
  # @param [String] fields
833
838
  # Selector specifying which fields to include in a partial response.
@@ -1318,8 +1323,9 @@ module Google
1318
1323
  # templates. - `datacatalog.entryGroups.getIamPolicy` to get policies on entry
1319
1324
  # groups.
1320
1325
  # @param [String] resource
1321
- # REQUIRED: The resource for which the policy is being requested. See the
1322
- # operation documentation for the appropriate value for this field.
1326
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1327
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1328
+ # appropriate value for this field.
1323
1329
  # @param [Google::Apis::DatacatalogV1::GetIamPolicyRequest] get_iam_policy_request_object
1324
1330
  # @param [String] fields
1325
1331
  # Selector specifying which fields to include in a partial response.
@@ -1407,8 +1413,9 @@ module Google
1407
1413
  # set policies on tag templates. - `datacatalog.entryGroups.setIamPolicy` to set
1408
1414
  # policies on entry groups.
1409
1415
  # @param [String] resource
1410
- # REQUIRED: The resource for which the policy is being specified. See the
1411
- # operation documentation for the appropriate value for this field.
1416
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1417
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1418
+ # appropriate value for this field.
1412
1419
  # @param [Google::Apis::DatacatalogV1::SetIamPolicyRequest] set_iam_policy_request_object
1413
1420
  # @param [String] fields
1414
1421
  # Selector specifying which fields to include in a partial response.
@@ -1446,8 +1453,9 @@ module Google
1446
1453
  # external Google Cloud Platform resources ingested into Data Catalog. No Google
1447
1454
  # IAM permissions are required to call this method.
1448
1455
  # @param [String] resource
1449
- # REQUIRED: The resource for which the policy detail is being requested. See the
1450
- # operation documentation for the appropriate value for this field.
1456
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1457
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1458
+ # appropriate value for this field.
1451
1459
  # @param [Google::Apis::DatacatalogV1::TestIamPermissionsRequest] test_iam_permissions_request_object
1452
1460
  # @param [String] fields
1453
1461
  # Selector specifying which fields to include in a partial response.
@@ -1815,8 +1823,9 @@ module Google
1815
1823
 
1816
1824
  # Gets the IAM policy for a policy tag or a taxonomy.
1817
1825
  # @param [String] resource
1818
- # REQUIRED: The resource for which the policy is being requested. See the
1819
- # operation documentation for the appropriate value for this field.
1826
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1827
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1828
+ # appropriate value for this field.
1820
1829
  # @param [Google::Apis::DatacatalogV1::GetIamPolicyRequest] get_iam_policy_request_object
1821
1830
  # @param [String] fields
1822
1831
  # Selector specifying which fields to include in a partial response.
@@ -2004,8 +2013,9 @@ module Google
2004
2013
 
2005
2014
  # Sets the IAM policy for a policy tag or a taxonomy.
2006
2015
  # @param [String] resource
2007
- # REQUIRED: The resource for which the policy is being specified. See the
2008
- # operation documentation for the appropriate value for this field.
2016
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
2017
+ # names](https://cloud.google.com/apis/design/resource_names) for the
2018
+ # appropriate value for this field.
2009
2019
  # @param [Google::Apis::DatacatalogV1::SetIamPolicyRequest] set_iam_policy_request_object
2010
2020
  # @param [String] fields
2011
2021
  # Selector specifying which fields to include in a partial response.
@@ -2038,8 +2048,9 @@ module Google
2038
2048
 
2039
2049
  # Returns your permissions on a specified policy tag or taxonomy.
2040
2050
  # @param [String] resource
2041
- # REQUIRED: The resource for which the policy detail is being requested. See the
2042
- # operation documentation for the appropriate value for this field.
2051
+ # REQUIRED: The resource for which the policy detail is being requested. See [
2052
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
2053
+ # appropriate value for this field.
2043
2054
  # @param [Google::Apis::DatacatalogV1::TestIamPermissionsRequest] test_iam_permissions_request_object
2044
2055
  # @param [String] fields
2045
2056
  # Selector specifying which fields to include in a partial response.
@@ -2169,8 +2180,9 @@ module Google
2169
2180
 
2170
2181
  # Gets the IAM policy for a policy tag or a taxonomy.
2171
2182
  # @param [String] resource
2172
- # REQUIRED: The resource for which the policy is being requested. See the
2173
- # operation documentation for the appropriate value for this field.
2183
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
2184
+ # names](https://cloud.google.com/apis/design/resource_names) for the
2185
+ # appropriate value for this field.
2174
2186
  # @param [Google::Apis::DatacatalogV1::GetIamPolicyRequest] get_iam_policy_request_object
2175
2187
  # @param [String] fields
2176
2188
  # Selector specifying which fields to include in a partial response.
@@ -2282,8 +2294,9 @@ module Google
2282
2294
 
2283
2295
  # Sets the IAM policy for a policy tag or a taxonomy.
2284
2296
  # @param [String] resource
2285
- # REQUIRED: The resource for which the policy is being specified. See the
2286
- # operation documentation for the appropriate value for this field.
2297
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
2298
+ # names](https://cloud.google.com/apis/design/resource_names) for the
2299
+ # appropriate value for this field.
2287
2300
  # @param [Google::Apis::DatacatalogV1::SetIamPolicyRequest] set_iam_policy_request_object
2288
2301
  # @param [String] fields
2289
2302
  # Selector specifying which fields to include in a partial response.
@@ -2316,8 +2329,9 @@ module Google
2316
2329
 
2317
2330
  # Returns your permissions on a specified policy tag or taxonomy.
2318
2331
  # @param [String] resource
2319
- # REQUIRED: The resource for which the policy detail is being requested. See the
2320
- # operation documentation for the appropriate value for this field.
2332
+ # REQUIRED: The resource for which the policy detail is being requested. See [
2333
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
2334
+ # appropriate value for this field.
2321
2335
  # @param [Google::Apis::DatacatalogV1::TestIamPermissionsRequest] test_iam_permissions_request_object
2322
2336
  # @param [String] fields
2323
2337
  # Selector specifying which fields to include in a partial response.
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.19.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-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.19.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Cloud Data Catalog API V1