google-cloud-os_login-v1 0.2.2 → 0.2.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: f6ab2c5cdd2bbd5201c6e1be38a5d85d243dd6101a185c03301a8d195570c1b5
4
- data.tar.gz: 5842be553368561d41def01bb18e03358b985590ba67026f3277ef774d798e77
3
+ metadata.gz: edfbc487dcf3bf040e81c37f4315914afeedd2d3e01cbed1034f7a9c2054debe
4
+ data.tar.gz: 3fc64c8dc9b790093c228b27f501bb074609015049680d9e71997f564644fcf1
5
5
  SHA512:
6
- metadata.gz: d8ad672dbed24a47fdb3511fd868130c019ee8a03a9b563bc59569820f6eac2294a1b05de3aabb4cb8abeb07381664d6806abcf17948b1fff33ea42043ec46c0
7
- data.tar.gz: 07e3173ff562f4e5cc2bb0cb65186ba5f39fa3301ca6d5e2bfa205bc0826af22af508ad40321378a406606117cf49ffb1135f839f0ca01ff0060542d02887d7e
6
+ metadata.gz: c9bc9a8082d9ab5e8100fe6a92a3b55612e2db78fad9fdbf20bba511a039235e41be9132ecbf6eac5e692f939eb9ddefb966ca3bc70758552393159455cb5943
7
+ data.tar.gz: a5f69ab076bc9807f86789bda703a6a8ac7bffd4e8d983fc28ef09f8f10170ce8bf8de2e5b94d677aae9a54f4b3b0fc86a2eb6a5dec3c0a735241057f2f040b3
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/oslogin.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.delete_posix_account request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-os_login-v1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/compute/docs/oslogin)
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 OsLogin
23
23
  module V1
24
- VERSION = "0.2.2"
24
+ VERSION = "0.2.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-os_login-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.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