google-apis-compute_beta 0.29.0 → 0.30.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d5ec99639fae99fb67ecc2f033de235236181213219b4dd2a091a803eef7b1e
4
- data.tar.gz: 650c428a672fe6621819de3f134c7183c0a7f992874f7bb0bfbdc7593cca2996
3
+ metadata.gz: e3411f7be30e2be1c439aa92374ed7cea7bc76a44b5175c3440d571097e07f67
4
+ data.tar.gz: 72ea070d40d0b2c95b33493f9b7c096f5701567f5f915f65a4908c811dd6ca82
5
5
  SHA512:
6
- metadata.gz: 93589d198b044129838edd9f4c4146be45e6dd4f0401dccda5c1a480940a22e319e938ebe5680e7ef7005f528add71b66cb17bd8ea3fa4f8702acd1d8a8c3bae
7
- data.tar.gz: e1f8b89634f4338abd39d392d0b27fc37f3f46cc3979ac9d431e4b383a5d24c47bf8b739db8632788c5d3dbea35c38aac3cf9f6d77db2bda659a0240505d4f95
6
+ metadata.gz: 2ef0bf91ea8461d9b62abd563eb9763723fd96ef91185d1aa069b134e58fcbecbdbfdb544f6c36b840bb831d5cba6c6c9e6f277e13a6dcaaf5da14e1f22cfd02
7
+ data.tar.gz: 0217d7781280c67a7f1846dfb3f281c344ad99d70bb0fc2c72ce7f244b15d01c5c05e2580644a8277b1ae5436f4cd0767f0b76496952a321f9bc47aaba28a660
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_beta
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
@@ -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 key & value must
9431
- # comply with RFC1035. Specifically, the name must be 1-63 characters long and
9432
- # match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the
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 - SECURE_BOOT - GVNIC -
9620
- # SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information,
9621
- # see Enabling guest operating system features.
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. Possible values include: 1.
20798
- # API Gateway: apigateway.googleapis.com 2. App Engine: appengine.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.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_beta
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_beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.29.0
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: []