google-cloud-data_catalog-v1 0.18.0 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/data_catalog/v1/data_catalog/client.rb +1 -1
- data/lib/google/cloud/data_catalog/v1/data_catalog/rest/client.rb +1 -1
- data/lib/google/cloud/data_catalog/v1/version.rb +1 -1
- data/proto_docs/google/api/field_behavior.rb +14 -0
- data/proto_docs/google/cloud/datacatalog/v1/datacatalog.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9412aa7b159533d54d3ac10be3989996a11a276112f8aaf19f57a74881397e81
|
|
4
|
+
data.tar.gz: 5465a76e6acb4be17abec27234247f2db92199ed885adc03246ac8017d32a4c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17feaa4756890b48eccda6c95533ae5eaf38280fd281f3c92709b5e2fe2b134d1fefb26fbd6a0b07b0d438185e35f428779970a57c3283772af12e628eadd271
|
|
7
|
+
data.tar.gz: f62093a8abd1f1617481d11c942cfb06d6c1dcc0edc069920cd6b3a23d353857f0b25a9df3f12634586ba008d7bfb0c090384845eb35ce4e62dd17a863ae32c7
|
|
@@ -261,7 +261,7 @@ module Google
|
|
|
261
261
|
#
|
|
262
262
|
# If this parameter is omitted, it defaults to the descending `relevance`.
|
|
263
263
|
# @param admin_search [::Boolean]
|
|
264
|
-
# Optional. If set,
|
|
264
|
+
# Optional. If set, use searchAll permission granted on organizations from
|
|
265
265
|
# `include_org_ids` and projects from `include_project_ids` instead of the
|
|
266
266
|
# fine grained per resource permissions when filtering the search results.
|
|
267
267
|
# The only allowed `order_by` criteria for admin_search mode is `default`.
|
|
@@ -252,7 +252,7 @@ module Google
|
|
|
252
252
|
#
|
|
253
253
|
# If this parameter is omitted, it defaults to the descending `relevance`.
|
|
254
254
|
# @param admin_search [::Boolean]
|
|
255
|
-
# Optional. If set,
|
|
255
|
+
# Optional. If set, use searchAll permission granted on organizations from
|
|
256
256
|
# `include_org_ids` and projects from `include_project_ids` instead of the
|
|
257
257
|
# fine grained per resource permissions when filtering the search results.
|
|
258
258
|
# The only allowed `order_by` criteria for admin_search mode is `default`.
|
|
@@ -66,6 +66,20 @@ module Google
|
|
|
66
66
|
# a non-empty value will be returned. The user will not be aware of what
|
|
67
67
|
# non-empty value to expect.
|
|
68
68
|
NON_EMPTY_DEFAULT = 7
|
|
69
|
+
|
|
70
|
+
# Denotes that the field in a resource (a message annotated with
|
|
71
|
+
# google.api.resource) is used in the resource name to uniquely identify the
|
|
72
|
+
# resource. For AIP-compliant APIs, this should only be applied to the
|
|
73
|
+
# `name` field on the resource.
|
|
74
|
+
#
|
|
75
|
+
# This behavior should not be applied to references to other resources within
|
|
76
|
+
# the message.
|
|
77
|
+
#
|
|
78
|
+
# The identifier field of resources often have different field behavior
|
|
79
|
+
# depending on the request it is embedded in (e.g. for Create methods name
|
|
80
|
+
# is optional and unused, while for Update methods it is required). Instead
|
|
81
|
+
# of method-specific annotations, only `IDENTIFIER` is required.
|
|
82
|
+
IDENTIFIER = 8
|
|
69
83
|
end
|
|
70
84
|
end
|
|
71
85
|
end
|
|
@@ -81,7 +81,7 @@ module Google
|
|
|
81
81
|
# If this parameter is omitted, it defaults to the descending `relevance`.
|
|
82
82
|
# @!attribute [rw] admin_search
|
|
83
83
|
# @return [::Boolean]
|
|
84
|
-
# Optional. If set,
|
|
84
|
+
# Optional. If set, use searchAll permission granted on organizations from
|
|
85
85
|
# `include_org_ids` and projects from `include_project_ids` instead of the
|
|
86
86
|
# fine grained per resource permissions when filtering the search results.
|
|
87
87
|
# The only allowed `order_by` criteria for admin_search mode is `default`.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-data_catalog-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.18.
|
|
4
|
+
version: 0.18.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-09-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -285,7 +285,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
285
285
|
- !ruby/object:Gem::Version
|
|
286
286
|
version: '0'
|
|
287
287
|
requirements: []
|
|
288
|
-
rubygems_version: 3.4.
|
|
288
|
+
rubygems_version: 3.4.19
|
|
289
289
|
signing_key:
|
|
290
290
|
specification_version: 4
|
|
291
291
|
summary: A fully managed and highly scalable data discovery and metadata management
|