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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d1a2224043f0997198bfd0684082914df6a0f39412c0bab3412677e40eb640a
4
- data.tar.gz: 928052220dff1e84d0590255f84adb78117524c70d564a460d233a4fa2c49d60
3
+ metadata.gz: 98ed004a22e26dae08d4b24e10776f198f1f1f838a01a77e27d05aec05cac01c
4
+ data.tar.gz: 0cbd32785a097d4d85dce803ffda39c2aaa33b0d07f9e0cbaa6468dbf9d20412
5
5
  SHA512:
6
- metadata.gz: ea059ce0a2e7dc6c5fa6e18ee212ec4ba10704c6ba3f59ab3a3133314fafefa8d81103aaab96475c1c9d9ca528a4c90b706da1e23ac67ea4cc1b407a35cf5d9d
7
- data.tar.gz: 628c8cff9815bbf0d076631ef2e1fe4c771fbe37d2703f0e5084a0ce44ab4d762f445c8a87fbfe80fde7e96db0e1451950dc9380b04d825996bd0a19d544d070
6
+ metadata.gz: 48ec3a871456f61e3cfc77c5d69b8bb46eb2ae418d4efc7c650e1f5307a390d3f4d3b174ad4764b3f49fc2a3583b68e9c77642183fc60fffe4a7da5c29ee3309
7
+ data.tar.gz: 8bd9f719316bae10d68cc2363123eb70f1d6368559181cc31c8eaacb890bf79df56cfb587505f0d5f038c88115cfd81401a3691fee8df0cb230b8101aaad3b0e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.30.0 (2022-03-22)
4
+
5
+ * Regenerated from discovery document revision 20220315
6
+
3
7
  ### v0.29.0 (2022-03-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20220312
@@ -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 key & value must
9210
- # comply with RFC1035. Specifically, the name must be 1-63 characters long and
9211
- # match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the
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 - SECURE_BOOT - GVNIC -
9399
- # SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information,
9400
- # see Enabling guest operating system features.
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.29.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 = "20220312"
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.29.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-21 00:00:00.000000000 Z
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.29.0
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: []