google-apis-compute_v1 0.35.0 → 0.36.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: e3c5ba55a7216d0799913ea7714ff4f288e86e3e1a5f174d88d3fd25ec879ef0
4
- data.tar.gz: 7c48265750e75e45babb5f5ca1e5f654ac7663bdb509cfcdbdc5d2092d90383e
3
+ metadata.gz: 9cf0468533ad5b8b1b9f53386860920d34e8f3b97cfaebc7ab80e724619cc3ab
4
+ data.tar.gz: f9e31932d2adedf16ee42ed1bbe89bbede077095e21688a37165593084df7bfa
5
5
  SHA512:
6
- metadata.gz: 04f17d61ac623ffa2d454a81d6b5ebb8ddc2ca64386d289b222b62f574436d48ac68328db753c37850a5ee152c2224d00d08f4ac4c419125c35e39950fdad6ec
7
- data.tar.gz: e5a34ae79a349163de9c092b1650d649dbbd38124b3f1974b68c2814d6e1d0c0c705eaf8a37b9ffed33ce67de2dea2966fb853568633fbee7258cdaf4e3e35e6
6
+ metadata.gz: fe99c4739dd72d41bf6fe0a429fd46fe031250008a0fa422769e0fdc46762a2290b07c4ef8b97f1c2cb68cb8826c36a9daa0950099a43f90040e39765744fbd8
7
+ data.tar.gz: 04c9dbb0370409266e8f7bedca2a10b2839da22508758ffe9f68b6135ef99a865027f2896363f2851a2597bcf98413e0762268cb02b76fe4416f2f60e6344473
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.36.0 (2022-05-18)
4
+
5
+ * Regenerated from discovery document revision 20220510
6
+
3
7
  ### v0.35.0 (2022-05-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20220506
@@ -12028,8 +12028,8 @@ module Google
12028
12028
  # @return [String]
12029
12029
  attr_accessor :source_snapshot_id
12030
12030
 
12031
- # The type of the image used to create this disk. The default and only value is
12032
- # RAW
12031
+ # The type of the image used to create this disk. The default and only valid
12032
+ # value is RAW.
12033
12033
  # Corresponds to the JSON property `sourceType`
12034
12034
  # @return [String]
12035
12035
  attr_accessor :source_type
@@ -17904,6 +17904,11 @@ module Google
17904
17904
  # @return [Hash<String,Google::Apis::ComputeV1::LocationPolicyLocation>]
17905
17905
  attr_accessor :locations
17906
17906
 
17907
+ # Strategy for distributing VMs across zones in a region.
17908
+ # Corresponds to the JSON property `targetShape`
17909
+ # @return [String]
17910
+ attr_accessor :target_shape
17911
+
17907
17912
  def initialize(**args)
17908
17913
  update!(**args)
17909
17914
  end
@@ -17911,6 +17916,7 @@ module Google
17911
17916
  # Update properties of this object
17912
17917
  def update!(**args)
17913
17918
  @locations = args[:locations] if args.key?(:locations)
17919
+ @target_shape = args[:target_shape] if args.key?(:target_shape)
17914
17920
  end
17915
17921
  end
17916
17922
 
@@ -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.35.0"
19
+ GEM_VERSION = "0.36.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 = "20220506"
25
+ REVISION = "20220510"
26
26
  end
27
27
  end
28
28
  end
@@ -9694,6 +9694,7 @@ module Google
9694
9694
  class Representation < Google::Apis::Core::JsonRepresentation
9695
9695
  hash :locations, as: 'locations', class: Google::Apis::ComputeV1::LocationPolicyLocation, decorator: Google::Apis::ComputeV1::LocationPolicyLocation::Representation
9696
9696
 
9697
+ property :target_shape, as: 'targetShape'
9697
9698
  end
9698
9699
  end
9699
9700
 
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.35.0
4
+ version: 0.36.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-05-16 00:00:00.000000000 Z
11
+ date: 2022-05-23 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.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.36.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: []