google-apis-compute_beta 0.51.0 → 0.52.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: 9f380dbfd0c9b3dcbae8d6e1700557d11d57ff46330345ecb780941853f7481a
4
- data.tar.gz: 871d0b7ba3bd76d8a6a72d9e6b6611fbe71559032994f1da49f8a3c9c71b18b8
3
+ metadata.gz: 20a645c4165c68abbafe51e414792b077e89c371d78bccf4f000c5985f6389b4
4
+ data.tar.gz: ff3f5131bc81499451cecd61b846491f7d74783f3d2c09647886276779a530de
5
5
  SHA512:
6
- metadata.gz: a6e20b0c5fe8cdc6c24e8291c23d33985d0f7edb4f0a8e6a24e1e890b843df30d8a08cd351b2bf4918b92f16df663a0625dce3dfec71143328c1288b03bcfa60
7
- data.tar.gz: cac2cb5c9c5bfb639ab728246783d3d6fd8c27e8100c7768d6c9b50cb989f4398876d46727374a991ab0ae8e6401eb27e4920dfc1d7e32ad122e1c8cac19e046
6
+ metadata.gz: 69e02fccc71d92d2c17fad482f76d45a029ad60913186f113ddf8c9436f12fdbd69eb5836560a1f69c90021163fd1d099cd63427bf3759c9134a9c772c5edd23
7
+ data.tar.gz: 45480a28309c3226bd969c529e5bbe9acfac7ddd62b6324fb9d661741d7c00fcf95546942f0dae88095742dffc57499da3d6476a85c981049193e382e2ac0acc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.52.0 (2022-10-27)
4
+
5
+ * Regenerated from discovery document revision 20221018
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.51.0 (2022-09-30)
4
9
 
5
10
  * Regenerated from discovery document revision 20220918
@@ -1205,8 +1205,8 @@ module Google
1205
1205
  # @return [Fixnum]
1206
1206
  attr_accessor :maintenance_freeze_duration_hours
1207
1207
 
1208
- # For more information about maintenance intervals, see Setting maintenance
1209
- # intervals.
1208
+ # Specifies the frequency of planned maintenance events. The accepted values are:
1209
+ # `PERIODIC`.
1210
1210
  # Corresponds to the JSON property `maintenanceInterval`
1211
1211
  # @return [String]
1212
1212
  attr_accessor :maintenance_interval
@@ -5685,7 +5685,8 @@ module Google
5685
5685
  # Specifies a regular expression that matches allowed origins. For more
5686
5686
  # information about the regular expression syntax, see Syntax. An origin is
5687
5687
  # allowed if it matches either an item in allowOrigins or an item in
5688
- # allowOriginRegexes.
5688
+ # allowOriginRegexes. Regular expressions can only be used when the
5689
+ # loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
5689
5690
  # Corresponds to the JSON property `allowOriginRegexes`
5690
5691
  # @return [Array<String>]
5691
5692
  attr_accessor :allow_origin_regexes
@@ -11481,8 +11482,8 @@ module Google
11481
11482
  # For matching against a port specified in the HTTP request, use a headerMatch
11482
11483
  # with headerName set to PORT and a regular expression that satisfies the
11483
11484
  # RFC2616 Host header's port specifier. Only one of exactMatch, prefixMatch,
11484
- # suffixMatch, regexMatch, presentMatch or rangeMatch must be set. regexMatch
11485
- # only applies to load balancers that have loadBalancingScheme set to
11485
+ # suffixMatch, regexMatch, presentMatch or rangeMatch must be set. Regular
11486
+ # expressions can only be used when the loadBalancingScheme is set to
11486
11487
  # INTERNAL_SELF_MANAGED.
11487
11488
  # Corresponds to the JSON property `regexMatch`
11488
11489
  # @return [String]
@@ -11801,8 +11802,8 @@ module Google
11801
11802
  # The queryParameterMatch matches if the value of the parameter matches the
11802
11803
  # regular expression specified by regexMatch. For more information about regular
11803
11804
  # expression syntax, see Syntax. Only one of presentMatch, exactMatch, or
11804
- # regexMatch must be set. regexMatch only applies when the loadBalancingScheme
11805
- # is set to INTERNAL_SELF_MANAGED.
11805
+ # regexMatch must be set. Regular expressions can only be used when the
11806
+ # loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
11806
11807
  # Corresponds to the JSON property `regexMatch`
