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: 989f8a4ed9e3bc72c73d45c3000b383718c326dae7d3540930c4077c92b3ba50
4
- data.tar.gz: 17b960c6b8ee7d51317b7f9ea8665c2f1d3d5ca10d134956140be4adbf7b3814
3
+ metadata.gz: c69780c5d1284169676fb2a2f6f0c1296bc40134a97981105f20247e726296d2
4
+ data.tar.gz: 9b1abe9711d36b16b75c7d839b1d063c60d039a75aa2d39bd75c4590438b5c87
5
5
  SHA512:
6
- metadata.gz: a50104aa0d7ffdf35bccc71bc236ed7b3f1bd49a753f360343520d16b47f6eca8829af1e07baeda59babdd15ab72f0c0b8ba301076137aae0578899853f5fd08
7
- data.tar.gz: b67b57bf62d1cfd7708d64bf0182984f211c98e33a789436196d17c8925d7394ddfca23d83e6586ad70a1b3a95f19a5b2e442895aaae959610059132c6bca430
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? :rpcs
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
23
  module V1
24
- VERSION = "0.4.1"
24
+ VERSION = "0.4.2"
25
25
  end
26
26
  end
27
27
  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. See [Cloud
28
- # Storage documentation](/storage/docs/gsutil/addlhelp/WildcardNames) for
29
- # more information. Note that bucket wildcards are currently not supported.
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.1
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-05-26 00:00:00.000000000 Z
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.0.6
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