google-apis-compute_v1 0.52.0 → 0.54.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: 016507642476add736aceb32a00d864d93d46c141eab4952c43cc6bcf8d9b407
4
- data.tar.gz: f837eb95b1d8ce737b74131ec34b9cc15144647f6b5b8e5891c4af02d5b3cfba
3
+ metadata.gz: abc081b310b12e04f5e89afe2cd4e7e4e5e029e6a0813bc64435e3e4e96c0ecf
4
+ data.tar.gz: 9858cb4bd96c6b8ba92d39ee87a43761bc3fc98089e55ed02698e8f02a5cfbff
5
5
  SHA512:
6
- metadata.gz: a1b85ff5f6a1d40e3b66621d32a76999738059ba466d193d1241640dc0156db60af810aa0c3a3008ae61138c05010bceb8ed88671d6103efad7f01f6d2c3617e
7
- data.tar.gz: 32781065a7169db35c0cacc7fbf168ff306063417d6459136d819b59b96d7ec3ca3e65ba23b4e2a03a7e44a5318b195fe33656424c4fc02ba35b2c72107ae042
6
+ metadata.gz: d9e6381e17a9b9a682742f813df59fe3e4b835790a0d29e3bf53b86450aa2d8f506a6a3492c3f35f83300c1021c5eb2ff21234b8e38c353b9d5262872313c4d9
7
+ data.tar.gz: a3581c98a79b81d9fd18e768370965e8ea266de0bd7fec6449cbdc967adf8386a68dce99b76a01a7300926e823ce1aa52fb1fef536311dca01ce222500109d09
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.54.0 (2022-10-30)
4
+
5
+ * Regenerated from discovery document revision 20221018
6
+ * Regenerated using generator version 0.11.0
7
+
8
+ ### v0.53.0 (2022-09-30)
9
+
10
+ * Regenerated from discovery document revision 20220918
11
+
3
12
  ### v0.52.0 (2022-09-21)
4
13
 
5
14
  * Regenerated from discovery document revision 20220911
@@ -591,6 +591,13 @@ module Google
591
591
  # @return [String]
592
592
  attr_accessor :ip_version
593
593
 
594
+ # The endpoint type of this address, which should be VM or NETLB. This is used
595
+ # for deciding which type of endpoint this address can be used after the
596
+ # external IPv6 address reservation.
597
+ # Corresponds to the JSON property `ipv6EndpointType`
598
+ # @return [String]
599
+ attr_accessor :ipv6_endpoint_type
600
+
594
601
  # [Output Only] Type of the resource. Always compute#address for addresses.
595
602
  # Corresponds to the JSON property `kind`
596
603
  # @return [String]
@@ -690,6 +697,7 @@ module Google
690
697
  @description = args[:description] if args.key?(:description)
691
698
  @id = args[:id] if args.key?(:id)
692
699
  @ip_version = args[:ip_version] if args.key?(:ip_version)
700
+ @ipv6_endpoint_type = args[:ipv6_endpoint_type] if args.key?(:ipv6_endpoint_type)
693
701
  @kind = args[:kind] if args.key?(:kind)
694
702
  @name = args[:name] if args.key?(:name)
695
703
  @network = args[:network] if args.key?(:network)
@@ -5535,7 +5543,8 @@ module Google
5535
5543
  # Specifies a regular expression that matches allowed origins. For more
5536
5544
  # information about the regular expression syntax, see Syntax. An origin is
5537
5545
  # allowed if it matches either an item in allowOrigins or an item in
5538
- # allowOriginRegexes.
5546
+ # allowOriginRegexes. Regular expressions can only be used when the
5547
+ # loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
5539
5548
  # Corresponds to the JSON property `allowOriginRegexes`
5540
5549
  # @return [Array<String>]
5541
5550
  attr_accessor :allow_origin_regexes
@@ -8888,7 +8897,16 @@ module Google
8888
8897
  # @return [String]
