google-apis-compute_alpha 0.43.0 → 0.44.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: 8007a526f38b878f010f8ba7433cf8d03e53999dd1b0a5514c4f30f3df6378e4
4
- data.tar.gz: 7d641934f51c7a6502ca865d94af32caac6abdc3cca48ecc5361bb0ee50e0447
3
+ metadata.gz: 156f52f5930287e0eaff0364223177ae710366dea03e04e6da58dbc965020195
4
+ data.tar.gz: 7c3131f79b531c3e963f239564315f24a9af5cd6392c65115bb067e2c328d086
5
5
  SHA512:
6
- metadata.gz: 47663c99c36d9c3615d3ff02094a588e8e1d2ceee04cf4ed1ec062833d0c9f92eecc0f3226c332f69b05d6b04152601343a415691adae1b32db1e09e8cf41389
7
- data.tar.gz: 7e645d7012b7f02a98c688c07b9a4edd106d9752b702188b35bf1a100611a8f7a51bea943157f2369cc29054831bfbf96daa1b6f62ca166dd199c826e538f7f2
6
+ metadata.gz: bdd1301ddef91ce5ab5315f7d438219b79fa9aa913944bcda12f7d640dce119cc8263c94967ec97277096e2bcc5396436ad6d4d076eb4331bb13015f64d5f321
7
+ data.tar.gz: 746c7667377f8c5e6b9e9f6cbf0f05eaf0944353d105430b137e19754a92411426a849d5e669b0f48c32ae3a0d50443a255e7281847132c64d2721f05d07b077
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.44.0 (2022-07-27)
4
+
5
+ * Regenerated from discovery document revision 20220720
6
+
3
7
  ### v0.43.0 (2022-07-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20220714
@@ -14784,7 +14784,7 @@ module Google
14784
14784
  attr_accessor :satisfies_pzs
14785
14785
  alias_method :satisfies_pzs?, :satisfies_pzs
14786
14786
 
14787
- # Sets the scheduling options for an Instance. NextID: 21
14787
+ # Sets the scheduling options for an Instance.
14788
14788
  # Corresponds to the JSON property `scheduling`
14789
14789
  # @return [Google::Apis::ComputeAlpha::Scheduling]
14790
14790
  attr_accessor :scheduling
@@ -18285,7 +18285,7 @@ module Google
18285
18285
  # @return [Array<String>]
18286
18286
  attr_accessor :resource_policies
18287
18287
 
18288
- # Sets the scheduling options for an Instance. NextID: 21
18288
+ # Sets the scheduling options for an Instance.
18289
18289
  # Corresponds to the JSON property `scheduling`
18290
18290
  # @return [Google::Apis::ComputeAlpha::Scheduling]
18291
18291
  attr_accessor :scheduling
@@ -38348,7 +38348,7 @@ module Google
38348
38348
  end
38349
38349
  end
38350
38350
 
38351
- # Sets the scheduling options for an Instance. NextID: 21
38351
+ # Sets the scheduling options for an Instance.
38352
38352
  class Scheduling
38353
38353
  include Google::Apis::Core::Hashable
38354
38354
 
@@ -41533,7 +41533,7 @@ module Google
41533
41533
  # @return [String]
41534
41534
  attr_accessor :post_key_revocation_action_type
41535
41535
 
41536
- # Sets the scheduling options for an Instance. NextID: 21
41536
+ # Sets the scheduling options for an Instance.
41537
41537
  # Corresponds to the JSON property `scheduling`
41538
41538
  # @return [Google::Apis::ComputeAlpha::Scheduling]
41539
41539
  attr_accessor :scheduling
@@ -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.43.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220714"
25
+ REVISION = "20220720"
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_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.44.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-07-25 00:00:00.000000000 Z
11
+ date: 2022-08-01 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.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.44.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: []