google-cloud-service_directory-v1beta1 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: 48b00ffe4f6237af3ecab0185cdcb7024b70682dd0079c28c595f3724d1c53ba
4
- data.tar.gz: 80436acbbd7b358183597782b478d7d739f6209d604754dbe07831f8c295b2f9
3
+ metadata.gz: c0f4d9ca42e1b5d4665a18dfa70be6878521dfae54005f557a07a3cc0b3df502
4
+ data.tar.gz: c8dc517ccaba1dfec5d7a0cd30a0b12d428fd1a404db0086640aba79dd550b6b
5
5
  SHA512:
6
- metadata.gz: e9c47423f0ffd1e3b70ce5726b19df0f9ceac923ac5d6ee0ecad023720d7cfe3701a9e861e134a3fcfe5bff02918de479f10e0820af5529f04a70a7c18d06c7e
7
- data.tar.gz: '08bf08b335ae6946c88f0ce56fce59cd26fb8254c57855ca4857964c19b731130add201b9fb14dd13c7ceeb9c7af74591a4630e6b1a6ec9dd7c736f004db3465'
6
+ metadata.gz: 82539a0424adabc83dbe3220b4d83a3cc9eb7c11c64b6e1a622c389d04283e14d727bf022380f5ff5b4c6cead2ad2021fe9fceeb66f207196c3c2525c8ed7aa4
7
+ data.tar.gz: 63a8e2a4d8898a2a28750433f187b2bcad74ef7679f5b6277ea650297ad84b0d2913d421ac4053fe098565f3b98776fa93df25d22d11ce1f72bdab93612632f7
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/servicedirectory.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.resolve_service request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-service_directory-v1beta1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/service-directory)
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 ServiceDirectory
23
23
  module V1beta1
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-service_directory-v1beta1
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-06 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