google-apis-compute_v1 0.31.0 → 0.32.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: 9918855bfee13cae1fcf354ec4e5b61e4b89cac3b6eb829d94c04b44cc186610
4
- data.tar.gz: ef9eeb775e5ef8018f65c22f3ce90b030787ea284ce0f19b700ea5f8b64ac068
3
+ metadata.gz: 235c3539d9112b0ca5cc08f43f374c033ac6f89d16fc53eea51d57776e8eac73
4
+ data.tar.gz: c4db73a9f126f0c852f85a8f3047c59c9d6129018add9e11bd5e879c4c528abe
5
5
  SHA512:
6
- metadata.gz: b6816dc91fa5101bcc1d5c41852a320700734fe651e599d3774b9d7af86038d8c248df55aa4f2cc4d3ba9969ceae695c480d1673cc049b65cf9ed0b6f532610b
7
- data.tar.gz: 351739d80292f4314da5cdf07d1aca19580880ca4c14911a2f936af2e9eddfa7d568cd500daff14213e1d0e0eec864bee4b7734c55a9a41704357eec325499d7
6
+ metadata.gz: 9f41c5a71d42d27f5b59f8d3229f6eb9a66e47bc88fab7c8ef0cd765da081333e32ffe2dfa4cb9278e4aa89cad42e2ad165f37072d18923fa4d26c9ebca454f4
7
+ data.tar.gz: 24a633d9a50980bd611fab9a014d98f04310db9d00b5b1b4ea7542583c58a2d71a3a541f1287dc18b6709d49d996db186aacc41e5d055986d82cb9a24291acbb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.32.0 (2022-04-16)
4
+
5
+ * Regenerated from discovery document revision 20220405
6
+
3
7
  ### v0.31.0 (2022-03-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20220322
@@ -4489,7 +4489,7 @@ module Google
4489
4489
  # @return [Google::Apis::ComputeV1::Expr]
4490
4490
  attr_accessor :condition
4491
4491
 
4492
- # Specifies the principals requesting access for a Cloud Platform resource. `
4492
+ # Specifies the principals requesting access for a Google Cloud resource. `
4493
4493
  # members` can have the following values: * `allUsers`: A special identifier
4494
4494
  # that represents anyone who is on the internet; with or without a Google
4495
4495
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -13711,14 +13711,15 @@ module Google
13711
13711
  # [Output Only] A bit indicating whether the managed instance group has stateful
13712
13712
  # configuration, that is, if you have configured any items in a stateful policy
13713
13713
  # or in per-instance configs. The group might report that it has no stateful
13714
- # config even when there is still some preserved state on a managed instance,
13715
- # for example, if you have deleted all PICs but not yet applied those deletions.
13714
+ # configuration even when there is still some preserved state on a managed
13715
+ # instance, for example, if you have deleted all PICs but not yet applied those
13716
+ # deletions.
13716
13717
  # Corresponds to the JSON property `hasStatefulConfig`
13717
13718
  # @return [Boolean]
13718
13719
  attr_accessor :has_stateful_config
13719
13720
  alias_method :has_stateful_config?, :has_stateful_config
13720
13721
 
13721
- # [Output Only] Status of per-instance configs on the instance.
13722
+ # [Output Only] Status of per-instance configurations on the instance.
13722
13723
  # Corresponds to the JSON property `perInstanceConfigs`
13723
13724
  # @return [Google::Apis::ComputeV1::InstanceGroupManagerStatusStatefulPerInstanceConfigs]
13724
13725
  attr_accessor :per_instance_configs
@@ -13738,9 +13739,9 @@ module Google
13738
13739
  class InstanceGroupManagerStatusStatefulPerInstanceConfigs
13739
13740
  include Google::Apis::Core::Hashable
13740
13741
 
13741
- # A bit indicating if all of the group's per-instance configs (listed in the
13742
- # output of a listPerInstanceConfigs API call) have status EFFECTIVE or there
13743
- # are no per-instance-configs.
13742
+ # A bit indicating if all of the group's per-instance configurations (listed in
13743
+ # the output of a listPerInstanceConfigs API call) have status EFFECTIVE or
13744
+ # there are no per-instance-configs.
13744
13745
  # Corresponds to the JSON property `allEffective`
13745
13746
  # @return [Boolean]
13746
13747
  attr_accessor :all_effective
@@ -14194,8 +14195,8 @@ module Google
14194
14195
  class InstanceGroupManagersPatchPerInstanceConfigsReq
14195
14196
  include Google::Apis::Core::Hashable
14196
14197
 
14197
- # The list of per-instance configs to insert or patch on this managed instance
14198
- # group.
14198
+ # The list of per-instance configurations to insert or patch on this managed
14199
+ # instance group.
14199
14200
  # Corresponds to the JSON property `perInstanceConfigs`