8889
8898
  attr_accessor :subnetwork
8890
8899
 
8891
- #
8900
+ # The URL of the target resource to receive the matched traffic. For regional
8901
+ # forwarding rules, this target must be in the same region as the forwarding
8902
+ # rule. For global forwarding rules, this target must be a global load balancing
8903
+ # resource. The forwarded traffic must be of a type appropriate to the target
8904
+ # object. For more information, see the "Target" column in [Port specifications](
8905
+ # https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#
8906
+ # ip_address_specifications). For Private Service Connect forwarding rules that
8907
+ # forward traffic to Google APIs, provide the name of a supported Google API
8908
+ # bundle: - vpc-sc - APIs that support VPC Service Controls. - all-apis - All
8909
+ # supported Google APIs.
8892
8910
  # Corresponds to the JSON property `target`
8893
8911
  # @return [String]
8894
8912
  attr_accessor :target
@@ -11132,8 +11150,8 @@ module Google
11132
11150
  # For matching against a port specified in the HTTP request, use a headerMatch
11133
11151
  # with headerName set to PORT and a regular expression that satisfies the
11134
11152
  # RFC2616 Host header's port specifier. Only one of exactMatch, prefixMatch,
11135
- # suffixMatch, regexMatch, presentMatch or rangeMatch must be set. regexMatch
11136
- # only applies to load balancers that have loadBalancingScheme set to
11153
+ # suffixMatch, regexMatch, presentMatch or rangeMatch must be set. Regular
11154
+ # expressions can only be used when the loadBalancingScheme is set to
11137
11155
  # INTERNAL_SELF_MANAGED.
11138
11156
  # Corresponds to the JSON property `regexMatch`
11139
11157
  # @return [String]
@@ -11452,8 +11470,8 @@ module Google
11452
11470
  # The queryParameterMatch matches if the value of the parameter matches the
11453
11471
  # regular expression specified by regexMatch. For more information about regular
11454
11472
  # expression syntax, see Syntax. Only one of presentMatch, exactMatch, or
11455
- # regexMatch must be set. regexMatch only applies when the loadBalancingScheme
11456
- # is set to INTERNAL_SELF_MANAGED.
11473
+ # regexMatch must be set. Regular expressions can only be used when the
11474
+ # loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
11457
11475
  # Corresponds to the JSON property `regexMatch`
11458
11476
  # @return [String]
11459
11477
  attr_accessor :regex_match
@@ -11834,8 +11852,8 @@ module Google
11834
11852
  # the regular expression specified in regexMatch after removing any query
11835
11853
  # parameters and anchor supplied with the original URL. For more information
11836
11854
  # about regular expression syntax, see Syntax. Only one of prefixMatch,
11837
- # fullPathMatch or regexMatch must be specified. regexMatch only applies to load
11838
- # balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED.
11855
+ # fullPathMatch or regexMatch must be specified. Regular expressions can only be
11856
+ # used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
11839
11857
  # Corresponds to the JSON property `regexMatch`
11840
11858
  # @return [String]
11841
11859
  attr_accessor :regex_match
@@ -13530,6 +13548,12 @@ module Google
13530
13548
  # @return [String]
13531
13549
  attr_accessor :kind
13532
13550
 
13551
+ # Pagination behavior of the listManagedInstances API method for this managed
13552
+ # instance group.
13553
+ # Corresponds to the JSON property `listManagedInstancesResults`
13554
+ # @return [String]
13555
+ attr_accessor :list_managed_instances_results
13556
+
13533
13557
  # The name of the managed instance group. The name must be 1-63 characters long,
13534
13558
  # and comply with RFC1035.
13535
13559
  # Corresponds to the JSON property `name`
@@ -13617,6 +13641,7 @@ module Google
13617
13641
  @instance_group = args[:instance_group] if args.key?(:instance_group)
13618
13642
  @instance_template = args[:instance_template] if args.key?(:instance_template)
