google-apis-compute_beta 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_beta/classes.rb +8 -14
- data/lib/google/apis/compute_beta/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: e3411f7be30e2be1c439aa92374ed7cea7bc76a44b5175c3440d571097e07f67
|
|
4
|
+
data.tar.gz: 72ea070d40d0b2c95b33493f9b7c096f5701567f5f915f65a4908c811dd6ca82
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ef0bf91ea8461d9b62abd563eb9763723fd96ef91185d1aa069b134e58fcbecbdbfdb544f6c36b840bb831d5cba6c6c9e6f277e13a6dcaaf5da14e1f22cfd02
|
|
7
|
+
data.tar.gz: 0217d7781280c67a7f1846dfb3f281c344ad99d70bb0fc2c72ce7f244b15d01c5c05e2580644a8277b1ae5436f4cd0767f0b76496952a321f9bc47aaba28a660
|
data/CHANGELOG.md
CHANGED
|
@@ -9427,13 +9427,9 @@ module Google
|
|
|
9427
9427
|
# @return [String]
|
|
9428
9428
|
attr_accessor :label_fingerprint
|
|
9429
9429
|
|
|
9430
|
-
# A list of labels to apply for this resource. Each label
|
|
9431
|
-
#
|
|
9432
|
-
#
|
|
9433
|
-
# first character must be a lowercase letter, and all following characters must
|
|
9434
|
-
# be a dash, lowercase letter, or digit, except the last character, which cannot
|
|
9435
|
-
# be a dash. For example, "webserver-frontend": "images". A label value can also
|
|
9436
|
-
# be empty (e.g. "my-label": "").
|
|
9430
|
+
# A list of labels to apply for this resource. Each label must comply with the
|
|
9431
|
+
# requirements for labels. For example, "webserver-frontend": "images". A label
|
|
9432
|
+
# value can also be empty (e.g. "my-label": "").
|
|
9437
9433
|
# Corresponds to the JSON property `labels`
|
|
9438
9434
|
# @return [Hash<String,String>]
|
|
9439
9435
|
attr_accessor :labels
|
|
@@ -9616,9 +9612,9 @@ module Google
|
|
|
9616
9612
|
|
|
9617
9613
|
# The ID of a supported feature. To add multiple values, use commas to separate
|
|
9618
9614
|
# values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
|
|
9619
|
-
# WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE -
|
|
9620
|
-
#
|
|
9621
|
-
#
|
|
9615
|
+
# WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE -
|
|
9616
|
+
# SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information, see Enabling
|
|
9617
|
+
# guest operating system features.
|
|
9622
9618
|
# Corresponds to the JSON property `type`
|
|
9623
9619
|
# @return [String]
|
|
9624
9620
|
attr_accessor :type
|
|
@@ -20794,10 +20790,8 @@ module Google
|
|
|
20794
20790
|
class NetworkEndpointGroupServerlessDeployment
|
|
20795
20791
|
include Google::Apis::Core::Hashable
|
|
20796
20792
|
|
|
20797
|
-
# The platform of the backend target(s) of this NEG.
|
|
20798
|
-
# API Gateway: apigateway.googleapis.com
|
|
20799
|
-
# 3. Cloud Functions: cloudfunctions.googleapis.com 4. Cloud Run: run.googleapis.
|
|
20800
|
-
# com
|
|
20793
|
+
# The platform of the backend target(s) of this NEG. The only supported value is
|
|
20794
|
+
# API Gateway: apigateway.googleapis.com.
|
|
20801
20795
|
# Corresponds to the JSON property `platform`
|
|
20802
20796
|
# @return [String]
|
|
20803
20797
|
attr_accessor :platform
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComputeBeta
|
|
18
18
|
# Version of the google-apis-compute_beta 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_beta
|
|
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_beta/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.30.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|