11807
11808
  # @return [String]
11808
11809
  attr_accessor :regex_match
@@ -12204,8 +12205,8 @@ module Google
12204
12205
  # the regular expression specified in regexMatch after removing any query
12205
12206
  # parameters and anchor supplied with the original URL. For more information
12206
12207
  # about regular expression syntax, see Syntax. Only one of prefixMatch,
12207
- # fullPathMatch or regexMatch must be specified. regexMatch only applies to load
12208
- # balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED.
12208
+ # fullPathMatch or regexMatch must be specified. Regular expressions can only be
12209
+ # used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
12209
12210
  # Corresponds to the JSON property `regexMatch`
12210
12211
  # @return [String]
12211
12212
  attr_accessor :regex_match
@@ -13959,6 +13960,11 @@ module Google
13959
13960
  # @return [String]
13960
13961
  attr_accessor :instance_group
13961
13962
 
13963
+ # The repair policy for this managed instance group.
13964
+ # Corresponds to the JSON property `instanceLifecyclePolicy`
13965
+ # @return [Google::Apis::ComputeBeta::InstanceGroupManagerInstanceLifecyclePolicy]
13966
+ attr_accessor :instance_lifecycle_policy
13967
+
13962
13968
  # The URL of the instance template that is specified for this managed instance
13963
13969
  # group. The group uses this template to create all new instances in the managed
13964
13970
  # instance group. The templates for existing instances in the group do not
@@ -14075,6 +14081,7 @@ module Google
14075
14081
  @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
14076
14082
  @id = args[:id] if args.key?(:id)
14077
14083
  @instance_group = args[:instance_group] if args.key?(:instance_group)
14084
+ @instance_lifecycle_policy = args[:instance_lifecycle_policy] if args.key?(:instance_lifecycle_policy)
14078
14085
  @instance_template = args[:instance_template] if args.key?(:instance_template)
14079
14086
  @kind = args[:kind] if args.key?(:kind)
14080
14087
  @list_managed_instances_results = args[:list_managed_instances_results] if args.key?(:list_managed_instances_results)
@@ -14381,6 +14388,29 @@ module Google
14381
14388
  end
14382
14389
  end
14383
14390
 
14391
+ #
14392
+ class InstanceGroupManagerInstanceLifecyclePolicy
14393
+ include Google::Apis::Core::Hashable
14394
+
14395
+ # A bit indicating whether to forcefully apply the group's latest configuration
14396
+ # when repairing a VM. Valid options are: - NO (default): If configuration
14397
+ # updates are available, they are not forcefully applied during repair. Instead,
14398
+ # configuration updates are applied according to the group's update policy. -
14399
+ # YES: If configuration updates are available, they are applied during repair.
14400
+ # Corresponds to the JSON property `forceUpdateOnRepair`
14401
+ # @return [String]
14402
+ attr_accessor :force_update_on_repair
14403
+
14404
+ def initialize(**args)
14405
+ update!(**args)
14406
+ end
14407
+
14408
+ # Update properties of this object
14409
+ def update!(**args)
14410
+ @force_update_on_repair = args[:force_update_on_repair] if args.key?(:force_update_on_repair)
14411
+ end
14412
+ end
14413
+
14384
14414
  # [Output Only] A list of managed instance groups.
14385
14415
  class InstanceGroupManagerList
14386
14416
  include Google::Apis::Core::Hashable
@@ -20218,6 +20248,11 @@ module Google
20218
20248
  # @return [Google::Apis::ComputeBeta::LocalizedMessage]
20219
20249
  attr_accessor :localized_message
20220
20250
 
20251
+ # Additional details for quota exceeded error for resource quota.
20252
+ # Corresponds to the JSON property `quotaInfo`
20253
+ # @return [Google::Apis::ComputeBeta::QuotaExceededInfo]
20254
+ attr_accessor :quota_info
20255
+
20221
20256
  def initialize(**args)
20222
20257
  update!(**args)
20223
20258
  end
@@ -20227,6 +20262,7 @@ module Google
20227
20262
  @error_info = args[:error_info] if args.key?(:error_info)
20228
20263
  @help = args[:help] if args.key?(:help)
20229
20264
  @localized_message = args[:localized_message] if args.key?(:localized_message)
