google-apis-datacatalog_v1 0.6.0 → 0.10.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: 419ca416e183948b1218e8d300104cd3c478444616a19af378fa00fd1891adb1
4
- data.tar.gz: cc5adf78f6693af7546a606e01495975c0948a9bd912ffb365de0fa0ca9dff7b
3
+ metadata.gz: 756984b99d0e21014157f78a1b567dc102c508b7525ee050142977440bc8adba
4
+ data.tar.gz: 210b7d8f9acc08fd341fa5eca95284d112273c399d75147c7197761fd3e1fd52
5
5
  SHA512:
6
- metadata.gz: 4aac5203c1d3b2d594e15cc0135b227656a01fe6b0a4c890e319875a6d74c0bf27412c6479d61047055a66f56b22454e1386a8ef884c319154eacb7fa80d7162
7
- data.tar.gz: 8addf3f6d0da794c21ddf5e0192fbc05f62db59c44a99b2181758cf17742232a608cfaeeae830d846aa321ea65371cd31886fde949aaa37db10b19f3abb70fdd
6
+ metadata.gz: 2540b240837b8faccf3c4f9dd52ec2b349861fcbeaaa197eecd85856c133d667210913d0ee3b0e918e0f25c793039a6a667ac3e9a04c968a7a1f5337f595306e
7
+ data.tar.gz: c8ac864f1e49bf59dbc5049e23cfbf923365c613152d75b245fe2265e761445e10b7b242df2db470ddb56e15726c9494de80cf93e5a53030daee0c0eef83f61f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.10.0 (2021-11-12)
4
+
5
+ * Regenerated from discovery document revision 20211110
6
+
7
+ ### v0.9.0 (2021-10-20)
8
+
9
+ * Regenerated from discovery document revision 20211014
10
+
11
+ ### v0.8.0 (2021-09-30)
12
+
13
+ * Regenerated from discovery document revision 20210920
14
+
15
+ ### v0.7.0 (2021-09-01)
16
+
17
+ * Regenerated from discovery document revision 20210827
18
+
3
19
  ### v0.6.0 (2021-08-21)
4
20
 
5
21
  * Regenerated from discovery document revision 20210811
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Datacatalog service in particular.)
67
67
 
@@ -22,7 +22,7 @@ module Google
22
22
  module Apis
23
23
  module DatacatalogV1
24
24
 
25
- # Associates `members` with a `role`.
25
+ # Associates `members`, or principals, with a `role`.
26
26
  class Binding
27
27
  include Google::Apis::Core::Hashable
28
28
 
@@ -45,7 +45,7 @@ module Google
45
45
  # @return [Google::Apis::DatacatalogV1::Expr]
46
46
  attr_accessor :condition
47
47
 
48
- # Specifies the identities requesting access for a Cloud Platform resource. `
48
+ # Specifies the principals requesting access for a Cloud Platform 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
@@ -75,8 +75,8 @@ module Google
75
75
  # @return [Array<String>]
76
76
  attr_accessor :members
77
77
 
78
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
79
- # , or `roles/owner`.
78
+ # Role that is assigned to the list of `members`, or principals. For example, `
79
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
80
80
  # Corresponds to the JSON property `role`
81
81
  # @return [String]
82
82
  attr_accessor :role
@@ -187,13 +187,16 @@ module Google
187
187
  class GetPolicyOptions
188
188
  include Google::Apis::Core::Hashable
189
189
 
190
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
191
- # 3. Requests specifying an invalid value will be rejected. Requests for
192
- # policies with any conditional bindings must specify version 3. Policies
193
- # without any conditional bindings may specify any valid value or leave the
194
- # field unset. To learn which resources support conditions in their IAM policies,
195
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
196
- # resource-policies).
190
+ # Optional. The maximum policy version that will be used to format the policy.
191
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
192
+ # rejected. Requests for policies with any conditional role bindings must
193
+ # specify version 3. Policies with no conditional role bindings may specify any
194
+ # valid value or leave the field unset. The policy in the response might use the
195
+ # policy version that you specified, or it might use a lower policy version. For
196
+ # example, if you specify version 3, but the policy has no conditional role
197
+ # bindings, the response uses version 1. To learn which resources support
198
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
199
+ # google.com/iam/help/conditions/resource-policies).
197
200
  # Corresponds to the JSON property `requestedPolicyVersion`