13619
13643
  @kind = args[:kind] if args.key?(:kind)
13644
+ @list_managed_instances_results = args[:list_managed_instances_results] if args.key?(:list_managed_instances_results)
13620
13645
  @name = args[:name] if args.key?(:name)
13621
13646
  @named_ports = args[:named_ports] if args.key?(:named_ports)
13622
13647
  @region = args[:region] if args.key?(:region)
@@ -19448,6 +19473,11 @@ module Google
19448
19473
  # @return [Google::Apis::ComputeV1::LocalizedMessage]
19449
19474
  attr_accessor :localized_message
19450
19475
 
19476
+ # Additional details for quota exceeded error for resource quota.
19477
+ # Corresponds to the JSON property `quotaInfo`
19478
+ # @return [Google::Apis::ComputeV1::QuotaExceededInfo]
19479
+ attr_accessor :quota_info
19480
+
19451
19481
  def initialize(**args)
19452
19482
  update!(**args)
19453
19483
  end
@@ -19457,6 +19487,7 @@ module Google
19457
19487
  @error_info = args[:error_info] if args.key?(:error_info)
19458
19488
  @help = args[:help] if args.key?(:help)
19459
19489
  @localized_message = args[:localized_message] if args.key?(:localized_message)
19490
+ @quota_info = args[:quota_info] if args.key?(:quota_info)
19460
19491
  end
19461
19492
  end
19462
19493
  end
@@ -23824,6 +23855,11 @@ module Google
23824
23855
  # @return [Google::Apis::ComputeV1::LocalizedMessage]
23825
23856
  attr_accessor :localized_message
23826
23857
 
23858
+ # Additional details for quota exceeded error for resource quota.
23859
+ # Corresponds to the JSON property `quotaInfo`
23860
+ # @return [Google::Apis::ComputeV1::QuotaExceededInfo]
23861
+ attr_accessor :quota_info
23862
+
23827
23863
  def initialize(**args)
23828
23864
  update!(**args)
23829
23865
  end
@@ -23833,6 +23869,7 @@ module Google
23833
23869
  @error_info = args[:error_info] if args.key?(:error_info)
23834
23870
  @help = args[:help] if args.key?(:help)
23835
23871
  @localized_message = args[:localized_message] if args.key?(:localized_message)
23872
+ @quota_info = args[:quota_info] if args.key?(:quota_info)
23836
23873
  end
23837
23874
  end
23838
23875
  end
@@ -24253,28 +24290,36 @@ module Google
24253
24290
 
24254
24291
  # Number of errors before a host is ejected from the connection pool. When the
24255
24292
  # backend host is accessed over HTTP, a 5xx return code qualifies as an error.
24256
- # Defaults to 5.
24293
+ # Defaults to 5. Not supported when the backend service is referenced by a URL
24294
+ # map that is bound to target gRPC proxy that has validateForProxyless field set
24295
+ # to true.
24257
24296
  # Corresponds to the JSON property `consecutiveErrors`
24258
24297
  # @return [Fixnum]
24259
24298
  attr_accessor :consecutive_errors
24260
24299
 
24261
24300
  # The number of consecutive gateway failures (502, 503, 504 status or connection
24262
24301
  # errors that are mapped to one of those status codes) before a consecutive
24263
- # gateway failure ejection occurs. Defaults to 3.
24302
+ # gateway failure ejection occurs. Defaults to 3. Not supported when the backend
24303
+ # service is referenced by a URL map that is bound to target gRPC proxy that has
24304
+ # validateForProxyless field set to true.
24264
24305
  # Corresponds to the JSON property `consecutiveGatewayFailure`
24265
24306
  # @return [Fixnum]
24266
24307
  attr_accessor :consecutive_gateway_failure
24267
24308
 
24268
24309
  # The percentage chance that a host will be actually ejected when an outlier
24269
24310
  # status is detected through consecutive 5xx. This setting can be used to