20265
+ @quota_info = args[:quota_info] if args.key?(:quota_info)
20230
20266
  end
20231
20267
  end
20232
20268
  end
@@ -24759,6 +24795,11 @@ module Google
24759
24795
  # @return [Google::Apis::ComputeBeta::LocalizedMessage]
24760
24796
  attr_accessor :localized_message
24761
24797
 
24798
+ # Additional details for quota exceeded error for resource quota.
24799
+ # Corresponds to the JSON property `quotaInfo`
24800
+ # @return [Google::Apis::ComputeBeta::QuotaExceededInfo]
24801
+ attr_accessor :quota_info
24802
+
24762
24803
  def initialize(**args)
24763
24804
  update!(**args)
24764
24805
  end
@@ -24768,6 +24809,7 @@ module Google
24768
24809
  @error_info = args[:error_info] if args.key?(:error_info)
24769
24810
  @help = args[:help] if args.key?(:help)
24770
24811
  @localized_message = args[:localized_message] if args.key?(:localized_message)
24812
+ @quota_info = args[:quota_info] if args.key?(:quota_info)
24771
24813
  end
24772
24814
  end
24773
24815
  end
@@ -25215,28 +25257,36 @@ module Google
25215
25257
 
25216
25258
  # Number of errors before a host is ejected from the connection pool. When the
25217
25259
  # backend host is accessed over HTTP, a 5xx return code qualifies as an error.
25218
- # Defaults to 5.
25260
+ # Defaults to 5. Not supported when the backend service is referenced by a URL
25261
+ # map that is bound to target gRPC proxy that has validateForProxyless field set
25262
+ # to true.
25219
25263
  # Corresponds to the JSON property `consecutiveErrors`
25220
25264
  # @return [Fixnum]
25221
25265
  attr_accessor :consecutive_errors
25222
25266
 
25223
25267
  # The number of consecutive gateway failures (502, 503, 504 status or connection
25224
25268
  # errors that are mapped to one of those status codes) before a consecutive
25225
- # gateway failure ejection occurs. Defaults to 3.
25269
+ # gateway failure ejection occurs. Defaults to 3. Not supported when the backend
25270
+ # service is referenced by a URL map that is bound to target gRPC proxy that has
25271
+ # validateForProxyless field set to true.
25226
25272
  # Corresponds to the JSON property `consecutiveGatewayFailure`
25227
25273
  # @return [Fixnum]
25228
25274
  attr_accessor :consecutive_gateway_failure
25229
25275
 
25230
25276
  # The percentage chance that a host will be actually ejected when an outlier
25231
25277
  # status is detected through consecutive 5xx. This setting can be used to
25232
- # disable ejection or to ramp it up slowly. Defaults to 0.
25278
+ # disable ejection or to ramp it up slowly. Defaults to 0. Not supported when
25279
+ # the backend service is referenced by a URL map that is bound to target gRPC
25280
+ # proxy that has validateForProxyless field set to true.
25233
25281
  # Corresponds to the JSON property `enforcingConsecutiveErrors`
25234
25282
  # @return [Fixnum]
25235
25283
  attr_accessor :enforcing_consecutive_errors
25236
25284
 
25237
25285
  # The percentage chance that a host will be actually ejected when an outlier
25238
25286
  # status is detected through consecutive gateway failures. This setting can be
25239
- # used to disable ejection or to ramp it up slowly. Defaults to 100.
25287
+ # used to disable ejection or to ramp it up slowly. Defaults to 100. Not
25288
+ # supported when the backend service is referenced by a URL map that is bound to
25289
+ # target gRPC proxy that has validateForProxyless field set to true.
25240
25290
  # Corresponds to the JSON property `enforcingConsecutiveGatewayFailure`
25241
25291
  # @return [Fixnum]
25242
25292
  attr_accessor :enforcing_consecutive_gateway_failure
@@ -27470,6 +27520,44 @@ module Google
27470
27520
  end
27471
27521
  end
27472
27522
 