198
201
  # @return [Fixnum]
199
202
  attr_accessor :requested_policy_version
@@ -255,6 +258,11 @@ module Google
255
258
  # @return [String]
256
259
  attr_accessor :dataset
257
260
 
261
+ # Output only. BigQuery resource name of the latest shard.
262
+ # Corresponds to the JSON property `latestShardResource`
263
+ # @return [String]
264
+ attr_accessor :latest_shard_resource
265
+
258
266
  # Output only. Total number of shards.
259
267
  # Corresponds to the JSON property `shardCount`
260
268
  # @return [Fixnum]
@@ -274,6 +282,7 @@ module Google
274
282
  # Update properties of this object
275
283
  def update!(**args)
276
284
  @dataset = args[:dataset] if args.key?(:dataset)
285
+ @latest_shard_resource = args[:latest_shard_resource] if args.key?(:latest_shard_resource)
277
286
  @shard_count = args[:shard_count] if args.key?(:shard_count)
278
287
  @table_prefix = args[:table_prefix] if args.key?(:table_prefix)
279
288
  end
@@ -1327,10 +1336,11 @@ module Google
1327
1336
  attr_accessor :page_token
1328
1337
 
1329
1338
  # Optional. The query string with a minimum of 3 characters and specific syntax.
1330
- # For more information, see [Data Catalog search syntax](/data-catalog/docs/how-
1331
- # to/search-reference). An empty query string returns all data assets (in the
1332
- # specified scope) that you have access to. A query string can be a simple `xyz`
1333
- # or qualified by predicates: * `name:x` * `column:y` * `description:z`
1339
+ # For more information, see [Data Catalog search syntax](https://cloud.google.
1340
+ # com/data-catalog/docs/how-to/search-reference). An empty query string returns
1341
+ # all data assets (in the specified scope) that you have access to. A query
1342
+ # string can be a simple `xyz` or qualified by predicates: * `name:x` * `column:
1343
+ # y` * `description:z`
1334
1344
  # Corresponds to the JSON property `query`
1335
1345
  # @return [String]
1336
1346
  attr_accessor :query
@@ -1383,7 +1393,7 @@ module Google
1383
1393
  # Optional. If `true`, include public tag templates in the search results. By
1384
1394
  # default, they are included only if you have explicit permissions on them to
1385
1395
  # view them. For example, if you are the owner. Other scope fields, for example,
1386
- # ``include_org_ids``, still restrict the returned public tag templates and at
1396
+ # `include_org_ids`, still restrict the returned public tag templates and at
1387
1397
  # least one of them is required.
1388
1398
  # Corresponds to the JSON property `includePublicTagTemplates`
1389
1399
  # @return [Boolean]
@@ -1455,6 +1465,17 @@ module Google
1455
1465
  class GoogleCloudDatacatalogV1SearchCatalogResult
1456
1466
  include Google::Apis::Core::Hashable
1457
1467
 
1468
+ # Entry description that can consist of several sentences or paragraphs that
1469
+ # describe entry contents.
1470
+ # Corresponds to the JSON property `description`
1471
+ # @return [String]
1472
+ attr_accessor :description
1473
+
1474
+ # The display name of the result.
1475
+ # Corresponds to the JSON property `displayName`
1476
+ # @return [String]
1477
+ attr_accessor :display_name
1478
+
1458
1479
  # Fully qualified name (FQN) of the resource. FQNs take two forms: * For non-
1459
1480
  # regionalized resources: ``SYSTEM`:`PROJECT`.`
1460
1481
  # PATH_TO_RESOURCE_SEPARATED_WITH_DOTS`` * For regionalized resources: ``SYSTEM`:
@@ -1515,6 +1536,8 @@ module Google
1515
1536
 
1516
1537
  # Update properties of this object
1517
1538
  def update!(**args)
