google-apis-compute_v1 0.115.0 → 0.117.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: 8aeb5fcdc6d04e69a4f367f62540c52096a2c8d76e9f8d187a6777e0f281d5e1
4
- data.tar.gz: e98de56db7fc5f4f32a88889248c61623be707ec7311a14d91ef977fa3511f08
3
+ metadata.gz: 324123d95753da8a2c521dd8ab5eb93bff283e194517deab60d22e7a463f8d89
4
+ data.tar.gz: 516ee46bc02854b8bbebee964b787a2ad65b4eb62ecd64699e6fbe2c7313f897
5
5
  SHA512:
6
- metadata.gz: a93a68248d0a69197b2d33520e40b46db278d2568e3e0074525d762a2326a9d898e77a8547f4ccbcd8b1c91b2ff8fadbb439e33dca1f0c5e730a0ac971100efe
7
- data.tar.gz: 553e2ec14ddb40481d3864f81aad135bf7a5143e2da94d147cd5e1062c99d2dcfe1a28702f612714ae74ea032ec1d727a1b7f90bacf167736ef1bfe887f97d12
6
+ metadata.gz: d92de895f02836d0a4227805641ea3faa55da26649017da66210998c1d456ef63eba24266cb92bb337888398abdae60c59e551678b0ab689de413b5dd32de797
7
+ data.tar.gz: 8f59b233e7ee4967f724ef0a05ce14a27acd1a35639cb433f41e7ab4df80e1dd1dbb2736b46bfcfc5732e23fa5ea4c6836aabb6be570127d6ead89fa1e00b25b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.117.0 (2025-03-23)
4
+
5
+ * Regenerated from discovery document revision 20250320
6
+
7
+ ### v0.116.0 (2025-03-16)
8
+
9
+ * Regenerated from discovery document revision 20250302
10
+
3
11
  ### v0.115.0 (2025-03-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20250224
@@ -2807,7 +2807,8 @@ module Google
2807
2807
  # the [Backend services overview](https://cloud.google.com/load-balancing/docs/
2808
2808
  # backend-service#backends). You must use the *fully-qualified* URL (starting
2809
2809
  # with https://www.googleapis.com/) to specify the instance group or NEG.
2810
- # Partial URLs are not supported.
2810
+ # Partial URLs are not supported. If haPolicy is specified, backends must refer
2811
+ # to NEG resources of type GCE_VM_IP.
2811
2812
  # Corresponds to the JSON property `group`
2812
2813
  # @return [String]
2813
2814
  attr_accessor :group
@@ -3537,13 +3538,35 @@ module Google
3537
3538
  # @return [String]
3538
3539
  attr_accessor :fingerprint
3539
3540
 
3541
+ # Configures self-managed High Availability (HA) for External and Internal
3542
+ # Protocol Forwarding. The backends of this regional backend service must only
3543
+ # specify zonal network endpoint groups (NEGs) of type GCE_VM_IP. When haPolicy
3544
+ # is set for an Internal Passthrough Network Load Balancer, the regional backend
3545
+ # service must set the network field. All zonal NEGs must belong to the same
3546
+ # network. However, individual NEGs can belong to different subnetworks of that
3547
+ # network. When haPolicy is specified, the set of attached network endpoints
3548
+ # across all backends comprise an High Availability domain from which one
3549
+ # endpoint is selected as the active endpoint (the leader) that receives all
3550
+ # traffic. haPolicy can be added only at backend service creation time. Once set
3551
+ # up, it cannot be deleted. Note that haPolicy is not for load balancing, and
3552
+ # therefore cannot be specified with sessionAffinity, connectionTrackingPolicy,
3553
+ # and failoverPolicy. haPolicy requires customers to be responsible for tracking
3554
+ # backend endpoint health and electing a leader among the healthy endpoints.
3555
+ # Therefore, haPolicy cannot be specified with healthChecks. haPolicy can only
3556
+ # be specified for External Passthrough Network Load Balancers and Internal
3557
+ # Passthrough Network Load Balancers.
3558
+ # Corresponds to the JSON property `haPolicy`
3559
+ # @return [Google::Apis::ComputeV1::BackendServiceHaPolicy]
3560
+ attr_accessor :ha_policy
3561
+
3540
3562
  # The list of URLs to the healthChecks, httpHealthChecks (legacy), or