24270
- # disable ejection or to ramp it up slowly. Defaults to 0.
24311
+ # disable ejection or to ramp it up slowly. Defaults to 0. Not supported when
24312
+ # the backend service is referenced by a URL map that is bound to target gRPC
24313
+ # proxy that has validateForProxyless field set to true.
24271
24314
  # Corresponds to the JSON property `enforcingConsecutiveErrors`
24272
24315
  # @return [Fixnum]
24273
24316
  attr_accessor :enforcing_consecutive_errors
24274
24317
 
24275
24318
  # The percentage chance that a host will be actually ejected when an outlier
24276
24319
  # status is detected through consecutive gateway failures. This setting can be
24277
- # used to disable ejection or to ramp it up slowly. Defaults to 100.
24320
+ # used to disable ejection or to ramp it up slowly. Defaults to 100. Not
24321
+ # supported when the backend service is referenced by a URL map that is bound to
24322
+ # target gRPC proxy that has validateForProxyless field set to true.
24278
24323
  # Corresponds to the JSON property `enforcingConsecutiveGatewayFailure`
24279
24324
  # @return [Fixnum]
24280
24325
  attr_accessor :enforcing_consecutive_gateway_failure
@@ -26440,6 +26485,44 @@ module Google
26440
26485
  end
26441
26486
  end
26442
26487
 
26488
+ # Additional details for quota exceeded error for resource quota.
26489
+ class QuotaExceededInfo
26490
+ include Google::Apis::Core::Hashable
26491
+
26492
+ # The map holding related quota dimensions.
26493
+ # Corresponds to the JSON property `dimensions`
26494
+ # @return [Hash<String,String>]
26495
+ attr_accessor :dimensions
26496
+
26497
+ # Current effective quota limit. The limit's unit depends on the quota type or
26498
+ # metric.
26499
+ # Corresponds to the JSON property `limit`
26500
+ # @return [Float]
26501
+ attr_accessor :limit
26502
+
26503
+ # The name of the quota limit.
26504
+ # Corresponds to the JSON property `limitName`
26505
+ # @return [String]
26506
+ attr_accessor :limit_name
26507
+
26508
+ # The Compute Engine quota metric name.
26509
+ # Corresponds to the JSON property `metricName`
26510
+ # @return [String]
26511
+ attr_accessor :metric_name
26512
+
26513
+ def initialize(**args)
26514
+ update!(**args)
26515
+ end
26516
+
26517
+ # Update properties of this object
26518
+ def update!(**args)
26519
+ @dimensions = args[:dimensions] if args.key?(:dimensions)
26520
+ @limit = args[:limit] if args.key?(:limit)
26521
+ @limit_name = args[:limit_name] if args.key?(:limit_name)
26522
+ @metric_name = args[:metric_name] if args.key?(:metric_name)
26523
+ end
26524
+ end
26525
+
26443
26526
  # Represents a reference to a resource.
26444
26527
  class Reference
26445
26528
  include Google::Apis::Core::Hashable
@@ -30950,11 +31033,22 @@ module Google
30950
31033
  # @return [Google::Apis::ComputeV1::BfdStatus]
30951
31034
  attr_accessor :bfd_status
30952
31035
 
31036
+ # Enable IPv6 traffic over BGP Peer. If not specified, it is disabled by default.
31037
+ # Corresponds to the JSON property `enableIpv6`
31038
+ # @return [Boolean]
31039
+ attr_accessor :enable_ipv6
31040
+ alias_method :enable_ipv6?, :enable_ipv6
31041
+
30953
31042
  # IP address of the local BGP interface.
30954
31043
  # Corresponds to the JSON property `ipAddress`
30955
31044
  # @return [String]
30956
31045
  attr_accessor :ip_address
30957
31046
 