14200
14201
  # @return [Array<Google::Apis::ComputeV1::PerInstanceConfig>]
14201
14202
  attr_accessor :per_instance_configs
@@ -14382,8 +14383,8 @@ module Google
14382
14383
  class InstanceGroupManagersUpdatePerInstanceConfigsReq
14383
14384
  include Google::Apis::Core::Hashable
14384
14385
 
14385
- # The list of per-instance configs to insert or patch on this managed instance
14386
- # group.
14386
+ # The list of per-instance configurations to insert or patch on this managed
14387
+ # instance group.
14387
14388
  # Corresponds to the JSON property `perInstanceConfigs`
14388
14389
  # @return [Array<Google::Apis::ComputeV1::PerInstanceConfig>]
14389
14390
  attr_accessor :per_instance_configs
@@ -24561,18 +24562,18 @@ module Google
24561
24562
  # Fingerprint of this per-instance config. This field can be used in optimistic
24562
24563
  # locking. It is ignored when inserting a per-instance config. An up-to-date
24563
24564
  # fingerprint must be provided in order to update an existing per-instance
24564
- # config or the field needs to be unset.
24565
+ # configuration or the field needs to be unset.
24565
24566
  # Corresponds to the JSON property `fingerprint`
24566
24567
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
24567
24568
  # @return [String]
24568
24569
  attr_accessor :fingerprint
24569
24570
 
24570
- # The name of a per-instance config and its corresponding instance. Serves as a
24571
- # merge key during UpdatePerInstanceConfigs operations, that is, if a per-
24572
- # instance config with the same name exists then it will be updated, otherwise a
24573
- # new one will be created for the VM instance with the same name. An attempt to
24574
- # create a per-instance config for a VM instance that either doesn't exist or is
24575
- # not part of the group will result in an error.
24571
+ # The name of a per-instance configuration and its corresponding instance.
24572
+ # Serves as a merge key during UpdatePerInstanceConfigs operations, that is, if
24573
+ # a per-instance configuration with the same name exists then it will be updated,
24574
+ # otherwise a new one will be created for the VM instance with the same name.
24575
+ # An attempt to create a per-instance configconfiguration for a VM instance that
24576
+ # either doesn't exist or is not part of the group will result in an error.
24576
24577
  # Corresponds to the JSON property `name`
24577
24578
  # @return [String]
24578
24579
  attr_accessor :name
@@ -24582,8 +24583,8 @@ module Google
24582
24583
  # @return [Google::Apis::ComputeV1::PreservedState]
24583
24584
  attr_accessor :preserved_state
24584
24585
 
24585
- # The status of applying this per-instance config on the corresponding managed
24586
- # instance.
24586
+ # The status of applying this per-instance configuration on the corresponding
24587
+ # managed instance.
24587
24588
  # Corresponds to the JSON property `status`
24588
24589
  # @return [String]
24589
24590
  attr_accessor :status
@@ -26499,8 +26500,8 @@ module Google
26499
26500
  class RegionInstanceGroupManagerPatchInstanceConfigReq
26500
26501
  include Google::Apis::Core::Hashable
26501
26502
 
26502
- # The list of per-instance configs to insert or patch on this managed instance
26503
- # group.
26503
+ # The list of per-instance configurations to insert or patch on this managed
26504
+ # instance group.
26504
26505
  # Corresponds to the JSON property `perInstanceConfigs`
26505
26506
  # @return [Array<Google::Apis::ComputeV1::PerInstanceConfig>]
26506
26507
  attr_accessor :per_instance_configs
@@ -26519,8 +26520,8 @@ module Google
26519
26520
  class RegionInstanceGroupManagerUpdateInstanceConfigReq
26520
26521
  include Google::Apis::Core::Hashable
26521
26522
 
26522
- # The list of per-instance configs to insert or patch on this managed instance
26523
- # group.
26523
+ # The list of per-instance configurations to insert or patch on this managed
26524
+ # instance group.
26524
26525
  # Corresponds to the JSON property `perInstanceConfigs`
26525
26526
  # @return [Array<Google::Apis::ComputeV1::PerInstanceConfig>]
26526
26527
  attr_accessor :per_instance_configs
@@ -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.31.0"
19
+ GEM_VERSION = "0.32.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 = "20220322"
25
+ REVISION = "20220405"
26
26
  end
27
27
  end
28
28
  end
@@ -8299,8 +8299,8 @@ module Google
8299
8299
  execute_or_queue_command(command, &block)
8300
8300
  end
8301
8301
 
8302
- # Creates instances with per-instance configs in this managed instance group.
8303
- # Instances are created using the current instance template. The create
8302
+ # Creates instances with per-instance configurations in this managed instance
8303
+ # group. Instances are created using the current instance template. The create
8304
8304
  # instances operation is marked DONE if the createInstances request is