27523
+ # Additional details for quota exceeded error for resource quota.
27524
+ class QuotaExceededInfo
27525
+ include Google::Apis::Core::Hashable
27526
+
27527
+ # The map holding related quota dimensions.
27528
+ # Corresponds to the JSON property `dimensions`
27529
+ # @return [Hash<String,String>]
27530
+ attr_accessor :dimensions
27531
+
27532
+ # Current effective quota limit. The limit's unit depends on the quota type or
27533
+ # metric.
27534
+ # Corresponds to the JSON property `limit`
27535
+ # @return [Float]
27536
+ attr_accessor :limit
27537
+
27538
+ # The name of the quota limit.
27539
+ # Corresponds to the JSON property `limitName`
27540
+ # @return [String]
27541
+ attr_accessor :limit_name
27542
+
27543
+ # The Compute Engine quota metric name.
27544
+ # Corresponds to the JSON property `metricName`
27545
+ # @return [String]
27546
+ attr_accessor :metric_name
27547
+
27548
+ def initialize(**args)
27549
+ update!(**args)
27550
+ end
27551
+
27552
+ # Update properties of this object
27553
+ def update!(**args)
27554
+ @dimensions = args[:dimensions] if args.key?(:dimensions)
27555
+ @limit = args[:limit] if args.key?(:limit)
27556
+ @limit_name = args[:limit_name] if args.key?(:limit_name)
27557
+ @metric_name = args[:metric_name] if args.key?(:metric_name)
27558
+ end
27559
+ end
27560
+
27473
27561
  # Represents a reference to a resource.
27474
27562
  class Reference
27475
27563
  include Google::Apis::Core::Hashable
@@ -32837,12 +32925,20 @@ module Google
32837
32925
  # @return [Fixnum]
32838
32926
  attr_accessor :maintenance_freeze_duration_hours
32839
32927
 
32840
- # For more information about maintenance intervals, see Setting maintenance
32841
- # intervals.
32928
+ # Specifies the frequency of planned maintenance events. The accepted values are:
32929
+ # `PERIODIC`.
32842
32930
  # Corresponds to the JSON property `maintenanceInterval`
32843
32931
  # @return [String]
32844
32932
  attr_accessor :maintenance_interval
32845
32933
 
32934
+ # A Duration represents a fixed-length span of time represented as a count of
32935
+ # seconds and fractions of seconds at nanosecond resolution. It is independent
32936
+ # of any calendar and concepts like "day" or "month". Range is approximately 10,
32937
+ # 000 years.
32938
+ # Corresponds to the JSON property `maxRunDuration`
32939
+ # @return [Google::Apis::ComputeBeta::Duration]
32940
+ attr_accessor :max_run_duration
32941
+
32846
32942
  # The minimum number of virtual CPUs this instance will consume when running on
32847
32943
  # a sole-tenant node.
32848
32944
  # Corresponds to the JSON property `minNodeCpus`
@@ -32877,6 +32973,13 @@ module Google
32877
32973
  # @return [String]
32878
32974
  attr_accessor :provisioning_model
32879
32975
 
32976
+ # Specifies the timestamp, when the instance will be terminated, in RFC3339 text
32977
+ # format. If specified, the instance termination action will be performed at the
32978
+ # termination time.
32979
+ # Corresponds to the JSON property `terminationTime`
32980
+ # @return [String]
32981
+ attr_accessor :termination_time
32982
+
32880
32983
  def initialize(**args)
32881
32984
  update!(**args)
32882
32985
  end
@@ -32889,11 +32992,13 @@ module Google
32889
32992
  @location_hint = args[:location_hint] if args.key?(:location_hint)
32890
32993
  @maintenance_freeze_duration_hours = args[:maintenance_freeze_duration_hours] if args.key?(:maintenance_freeze_duration_hours)
32891
32994
  @maintenance_interval = args[:maintenance_interval] if args.key?(:maintenance_interval)
32995
+ @max_run_duration = args[:max_run_duration] if args.key?(:max_run_duration)
32892
32996
  @min_node_cpus = args[:min_node_cpus] if args.key?(:min_node_cpus)
32893
32997
  @node_affinities = args[:node_affinities] if args.key?(:node_affinities)
32894
32998
  @on_host_maintenance = args[:on_host_maintenance] if args.key?(:on_host_maintenance)
32895
32999
  @preemptible = args[:preemptible] if args.key?(:preemptible)
32896
33000
  @provisioning_model = args[:provisioning_model] if args.key?(:provisioning_model)
33001
+ @termination_time = args[:termination_time] if args.key?(:termination_time)
32897
33002
  end
32898
33003
  end