3541
3563
  # httpsHealthChecks (legacy) resource for health checking this backend service.
3542
3564
  # Not all backend services support legacy health checks. See Load balancer guide.
3543
3565
  # Currently, at most one health check can be specified for each backend service.
3544
3566
  # Backend services with instance group or zonal NEG backends must have a health
3545
- # check. Backend services with internet or serverless NEG backends must not have
3546
- # a health check.
3567
+ # check unless haPolicy is specified. Backend services with internet or
3568
+ # serverless NEG backends must not have a health check. healthChecks[] cannot be
3569
+ # specified with haPolicy.
3547
3570
  # Corresponds to the JSON property `healthChecks`
3548
3571
  # @return [Array<String>]
3549
3572
  attr_accessor :health_checks
@@ -3631,6 +3654,7 @@ module Google
3631
3654
  # default value for localityLbPolicy is MAGLEV. Only ROUND_ROBIN and RING_HASH
3632
3655
  # are supported when the backend service is referenced by a URL map that is
3633
3656
  # bound to target gRPC proxy that has validateForProxyless field set to true.
3657
+ # localityLbPolicy cannot be specified with haPolicy.
3634
3658
  # Corresponds to the JSON property `localityLbPolicy`
3635
3659
  # @return [String]
3636
3660
  attr_accessor :locality_lb_policy
@@ -3665,8 +3689,11 @@ module Google
3665
3689
  # @return [String]
3666
3690
  attr_accessor :name
3667
3691
 
3668
- # The URL of the network to which this backend service belongs. This field can
3669
- # only be specified when the load balancing scheme is set to INTERNAL.
3692
+ # The URL of the network to which this backend service belongs. This field must
3693
+ # be set for Internal Passthrough Network Load Balancers when the haPolicy is
3694
+ # enabled, and for External Passthrough Network Load Balancers when the haPolicy
3695
+ # fastIpMove is enabled. This field can only be specified when the load
3696
+ # balancing scheme is set to INTERNAL.
3670
3697
  # Corresponds to the JSON property `network`
3671
3698
  # @return [String]
3672
3699
  attr_accessor :network
@@ -3746,7 +3773,8 @@ module Google
3746
3773
  # HEADER_FIELD are supported when the backend service is referenced by a URL map
3747
3774
  # that is bound to target gRPC proxy that has validateForProxyless field set to
3748
3775
  # true. For more details, see: [Session Affinity](https://cloud.google.com/load-
3749
- # balancing/docs/backend-service#session_affinity).
3776
+ # balancing/docs/backend-service#session_affinity). sessionAffinity cannot be
3777
+ # specified with haPolicy.
3750
3778
  # Corresponds to the JSON property `sessionAffinity`
3751
3779
  # @return [String]
3752
3780
  attr_accessor :session_affinity
@@ -3803,6 +3831,7 @@ module Google
3803
3831
  @enable_cdn = args[:enable_cdn] if args.key?(:enable_cdn)
3804
3832
  @failover_policy = args[:failover_policy] if args.key?(:failover_policy)
3805
3833
  @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
3834
+ @ha_policy = args[:ha_policy] if args.key?(:ha_policy)
3806
3835
  @health_checks = args[:health_checks] if args.key?(:health_checks)
3807
3836
  @iap = args[:iap] if args.key?(:iap)
3808
3837
  @id = args[:id] if args.key?(:id)
@@ -4354,6 +4383,70 @@ module Google
4354
4383
  end
4355
4384
  end
4356
4385
 
