google-apis-datacatalog_v1 0.12.0 → 0.13.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: 62135932d2e123b4073699be6e2dbac58e1635a25883c66c1057d647171c75fe
|
4
|
+
data.tar.gz: a9fb72f3e9f8b1eadb77b13229ba9144e2b550d8aace787d834e142f5815cb94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 997b8ba92fb02131d211ec7c413a7247b3c7c81d4dd5c64c41b10b0dd61f841c8282c7bc436f70d32094ac87346c58ec0276b84fa70faa3a90df678140570483
|
7
|
+
data.tar.gz: f2cfbf0e739c951419361c33491a598c5736f95e57cd6b28ab21c2ca66007fa0924acacef03a5f45723918905c861f66ea1b80c3289849f5d5d81789ae9c590a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-datacatalog_v1
|
2
2
|
|
3
|
+
### v0.13.0 (2022-02-04)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220201
|
6
|
+
* Regenerated using generator version 0.4.1
|
7
|
+
|
3
8
|
### v0.12.0 (2022-01-05)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20211230
|
@@ -1557,11 +1557,8 @@ module Google
|
|
1557
1557
|
# @return [Array<String>]
|
1558
1558
|
attr_accessor :include_project_ids
|
1559
1559
|
|
1560
|
-
# Optional.
|
1561
|
-
#
|
1562
|
-
# view them. For example, if you are the owner. Other scope fields, for example,
|
1563
|
-
# `include_org_ids`, still restrict the returned public tag templates and at
|
1564
|
-
# least one of them is required.
|
1560
|
+
# Optional. This field is deprecated. The search mechanism for public and
|
1561
|
+
# private tag templates is the same.
|
1565
1562
|
# Corresponds to the JSON property `includePublicTagTemplates`
|
1566
1563
|
# @return [Boolean]
|
1567
1564
|
attr_accessor :include_public_tag_templates
|
@@ -2059,22 +2056,10 @@ module Google
|
|
2059
2056
|
# @return [Hash<String,Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TagTemplateField>]
|
2060
2057
|
attr_accessor :fields
|
2061
2058
|
|
2062
|
-
# Indicates whether
|
2063
|
-
#
|
2064
|
-
#
|
2065
|
-
#
|
2066
|
-
# To get the template using the GetTagTemplate method, you need view access
|
2067
|
-
# either on the project or the organization the tag template resides in but no
|
2068
|
-
# other permission is needed. * Operations on the tag template other than
|
2069
|
-
# viewing (for example, editing IAM policies) follow standard IAM structures.
|
2070
|
-
# Tags created with a public tag template are referred to as public tags. You
|
2071
|
-
# can search for a public tag by value with a simple search query instead of
|
2072
|
-
# using a ``tag:`` predicate. Public tag templates may not appear in search
|
2073
|
-
# results depending on scope, see: include_public_tag_templates Note: If an [IAM
|
2074
|
-
# domain restriction](https://cloud.google.com/resource-manager/docs/
|
2075
|
-
# organization-policy/restricting-domains) is configured in the tag template's
|
2076
|
-
# location, the public access will not be enabled but the simple search for tag
|
2077
|
-
# values will still work.
|
2059
|
+
# Indicates whether tags created with this template are public. Public tags do
|
2060
|
+
# not require tag template access to appear in ListTags API response.
|
2061
|
+
# Additionally, you can search for a public tag by value with a simple search
|
2062
|
+
# query instead of using a ``tag:`` predicate.
|
2078
2063
|
# Corresponds to the JSON property `isPubliclyReadable`
|
2079
2064
|
# @return [Boolean]
|
2080
2065
|
attr_accessor :is_publicly_readable
|
@@ -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.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220201"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1367,8 +1367,7 @@ module Google
|
|
1367
1367
|
# is absent or empty, all modifiable fields are overwritten. If such fields are
|
1368
1368
|
# non-required and omitted in the request body, their values are emptied. Note:
|
1369
1369
|
# Updating the `is_publicly_readable` field may require up to 12 hours to take
|
1370
|
-
# effect in search results.
|
1371
|
-
# getIamPolicy` and `tagTemplates.setIamPolicy` permissions.
|
1370
|
+
# effect in search results.
|
1372
1371
|
# @param [String] fields
|
1373
1372
|
# Selector specifying which fields to include in a partial response.
|
1374
1373
|
# @param [String] quota_user
|
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.13.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-
|
11
|
+
date: 2022-02-07 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.13.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.
|
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 V1
|