32899
33004
 
@@ -33339,9 +33444,11 @@ module Google
33339
33444
  attr_accessor :rule_tuple_count
33340
33445
 
33341
33446
  # A list of rules that belong to this policy. There must always be a default
33342
- # rule (rule with priority 2147483647 and match "*"). If no rules are provided
33343
- # when creating a security policy, a default rule with action "allow" will be
33344
- # added.
33447
+ # rule which is a rule with priority 2147483647 and match all condition (for the
33448
+ # match condition this means match "*" for srcIpRanges and for the networkMatch
33449
+ # condition every field must be either match "*" or not set). If no rules are
33450
+ # provided when creating a security policy, a default rule with action "allow"
33451
+ # will be added.
33345
33452
  # Corresponds to the JSON property `rules`
33346
33453
  # @return [Array<Google::Apis::ComputeBeta::SecurityPolicyRule>]
33347
33454
  attr_accessor :rules
@@ -34199,7 +34306,11 @@ module Google
34199
34306
  # e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is
34200
34307
  # configured under "enforce_on_key_name". The key value is truncated to the
34201
34308
  # first 128 bytes of the cookie value. If no such cookie is present in the
34202
- # request, the key type defaults to ALL.
34309
+ # request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP
34310
+ # request. The key value is truncated to the first 128 bytes. - SNI: Server name
34311
+ # indication in the TLS session of the HTTPS request. The key value is truncated
34312
+ # to the first 128 bytes. The key type defaults to ALL on a HTTP session. -
34313
+ # REGION_CODE: The country/region from which the request originates.
34203
34314
  # Corresponds to the JSON property `enforceOnKey`
34204
34315
  # @return [String]
34205
34316
  attr_accessor :enforce_on_key
@@ -37167,6 +37278,11 @@ module Google
37167
37278
  # @return [String]
37168
37279
  attr_accessor :region
37169
37280
 
37281
+ # The URL of the reserved internal range.
37282
+ # Corresponds to the JSON property `reservedInternalRange`
37283
+ # @return [String]
37284
+ attr_accessor :reserved_internal_range
37285
+
37170
37286
  # The role of subnetwork. Currently, this field is only used when purpose =
37171
37287
  # INTERNAL_HTTPS_LOAD_BALANCER. The value can be set to ACTIVE or BACKUP. An
37172
37288
  # ACTIVE subnetwork is one that is currently being used for Internal HTTP(S)
@@ -37234,6 +37350,7 @@ module Google
37234
37350
  @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
37235
37351
  @purpose = args[:purpose] if args.key?(:purpose)
37236
37352
  @region = args[:region] if args.key?(:region)
37353
+ @reserved_internal_range = args[:reserved_internal_range] if args.key?(:reserved_internal_range)
37237
37354
  @role = args[:role] if args.key?(:role)
37238
37355
  @secondary_ip_ranges = args[:secondary_ip_ranges] if args.key?(:secondary_ip_ranges)
37239
37356
  @self_link = args[:self_link] if args.key?(:self_link)
@@ -37569,6 +37686,11 @@ module Google
37569
37686
  # @return [String]
37570
37687
  attr_accessor :range_name
37571
37688
 
37689
+ # The URL of the reserved internal range.
37690
+ # Corresponds to the JSON property `reservedInternalRange`
37691
+ # @return [String]
37692
+ attr_accessor :reserved_internal_range
37693
+
37572
37694
  def initialize(**args)
37573
37695
  update!(**args)
37574
37696
  end
@@ -37577,6 +37699,7 @@ module Google
37577
37699
  def update!(**args)
37578
37700
  @ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
37579
37701
  @range_name = args[:range_name] if args.key?(:range_name)
37702
+ @reserved_internal_range = args[:reserved_internal_range] if args.key?(:reserved_internal_range)
37580
37703
  end
37581
37704
  end
37582
37705
 
@@ -42811,7 +42934,8 @@ module Google
42811
42934
  attr_accessor :self_link
42812
42935
 
42813
42936
  # The stack type for this VPN gateway to identify the IP protocols that are
42814
- # enabled. If not specified, IPV4_ONLY will be used.
42937
+ # enabled. Possible values are: IPV4_ONLY, IPV4_IPV6. If not specified,
42938
+ # IPV4_ONLY will be used.
42815
42939
  # Corresponds to the JSON property `stackType`
