google-apis-oslogin_v1beta 0.30.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/oslogin_v1beta/classes.rb +7 -8
- data/lib/google/apis/oslogin_v1beta/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c047fa2a68700cf3114e7635f04ccce7ff4f14366236de86d79695c41db0dfa4
|
4
|
+
data.tar.gz: 10aec0f60a2ab42b3904c03ce8f8b24270d7f5e4aefa393fa1fb764332190bab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a148d986f409e0c9594b5143f43686bf4aabb5ac3abff1d3ee600043709e933bcdcf0280e8de39dccd52387116556cb11d9a88e549495c1c519ebaba1220b96e
|
7
|
+
data.tar.gz: 6db1f744b86af8f34dec4c4e703e95d39fce0ecb6ace58daee09432cfecd9bf05035290f36efc2f6f907cc4a868a3227becbe9fc25a22b05b1a18e080939e676
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-oslogin_v1beta
|
2
2
|
|
3
|
+
### v0.32.0 (2025-04-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250406
|
6
|
+
|
7
|
+
### v0.31.0 (2025-03-23)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250317
|
10
|
+
|
3
11
|
### v0.30.0 (2025-03-16)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250302
|
@@ -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
|
@@ -363,7 +361,8 @@ module Google
|
|
363
361
|
# @return [String]
|
364
362
|
attr_accessor :fingerprint
|
365
363
|
|
366
|
-
# Public key text in SSH format, defined by RFC4253
|
364
|
+
# Required. Public key text in SSH format, defined by [RFC4253](https://www.ietf.
|
365
|
+
# org/rfc/rfc4253.txt) section 6.6.
|
367
366
|
# Corresponds to the JSON property `key`
|
368
367
|
# @return [String]
|
369
368
|
attr_accessor :key
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module OsloginV1beta
|
18
18
|
# Version of the google-apis-oslogin_v1beta 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_v1beta
|
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_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1beta/v0.32.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oslogin_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|