google-apis-compute_v1 0.29.0 → 0.30.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 +4 -0
- data/lib/google/apis/compute_v1/classes.rb +6 -10
- data/lib/google/apis/compute_v1/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: 98ed004a22e26dae08d4b24e10776f198f1f1f838a01a77e27d05aec05cac01c
|
|
4
|
+
data.tar.gz: 0cbd32785a097d4d85dce803ffda39c2aaa33b0d07f9e0cbaa6468dbf9d20412
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48ec3a871456f61e3cfc77c5d69b8bb46eb2ae418d4efc7c650e1f5307a390d3f4d3b174ad4764b3f49fc2a3583b68e9c77642183fc60fffe4a7da5c29ee3309
|
|
7
|
+
data.tar.gz: 8bd9f719316bae10d68cc2363123eb70f1d6368559181cc31c8eaacb890bf79df56cfb587505f0d5f038c88115cfd81401a3691fee8df0cb230b8101aaad3b0e
|
data/CHANGELOG.md
CHANGED
|
@@ -9206,13 +9206,9 @@ module Google
|
|
|
9206
9206
|
# @return [String]
|
|
9207
9207
|
attr_accessor :label_fingerprint
|
|
9208
9208
|
|
|
9209
|
-
# A list of labels to apply for this resource. Each label
|
|
9210
|
-
#
|
|
9211
|
-
#
|
|
9212
|
-
# first character must be a lowercase letter, and all following characters must
|
|
9213
|
-
# be a dash, lowercase letter, or digit, except the last character, which cannot
|
|
9214
|
-
# be a dash. For example, "webserver-frontend": "images". A label value can also
|
|
9215
|
-
# be empty (e.g. "my-label": "").
|
|
9209
|
+
# A list of labels to apply for this resource. Each label must comply with the
|
|
9210
|
+
# requirements for labels. For example, "webserver-frontend": "images". A label
|
|
9211
|
+
# value can also be empty (e.g. "my-label": "").
|
|
9216
9212
|
# Corresponds to the JSON property `labels`
|
|
9217
9213
|
# @return [Hash<String,String>]
|
|
9218
9214
|
attr_accessor :labels
|
|
@@ -9395,9 +9391,9 @@ module Google
|
|
|
9395
9391
|
|
|
9396
9392
|
# The ID of a supported feature. To add multiple values, use commas to separate
|
|
9397
9393
|
# values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
|
|
9398
|
-
# WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE -
|
|
9399
|
-
#
|
|
9400
|
-
#
|
|
9394
|
+
# WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE -
|
|
9395
|
+
# SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information, see Enabling
|
|
9396
|
+
# guest operating system features.
|
|
9401
9397
|
# Corresponds to the JSON property `type`
|
|
9402
9398
|
# @return [String]
|
|
9403
9399
|
attr_accessor :type
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComputeV1
|
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.30.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220315"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-compute_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.30.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-03-
|
|
11
|
+
date: 2022-03-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.30.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|