4386
+ #
4387
+ class BackendServiceHaPolicy
4388
+ include Google::Apis::Core::Hashable
4389
+
4390
+ # Specifies whether fast IP move is enabled, and if so, the mechanism to achieve
4391
+ # it. Supported values are: - DISABLED: Fast IP Move is disabled. You can only
4392
+ # use the haPolicy.leader API to update the leader. - >GARP_RA: Provides a
4393
+ # method to very quickly define a new network endpoint as the leader. This
4394
+ # method is faster than updating the leader using the haPolicy.leader API. Fast
4395
+ # IP move works as follows: The VM hosting the network endpoint that should
4396
+ # become the new leader sends either a Gratuitous ARP (GARP) packet (IPv4) or an
4397
+ # ICMPv6 Router Advertisement(RA) packet (IPv6). Google Cloud immediately but
4398
+ # temporarily associates the forwarding rule IP address with that VM, and both
4399
+ # new and in-flight packets are quickly delivered to that VM. Note the important
4400
+ # properties of the Fast IP Move functionality: - The GARP/RA-initiated re-
4401
+ # routing stays active for approximately 20 minutes. After triggering fast
4402
+ # failover, you must also appropriately set the haPolicy.leader. - The new
4403
+ # leader instance should continue to send GARP/RA packets periodically every 10
4404
+ # seconds until at least 10 minutes after updating the haPolicy.leader (but stop
4405
+ # immediately if it is no longer the leader). - After triggering a fast failover,
4406
+ # we recommend that you wait at least 3 seconds before sending another GARP/RA
4407
+ # packet from a different VM instance to avoid race conditions. - Don't send
4408
+ # GARP/RA packets from different VM instances at the same time. If multiple
4409
+ # instances continue to send GARP/RA packets, traffic might be routed to
4410
+ # different destinations in an alternating order. This condition ceases when a
4411
+ # single instance issues a GARP/RA packet. - The GARP/RA request always takes
4412
+ # priority over the leader API. Using the haPolicy.leader API to change the
4413
+ # leader to a different instance will have no effect until the GARP/RA request
4414
+ # becomes inactive. - The GARP/RA packets should follow the GARP/RA Packet
4415
+ # Specifications.. - When multiple forwarding rules refer to a regional backend
4416
+ # service, you need only send a GARP or RA packet for a single forwarding rule
4417
+ # virtual IP. The virtual IPs for all forwarding rules targeting the same
4418
+ # backend service will also be moved to the sender of the GARP or RA packet. The
4419
+ # following are the Fast IP Move limitations (that is, when fastIPMove is not
4420
+ # DISABLED): - Multiple forwarding rules cannot use the same IP address if one
4421
+ # of them refers to a regional backend service with fastIPMove. - The regional
4422
+ # backend service must set the network field, and all NEGs must belong to that
4423
+ # network. However, individual NEGs can belong to different subnetworks of that
4424
+ # network. - The maximum number of network endpoints across all backends of a
4425
+ # backend service with fastIPMove is 64. - The maximum number of backend
4426
+ # services with fastIPMove that can have the same network endpoint attached to
4427
+ # one of its backends is 64. - The maximum number of backend services with
4428
+ # fastIPMove in a VPC in a region is 64. - The network endpoints that are
4429
+ # attached to a backend of a backend service with fastIPMove cannot resolve to
4430
+ # C3 machines. - Traffic directed to the leader by a static route next hop will
4431
+ # not be redirected to a new leader by fast failover. Such traffic will only be
4432
+ # redirected once an haPolicy.leader update has taken effect. Only traffic to
4433
+ # the forwarding rule's virtual IP will be redirected to a new leader by fast
4434
+ # failover. haPolicy.fastIPMove can be set only at backend service creation time.
4435
+ # Once set, it cannot be updated. By default, fastIpMove is set to DISABLED.
4436
+ # Corresponds to the JSON property `fastIPMove`
4437
+ # @return [String]
4438
+ attr_accessor :fast_ip_move
4439
+
4440
+ def initialize(**args)
4441
+ update!(**args)
4442
+ end
4443
+
4444
+ # Update properties of this object
4445
+ def update!(**args)
4446
+ @fast_ip_move = args[:fast_ip_move] if args.key?(:fast_ip_move)
4447
+ end
4448
+ end
4449
+
4357
4450
  # The HTTP cookie used for stateful session affinity.
