google-apis-oslogin_v1alpha 0.31.0 → 0.32.0
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: fb99e1d82b16eb6523fc11c192c1ed99864efe8c6bba2b1bfd42fbb4b9891ef5
|
4
|
+
data.tar.gz: 7afa782feae73d1ed2cc5889c12f6ea8ca829a73b550f0345a381d4b3699fdbd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4b5336489ce04d1fb028676a274de38d15da19cb2c23b4b5506af6bb623014b3353b758abbc5507bbb29f0e654da30a2fe5674512fe635d23cc2ac764090bfe
|
7
|
+
data.tar.gz: d5ced8fc8558f65633a85dabfb82df8efc2e3c87d6b53491b60fefff795405911c005bb35d5131282c53b14186923b3ca7a0cd9205cdec03665cabaf2ae7d039
|
data/CHANGELOG.md
CHANGED
@@ -48,18 +48,16 @@ module Google
|
|
48
48
|
# @return [String]
|
49
49
|
attr_accessor :app_engine_instance
|
50
50
|
|
51
|
-
# The
|
51
|
+
# The Compute instance to sign the SSH public key for. Expected format: projects/
|
52
52
|
# `project`/zones/`zone`/instances/`numeric_instance_id`
|
53
53
|
# Corresponds to the JSON property `computeInstance`
|
54
54
|
# @return [String]
|
55
55
|
attr_accessor :compute_instance
|
56
56
|
|
57
|
-
# Optional. The service account for the
|
58
|
-
#
|
59
|
-
#
|
60
|
-
#
|
61
|
-
# regionalized SignSshPublicKey API, this field will be required for all
|
62
|
-
# requests, but the VM will not initially carry out the
|
57
|
+
# Optional. The service account for the instance. If the instance in question
|
58
|
+
# does not have a service account, this field should be left empty. If the wrong
|
59
|
+
# service account is provided, this operation will return a signed certificate
|
60
|
+
# that will not be accepted by the VM.
|
63
61
|
# Corresponds to the JSON property `serviceAccount`
|
64
62
|
# @return [String]
|
65
63
|
attr_accessor :service_account
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module OsloginV1alpha
|
18
18
|
# Version of the google-apis-oslogin_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250406"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-oslogin_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.32.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-16 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oslogin_v1alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1alpha/v0.32.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oslogin_v1alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|