google-cloud-os_config-v1 0.1.0 → 0.1.1

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: bd2f46a97c86618be17df62109f69dd95c7fefabb176c32cd062347cc30db795
4
- data.tar.gz: 34cb1b812b0914dba3b9abf47fe9ba5836e4326ea1f2d3f4416c64780e29d9ec
3
+ metadata.gz: 13d499cc6c9c36acc742b7761db5dd5fd5bbe70cc166ffc9b80f4f3487d916ac
4
+ data.tar.gz: d66b7de50dac98886cd26d2fcca8a7cd0c0ebb1a577272b1e9c229ba4b0e8f39
5
5
  SHA512:
6
- metadata.gz: 5853ba1c77e5bb943006788f193f2b0c30cce7b8ac45f7ec9617ce5ba6c031d34382ce94d66162d71b8a3cfebb48869adda566e8f62ca1bcb1e2b0eba6983f4b
7
- data.tar.gz: 2cb5826d60ee92a84f883656b567f7103ff42820f131091970454fee219f7d0cafd498e66223d426889ecbd8702e511436f9b10195db1a0974b418241f3852c8
6
+ metadata.gz: dcecf1d19de832b60ab91d399a5ddb0519317e9d57cc9c6c752b1f6c69773b8693bb26707f0b6f4ff36695702f23c59fec4db21ab6671fd52ca4198b6f795a2e
7
+ data.tar.gz: 63864691ab8bde776ab660ca9ac18baa1b2bf78d8c87f08928f5cfe22a53bd4085af9393be2555e976bce60cd567efd2928c17973be1290674d5b8bc51d36f87
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/osconfig.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.execute_patch_job request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-os_config-v1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/compute/docs/osconfig/)
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 OsConfig
23
23
  module V1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
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-os_config-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.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: 2020-06-15 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