google-cloud-os_login 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a8ff889ef15d2526ab8e4b92afb0aea43c4ff1e43107768e5f80ff128a1666d
|
|
4
|
+
data.tar.gz: f95ec2f29655653bdf82d3a35c477f680b15de74db05fd7f9b03d0fb0e71f0da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df392aefac4c5428178b101c4b8172816d3d09a9df1357db1c40a1167c9883a1fcb4bb8c2b7a765325cb64eaa851aa0f5a45fa2cb27041e8f79affadd10f8a06
|
|
7
|
+
data.tar.gz: 775cf50a7616c9110edda9fdaa8e4527bdae6ee8dc6fb48c9221a593aa9a599a2f6e5d84e2c9f8b99f208d254de94196dd0a7222ba09bb968ecba4c5e8bee966
|
|
@@ -15,17 +15,6 @@
|
|
|
15
15
|
module Google
|
|
16
16
|
module Cloud
|
|
17
17
|
module Oslogin
|
|
18
|
-
##
|
|
19
|
-
# # Google Cloud OS Login API Contents
|
|
20
|
-
#
|
|
21
|
-
# | Class | Description |
|
|
22
|
-
# | ----- | ----------- |
|
|
23
|
-
# | [OsLoginServiceClient][] | Cloud OS Login API |
|
|
24
|
-
# | [Data Types][] | Data types for Google::Cloud::OsLogin::V1 |
|
|
25
|
-
#
|
|
26
|
-
# [OsLoginServiceClient]: https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-os_login/latest/google/cloud/oslogin/v1/osloginserviceclient
|
|
27
|
-
# [Data Types]: https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-os_login/latest/google/cloud/oslogin/v1/datatypes
|
|
28
|
-
#
|
|
29
18
|
module V1
|
|
30
19
|
# The user profile information used for logging in to a virtual machine on
|
|
31
20
|
# Google Compute Engine.
|
|
@@ -15,17 +15,6 @@
|
|
|
15
15
|
module Google
|
|
16
16
|
module Cloud
|
|
17
17
|
module Oslogin
|
|
18
|
-
##
|
|
19
|
-
# # Google Cloud OS Login API Contents
|
|
20
|
-
#
|
|
21
|
-
# | Class | Description |
|
|
22
|
-
# | ----- | ----------- |
|
|
23
|
-
# | [OsLoginServiceClient][] | Cloud OS Login API |
|
|
24
|
-
# | [Data Types][] | Data types for Google::Cloud::OsLogin::V1beta |
|
|
25
|
-
#
|
|
26
|
-
# [OsLoginServiceClient]: https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-os_login/latest/google/cloud/oslogin/v1beta/osloginserviceclient
|
|
27
|
-
# [Data Types]: https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-os_login/latest/google/cloud/oslogin/v1beta/datatypes
|
|
28
|
-
#
|
|
29
18
|
module V1beta
|
|
30
19
|
# The user profile information used for logging in to a virtual machine on
|
|
31
20
|
# Google Compute Engine.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-os_login
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.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: 2018-08-
|
|
11
|
+
date: 2018-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-gax
|