42816
42940
  # @return [String]
42817
42941
  attr_accessor :stack_type
@@ -43441,7 +43565,9 @@ module Google
43441
43565
  attr_accessor :peer_external_gateway
43442
43566
 
43443
43567
  # The interface ID of the external VPN gateway to which this VPN tunnel is
43444
- # connected. Provided by the client when the VPN tunnel is created.
43568
+ # connected. Provided by the client when the VPN tunnel is created. Possible
43569
+ # values are: `0`, `1`, `2`, `3`. The number of IDs in use depends on the
43570
+ # external VPN gateway redundancy type.
43445
43571
  # Corresponds to the JSON property `peerExternalGatewayInterface`
43446
43572
  # @return [Fixnum]
43447
43573
  attr_accessor :peer_external_gateway_interface
@@ -43532,6 +43658,7 @@ module Google
43532
43658
  attr_accessor :vpn_gateway
43533
43659
 
43534
43660
  # The interface ID of the VPN gateway with which this VPN tunnel is associated.
43661
+ # Possible values are: `0`, `1`.
43535
43662
  # Corresponds to the JSON property `vpnGatewayInterface`
43536
43663
  # @return [Fixnum]
43537
43664
  attr_accessor :vpn_gateway_interface
@@ -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.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220918"
25
+ REVISION = "20221018"
26
26
  end
27
27
  end
28
28
  end
@@ -1612,6 +1612,12 @@ module Google
1612
1612
  include Google::Apis::Core::JsonObjectSupport
1613
1613
  end
1614
1614
 
1615
+ class InstanceGroupManagerInstanceLifecyclePolicy
1616
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1617
+
1618
+ include Google::Apis::Core::JsonObjectSupport
1619
+ end
1620
+
1615
1621
  class InstanceGroupManagerList
1616
1622
  class Representation < Google::Apis::Core::JsonRepresentation; end
1617
1623
 
@@ -3460,6 +3466,12 @@ module Google
3460
3466
  include Google::Apis::Core::JsonObjectSupport
3461
3467
  end
3462
3468
 
3469
+ class QuotaExceededInfo
3470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3471
+
3472
+ include Google::Apis::Core::JsonObjectSupport
3473
+ end
3474
+
3463
3475
  class Reference
3464
3476
  class Representation < Google::Apis::Core::JsonRepresentation; end
3465
3477
 
@@ -8996,6 +9008,8 @@ module Google
8996
9008
  property :fingerprint, :base64 => true, as: 'fingerprint'
8997
9009
  property :id, :numeric_string => true, as: 'id'
8998
9010
  property :instance_group, as: 'instanceGroup'
9011
+ property :instance_lifecycle_policy, as: 'instanceLifecyclePolicy', class: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceLifecyclePolicy, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceLifecyclePolicy::Representation
9012
+
8999
9013
  property :instance_template, as: 'instanceTemplate'
9000
9014
  property :kind, as: 'kind'
9001
9015
  property :list_managed_instances_results, as: 'listManagedInstancesResults'
@@ -9087,6 +9101,13 @@ module Google
9087
9101
  end
9088
9102
  end
9089
9103
 
9104
+ class InstanceGroupManagerInstanceLifecyclePolicy
9105
+ # @private
9106
+ class Representation < Google::Apis::Core::JsonRepresentation
9107
+ property :force_update_on_repair, as: 'forceUpdateOnRepair'
9108
+ end
9109
+ end
9110
+
9090
9111
  class InstanceGroupManagerList
9091
9112
  # @private
9092
9113
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10623,6 +10644,8 @@ module Google
10623
10644
 
10624
10645
  property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeBeta::LocalizedMessage, decorator: Google::Apis::ComputeBeta::LocalizedMessage::Representation
10625
10646
 
10647
+ property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeBeta::QuotaExceededInfo, decorator: Google::Apis::ComputeBeta::QuotaExceededInfo::Representation
10648
+
10626
10649
  end
10627
10650
  end
10628
10651
  end
@@ -11767,6 +11790,8 @@ module Google
11767
11790
 
11768
11791
  property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeBeta::LocalizedMessage, decorator: Google::Apis::ComputeBeta::LocalizedMessage::Representation
11769
11792
 