1539
+ @description = args[:description] if args.key?(:description)
1540
+ @display_name = args[:display_name] if args.key?(:display_name)
1518
1541
  @fully_qualified_name = args[:fully_qualified_name] if args.key?(:fully_qualified_name)
1519
1542
  @integrated_system = args[:integrated_system] if args.key?(:integrated_system)
1520
1543
  @linked_resource = args[:linked_resource] if args.key?(:linked_resource)
@@ -2087,37 +2110,42 @@ module Google
2087
2110
 
2088
2111
  # An Identity and Access Management (IAM) policy, which specifies access
2089
2112
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
2090
- # A `binding` binds one or more `members` to a single `role`. Members can be
2091
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
2092
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
2093
- # role or a user-created custom role. For some types of Google Cloud resources,
2094
- # a `binding` can also specify a `condition`, which is a logical expression that
2095
- # allows access to a resource only if the expression evaluates to `true`. A
2096
- # condition can add constraints based on attributes of the request, the resource,
2097
- # or both. To learn which resources support conditions in their IAM policies,
2098
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
2099
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
2100
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
2101
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
2102
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
2103
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
2104
- # title": "expirable access", "description": "Does not grant access after Sep
2105
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
2106
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
2107
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
2108
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
2109
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2110
- # roles/resourcemanager.organizationViewer condition: title: expirable access
2111
- # description: Does not grant access after Sep 2020 expression: request.time <
2112
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2113
- # description of IAM and its features, see the [IAM documentation](https://cloud.
2114
- # google.com/iam/docs/).
2113
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
2114
+ # Principals can be user accounts, service accounts, Google groups, and domains (
2115
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
2116
+ # an IAM predefined role or a user-created custom role. For some types of Google
2117
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
2118
+ # logical expression that allows access to a resource only if the expression
2119
+ # evaluates to `true`. A condition can add constraints based on attributes of
2120
+ # the request, the resource, or both. To learn which resources support
2121
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2122
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2123
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2124
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2125
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2126
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2127
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
2128
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2129
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2130
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
2131
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2132
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2133
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2134
+ # access description: Does not grant access after Sep 2020 expression: request.
2135
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2136
+ # a description of IAM and its features, see the [IAM documentation](https://
2137
+ # cloud.google.com/iam/docs/).
2115
2138
  class Policy
2116
2139
  include Google::Apis::Core::Hashable
2117
2140
 
2118
- # Associates a list of `members` to a `role`. Optionally, may specify a `
2119
- # condition` that determines how and when the `bindings` are applied. Each of
2120
- # the `bindings` must contain at least one member.
2141
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
2142
+ # specify a `condition` that determines how and when the `bindings` are applied.
2143
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
2144
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
2145
+ # can be Google groups. Each occurrence of a principal counts towards these
2146
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
2147
+ # example.com`, and not to any other principal, then you can add another 1,450
2148
+ # principals to the `bindings` in the `Policy`.
2121
2149
  # Corresponds to the JSON property `bindings`
2122
2150
  # @return [Array<Google::Apis::DatacatalogV1::Binding>]
2123
2151
  attr_accessor :bindings
@@ -2175,31 +2203,31 @@ module Google
2175
2203
 
2176
2204
  # An Identity and Access Management (IAM) policy, which specifies access
2177
2205
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
2178
- # A `binding` binds one or more `members` to a single `role`. Members can be
2179
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
2180
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
2181
- # role or a user-created custom role. For some types of Google Cloud resources,
2182
- # a `binding` can also specify a `condition`, which is a logical expression that
2183
- # allows access to a resource only if the expression evaluates to `true`. A
2184
- # condition can add constraints based on attributes of the request, the resource,
2185
- # or both. To learn which resources support conditions in their IAM policies,
2186
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
2187
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
2188
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
2189
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
2190
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
2191
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
2192
- # title": "expirable access", "description": "Does not grant access after Sep
2193
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
2194
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
2195
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
2196
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
2197
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2198
- # roles/resourcemanager.organizationViewer condition: title: expirable access
2199
- # description: Does not grant access after Sep 2020 expression: request.time <
2200
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2201
- # description of IAM and its features, see the [IAM documentation](https://cloud.
2202
- # google.com/iam/docs/).
2206
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
2207
+ # Principals can be user accounts, service accounts, Google groups, and domains (
2208
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
2209
+ # an IAM predefined role or a user-created custom role. For some types of Google
2210
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
2211
+ # logical expression that allows access to a resource only if the expression
2212
+ # evaluates to `true`. A condition can add constraints based on attributes of
2213
+ # the request, the resource, or both. To learn which resources support
2214
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2215
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2216
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2217
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2218
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2219
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2220
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
2221
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2222
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2223
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
2224
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2225
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2226
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2227
+ # access description: Does not grant access after Sep 2020 expression: request.
2228
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2229
+ # a description of IAM and its features, see the [IAM documentation](https://
2230
+ # cloud.google.com/iam/docs/).
2203
2231
  # Corresponds to the JSON property `policy`
2204
2232
  # @return [Google::Apis::DatacatalogV1::Policy]
2205
2233
  attr_accessor :policy
@@ -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.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210811"
25
+ REVISION = "20211110"
26
26
  end
27
27
  end
28
28
  end
@@ -431,6 +431,7 @@ module Google
431
431
  # @private
432
432
  class Representation < Google::Apis::Core::JsonRepresentation
433
433
  property :dataset, as: 'dataset'
434
+ property :latest_shard_resource, as: 'latestShardResource'
434
435
  property :shard_count, :numeric_string => true, as: 'shardCount'
435
436
  property :table_prefix, as: 'tablePrefix'
436
437
  end
@@ -774,6 +775,8 @@ module Google
774
775
  class GoogleCloudDatacatalogV1SearchCatalogResult
775
776
  # @private
776
777
  class Representation < Google::Apis::Core::JsonRepresentation
778
+ property :description, as: 'description'
779
+ property :display_name, as: 'displayName'
777
780
  property :fully_qualified_name, as: 'fullyQualifiedName'
778
781
  property :integrated_system, as: 'integratedSystem'
779
782
  property :linked_resource, as: 'linkedResource'
@@ -621,7 +621,8 @@ module Google
621
621
  execute_or_queue_command(command, &block)
622
622
  end
623
623
 
624
- # Lists entries.
624
+ # Lists entries. Note: Currently, this method can list only custom entries. To
625
+ # get a list of both custom and automatically created entries, use SearchCatalog.
625
626
  # @param [String] parent
626
627
  # Required. The name of the entry group that contains the entries to list. Can
627
628
  # be provided in URL format.
@@ -753,14 +754,14 @@ module Google
753
754
  execute_or_queue_command(command, &block)
754
755
  end
755
756
 
756
- # Creates a tag and assigns it to: * An Entry if the method name is ``projects.
757
- # locations.entryGroups.entries.tags.create``. * Or EntryGroupif the method name
758
- # is ``projects.locations.entryGroups.tags.create``. Note: The project
759
- # identified by the `parent` parameter for the [tag] (https://cloud.google.com/
760
- # data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries.
761
- # tags/create#path-parameters) and the [tag template] (https://cloud.google.com/
762
- # data-catalog/docs/reference/rest/v1/projects.locations.tagTemplates/create#
763
- # path-parameters) used to create the tag must be in the same organization.
757
+ # Creates a tag and assigns it to: * An Entry if the method name is `projects.
758
+ # locations.entryGroups.entries.tags.create`. * Or EntryGroupif the method name
759
+ # is `projects.locations.entryGroups.tags.create`. Note: The project identified
760
+ # by the `parent` parameter for the [tag] (https://cloud.google.com/data-catalog/
761
+ # docs/reference/rest/v1/projects.locations.entryGroups.entries.tags/create#path-
762
+ # parameters) and the [tag template] (https://cloud.google.com/data-catalog/docs/
763
+ # reference/rest/v1/projects.locations.tagTemplates/create#path-parameters) used
764
+ # to create the tag must be in the same organization.
764
765
  # @param [String] parent
765
766
  # Required. The name of the resource to attach this tag to. Tags can be attached
766
767
  # to entries or entry groups. An entry can have up to 1000 attached tags. Note:
@@ -906,14 +907,14 @@ module Google
906
907
  execute_or_queue_command(command, &block)
907
908
  end
908
909
 
909
- # Creates a tag and assigns it to: * An Entry if the method name is ``projects.
910
- # locations.entryGroups.entries.tags.create``. * Or EntryGroupif the method name
911
- # is ``projects.locations.entryGroups.tags.create``. Note: The project
912
- # identified by the `parent` parameter for the [tag] (https://cloud.google.com/
913
- # data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries.
914
- # tags/create#path-parameters) and the [tag template] (https://cloud.google.com/
915
- # data-catalog/docs/reference/rest/v1/projects.locations.tagTemplates/create#
916
- # path-parameters) used to create the tag must be in the same organization.
910
+ # Creates a tag and assigns it to: * An Entry if the method name is `projects.
911
+ # locations.entryGroups.entries.tags.create`. * Or EntryGroupif the method name
912
+ # is `projects.locations.entryGroups.tags.create`. Note: The project identified
913
+ # by the `parent` parameter for the [tag] (https://cloud.google.com/data-catalog/
914
+ # docs/reference/rest/v1/projects.locations.entryGroups.entries.tags/create#path-
915
+ # parameters) and the [tag template] (https://cloud.google.com/data-catalog/docs/
916
+ # reference/rest/v1/projects.locations.tagTemplates/create#path-parameters) used
917
+ # to create the tag must be in the same organization.
917
918
  # @param [String] parent
918
919
  # Required. The name of the resource to attach this tag to. Tags can be attached
919
920
  # to entries or entry groups. An entry can have up to 1000 attached tags. Note:
@@ -1224,9 +1225,12 @@ module Google
1224
1225
  # @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TagTemplate] google_cloud_datacatalog_v1_tag_template_object
1225
1226
  # @param [String] update_mask
1226
1227
  # Names of fields whose values to overwrite on a tag template. Currently, only `
1227
- # display_name` can be overwritten. If this parameter is absent or empty, all
1228
- # modifiable fields are overwritten. If such fields are non-required and omitted
1229
- # in the request body, their values are emptied.
1228
+ # display_name` and `is_publicly_readable` can be overwritten. If this parameter
1229
+ # is absent or empty, all modifiable fields are overwritten. If such fields are
1230
+ # non-required and omitted in the request body, their values are emptied. Note:
1231
+ # Updating the `is_publicly_readable` field may require up to 12 hours to take
1232
+ # effect in search results. Additionally, it also requires the `tagTemplates.
1233
+ # getIamPolicy` and `tagTemplates.setIamPolicy` permissions.
1230
1234
  # @param [String] fields
1231
1235
  # Selector specifying which fields to include in a partial response.
1232
1236
  # @param [String] quota_user
@@ -1471,7 +1475,7 @@ module Google
1471
1475
  # Catalog resource project] (https://cloud.google.com/data-catalog/docs/concepts/
1472
1476
  # resource-project).
1473
1477
  # @param [String] name
1474
- # Required. The name of the tag template.
1478
+ # Required. The name of the tag template field.
1475
1479
  # @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1RenameTagTemplateFieldRequest] google_cloud_datacatalog_v1_rename_tag_template_field_request_object
1476
1480
  # @param [String] fields
1477
1481
  # Selector specifying which fields to include in a partial response.
@@ -1713,7 +1717,6 @@ module Google
1713
1717
  # protocol buffer structures.
1714
1718
  # @param [String] parent
1715
1719
  # Required. Resource name of project that the imported taxonomies will belong to.
1716
- #
1717
1720
  # @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ImportTaxonomiesRequest] google_cloud_datacatalog_v1_import_taxonomies_request_object
1718
1721
  # @param [String] fields
1719
1722
  # 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.6.0
4
+ version: 0.10.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: 2021-08-23 00:00:00.000000000 Z
11
+ date: 2021-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datacatalog_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.6.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datacatalog_v1
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.10.0
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: []
65
65
  require_paths: