google-apis-compute_v1 0.31.0 → 0.34.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: 4a5fd0699af86a1f3ce1d9118d44ffea11f4176c23297ae05806035511c2f190
4
+ data.tar.gz: 2bd21358d19c8555e56ef19258220c799eb1f780101bbf23d9f54268861483f1
5
5
  SHA512:
6
- metadata.gz: b6816dc91fa5101bcc1d5c41852a320700734fe651e599d3774b9d7af86038d8c248df55aa4f2cc4d3ba9969ceae695c480d1673cc049b65cf9ed0b6f532610b
7
- data.tar.gz: 351739d80292f4314da5cdf07d1aca19580880ca4c14911a2f936af2e9eddfa7d568cd500daff14213e1d0e0eec864bee4b7734c55a9a41704357eec325499d7
6
+ metadata.gz: 6e457eefd66697f2c8622960e714cb33fcf8ff61c452f386f2e6c83d79a5be57aa3eedf186a13242d89ee68070b3aa39974ee89f8f12fb74512c47f5bf2926e5
7
+ data.tar.gz: 269c45e5f6353bb7d426140506a9ff82276b10725b5414f94f49e7c7cfcb3ca57e1da60c93e8410a6ef11ff6ab4ed05895832107e12656454fc0d3f075f53ceb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.34.0 (2022-04-29)
4
+
5
+ * Regenerated from discovery document revision 20220426
6
+
7
+ ### v0.33.0 (2022-04-22)
8
+
9
+ * Regenerated from discovery document revision 20220420
10
+
11
+ ### v0.32.0 (2022-04-16)
12
+
13
+ * Regenerated from discovery document revision 20220405
14
+
3
15
  ### v0.31.0 (2022-03-30)
4
16
 
5
17
  * Regenerated from discovery document revision 20220322
@@ -1284,9 +1284,10 @@ module Google
1284
1284
 
1285
1285
  # [Input Only] Specifies the parameters for a new disk that will be created
1286
1286
  # alongside the new instance. Use initialization parameters to create boot disks
1287
- # or local SSDs attached to the new instance. This property is mutually
1288
- # exclusive with the source property; you can only define one or the other, but
1289
- # not both.
1287
+ # or local SSDs attached to the new instance. This field is persisted and
1288
+ # returned for instanceTemplate and not returned in the context of instance.
1289
+ # This property is mutually exclusive with the source property; you can only
1290
+ # define one or the other, but not both.
1290
1291
  # Corresponds to the JSON property `initializeParams`
1291
1292
  # @return [Google::Apis::ComputeV1::AttachedDiskInitializeParams]
1292
1293
  attr_accessor :initialize_params
@@ -1366,9 +1367,10 @@ module Google
1366
1367
 
1367
1368
  # [Input Only] Specifies the parameters for a new disk that will be created
1368
1369
  # alongside the new instance. Use initialization parameters to create boot disks
1369
- # or local SSDs attached to the new instance. This property is mutually
1370
- # exclusive with the source property; you can only define one or the other, but
1371
- # not both.
1370
+ # or local SSDs attached to the new instance. This field is persisted and
1371
+ # returned for instanceTemplate and not returned in the context of instance.
1372
+ # This property is mutually exclusive with the source property; you can only
1373
+ # define one or the other, but not both.
1372
1374
  class AttachedDiskInitializeParams
1373
1375
  include Google::Apis::Core::Hashable
1374
1376
 
@@ -2828,9 +2830,9 @@ module Google
2828
2830
  # @return [Array<String>]
2829
2831
  attr_accessor :include_http_headers
2830
2832
 
2831
- # Names of query string parameters to include in cache keys. All other
2832
- # parameters will be excluded. '&' and '=' will be percent encoded and not
2833
- # treated as delimiters.
2833
+ # Names of query string parameters to include in cache keys. Default parameters
2834
+ # are always included. '&' and '=' will be percent encoded and not treated as
2835
+ # delimiters.
2834
2836
  # Corresponds to the JSON property `queryStringWhitelist`
2835
2837
  # @return [Array<String>]
2836
2838
  attr_accessor :query_string_whitelist
@@ -3268,6 +3270,13 @@ module Google
3268
3270
  # @return [String]
3269
3271
  attr_accessor :self_link
3270
3272
 
3273
+ # URLs of networkservices.ServiceBinding resources. Can only be set if load
3274
+ # balancing scheme is INTERNAL_SELF_MANAGED. If set, lists of backends and
3275
+ # health checks must be both empty.
3276
+ # Corresponds to the JSON property `serviceBindings`
3277
+ # @return [Array<String>]
3278
+ attr_accessor :service_bindings
3279
+
3271
3280
  # Type of session affinity to use. The default is NONE. Only NONE and
3272
3281
  # HEADER_FIELD are supported when the backend service is referenced by a URL map
3273
3282
  # that is bound to target gRPC proxy that has validateForProxyless field set to
@@ -3336,6 +3345,7 @@ module Google
3336
3345
  @security_policy = args[:security_policy] if args.key?(:security_policy)
3337
3346
  @security_settings = args[:security_settings] if args.key?(:security_settings)
3338
3347
  @self_link = args[:self_link] if args.key?(:self_link)
3348
+ @service_bindings = args[:service_bindings] if args.key?(:service_bindings)
3339
3349
  @session_affinity = args[:session_affinity] if args.key?(:session_affinity)
3340
3350
  @subsetting = args[:subsetting] if args.key?(:subsetting)
3341
3351
  @timeout_sec = args[:timeout_sec] if args.key?(:timeout_sec)
@@ -4489,7 +4499,7 @@ module Google
4489
4499
  # @return [Google::Apis::ComputeV1::Expr]
4490
4500
  attr_accessor :condition
4491
4501
 
4492
- # Specifies the principals requesting access for a Cloud Platform resource. `
4502
+ # Specifies the principals requesting access for a Google Cloud resource. `
4493
4503
  # members` can have the following values: * `allUsers`: A special identifier
4494
4504
  # that represents anyone who is on the internet; with or without a Google
4495
4505
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -8629,6 +8639,14 @@ module Google
8629
8639
  # @return [String]
8630
8640
  attr_accessor :network_tier
8631
8641
 
8642
+ # This is used in PSC consumer ForwardingRule to control whether it should try
8643
+ # to auto-generate a DNS zone or not. Non-PSC forwarding rules do not use this
8644
+ # field.
8645
+ # Corresponds to the JSON property `noAutomateDnsZone`
8646
+ # @return [Boolean]
8647
+ attr_accessor :no_automate_dns_zone
8648
+ alias_method :no_automate_dns_zone?, :no_automate_dns_zone
8649
+
8632
8650
  # This field can be used only if: - Load balancing scheme is one of EXTERNAL,
8633
8651
  # INTERNAL_SELF_MANAGED or INTERNAL_MANAGED - IPProtocol is one of TCP, UDP, or
8634
8652
  # SCTP. Packets addressed to ports in the specified range will be forwarded to
@@ -8740,6 +8758,7 @@ module Google
8740
8758
  @name = args[:name] if args.key?(:name)
8741
8759
  @network = args[:network] if args.key?(:network)
8742
8760
  @network_tier = args[:network_tier] if args.key?(:network_tier)
8761
+ @no_automate_dns_zone = args[:no_automate_dns_zone] if args.key?(:no_automate_dns_zone)
8743
8762
  @port_range = args[:port_range] if args.key?(:port_range)
8744
8763
  @ports = args[:ports] if args.key?(:ports)
8745
8764
  @psc_connection_id = args[:psc_connection_id] if args.key?(:psc_connection_id)
@@ -13711,14 +13730,15 @@ module Google
13711
13730
  # [Output Only] A bit indicating whether the managed instance group has stateful
13712
13731
  # configuration, that is, if you have configured any items in a stateful policy
13713
13732
  # 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.
13733
+ # configuration even when there is still some preserved state on a managed
13734
+ # instance, for example, if you have deleted all PICs but not yet applied those
13735
+ # deletions.
13716
13736
  # Corresponds to the JSON property `hasStatefulConfig`
13717
13737
  # @return [Boolean]
13718
13738
  attr_accessor :has_stateful_config
13719
13739
  alias_method :has_stateful_config?, :has_stateful_config
13720
13740
 
13721
- # [Output Only] Status of per-instance configs on the instance.
13741
+ # [Output Only] Status of per-instance configurations on the instance.
13722
13742
  # Corresponds to the JSON property `perInstanceConfigs`
13723
13743
  # @return [Google::Apis::ComputeV1::InstanceGroupManagerStatusStatefulPerInstanceConfigs]
13724
13744
  attr_accessor :per_instance_configs
@@ -13738,9 +13758,9 @@ module Google
13738
13758
  class InstanceGroupManagerStatusStatefulPerInstanceConfigs
13739
13759
  include Google::Apis::Core::Hashable
13740
13760
 
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.
13761
+ # A bit indicating if all of the group's per-instance configurations (listed in
13762
+ # the output of a listPerInstanceConfigs API call) have status EFFECTIVE or
13763
+ # there are no per-instance-configs.
13744
13764
  # Corresponds to the JSON property `allEffective`
13745
13765
  # @return [Boolean]
13746
13766
  attr_accessor :all_effective
@@ -14194,8 +14214,8 @@ module Google
14194
14214
  class InstanceGroupManagersPatchPerInstanceConfigsReq
14195
14215
  include Google::Apis::Core::Hashable
14196
14216
 
14197
- # The list of per-instance configs to insert or patch on this managed instance
14198
- # group.
14217
+ # The list of per-instance configurations to insert or patch on this managed
14218
+ # instance group.
14199
14219
  # Corresponds to the JSON property `perInstanceConfigs`
14200
14220
  # @return [Array<Google::Apis::ComputeV1::PerInstanceConfig>]
14201
14221
  attr_accessor :per_instance_configs
@@ -14382,8 +14402,8 @@ module Google
14382
14402
  class InstanceGroupManagersUpdatePerInstanceConfigsReq
14383
14403
  include Google::Apis::Core::Hashable
14384
14404
 
14385
- # The list of per-instance configs to insert or patch on this managed instance
14386
- # group.
14405
+ # The list of per-instance configurations to insert or patch on this managed
14406
+ # instance group.
14387
14407
  # Corresponds to the JSON property `perInstanceConfigs`
14388
14408
  # @return [Array<Google::Apis::ComputeV1::PerInstanceConfig>]
14389
14409
  attr_accessor :per_instance_configs
@@ -19774,7 +19794,8 @@ module Google
19774
19794
  attr_accessor :network_endpoint_type
19775
19795
 
19776
19796
  # The target service url used to set up private service connection to a Google
19777
- # API. An example value is: "asia-northeast3-cloudkms.googleapis.com"
19797
+ # API or a PSC Producer Service Attachment. An example value is: "asia-
19798
+ # northeast3-cloudkms.googleapis.com"
19778
19799
  # Corresponds to the JSON property `pscTargetService`
19779
19800
  # @return [String]
19780
19801
  attr_accessor :psc_target_service
@@ -20819,6 +20840,12 @@ module Google
20819
20840
  # @return [Fixnum]
20820
20841
  attr_accessor :peer_mtu
20821
20842
 
20843
+ # Which IP version(s) of traffic and routes are allowed to be imported or
20844
+ # exported between peer networks. The default value is IPV4_ONLY.
20845
+ # Corresponds to the JSON property `stackType`
20846
+ # @return [String]
20847
+ attr_accessor :stack_type
20848
+
20822
20849
  # [Output Only] State for the peering, either `ACTIVE` or `INACTIVE`. The
20823
20850
  # peering is `ACTIVE` when there's a matching configuration in the peer network.
20824
20851
  # Corresponds to the JSON property `state`
@@ -20845,6 +20872,7 @@ module Google
20845
20872
  @name = args[:name] if args.key?(:name)
20846
20873
  @network = args[:network] if args.key?(:network)
20847
20874
  @peer_mtu = args[:peer_mtu] if args.key?(:peer_mtu)
20875
+ @stack_type = args[:stack_type] if args.key?(:stack_type)
20848
20876
  @state = args[:state] if args.key?(:state)
20849
20877
  @state_details = args[:state_details] if args.key?(:state_details)
20850
20878
  end
@@ -24561,18 +24589,18 @@ module Google
24561
24589
  # Fingerprint of this per-instance config. This field can be used in optimistic
24562
24590
  # locking. It is ignored when inserting a per-instance config. An up-to-date
24563
24591
  # fingerprint must be provided in order to update an existing per-instance
24564
- # config or the field needs to be unset.
24592
+ # configuration or the field needs to be unset.
24565
24593
  # Corresponds to the JSON property `fingerprint`
24566
24594
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
24567
24595
  # @return [String]
24568
24596
  attr_accessor :fingerprint
24569
24597
 
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.
24598
+ # The name of a per-instance configuration and its corresponding instance.
24599
+ # Serves as a merge key during UpdatePerInstanceConfigs operations, that is, if
24600
+ # a per-instance configuration with the same name exists then it will be updated,
24601
+ # otherwise a new one will be created for the VM instance with the same name.
24602
+ # An attempt to create a per-instance configconfiguration for a VM instance that
24603
+ # either doesn't exist or is not part of the group will result in an error.
24576
24604
  # Corresponds to the JSON property `name`
24577
24605
  # @return [String]
24578
24606
  attr_accessor :name
@@ -24582,8 +24610,8 @@ module Google
24582
24610
  # @return [Google::Apis::ComputeV1::PreservedState]
24583
24611
  attr_accessor :preserved_state
24584
24612
 
24585
- # The status of applying this per-instance config on the corresponding managed
24586
- # instance.
24613
+ # The status of applying this per-instance configuration on the corresponding
24614
+ # managed instance.
24587
24615
  # Corresponds to the JSON property `status`
24588
24616
  # @return [String]
24589
24617
  attr_accessor :status
@@ -26499,8 +26527,8 @@ module Google
26499
26527
  class RegionInstanceGroupManagerPatchInstanceConfigReq
26500
26528
  include Google::Apis::Core::Hashable
26501
26529
 
26502
- # The list of per-instance configs to insert or patch on this managed instance
26503
- # group.
26530
+ # The list of per-instance configurations to insert or patch on this managed
26531
+ # instance group.
26504
26532
  # Corresponds to the JSON property `perInstanceConfigs`
26505
26533
  # @return [Array<Google::Apis::ComputeV1::PerInstanceConfig>]
26506
26534
  attr_accessor :per_instance_configs
@@ -26519,8 +26547,8 @@ module Google
26519
26547
  class RegionInstanceGroupManagerUpdateInstanceConfigReq
26520
26548
  include Google::Apis::Core::Hashable
26521
26549
 
26522
- # The list of per-instance configs to insert or patch on this managed instance
26523
- # group.
26550
+ # The list of per-instance configurations to insert or patch on this managed
26551
+ # instance group.
26524
26552
  # Corresponds to the JSON property `perInstanceConfigs`
26525
26553
  # @return [Array<Google::Apis::ComputeV1::PerInstanceConfig>]
26526
26554
  attr_accessor :per_instance_configs
@@ -29937,6 +29965,12 @@ module Google
29937
29965
  attr_accessor :enable_endpoint_independent_mapping
29938
29966
  alias_method :enable_endpoint_independent_mapping?, :enable_endpoint_independent_mapping
29939
29967
 
29968
+ # List of NAT-ted endpoint types supported by the Nat Gateway. If the list is
29969
+ # empty, then it will be equivalent to include ENDPOINT_TYPE_VM
29970
+ # Corresponds to the JSON property `endpointTypes`
29971
+ # @return [Array<String>]
29972
+ attr_accessor :endpoint_types
29973
+
29940
29974
  # Timeout (in seconds) for ICMP connections. Defaults to 30s if not set.
29941
29975
  # Corresponds to the JSON property `icmpIdleTimeoutSec`
29942
29976
  # @return [Fixnum]
@@ -30044,6 +30078,7 @@ module Google
30044
30078
  @drain_nat_ips = args[:drain_nat_ips] if args.key?(:drain_nat_ips)
30045
30079
  @enable_dynamic_port_allocation = args[:enable_dynamic_port_allocation] if args.key?(:enable_dynamic_port_allocation)
30046
30080
  @enable_endpoint_independent_mapping = args[:enable_endpoint_independent_mapping] if args.key?(:enable_endpoint_independent_mapping)
30081
+ @endpoint_types = args[:endpoint_types] if args.key?(:endpoint_types)
30047
30082
  @icmp_idle_timeout_sec = args[:icmp_idle_timeout_sec] if args.key?(:icmp_idle_timeout_sec)
30048
30083
  @log_config = args[:log_config] if args.key?(:log_config)
30049
30084
  @max_ports_per_vm = args[:max_ports_per_vm] if args.key?(:max_ports_per_vm)
@@ -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.34.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 = "20220426"
26
26
  end
27
27
  end
28
28
  end
@@ -6198,6 +6198,7 @@ module Google
6198
6198
  property :security_settings, as: 'securitySettings', class: Google::Apis::ComputeV1::SecuritySettings, decorator: Google::Apis::ComputeV1::SecuritySettings::Representation
6199
6199
 
6200
6200
  property :self_link, as: 'selfLink'
6201
+ collection :service_bindings, as: 'serviceBindings'
6201
6202
  property :session_affinity, as: 'sessionAffinity'
6202
6203
  property :subsetting, as: 'subsetting', class: Google::Apis::ComputeV1::Subsetting, decorator: Google::Apis::ComputeV1::Subsetting::Representation
6203
6204
 
@@ -7419,6 +7420,7 @@ module Google
7419
7420
  property :name, as: 'name'
7420
7421
  property :network, as: 'network'
7421
7422
  property :network_tier, as: 'networkTier'
7423
+ property :no_automate_dns_zone, as: 'noAutomateDnsZone'
7422
7424
  property :port_range, as: 'portRange'
7423
7425
  collection :ports, as: 'ports'
7424
7426
  property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
@@ -10425,6 +10427,7 @@ module Google
10425
10427
  property :name, as: 'name'
10426
10428
  property :network, as: 'network'
10427
10429
  property :peer_mtu, as: 'peerMtu'
10430
+ property :stack_type, as: 'stackType'
10428
10431
  property :state, as: 'state'
10429
10432
  property :state_details, as: 'stateDetails'
10430
10433
  end
@@ -12778,6 +12781,7 @@ module Google
12778
12781
  collection :drain_nat_ips, as: 'drainNatIps'
12779
12782
  property :enable_dynamic_port_allocation, as: 'enableDynamicPortAllocation'
12780
12783
  property :enable_endpoint_independent_mapping, as: 'enableEndpointIndependentMapping'
12784
+ collection :endpoint_types, as: 'endpointTypes'
12781
12785
  property :icmp_idle_timeout_sec, as: 'icmpIdleTimeoutSec'
12782
12786
  property :log_config, as: 'logConfig', class: Google::Apis::ComputeV1::RouterNatLogConfig, decorator: Google::Apis::ComputeV1::RouterNatLogConfig::Representation
12783
12787
 
@@ -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.34.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-05-02 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.34.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: []