google-cloud-data_catalog-v1 0.4.1 → 0.4.2
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: c69780c5d1284169676fb2a2f6f0c1296bc40134a97981105f20247e726296d2
|
4
|
+
data.tar.gz: 9b1abe9711d36b16b75c7d839b1d063c60d039a75aa2d39bd75c4590438b5c87
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '098292acad77d2fe8adab40b4c02186622a04aaeebf6cad8fbeaa485cffcec2ee20679b4f620f31a124b4e092ec647b24b590d3d7aaae7bd613e408799279948'
|
7
|
+
data.tar.gz: 01b3595a800da1177834122f291c6fb3370d7c2ffa75f81985865d25f0bbfd72841c0b80692d9b6f931f39c2736ae1c192608d3bebb5071fe9c9c4b58e0de876
|
@@ -2478,7 +2478,7 @@ module Google
|
|
2478
2478
|
def rpcs
|
2479
2479
|
@rpcs ||= begin
|
2480
2480
|
parent_rpcs = nil
|
2481
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
2481
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
2482
2482
|
Rpcs.new parent_rpcs
|
2483
2483
|
end
|
2484
2484
|
end
|
@@ -24,9 +24,11 @@ module Google
|
|
24
24
|
# Describes a Cloud Storage fileset entry.
|
25
25
|
# @!attribute [rw] file_patterns
|
26
26
|
# @return [::Array<::String>]
|
27
|
-
# Required. Patterns to identify a set of files in Google Cloud Storage.
|
28
|
-
#
|
29
|
-
#
|
27
|
+
# Required. Patterns to identify a set of files in Google Cloud Storage.
|
28
|
+
# See [Cloud Storage
|
29
|
+
# documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames)
|
30
|
+
# for more information. Note that bucket wildcards are currently not
|
31
|
+
# supported.
|
30
32
|
#
|
31
33
|
# Examples of valid file_patterns:
|
32
34
|
#
|
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.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -235,7 +235,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
235
235
|
- !ruby/object:Gem::Version
|
236
236
|
version: '0'
|
237
237
|
requirements: []
|
238
|
-
rubygems_version: 3.
|
238
|
+
rubygems_version: 3.1.3
|
239
239
|
signing_key:
|
240
240
|
specification_version: 4
|
241
241
|
summary: API Client library for the Data Catalog V1 API
|