google-apis-datacatalog_v1beta1 0.13.0 → 0.16.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: d241eb76bff8ea8b0f3fb921e79d2441c3fc684f124afb18fd5b596fb7a384c8
4
- data.tar.gz: b55f877c3c4956d192606b7df9d447a329c0e6ac3baceb4b97ec36feddc8b397
3
+ metadata.gz: c2b4e699514525fecfc021695f10108a031755d999627fc1a090e744a098d329
4
+ data.tar.gz: 922d039b3a6d911011e51a17b88511787f20844af209bbd1a6c36d02233e07ac
5
5
  SHA512:
6
- metadata.gz: a29d9ed5bab1100a53f01948138160d56e4d2528b83d055136347769c7076143c8ff70ef1ebce46c3d211ff186a8a161de6b811ea4c99daab6b7b60347933fbe
7
- data.tar.gz: 87515412e47ea36562b1f6bdeb172ffaeae3585aa64df4dc1cc0ba2d6dc669c6eab12be4b4183565c500e1ffd4c128477eb1e52a1eefdc950d58122310daeffc
6
+ metadata.gz: ef4a36eb5457e6350bef0f2fb396a7b5eac03e20a7d1a14fb2cff4383095ef8919fd2e9ad1226e9849d47e4077a7d7e69836e568c57de83f6299c7ead209d398
7
+ data.tar.gz: deb53423fc8b48849691bfa17c7ecf9d6c72355e37d176283894976df401a448ce2b28af4f0051e78145b10772ff172662da2404777a0b1143bd0faae4b7699d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-datacatalog_v1beta1
2
2
 
3
+ ### v0.16.0 (2022-05-17)
4
+
5
+ * Regenerated from discovery document revision 20220505
6
+
7
+ ### v0.15.0 (2022-04-15)
8
+
9
+ * Regenerated from discovery document revision 20220409
10
+
11
+ ### v0.14.0 (2022-03-25)
12
+
13
+ * Regenerated from discovery document revision 20220321
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.13.0 (2022-01-05)
4
17
 
5
18
  * Regenerated from discovery document revision 20211230
@@ -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
@@ -96,8 +96,7 @@ module Google
96
96
  # A generic empty message that you can re-use to avoid defining duplicated empty
97
97
  # messages in your APIs. A typical example is to use it as the request or the
98
98
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
99
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
100
- # `Empty` is empty JSON object ````.
99
+ # protobuf.Empty) returns (google.protobuf.Empty); `
101
100
  class Empty
102
101
  include Google::Apis::Core::Hashable
103
102
 
@@ -1545,7 +1544,8 @@ module Google
1545
1544
 
1546
1545
  # Required. User defined name of this taxonomy. It must: contain only unicode
1547
1546
  # letters, numbers, underscores, dashes and spaces; not start or end with spaces;
1548
- # 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.
1549
1549
  # Corresponds to the JSON property `displayName`
1550
1550
  # @return [String]
1551
1551
  attr_accessor :display_name
@@ -1808,7 +1808,7 @@ module Google
1808
1808
  include Google::Apis::Core::Hashable
1809
1809
 
1810
1810
  # The set of permissions to check for the `resource`. Permissions with wildcards
1811
- # (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
1812
1812
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1813
1813
  # Corresponds to the JSON property `permissions`
1814
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.13.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211230"
25
+ REVISION = "20220505"
26
26
  end
27
27
  end
28
28
  end
@@ -256,8 +256,9 @@ module Google
256
256
  # templates. - `datacatalog.entries.getIamPolicy` to get policies on entries. - `
257
257
  # datacatalog.entryGroups.getIamPolicy` to get policies on entry groups.
258
258
  # @param [String] resource
259
- # REQUIRED: The resource for which the policy is being requested. See the
260
- # operation documentation for the appropriate value for this field.
259
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
260
+ # names](https://cloud.google.com/apis/design/resource_names) for the
261
+ # appropriate value for this field.
261
262
  # @param [Google::Apis::DatacatalogV1beta1::GetIamPolicyRequest] get_iam_policy_request_object
262
263
  # @param [String] fields
263
264
  # Selector specifying which fields to include in a partial response.
