google-cloud-data_catalog-v1 0.4.2 → 0.4.3

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: c69780c5d1284169676fb2a2f6f0c1296bc40134a97981105f20247e726296d2
4
- data.tar.gz: 9b1abe9711d36b16b75c7d839b1d063c60d039a75aa2d39bd75c4590438b5c87
3
+ metadata.gz: 46b685d126a000d95922490143e7a88dc4af50062a6148d6759a921f8e4627ab
4
+ data.tar.gz: a0a8f5f3018ae6f807c27b1ef7664684c13ec6f24f0145ccbabc478f06fc5672
5
5
  SHA512:
6
- metadata.gz: '098292acad77d2fe8adab40b4c02186622a04aaeebf6cad8fbeaa485cffcec2ee20679b4f620f31a124b4e092ec647b24b590d3d7aaae7bd613e408799279948'
7
- data.tar.gz: 01b3595a800da1177834122f291c6fb3370d7c2ffa75f81985865d25f0bbfd72841c0b80692d9b6f931f39c2736ae1c192608d3bebb5071fe9c9c4b58e0de876
6
+ metadata.gz: d3a505331da4c7aab4f865f353bf2a6a71aa7f29d5d29afd9eeb4cb755356ab6f82614310ec949616652e79eef24e4873f23031d43a24a5a25b1efa447dbafcf
7
+ data.tar.gz: 8ad40ca2a81abfe1a32611ae8d7e2b263ab8ab9160bf2ae54ea28b4b7a201d5c18c6fd3cf2473288506300670e9f137b1e0305e6b7d83332a8c7418be3e2b9e5
data/README.md CHANGED
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/datacatalog.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.search_catalog request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-data_catalog-v1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/data-catalog)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
23
  module V1
24
- VERSION = "0.4.2"
24
+ VERSION = "0.4.3"
25
25
  end
26
26
  end
27
27
  end
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.2
4
+ version: 0.4.3
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-06-08 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common