4358
4451
  class BackendServiceHttpCookie
4359
4452
  include Google::Apis::Core::Hashable
@@ -19772,7 +19865,8 @@ module Google
19772
19865
 
19773
19866
  # Type of link requested, which can take one of the following values: -
19774
19867
  # LINK_TYPE_ETHERNET_10G_LR: A 10G Ethernet with LR optics -
19775
- # LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. Note that this
19868
+ # LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. -
19869
+ # LINK_TYPE_ETHERNET_400G_LR4: A 400G Ethernet with LR4 optics. Note that this
19776
19870
  # field indicates the speed of each of the links in the bundle, not the speed of
19777
19871
  # the entire bundle.
19778
19872
  # Corresponds to the JSON property `linkType`
@@ -35378,6 +35472,11 @@ module Google
35378
35472
  # @return [String]
35379
35473
  attr_accessor :physical_host
35380
35474
 
35475
+ # Represents the physical host topology of the host on which the VM is running.
35476
+ # Corresponds to the JSON property `physicalHostTopology`
35477
+ # @return [Google::Apis::ComputeV1::ResourceStatusPhysicalHostTopology]
35478
+ attr_accessor :physical_host_topology
35479
+
35381
35480
  #
35382
35481
  # Corresponds to the JSON property `scheduling`
35383
35482
  # @return [Google::Apis::ComputeV1::ResourceStatusScheduling]
@@ -35395,11 +35494,54 @@ module Google
35395
35494
  # Update properties of this object
35396
35495
  def update!(**args)
35397
35496
  @physical_host = args[:physical_host] if args.key?(:physical_host)
35497
+ @physical_host_topology = args[:physical_host_topology] if args.key?(:physical_host_topology)
35398
35498
  @scheduling = args[:scheduling] if args.key?(:scheduling)
35399
35499
  @upcoming_maintenance = args[:upcoming_maintenance] if args.key?(:upcoming_maintenance)
35400
35500
  end
35401
35501
  end
35402
35502
 
35503
+ # Represents the physical host topology of the host on which the VM is running.
35504
+ class ResourceStatusPhysicalHostTopology
35505
+ include Google::Apis::Core::Hashable
35506
+
35507
+ # [Output Only] The ID of the block in which the running instance is located.
35508
+ # Instances within the same block experience low network latency.
35509
+ # Corresponds to the JSON property `block`
35510
+ # @return [String]
35511
+ attr_accessor :block
35512
+
35513
+ # [Output Only] The global name of the Compute Engine cluster where the running
35514
+ # instance is located.
35515
+ # Corresponds to the JSON property `cluster`
35516
+ # @return [String]
35517
+ attr_accessor :cluster
35518
+
35519
+ # [Output Only] The ID of the host on which the running instance is located.
35520
+ # Instances on the same host experience the lowest possible network latency.
35521
+ # Corresponds to the JSON property `host`
35522
+ # @return [String]
35523
+ attr_accessor :host
35524
+
35525
+ # [Output Only] The ID of the sub-block in which the running instance is located.
35526
+ # Instances in the same sub-block experience lower network latency than
35527
+ # instances in the same block.
35528
+ # Corresponds to the JSON property `subblock`
35529
+ # @return [String]
35530
+ attr_accessor :subblock
35531
+
35532
+ def initialize(**args)
35533
+ update!(**args)
35534
+ end
35535
+
35536
+ # Update properties of this object
35537
+ def update!(**args)
35538
+ @block = args[:block] if args.key?(:block)
35539
+ @cluster = args[:cluster] if args.key?(:cluster)
35540
+ @host = args[:host] if args.key?(:host)
35541
+ @subblock = args[:subblock] if args.key?(:subblock)
35542
+ end
35543
+ end
35544
+
35403
35545
  #
35404
35546
  class ResourceStatusScheduling
35405
35547
  include Google::Apis::Core::Hashable
@@ -44056,6 +44198,18 @@ module Google
44056
44198
  # @return [String]
44057
44199
  attr_accessor :ip_cidr_range
44058
44200
 
