google-apis-compute_alpha 0.100.0 → 0.101.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: 7f5bc21525efea3314ce7920b39fa53d548ad16904802266970475a72902a3e5
4
- data.tar.gz: d1bda9b9c5d885e4834dac09799af24cbc1bd8d1973b12e43b32ad3166f61e9e
3
+ metadata.gz: 5adc90310c792709913f87aa940ddd44065cfdaadb510263c33adab10ddf0903
4
+ data.tar.gz: ebd6e2c490bfb32a188597980592c0dd05469f1fbfe81bc472d29ae291cb7788
5
5
  SHA512:
6
- metadata.gz: edf84f23a0b32028ac7408b2bfc1f028e8c5427fe131f6203be35f15132425dee6002cc918383be5413be6f57218d2dada85bb392bc074f2241b4850cdee96a3
7
- data.tar.gz: 718623cfd5cf4934cd05cc3e72dc2c25ffc2cda788266996d8e60d11ffd3c3b789a7b85b6138c7831866620e68dbf7e9a41c3b3146c89189b6ee8ff8440f515e
6
+ metadata.gz: 96ba25d2aeae5b3cca0eac53b6d9e4a62ba840b08055cc3b5f7d4ecce1f6fd39250ba6f4b7b0c4f4b8b9aacf27003cddbd3078db7963c2aebb2ddfba0c3e0973
7
+ data.tar.gz: d90608325e4603b6cac4b2831967a3fb9d197142cefc5156ef4ff5df572a90d33e10091b3e61e0cea0448f50e19ac09b3f571be15482063e34c3e344f21082a0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.101.0 (2024-05-26)
4
+
5
+ * Regenerated from discovery document revision 20240519
6
+
3
7
  ### v0.100.0 (2024-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20240507
@@ -1552,8 +1552,10 @@ module Google
1552
1552
  # the disk or when you attach the disk to a virtual machine instance. If you do
1553
1553
  # not provide an encryption key, then the disk will be encrypted using an
1554
1554
  # automatically generated key and you do not need to provide a key to use the
1555
- # disk later. Instance templates do not store customer-supplied encryption keys,
1556
- # so you cannot use your own keys to encrypt disks in a managed instance group.
1555
+ # disk later. Note: Instance templates do not store customer-supplied encryption
1556
+ # keys, so you cannot use your own keys to encrypt disks in a managed instance
1557
+ # group. You cannot create VMs that have disks with customer-supplied keys using
1558
+ # the bulk insert method.
1557
1559
  # Corresponds to the JSON property `diskEncryptionKey`
1558
1560
  # @return [Google::Apis::ComputeAlpha::CustomerEncryptionKey]
1559
1561
  attr_accessor :disk_encryption_key
@@ -20267,6 +20269,9 @@ module Google
20267
20269
  attr_accessor :labels
20268
20270
 
20269
20271
  # The machine type to use for instances that are created from these properties.
20272
+ # This field only accept machine types name. e.g. n2-standard-4 and does not
20273
+ # accept machine type full or partial url. e.g. projects/my-l7ilb-project/zones/
20274
+ # us-central1-a/machineTypes/n2-standard-4 will throw INTERNAL_ERROR.
20270
20275
  # Corresponds to the JSON property `machineType`
20271
20276
  # @return [String]
20272
20277
  attr_accessor :machine_type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.100.0"
19
+ GEM_VERSION = "0.101.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240507"
25
+ REVISION = "20240519"
26
26
  end
27
27
  end
28
28
  end
@@ -39424,7 +39424,13 @@ module Google
39424
39424
  # To exclude one or more fields, set your request's `fields` query parameter to
39425
39425
  # only include the fields you need. For example, to only include the `id` and `
39426
39426
  # selfLink` fields, add the query parameter `?fields=id,selfLink` to your
39427
- # request.
39427
+ # request. This method fails if the quota information is unavailable for the
39428
+ # region and if the organization policy constraint compute.
39429
+ # requireBasicQuotaInResponse is enforced. This constraint, when enforced,
39430
+ # disables the fail-open behaviour when quota information (the `items.quotas`
39431
+ # field) is unavailable for the region. It is recommended to use the default
39432
+ # setting for the constraint unless your application requires the fail-closed
39433
+ # behaviour for this method.
39428
39434
  # @param [String] project
39429
39435
  # Project ID for this request.
39430
39436
  # @param [String] filter
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.100.0
4
+ version: 0.101.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: 2024-05-19 00:00:00.000000000 Z
11
+ date: 2024-05-26 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_alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.100.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.101.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
63
63
  post_install_message:
64
64
  rdoc_options: []