@@ -381,8 +382,9 @@ module Google
381
382
  # policies on entries. - `datacatalog.entryGroups.setIamPolicy` to set policies
382
383
  # on entry groups.
383
384
  # @param [String] resource
384
- # REQUIRED: The resource for which the policy is being specified. See the
385
- # operation documentation for the appropriate value for this field.
385
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
386
+ # names](https://cloud.google.com/apis/design/resource_names) for the
387
+ # appropriate value for this field.
386
388
  # @param [Google::Apis::DatacatalogV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
387
389
  # @param [String] fields
388
390
  # Selector specifying which fields to include in a partial response.
@@ -420,8 +422,9 @@ module Google
420
422
  # external Google Cloud Platform resources synced to Data Catalog. A caller is
421
423
  # not required to have Google IAM permission to make this request.
422
424
  # @param [String] resource
423
- # REQUIRED: The resource for which the policy detail is being requested. See the
424
- # operation documentation for the appropriate value for this field.
425
+ # REQUIRED: The resource for which the policy detail is being requested. See [
426
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
427
+ # appropriate value for this field.
425
428
  # @param [Google::Apis::DatacatalogV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
426
429
  # @param [String] fields
427
430
  # Selector specifying which fields to include in a partial response.
@@ -570,8 +573,9 @@ module Google
570
573
  # templates. - `datacatalog.entries.getIamPolicy` to get policies on entries. - `
571
574
  # datacatalog.entryGroups.getIamPolicy` to get policies on entry groups.
572
575
  # @param [String] resource
573
- # REQUIRED: The resource for which the policy is being requested. See the
574
- # operation documentation for the appropriate value for this field.
576
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
577
+ # names](https://cloud.google.com/apis/design/resource_names) for the
578
+ # appropriate value for this field.
575
579
  # @param [Google::Apis::DatacatalogV1beta1::GetIamPolicyRequest] get_iam_policy_request_object
576
580
  # @param [String] fields
577
581
  # Selector specifying which fields to include in a partial response.
@@ -704,8 +708,9 @@ module Google
704
708
  # external Google Cloud Platform resources synced to Data Catalog. A caller is
705
709
  # not required to have Google IAM permission to make this request.
706
710
  # @param [String] resource
707
- # REQUIRED: The resource for which the policy detail is being requested. See the
708
- # operation documentation for the appropriate value for this field.
711
+ # REQUIRED: The resource for which the policy detail is being requested. See [
712
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
713
+ # appropriate value for this field.
709
714
  # @param [Google::Apis::DatacatalogV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
710
715
  # @param [String] fields
711
716
  # Selector specifying which fields to include in a partial response.
@@ -1169,8 +1174,9 @@ module Google
1169
1174
  # templates. - `datacatalog.entries.getIamPolicy` to get policies on entries. - `
1170
1175
  # datacatalog.entryGroups.getIamPolicy` to get policies on entry groups.
1171
1176
  # @param [String] resource
1172
- # REQUIRED: The resource for which the policy is being requested. See the
1173
- # operation documentation for the appropriate value for this field.
1177
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1178
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1179
+ # appropriate value for this field.
1174
1180
  # @param [Google::Apis::DatacatalogV1beta1::GetIamPolicyRequest] get_iam_policy_request_object
1175
1181
  # @param [String] fields
1176
1182
  # Selector specifying which fields to include in a partial response.
@@ -1257,8 +1263,9 @@ module Google
1257
1263
  # policies on entries. - `datacatalog.entryGroups.setIamPolicy` to set policies
1258
1264
  # on entry groups.
1259
1265
  # @param [String] resource
1260
- # REQUIRED: The resource for which the policy is being specified. See the
1261
- # operation documentation for the appropriate value for this field.
1266
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1267
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1268
+ # appropriate value for this field.
1262
1269
  # @param [Google::Apis::DatacatalogV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
1263
1270
  # @param [String] fields
1264
1271
  # Selector specifying which fields to include in a partial response.
@@ -1296,8 +1303,9 @@ module Google
1296
1303
  # external Google Cloud Platform resources synced to Data Catalog. A caller is
1297
1304
  # not required to have Google IAM permission to make this request.