8305
8305
  # successful. The underlying actions take additional time. You must separately
8306
8306
  # verify the status of the creating or actions with the listmanagedinstances
@@ -8472,7 +8472,7 @@ module Google
8472
8472
  execute_or_queue_command(command, &block)
8473
8473
  end
8474
8474
 
8475
- # Deletes selected per-instance configs for the managed instance group.
8475
+ # Deletes selected per-instance configurations for the managed instance group.
8476
8476
  # @param [String] project
8477
8477
  # Project ID for this request.
8478
8478
  # @param [String] zone
@@ -8868,8 +8868,8 @@ module Google
8868
8868
  execute_or_queue_command(command, &block)
8869
8869
  end
8870
8870
 
8871
- # Lists all of the per-instance configs defined for the managed instance group.
8872
- # The orderBy query parameter is not supported.
8871
+ # Lists all of the per-instance configurations defined for the managed instance
8872
+ # group. The orderBy query parameter is not supported.
8873
8873
  # @param [String] project
8874
8874
  # Project ID for this request.
8875
8875
  # @param [String] zone
@@ -9015,7 +9015,7 @@ module Google
9015
9015
  execute_or_queue_command(command, &block)
9016
9016
  end
9017
9017
 
9018
- # Inserts or patches per-instance configs for the managed instance group.
9018
+ # Inserts or patches per-instance configurations for the managed instance group.
9019
9019
  # perInstanceConfig.name serves as a key used to distinguish whether to perform
9020
9020
  # insert or patch.
9021
9021
  # @param [String] project
@@ -9315,7 +9315,7 @@ module Google
9315
9315
  execute_or_queue_command(command, &block)
9316
9316
  end
9317
9317
 
9318
- # Inserts or updates per-instance configs for the managed instance group.
9318
+ # Inserts or updates per-instance configurations for the managed instance group.
9319
9319
  # perInstanceConfig.name serves as a key used to distinguish whether to perform
9320
9320
  # insert or patch.
9321
9321
  # @param [String] project
@@ -22166,9 +22166,9 @@ module Google
22166
22166
  execute_or_queue_command(command, &block)
22167
22167
  end
22168
22168
 
22169
- # Creates instances with per-instance configs in this regional managed instance
22170
- # group. Instances are created using the current instance template. The create
22171
- # instances operation is marked DONE if the createInstances request is
22169
+ # Creates instances with per-instance configurations in this regional managed
22170
+ # instance group. Instances are created using the current instance template. The
22171
+ # create instances operation is marked DONE if the createInstances request is
22172
22172
  # successful. The underlying actions take additional time. You must separately
22173
22173
  # verify the status of the creating or actions with the listmanagedinstances
22174
22174
  # method.
@@ -22338,7 +22338,7 @@ module Google
22338
22338
  execute_or_queue_command(command, &block)
22339
22339
  end
22340
22340
 
22341
- # Deletes selected per-instance configs for the managed instance group.
22341
+ # Deletes selected per-instance configurations for the managed instance group.
22342
22342
  # @param [String] project
22343
22343
  # Project ID for this request.
22344
22344
  # @param [String] region
@@ -22727,8 +22727,8 @@ module Google
22727
22727
  execute_or_queue_command(command, &block)
22728
22728
  end
22729
22729
 
22730
- # Lists all of the per-instance configs defined for the managed instance group.
22731
- # The orderBy query parameter is not supported.
22730
+ # Lists all of the per-instance configurations defined for the managed instance
22731
+ # group. The orderBy query parameter is not supported.
22732
22732
  # @param [String] project
22733
22733
  # Project ID for this request.
22734
22734
  # @param [String] region
@@ -22873,7 +22873,7 @@ module Google
22873
22873
  execute_or_queue_command(command, &block)
22874
22874
  end
22875
22875
 
22876
- # Inserts or patches per-instance configs for the managed instance group.
22876
+ # Inserts or patches per-instance configurations for the managed instance group.
22877
22877
  # perInstanceConfig.name serves as a key used to distinguish whether to perform
22878
22878
  # insert or patch.
22879
22879
  # @param [String] project
@@ -23159,7 +23159,7 @@ module Google
23159
23159
  execute_or_queue_command(command, &block)
23160
23160
  end
23161
23161
 
23162
- # Inserts or updates per-instance configs for the managed instance group.
23162
+ # Inserts or updates per-instance configurations for the managed instance group.
23163
23163
  # perInstanceConfig.name serves as a key used to distinguish whether to perform
23164
23164
  # insert or patch.
23165
23165
  # @param [String] project
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.31.0
4
+ version: 0.32.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-04-04 00:00:00.000000000 Z
11
+ date: 2022-04-18 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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.32.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: []