google-apis-compute_beta 0.43.0 → 0.44.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: 4d7578da3e8dc3c7d8ec94a74163ecc8447143238307618c408262af37227283
4
- data.tar.gz: 37b431f74539ecd88f2eb4c4983b1689ebd3cbd949cbed04e282aec996b8aba0
3
+ metadata.gz: 15371516eb14c719ddcb225fd556f88cc65952ccd1de2993562c44976e1987b7
4
+ data.tar.gz: 4d13b75ef7d41f1e7239e979221ed58152f38193385b89a26186e1fa9f48edb0
5
5
  SHA512:
6
- metadata.gz: 56296dee260c8951439acf467dd96e0dfd7634e9991699f800f683163061bc9ba8eade5a8871e943d60e30f1f6d5cfd9a62ab40a300ad9964f328faf198b1fa9
7
- data.tar.gz: 22fa455e9a0f7a449c5e596f556f522870e5304b9383e7dd55e1d10bd45002a888f95d2eea1576cb6f6aaa2960246b23250d745db7947a3c5dd81f903b89aa69
6
+ metadata.gz: 544f16e8b1a5987a5b5110ddd61ac74692138d2ac4e567c17c8217df20b9ca426098351470f3f8610a590d5e41b3755bc724cf82d9c5ba3013274beac9bf9ed3
7
+ data.tar.gz: 6e09b2e57a9642ad1db3195456166bf3e392d36cd4d888569fa122b63c3fefdf45991f284c5b0964be1e2a29740933bb267d0664a372085b21c41838ab5dd3a6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.44.0 (2022-07-26)
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
@@ -13018,7 +13018,7 @@ module Google
13018
13018
  attr_accessor :satisfies_pzs
13019
13019
  alias_method :satisfies_pzs?, :satisfies_pzs
13020
13020
 
13021
- # Sets the scheduling options for an Instance. NextID: 21
13021
+ # Sets the scheduling options for an Instance.
13022
13022
  # Corresponds to the JSON property `scheduling`
13023
13023
  # @return [Google::Apis::ComputeBeta::Scheduling]
13024
13024
  attr_accessor :scheduling
@@ -15986,7 +15986,7 @@ module Google
15986
15986
  # @return [Array<String>]
15987
15987
  attr_accessor :resource_policies
15988
15988
 
15989
- # Sets the scheduling options for an Instance. NextID: 21
15989
+ # Sets the scheduling options for an Instance.
15990
15990
  # Corresponds to the JSON property `scheduling`
15991
15991
  # @return [Google::Apis::ComputeBeta::Scheduling]
15992
15992
  attr_accessor :scheduling
@@ -32513,7 +32513,7 @@ module Google
32513
32513
  end
32514
32514
  end
32515
32515
 
32516
- # Sets the scheduling options for an Instance. NextID: 21
32516
+ # Sets the scheduling options for an Instance.
32517
32517
  class Scheduling
32518
32518
  include Google::Apis::Core::Hashable
32519
32519
 
@@ -35365,7 +35365,7 @@ module Google
35365
35365
  # @return [String]
35366
35366
  attr_accessor :post_key_revocation_action_type
35367
35367
 
35368
- # Sets the scheduling options for an Instance. NextID: 21
35368
+ # Sets the scheduling options for an Instance.
35369
35369
  # Corresponds to the JSON property `scheduling`
35370
35370
  # @return [Google::Apis::ComputeBeta::Scheduling]
35371
35371
  attr_accessor :scheduling
@@ -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.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_beta
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_beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.44.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: []