google-cloud-os_login-v1beta 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: eacccdd7f85dc0a8486169c00a29457de11e2b1d898eb8757ab31266e8103433
4
- data.tar.gz: 95c07749372663aecf665ee68b07b0ebe208d64ba1231450866c081b3a824a8e
3
+ metadata.gz: ca065e4885991fb502478a56455431be0cdb57b592e2e317ce4daacd725489c0
4
+ data.tar.gz: 1bb3949c35eb22a8bb5cfa9e202d1dc32a9965442136bc307b9080355471a94b
5
5
  SHA512:
6
- metadata.gz: 873ac1e5466cba9f7362a1994a8f00321169a1cc2e8b793b5dab777b801cd0ab604ebbd6cfe461b7cd75d952cd59c08e7a868d8b16d35ab387dae93ad0971740
7
- data.tar.gz: 13b64f1b41505a12852f92527714194138c1b4dfdaaa15732d669d36cedcc920316598cccc2b3a87a88a82f272536956243ae17c777e7d1c111e071a79926962
6
+ metadata.gz: ba07470cc5be6efd86c2ef5e59f9d48c06966ef24d3b6457ba152ed43b4643c4894e0f2cd07595236e94302a0cc2136f240bddb750839789d5d55b27185f8c8a
7
+ data.tar.gz: ebff972e5b54a22dddfdaefdbd57c630f898640814686177b11be6d586cb70206fbfbe54a66f4264ad25166e526a29c404d7b1d44eb44ecb02a1a89fbe4f25aa
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-v1beta/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 V1beta
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-v1beta
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-05 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