1298
1305
  # @param [String] resource
1299
- # REQUIRED: The resource for which the policy detail is being requested. See the
1300
- # operation documentation for the appropriate value for this field.
1306
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1307
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1308
+ # appropriate value for this field.
1301
1309
  # @param [Google::Apis::DatacatalogV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
1302
1310
  # @param [String] fields
1303
1311
  # Selector specifying which fields to include in a partial response.
@@ -1672,8 +1680,9 @@ module Google
1672
1680
 
1673
1681
  # Gets the IAM policy for a taxonomy or a policy tag.
1674
1682
  # @param [String] resource
1675
- # REQUIRED: The resource for which the policy is being requested. See the
1676
- # operation documentation for the appropriate value for this field.
1683
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1684
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1685
+ # appropriate value for this field.
1677
1686
  # @param [Google::Apis::DatacatalogV1beta1::GetIamPolicyRequest] get_iam_policy_request_object
1678
1687
  # @param [String] fields
1679
1688
  # Selector specifying which fields to include in a partial response.
@@ -1819,8 +1828,9 @@ module Google
1819
1828
 
1820
1829
  # Sets the IAM policy for a taxonomy or a policy tag.
1821
1830
  # @param [String] resource
1822
- # REQUIRED: The resource for which the policy is being specified. See the
1823
- # operation documentation for the appropriate value for this field.
1831
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1832
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1833
+ # appropriate value for this field.
1824
1834
  # @param [Google::Apis::DatacatalogV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
1825
1835
  # @param [String] fields
1826
1836
  # Selector specifying which fields to include in a partial response.
@@ -1854,8 +1864,9 @@ module Google
1854
1864
  # Returns the permissions that a caller has on the specified taxonomy or policy
1855
1865
  # tag.
1856
1866
  # @param [String] resource
1857
- # REQUIRED: The resource for which the policy detail is being requested. See the
1858
- # operation documentation for the appropriate value for this field.
1867
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1868
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1869
+ # appropriate value for this field.
1859
1870
  # @param [Google::Apis::DatacatalogV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
1860
1871
  # @param [String] fields
1861
1872
  # Selector specifying which fields to include in a partial response.
@@ -1982,8 +1993,9 @@ module Google
1982
1993
 
1983
1994
  # Gets the IAM policy for a taxonomy or a policy tag.
1984
1995
  # @param [String] resource
1985
- # REQUIRED: The resource for which the policy is being requested. See the
1986
- # operation documentation for the appropriate value for this field.
1996
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1997
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1998
+ # appropriate value for this field.
1987
1999
  # @param [Google::Apis::DatacatalogV1beta1::GetIamPolicyRequest] get_iam_policy_request_object
1988
2000
  # @param [String] fields
1989
2001
  # Selector specifying which fields to include in a partial response.
@@ -2098,8 +2110,9 @@ module Google
2098
2110
 
2099
2111
  # Sets the IAM policy for a taxonomy or a policy tag.
2100
2112
  # @param [String] resource
2101
- # REQUIRED: The resource for which the policy is being specified. See the
2102
- # operation documentation for the appropriate value for this field.
2113
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
2114
+ # names](https://cloud.google.com/apis/design/resource_names) for the
2115
+ # appropriate value for this field.
2103
2116
  # @param [Google::Apis::DatacatalogV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
2104
2117
  # @param [String] fields
2105
2118
  # Selector specifying which fields to include in a partial response.
@@ -2133,8 +2146,9 @@ module Google
2133
2146
  # Returns the permissions that a caller has on the specified taxonomy or policy
2134
2147
  # tag.
2135
2148
  # @param [String] resource
2136
- # REQUIRED: The resource for which the policy detail is being requested. See the
2137
- # operation documentation for the appropriate value for this field.
2149
+ # REQUIRED: The resource for which the policy detail is being requested. See [
2150
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
2151
+ # appropriate value for this field.
2138
2152
  # @param [Google::Apis::DatacatalogV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
2139
2153
  # @param [String] fields
2140
2154
  # 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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.16.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-01-10 00:00:00.000000000 Z
11
+ date: 2022-05-23 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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.16.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: []
@@ -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.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Cloud Data Catalog API V1beta1