31047
+ # IPv6 address of the local BGP interface.
31048
+ # Corresponds to the JSON property `ipv6NexthopAddress`
31049
+ # @return [String]
31050
+ attr_accessor :ipv6_nexthop_address
31051
+
30958
31052
  # URL of the VPN tunnel that this BGP peer controls.
30959
31053
  # Corresponds to the JSON property `linkedVpnTunnel`
30960
31054
  # @return [String]
@@ -30981,6 +31075,11 @@ module Google
30981
31075
  # @return [String]
30982
31076
  attr_accessor :peer_ip_address
30983
31077
 
31078
+ # IPv6 address of the remote BGP interface.
31079
+ # Corresponds to the JSON property `peerIpv6NexthopAddress`
31080
+ # @return [String]
31081
+ attr_accessor :peer_ipv6_nexthop_address
31082
+
30984
31083
  # [Output only] URI of the VM instance that is used as third-party router
30985
31084
  # appliances such as Next Gen Firewalls, Virtual Routers, or Router Appliances.
30986
31085
  # The VM instance is the peer side of the BGP session.
@@ -31023,12 +31122,15 @@ module Google
31023
31122
  def update!(**args)
31024
31123
  @advertised_routes = args[:advertised_routes] if args.key?(:advertised_routes)
31025
31124
  @bfd_status = args[:bfd_status] if args.key?(:bfd_status)
31125
+ @enable_ipv6 = args[:enable_ipv6] if args.key?(:enable_ipv6)
31026
31126
  @ip_address = args[:ip_address] if args.key?(:ip_address)
31127
+ @ipv6_nexthop_address = args[:ipv6_nexthop_address] if args.key?(:ipv6_nexthop_address)
31027
31128
  @linked_vpn_tunnel = args[:linked_vpn_tunnel] if args.key?(:linked_vpn_tunnel)
31028
31129
  @md5_auth_enabled = args[:md5_auth_enabled] if args.key?(:md5_auth_enabled)
31029
31130
  @name = args[:name] if args.key?(:name)
31030
31131
  @num_learned_routes = args[:num_learned_routes] if args.key?(:num_learned_routes)
31031
31132
  @peer_ip_address = args[:peer_ip_address] if args.key?(:peer_ip_address)
31133
+ @peer_ipv6_nexthop_address = args[:peer_ipv6_nexthop_address] if args.key?(:peer_ipv6_nexthop_address)
31032
31134
  @router_appliance_instance = args[:router_appliance_instance] if args.key?(:router_appliance_instance)
31033
31135
  @state = args[:state] if args.key?(:state)
31034
31136
  @status = args[:status] if args.key?(:status)
@@ -32098,9 +32200,11 @@ module Google
32098
32200
  attr_accessor :region
32099
32201
 
32100
32202
  # A list of rules that belong to this policy. There must always be a default
32101
- # rule (rule with priority 2147483647 and match "*"). If no rules are provided
32102
- # when creating a security policy, a default rule with action "allow" will be
32103
- # added.
32203
+ # rule which is a rule with priority 2147483647 and match all condition (for the
32204
+ # match condition this means match "*" for srcIpRanges and for the networkMatch
32205
+ # condition every field must be either match "*" or not set). If no rules are
32206
+ # provided when creating a security policy, a default rule with action "allow"
32207
+ # will be added.
32104
32208
  # Corresponds to the JSON property `rules`
32105
32209
  # @return [Array<Google::Apis::ComputeV1::SecurityPolicyRule>]
32106
32210
  attr_accessor :rules
@@ -32662,7 +32766,11 @@ module Google
32662
32766
  # e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is
32663
32767
  # configured under "enforce_on_key_name". The key value is truncated to the
32664
32768
  # first 128 bytes of the cookie value. If no such cookie is present in the
32665
- # request, the key type defaults to ALL.
32769
+ # request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP
32770
+ # request. The key value is truncated to the first 128 bytes. - SNI: Server name
32771
+ # indication in the TLS session of the HTTPS request. The key value is truncated
32772
+ # to the first 128 bytes. The key type defaults to ALL on a HTTP session. -
32773
+ # REGION_CODE: The country/region from which the request originates.
32666
32774
  # Corresponds to the JSON property `enforceOnKey`
32667
32775
  # @return [String]
32668
32776
  attr_accessor :enforce_on_key
@@ -40705,7 +40813,8 @@ module Google
40705
40813
  attr_accessor :self_link
40706
40814
 
40707
40815
  # The stack type for this VPN gateway to identify the IP protocols that are
40708
- # enabled. If not specified, IPV4_ONLY will be used.
40816
+ # enabled. Possible values are: IPV4_ONLY, IPV4_IPV6. If not specified,
40817
+ # IPV4_ONLY will be used.
40709
40818
  # Corresponds to the JSON property `stackType`
40710
40819
  # @return [String]
40711
40820
  attr_accessor :stack_type
@@ -41316,7 +41425,9 @@ module Google
41316
41425
  attr_accessor :peer_external_gateway
41317
41426
 
41318
41427
  # The interface ID of the external VPN gateway to which this VPN tunnel is
41319
- # connected. Provided by the client when the VPN tunnel is created.
41428
+ # connected. Provided by the client when the VPN tunnel is created. Possible
41429
+ # values are: `0`, `1`, `2`, `3`. The number of IDs in use depends on the
41430
+ # external VPN gateway redundancy type.
41320
41431
  # Corresponds to the JSON property `peerExternalGatewayInterface`
41321
41432
  # @return [Fixnum]
41322
41433
  attr_accessor :peer_external_gateway_interface
@@ -41407,6 +41518,7 @@ module Google
41407
41518
  attr_accessor :vpn_gateway
41408
41519
 
41409
41520
  # The interface ID of the VPN gateway with which this VPN tunnel is associated.
41521
+ # Possible values are: `0`, `1`.
41410
41522
  # Corresponds to the JSON property `vpnGatewayInterface`
41411
41523
  # @return [Fixnum]
41412
41524
  attr_accessor :vpn_gateway_interface
@@ -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.52.0"
19
+ GEM_VERSION = "0.54.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 = "20220911"
25
+ REVISION = "20221018"
26
26
  end
27
27
  end
28
28
  end
@@ -3352,6 +3352,12 @@ module Google
3352
3352
  include Google::Apis::Core::JsonObjectSupport
3353
3353
  end
3354
3354
 
3355
+ class QuotaExceededInfo
3356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3357
+
3358
+ include Google::Apis::Core::JsonObjectSupport
3359
+ end
3360
+
3355
3361
  class Reference
3356
3362
  class Representation < Google::Apis::Core::JsonRepresentation; end
3357
3363
 
@@ -5755,6 +5761,7 @@ module Google
5755
5761
  property :description, as: 'description'
5756
5762
  property :id, :numeric_string => true, as: 'id'
5757
5763
  property :ip_version, as: 'ipVersion'
5764
+ property :ipv6_endpoint_type, as: 'ipv6EndpointType'
5758
5765
  property :kind, as: 'kind'
5759
5766
  property :name, as: 'name'
5760
5767
  property :network, as: 'network'
@@ -8676,6 +8683,7 @@ module Google
8676
8683
  property :instance_group, as: 'instanceGroup'
8677
8684
  property :instance_template, as: 'instanceTemplate'
8678
8685
  property :kind, as: 'kind'
8686
+ property :list_managed_instances_results, as: 'listManagedInstancesResults'
8679
8687
  property :name, as: 'name'
8680
8688
  collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeV1::NamedPort, decorator: Google::Apis::ComputeV1::NamedPort::Representation
8681
8689
 
@@ -10216,6 +10224,8 @@ module Google
10216
10224
 
10217
10225
  property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeV1::LocalizedMessage, decorator: Google::Apis::ComputeV1::LocalizedMessage::Representation
10218
10226
 
10227
+ property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeV1::QuotaExceededInfo, decorator: Google::Apis::ComputeV1::QuotaExceededInfo::Representation
10228
+
10219
10229
  end
10220
10230
  end
10221
10231
  end
@@ -11315,6 +11325,8 @@ module Google
11315
11325
 
11316
11326
  property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeV1::LocalizedMessage, decorator: Google::Apis::ComputeV1::LocalizedMessage::Representation
11317
11327
 
11328
+ property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeV1::QuotaExceededInfo, decorator: Google::Apis::ComputeV1::QuotaExceededInfo::Representation
11329
+
11318
11330
  end
11319
11331
  end
11320
11332
  end
@@ -11973,6 +11985,16 @@ module Google
11973
11985
  end
11974
11986
  end
11975
11987
 
11988
+ class QuotaExceededInfo
11989
+ # @private
11990
+ class Representation < Google::Apis::Core::JsonRepresentation
11991
+ hash :dimensions, as: 'dimensions'
11992
+ property :limit, as: 'limit'
11993
+ property :limit_name, as: 'limitName'
11994
+ property :metric_name, as: 'metricName'
11995
+ end
11996
+ end
11997
+
11976
11998
  class Reference
11977
11999
  # @private
11978
12000
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13150,12 +13172,15 @@ module Google
13150
13172
 
13151
13173
  property :bfd_status, as: 'bfdStatus', class: Google::Apis::ComputeV1::BfdStatus, decorator: Google::Apis::ComputeV1::BfdStatus::Representation
13152
13174
 
13175
+ property :enable_ipv6, as: 'enableIpv6'
13153
13176
  property :ip_address, as: 'ipAddress'
13177
+ property :ipv6_nexthop_address, as: 'ipv6NexthopAddress'
13154
13178
  property :linked_vpn_tunnel, as: 'linkedVpnTunnel'
13155
13179
  property :md5_auth_enabled, as: 'md5AuthEnabled'
13156
13180
  property :name, as: 'name'
13157
13181
  property :num_learned_routes, as: 'numLearnedRoutes'
13158
13182
  property :peer_ip_address, as: 'peerIpAddress'
13183
+ property :peer_ipv6_nexthop_address, as: 'peerIpv6NexthopAddress'
13159
13184
  property :router_appliance_instance, as: 'routerApplianceInstance'
13160
13185
  property :state, as: 'state'
13161
13186
  property :status, as: 'status'
@@ -26623,7 +26623,10 @@ module Google
26623
26623
  execute_or_queue_command(command, &block)
26624
26624
  end
26625
26625
 
26626
- # Patches the specified policy with the data included in the request.
26626
+ # Patches the specified policy with the data included in the request. To clear
26627
+ # fields in the rule, leave the fields empty and specify them in the updateMask.
26628
+ # This cannot be used to be update the rules in the policy. Please use the per
26629
+ # rule methods like addRule, patchRule, and removeRule instead.
26627
26630
  # @param [String] project
26628
26631
  # Project ID for this request.
26629
26632
  # @param [String] region
@@ -31040,9 +31043,10 @@ module Google
31040
31043
  execute_or_queue_command(command, &block)
31041
31044
  end
31042
31045
 
31043
- # Patches the specified policy with the data included in the request. This
31044
- # cannot be used to be update the rules in the policy. Please use the per rule
31045
- # methods like addRule, patchRule, and removeRule instead.
31046
+ # Patches the specified policy with the data included in the request. To clear
31047
+ # fields in the rule, leave the fields empty and specify them in the updateMask.
31048
+ # This cannot be used to be update the rules in the policy. Please use the per
31049
+ # rule methods like addRule, patchRule, and removeRule instead.
31046
31050
  # @param [String] project
31047
31051
  # Project ID for this request.
31048
31052
  # @param [String] security_policy
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.52.0
4
+ version: 0.54.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-09-26 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.54.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: []