44201
+ # Reference to the source of IP, like a PublicDelegatedPrefix (PDP) for BYOIP.
44202
+ # The PDP must be a sub-PDP in EXTERNAL_IPV6_SUBNETWORK_CREATION mode. Use one
44203
+ # of the following formats to specify a sub-PDP when creating a dual stack
44204
+ # subnetwork with external access using BYOIP: - Full resource URL, as in https:/
44205
+ # /www.googleapis.com/compute/v1/projects/projectId/regions/region /
44206
+ # publicDelegatedPrefixes/sub-pdp-name - Partial URL, as in - projects/projectId/
44207
+ # regions/region/publicDelegatedPrefixes/ sub-pdp-name - regions/region/
44208
+ # publicDelegatedPrefixes/sub-pdp-name
44209
+ # Corresponds to the JSON property `ipCollection`
44210
+ # @return [String]
44211
+ attr_accessor :ip_collection
44212
+
44059
44213
  # The access type of IPv6 address this subnet holds. It's immutable and can only
44060
44214
  # be specified during creation or the first time the subnet is updated into
44061
44215
  # IPV4_IPV6 dual stack.
@@ -44068,6 +44222,18 @@ module Google
44068
44222
  # @return [String]
44069
44223
  attr_accessor :ipv6_cidr_range
44070
44224
 
44225
+ # [Output Only] Possible endpoints of this subnetwork. It can be one of the
44226
+ # following: - VM_ONLY: The subnetwork can be used for creating instances and
44227
+ # IPv6 addresses with VM endpoint type. Such a subnetwork gets external IPv6
44228
+ # ranges from a public delegated prefix and cannot be used to create NetLb. -
44229
+ # VM_AND_FR: The subnetwork can be used for creating both VM instances and
44230
+ # Forwarding Rules. It can also be used to reserve IPv6 addresses with both VM
44231
+ # and FR endpoint types. Such a subnetwork gets its IPv6 range from Google IP
44232
+ # Pool directly.
44233
+ # Corresponds to the JSON property `ipv6GceEndpoint`
44234
+ # @return [String]
44235
+ attr_accessor :ipv6_gce_endpoint
44236
+
44071
44237
  # [Output Only] Type of the resource. Always compute#subnetwork for Subnetwork
44072
44238
  # resources.
44073
44239
  # Corresponds to the JSON property `kind`
@@ -44195,8 +44361,10 @@ module Google
44195
44361
  @id = args[:id] if args.key?(:id)
44196
44362
  @internal_ipv6_prefix = args[:internal_ipv6_prefix] if args.key?(:internal_ipv6_prefix)
44197
44363
  @ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
44364
+ @ip_collection = args[:ip_collection] if args.key?(:ip_collection)
44198
44365
  @ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
44199
44366
  @ipv6_cidr_range = args[:ipv6_cidr_range] if args.key?(:ipv6_cidr_range)
44367
+ @ipv6_gce_endpoint = args[:ipv6_gce_endpoint] if args.key?(:ipv6_gce_endpoint)
44200
44368
  @kind = args[:kind] if args.key?(:kind)
44201
44369
  @log_config = args[:log_config] if args.key?(:log_config)
44202
44370
  @name = args[:name] if args.key?(:name)
@@ -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.115.0"
19
+ GEM_VERSION = "0.117.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250224"
25
+ REVISION = "20250320"
26
26
  end
27
27
  end
28
28
  end
@@ -484,6 +484,12 @@ module Google
484
484
  include Google::Apis::Core::JsonObjectSupport
485
485
  end
486
486
 
487
+ class BackendServiceHaPolicy
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
487
493
  class BackendServiceHttpCookie
488
494
  class Representation < Google::Apis::Core::JsonRepresentation; end
489
495
 
@@ -4642,6 +4648,12 @@ module Google
4642
4648
  include Google::Apis::Core::JsonObjectSupport
4643
4649
  end
4644
4650
 
4651
+ class ResourceStatusPhysicalHostTopology
4652
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4653
+
4654
+ include Google::Apis::Core::JsonObjectSupport
4655
+ end
4656
+
4645
4657
  class ResourceStatusScheduling
