google-apis-datacatalog_v1 0.9.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 756984b99d0e21014157f78a1b567dc102c508b7525ee050142977440bc8adba
|
4
|
+
data.tar.gz: 210b7d8f9acc08fd341fa5eca95284d112273c399d75147c7197761fd3e1fd52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2540b240837b8faccf3c4f9dd52ec2b349861fcbeaaa197eecd85856c133d667210913d0ee3b0e918e0f25c793039a6a667ac3e9a04c968a7a1f5337f595306e
|
7
|
+
data.tar.gz: c8ac864f1e49bf59dbc5049e23cfbf923365c613152d75b245fe2265e761445e10b7b242df2db470ddb56e15726c9494de80cf93e5a53030daee0c0eef83f61f
|
data/CHANGELOG.md
CHANGED
@@ -187,13 +187,16 @@ module Google
|
|
187
187
|
class GetPolicyOptions
|
188
188
|
include Google::Apis::Core::Hashable
|
189
189
|
|
190
|
-
# Optional. The policy
|
191
|
-
# 3. Requests specifying an invalid value will be
|
192
|
-
# policies with any conditional bindings must
|
193
|
-
#
|
194
|
-
# field unset.
|
195
|
-
#
|
196
|
-
#
|
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
|
@@ -1333,10 +1336,11 @@ module Google
|
|
1333
1336
|
attr_accessor :page_token
|
1334
1337
|
|
1335
1338
|
# Optional. The query string with a minimum of 3 characters and specific syntax.
|
1336
|
-
# For more information, see [Data Catalog search syntax](
|
1337
|
-
# to/search-reference). An empty query string returns
|
1338
|
-
# specified scope) that you have access to. A query
|
1339
|
-
# or qualified by predicates: * `name:x` * `column:
|
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`
|
1340
1344
|
# Corresponds to the JSON property `query`
|
1341
1345
|
# @return [String]
|
1342
1346
|
attr_accessor :query
|
@@ -1389,7 +1393,7 @@ module Google
|
|
1389
1393
|
# Optional. If `true`, include public tag templates in the search results. By
|
1390
1394
|
# default, they are included only if you have explicit permissions on them to
|
1391
1395
|
# view them. For example, if you are the owner. Other scope fields, for example,
|
1392
|
-
#
|
1396
|
+
# `include_org_ids`, still restrict the returned public tag templates and at
|
1393
1397
|
# least one of them is required.
|
1394
1398
|
# Corresponds to the JSON property `includePublicTagTemplates`
|
1395
1399
|
# @return [Boolean]
|
@@ -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.
|
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 = "
|
25
|
+
REVISION = "20211110"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -754,14 +754,14 @@ module Google
|
|
754
754
|
execute_or_queue_command(command, &block)
|
755
755
|
end
|
756
756
|
|
757
|
-
# Creates a tag and assigns it to: * An Entry if the method name is
|
758
|
-
# locations.entryGroups.entries.tags.create
|
759
|
-
# is
|
760
|
-
#
|
761
|
-
#
|
762
|
-
#
|
763
|
-
#
|
764
|
-
#
|
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.
|
765
765
|
# @param [String] parent
|
766
766
|
# Required. The name of the resource to attach this tag to. Tags can be attached
|
767
767
|
# to entries or entry groups. An entry can have up to 1000 attached tags. Note:
|
@@ -907,14 +907,14 @@ module Google
|
|
907
907
|
execute_or_queue_command(command, &block)
|
908
908
|
end
|
909
909
|
|
910
|
-
# Creates a tag and assigns it to: * An Entry if the method name is
|
911
|
-
# locations.entryGroups.entries.tags.create
|
912
|
-
# is
|
913
|
-
#
|
914
|
-
#
|
915
|
-
#
|
916
|
-
#
|
917
|
-
#
|
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.
|
918
918
|
# @param [String] parent
|
919
919
|
# Required. The name of the resource to attach this tag to. Tags can be attached
|
920
920
|
# to entries or entry groups. An entry can have up to 1000 attached tags. Note:
|
@@ -1228,9 +1228,9 @@ module Google
|
|
1228
1228
|
# display_name` and `is_publicly_readable` can be overwritten. If this parameter
|
1229
1229
|
# is absent or empty, all modifiable fields are overwritten. If such fields are
|
1230
1230
|
# non-required and omitted in the request body, their values are emptied. Note:
|
1231
|
-
# Updating the
|
1232
|
-
# effect in search results. Additionally, it also requires the
|
1233
|
-
# getIamPolicy
|
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.
|
1234
1234
|
# @param [String] fields
|
1235
1235
|
# Selector specifying which fields to include in a partial response.
|
1236
1236
|
# @param [String] quota_user
|
@@ -1475,7 +1475,7 @@ module Google
|
|
1475
1475
|
# Catalog resource project] (https://cloud.google.com/data-catalog/docs/concepts/
|
1476
1476
|
# resource-project).
|
1477
1477
|
# @param [String] name
|
1478
|
-
# Required. The name of the tag template.
|
1478
|
+
# Required. The name of the tag template field.
|
1479
1479
|
# @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1RenameTagTemplateFieldRequest] google_cloud_datacatalog_v1_rename_tag_template_field_request_object
|
1480
1480
|
# @param [String] fields
|
1481
1481
|
# 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.
|
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-
|
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
|
@@ -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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.10.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: []
|