11793
+ property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeBeta::QuotaExceededInfo, decorator: Google::Apis::ComputeBeta::QuotaExceededInfo::Representation
11794
+
11770
11795
  end
11771
11796
  end
11772
11797
  end
@@ -12455,6 +12480,16 @@ module Google
12455
12480
  end
12456
12481
  end
12457
12482
 
12483
+ class QuotaExceededInfo
12484
+ # @private
12485
+ class Representation < Google::Apis::Core::JsonRepresentation
12486
+ hash :dimensions, as: 'dimensions'
12487
+ property :limit, as: 'limit'
12488
+ property :limit_name, as: 'limitName'
12489
+ property :metric_name, as: 'metricName'
12490
+ end
12491
+ end
12492
+
12458
12493
  class Reference
12459
12494
  # @private
12460
12495
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13836,12 +13871,15 @@ module Google
13836
13871
  property :location_hint, as: 'locationHint'
13837
13872
  property :maintenance_freeze_duration_hours, as: 'maintenanceFreezeDurationHours'
13838
13873
  property :maintenance_interval, as: 'maintenanceInterval'
13874
+ property :max_run_duration, as: 'maxRunDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
13875
+
13839
13876
  property :min_node_cpus, as: 'minNodeCpus'
13840
13877
  collection :node_affinities, as: 'nodeAffinities', class: Google::Apis::ComputeBeta::SchedulingNodeAffinity, decorator: Google::Apis::ComputeBeta::SchedulingNodeAffinity::Representation
13841
13878
 
13842
13879
  property :on_host_maintenance, as: 'onHostMaintenance'
13843
13880
  property :preemptible, as: 'preemptible'
13844
13881
  property :provisioning_model, as: 'provisioningModel'
13882
+ property :termination_time, as: 'terminationTime'
13845
13883
  end
13846
13884
  end
13847
13885
 
@@ -14936,6 +14974,7 @@ module Google
14936
14974
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
14937
14975
  property :purpose, as: 'purpose'
14938
14976
  property :region, as: 'region'
14977
+ property :reserved_internal_range, as: 'reservedInternalRange'
14939
14978
  property :role, as: 'role'
14940
14979
  collection :secondary_ip_ranges, as: 'secondaryIpRanges', class: Google::Apis::ComputeBeta::SubnetworkSecondaryRange, decorator: Google::Apis::ComputeBeta::SubnetworkSecondaryRange::Representation
14941
14980
 
@@ -15027,6 +15066,7 @@ module Google
15027
15066
  class Representation < Google::Apis::Core::JsonRepresentation
15028
15067
  property :ip_cidr_range, as: 'ipCidrRange'
15029
15068
  property :range_name, as: 'rangeName'
15069
+ property :reserved_internal_range, as: 'reservedInternalRange'
15030
15070
  end
15031
15071
  end
15032
15072
 
@@ -29128,7 +29128,10 @@ module Google
29128
29128
  execute_or_queue_command(command, &block)
29129
29129
  end
29130
29130
 
29131
- # Patches the specified policy with the data included in the request.
29131
+ # Patches the specified policy with the data included in the request. To clear
29132
+ # fields in the rule, leave the fields empty and specify them in the updateMask.
29133
+ # This cannot be used to be update the rules in the policy. Please use the per
29134
+ # rule methods like addRule, patchRule, and removeRule instead.
29132
29135
  # @param [String] project
29133
29136
  # Project ID for this request.
29134
29137
  # @param [String] region
@@ -33930,9 +33933,10 @@ module Google
33930
33933
  execute_or_queue_command(command, &block)
33931
33934
  end
33932
33935
 
33933
- # Patches the specified policy with the data included in the request. This
33934
- # cannot be used to be update the rules in the policy. Please use the per rule
33935
- # methods like addRule, patchRule, and removeRule instead.
33936
+ # Patches the specified policy with the data included in the request. To clear
33937
+ # fields in the rule, leave the fields empty and specify them in the updateMask.
33938
+ # This cannot be used to be update the rules in the policy. Please use the per
33939
+ # rule methods like addRule, patchRule, and removeRule instead.
33936
33940
  # @param [String] project
33937
33941
  # Project ID for this request.
33938
33942
  # @param [String] security_policy
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.51.0
4
+ version: 0.52.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-10-03 00:00:00.000000000 Z
11
+ date: 2022-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.52.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: []