4646
4658
  class Representation < Google::Apis::Core::JsonRepresentation; end
4647
4659
 
@@ -7551,6 +7563,8 @@ module Google
7551
7563
  property :failover_policy, as: 'failoverPolicy', class: Google::Apis::ComputeV1::BackendServiceFailoverPolicy, decorator: Google::Apis::ComputeV1::BackendServiceFailoverPolicy::Representation
7552
7564
 
7553
7565
  property :fingerprint, :base64 => true, as: 'fingerprint'
7566
+ property :ha_policy, as: 'haPolicy', class: Google::Apis::ComputeV1::BackendServiceHaPolicy, decorator: Google::Apis::ComputeV1::BackendServiceHaPolicy::Representation
7567
+
7554
7568
  collection :health_checks, as: 'healthChecks'
7555
7569
  property :iap, as: 'iap', class: Google::Apis::ComputeV1::BackendServiceIap, decorator: Google::Apis::ComputeV1::BackendServiceIap::Representation
7556
7570
 
@@ -7697,6 +7711,13 @@ module Google
7697
7711
  end
7698
7712
  end
7699
7713
 
7714
+ class BackendServiceHaPolicy
7715
+ # @private
7716
+ class Representation < Google::Apis::Core::JsonRepresentation
7717
+ property :fast_ip_move, as: 'fastIPMove'
7718
+ end
7719
+ end
7720
+
7700
7721
  class BackendServiceHttpCookie
7701
7722
  # @private
7702
7723
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -15403,6 +15424,8 @@ module Google
15403
15424
  # @private
15404
15425
  class Representation < Google::Apis::Core::JsonRepresentation
15405
15426
  property :physical_host, as: 'physicalHost'
15427
+ property :physical_host_topology, as: 'physicalHostTopology', class: Google::Apis::ComputeV1::ResourceStatusPhysicalHostTopology, decorator: Google::Apis::ComputeV1::ResourceStatusPhysicalHostTopology::Representation
15428
+
15406
15429
  property :scheduling, as: 'scheduling', class: Google::Apis::ComputeV1::ResourceStatusScheduling, decorator: Google::Apis::ComputeV1::ResourceStatusScheduling::Representation
15407
15430
 
15408
15431
  property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::ComputeV1::UpcomingMaintenance, decorator: Google::Apis::ComputeV1::UpcomingMaintenance::Representation
@@ -15410,6 +15433,16 @@ module Google
15410
15433
  end
15411
15434
  end
15412
15435
 
15436
+ class ResourceStatusPhysicalHostTopology
15437
+ # @private
15438
+ class Representation < Google::Apis::Core::JsonRepresentation
15439
+ property :block, as: 'block'
15440
+ property :cluster, as: 'cluster'
15441
+ property :host, as: 'host'
15442
+ property :subblock, as: 'subblock'
15443
+ end
15444
+ end
15445
+
15413
15446
  class ResourceStatusScheduling
15414
15447
  # @private
15415
15448
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -17521,8 +17554,10 @@ module Google
17521
17554
  property :id, :numeric_string => true, as: 'id'
17522
17555
  property :internal_ipv6_prefix, as: 'internalIpv6Prefix'
17523
17556
  property :ip_cidr_range, as: 'ipCidrRange'
17557
+ property :ip_collection, as: 'ipCollection'
17524
17558
  property :ipv6_access_type, as: 'ipv6AccessType'
17525
17559
  property :ipv6_cidr_range, as: 'ipv6CidrRange'
17560
+ property :ipv6_gce_endpoint, as: 'ipv6GceEndpoint'
17526
17561
  property :kind, as: 'kind'
17527
17562
  property :log_config, as: 'logConfig', class: Google::Apis::ComputeV1::SubnetworkLogConfig, decorator: Google::Apis::ComputeV1::SubnetworkLogConfig::Representation
17528
17563
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.115.0
4
+ version: 0.117.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 2025-03-23 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.115.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.117.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
62
62
  rdoc_options: []
63
63
  require_paths: