google-apis-compute_alpha 0.111.0 → 0.112.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: acef2c1d82a1657a35ef8388d694bad0e125b61b69dabe7230275059182c9041
4
- data.tar.gz: 250eb03e0ece205b4951bad8a071b1570a3db71307b98dc90afe2c7978485ffe
3
+ metadata.gz: 01355b13ce4d1e95b9aa4b3704a38824377eb3f68c2dafaa11d7d59c183600da
4
+ data.tar.gz: 77c8897e2faf5b83cc76613fba08647395ba047bbfd2ef058f18045bf75176f2
5
5
  SHA512:
6
- metadata.gz: 4dca6a871c96175ce86939e7499212c6531747d781089161cff05bfe5049fee6b5115bfa93c5d9c7040732ed9f29f99b218d8b9ea0f1ecc8677852c5da6e70a2
7
- data.tar.gz: ac748738e39e104179d8fb3a3b439d5df1c1b4990349c5d8c7a3b5b62bbb0725ed0d0d4d88c98e4fdf501d298eeada3fdd2a9db60f1509e2f1dcd4be170decf5
6
+ metadata.gz: 62b48b37a734efaf299a70d3269f53926707fcee6cb24010dccfcb997ad4cebdd1d1ca9e122548c8034e7a4f7656b1f8c9e642e33b3186dd7472e7219e6b2e0c
7
+ data.tar.gz: 4b2c50a961148043b8c1c577eaf0b6c8c639872d31d2ce5472104cf94d5528ea3da9d8e19010807fdf69d8de50b897025aefafbe27d79d4cadf7e299646e3abb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.112.0 (2025-05-04)
4
+
5
+ * Regenerated from discovery document revision 20250427
6
+ * Regenerated using generator version 0.17.0
7
+
3
8
  ### v0.111.0 (2025-04-20)
4
9
 
5
10
  * Regenerated from discovery document revision 20250415
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/compute/) may provide guida
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -4101,7 +4101,7 @@ module Google
4101
4101
  # faster table lookup build times and host selection times. For more information
4102
4102
  # about Maglev, see https://ai.google/research/pubs/pub44824 This field is
4103
4103
  # applicable to either: - A regional backend service with the service_protocol
4104
- # set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to
4104
+ # set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
4105
4105
  # INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme
4106
4106
  # set to INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If
4107
4107
  # sessionAffinity is not configured—that is, if session affinity remains at the
@@ -4184,11 +4184,11 @@ module Google
4184
4184
  attr_accessor :port_name
4185
4185
 
4186
4186
  # The protocol this BackendService uses to communicate with backends. Possible
4187
- # values are HTTP, HTTPS, HTTP2, TCP, SSL, UDP or GRPC. depending on the chosen
4188
- # load balancer or Traffic Director configuration. Refer to the documentation
4189
- # for the load balancers or for Traffic Director for more information. Must be
4190
- # set to GRPC when the backend service is referenced by a URL map that is bound
4191
- # to target gRPC proxy.
4187
+ # values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP or GRPC. depending on the
4188
+ # chosen load balancer or Traffic Director configuration. Refer to the
4189
+ # documentation for the load balancers or for Traffic Director for more
4190
+ # information. Must be set to GRPC when the backend service is referenced by a
4191
+ # URL map that is bound to target gRPC proxy.
4192
4192
  # Corresponds to the JSON property `protocol`
4193
4193
  # @return [String]
4194
4194
  attr_accessor :protocol
@@ -12156,6 +12156,12 @@ module Google
12156
12156
  # @return [String]
12157
12157
  attr_accessor :dest_network_scope
12158
12158
 
12159
+ # Network type of the traffic destination. Allowed values are: - UNSPECIFIED -
12160
+ # INTERNET - NON_INTERNET
12161
+ # Corresponds to the JSON property `destNetworkType`
12162
+ # @return [String]
12163
+ attr_accessor :dest_network_type
12164
+
12159
12165
  # Region codes whose IP addresses will be used to match for destination of
12160
12166
  # traffic. Should be specified as 2 letter country code defined as per ISO 3166
12161
12167
  # alpha-2 country codes. ex."US" Maximum number of dest region codes allowed is
@@ -12197,6 +12203,12 @@ module Google
12197
12203
  # @return [String]
12198
12204
  attr_accessor :src_network_scope
12199
12205
 
12206
+ # Network type of the traffic source. Allowed values are: - UNSPECIFIED -
12207
+ # INTERNET - INTRA_VPC - NON_INTERNET - VPC_NETWORKS
12208
+ # Corresponds to the JSON property `srcNetworkType`
12209
+ # @return [String]
12210
+ attr_accessor :src_network_type
12211
+
12200
12212
  # Networks of the traffic source. It can be either a full or partial url.
12201
12213
  # Corresponds to the JSON property `srcNetworks`
12202
12214
  # @return [Array<String>]
@@ -12233,6 +12245,7 @@ module Google
12233
12245
  @dest_fqdns = args[:dest_fqdns] if args.key?(:dest_fqdns)
12234
12246
  @dest_ip_ranges = args[:dest_ip_ranges] if args.key?(:dest_ip_ranges)
12235
12247
  @dest_network_scope = args[:dest_network_scope] if args.key?(:dest_network_scope)
12248
+ @dest_network_type = args[:dest_network_type] if args.key?(:dest_network_type)
12236
12249
  @dest_region_codes = args[:dest_region_codes] if args.key?(:dest_region_codes)
12237
12250
  @dest_threat_intelligences = args[:dest_threat_intelligences] if args.key?(:dest_threat_intelligences)
12238
12251
  @layer4_configs = args[:layer4_configs] if args.key?(:layer4_configs)
@@ -12240,6 +12253,7 @@ module Google
12240
12253
  @src_fqdns = args[:src_fqdns] if args.key?(:src_fqdns)
12241
12254
  @src_ip_ranges = args[:src_ip_ranges] if args.key?(:src_ip_ranges)
12242
12255
  @src_network_scope = args[:src_network_scope] if args.key?(:src_network_scope)
12256
+ @src_network_type = args[:src_network_type] if args.key?(:src_network_type)
12243
12257
  @src_networks = args[:src_networks] if args.key?(:src_networks)
12244
12258
  @src_region_codes = args[:src_region_codes] if args.key?(:src_region_codes)
12245
12259
  @src_secure_tags = args[:src_secure_tags] if args.key?(:src_secure_tags)
@@ -14765,6 +14779,22 @@ module Google
14765
14779
  # @return [String]
14766
14780
  attr_accessor :scheduling_type
14767
14781
 
14782
+ # Describes number of subblock Infrastructure that has ongoing maintenance. Here,
14783
+ # Subblock Infrastructure Maintenance pertains to upstream hardware contained
14784
+ # in the Subblock that is necessary for a VM Family(e.g. NVLink Domains). Not
14785
+ # all VM Families will support this field.
14786
+ # Corresponds to the JSON property `subblockInfraMaintenanceOngoingCount`
14787
+ # @return [Fixnum]
14788
+ attr_accessor :subblock_infra_maintenance_ongoing_count
14789
+
14790
+ # Describes number of subblock Infrastructure that has pending maintenance. Here,
14791
+ # Subblock Infrastructure Maintenance pertains to upstream hardware contained
14792
+ # in the Subblock that is necessary for a VM Family (e.g. NVLink Domains). Not
14793
+ # all VM Families will support this field.
14794
+ # Corresponds to the JSON property `subblockInfraMaintenancePendingCount`
14795
+ # @return [Fixnum]
14796
+ attr_accessor :subblock_infra_maintenance_pending_count
14797
+
14768
14798
  # Upcoming Maintenance notification information.
14769
14799
  # Corresponds to the JSON property `upcomingGroupMaintenance`
14770
14800
  # @return [Google::Apis::ComputeAlpha::UpcomingMaintenance]
@@ -14779,6 +14809,8 @@ module Google
14779
14809
  @maintenance_ongoing_count = args[:maintenance_ongoing_count] if args.key?(:maintenance_ongoing_count)
14780
14810
  @maintenance_pending_count = args[:maintenance_pending_count] if args.key?(:maintenance_pending_count)
14781
14811
  @scheduling_type = args[:scheduling_type] if args.key?(:scheduling_type)
14812
+ @subblock_infra_maintenance_ongoing_count = args[:subblock_infra_maintenance_ongoing_count] if args.key?(:subblock_infra_maintenance_ongoing_count)
14813
+ @subblock_infra_maintenance_pending_count = args[:subblock_infra_maintenance_pending_count] if args.key?(:subblock_infra_maintenance_pending_count)
14782
14814
  @upcoming_group_maintenance = args[:upcoming_group_maintenance] if args.key?(:upcoming_group_maintenance)
14783
14815
  end
14784
14816
  end
@@ -27014,12 +27046,13 @@ module Google
27014
27046
  attr_accessor :multicast_enabled
27015
27047
  alias_method :multicast_enabled?, :multicast_enabled
27016
27048
 
27017
- # Name of the resource. Provided by the client when the resource is created. The
27018
- # name must be 1-63 characters long, and comply with RFC1035. Specifically, the
27019
- # name must be 1-63 characters long and match the regular expression `[a-z]([-a-
27020
- # z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter,
27021
- # and all following characters must be a dash, lowercase letter, or digit,
27022
- # except the last character, which cannot be a dash.
27049
+ # Name of the resource. Provided by the client when the resource is created.
27050
+ # Must be set on either the template_attachment or on each specific attachment.
27051
+ # If set, the name must be 1-63 characters long, and comply with RFC1035.
27052
+ # Specifically, the name must be 1-63 characters long and match the regular
27053
+ # expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must
27054
+ # be a lowercase letter, and all following characters must be a dash, lowercase
27055
+ # letter, or digit, except the last character, which cannot be a dash.
27023
27056
  # Corresponds to the JSON property `name`
27024
27057
  # @return [String]
27025
27058
  attr_accessor :name
@@ -28500,8 +28533,9 @@ module Google
28500
28533
  # @return [String]
28501
28534
  attr_accessor :link_type
28502
28535
 
28503
- # Name of the resource. Provided by the client when the resource is created. The
28504
- # name must be 1-63 characters long, and comply with RFC1035. Specifically, the
28536
+ # Name of the Interconnects to be created. This must be specified on the
28537
+ # template and/or on each individual interconnect. The name, if not empty, must
28538
+ # be 1-63 characters long, and comply with RFC1035. Specifically, any nonempty
28505
28539
  # name must be 1-63 characters long and match the regular expression `[a-z]([-a-
28506
28540
  # z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter,
28507
28541
  # and all following characters must be a dash, lowercase letter, or digit,
@@ -29256,6 +29290,13 @@ module Google
29256
29290
  # @return [Fixnum]
29257
29291
  attr_accessor :expected_rtt_ms
29258
29292
 
29293
+ # Identifies whether L2 Interconnect Attachments can be created in this region
29294
+ # for interconnects that are in this location.
29295
+ # Corresponds to the JSON property `l2ForwardingEnabled`
29296
+ # @return [Boolean]
29297
+ attr_accessor :l2_forwarding_enabled
29298
+ alias_method :l2_forwarding_enabled?, :l2_forwarding_enabled
29299
+
29259
29300
  # Identifies the network presence of this location.
29260
29301
  # Corresponds to the JSON property `locationPresence`
29261
29302
  # @return [String]
@@ -29273,6 +29314,7 @@ module Google
29273
29314
  # Update properties of this object
29274
29315
  def update!(**args)
29275
29316
  @expected_rtt_ms = args[:expected_rtt_ms] if args.key?(:expected_rtt_ms)
29317
+ @l2_forwarding_enabled = args[:l2_forwarding_enabled] if args.key?(:l2_forwarding_enabled)
29276
29318
  @location_presence = args[:location_presence] if args.key?(:location_presence)
29277
29319
  @region = args[:region] if args.key?(:region)
29278
29320
  end
@@ -32459,8 +32501,8 @@ module Google
32459
32501
  class ManagedInstanceScheduling
32460
32502
  include Google::Apis::Core::Hashable
32461
32503
 
32462
- # [Output Only] The timestamp when the MIG will automatically terminate the
32463
- # instance. The value is in RFC3339 text format.
32504
+ # [Output Only] The timestamp at which the managed instance will be terminated.
32505
+ # This is in RFC3339 text format.
32464
32506
  # Corresponds to the JSON property `terminationTimestamp`
32465
32507
  # @return [String]
32466
32508
  attr_accessor :termination_timestamp
@@ -36055,9 +36097,9 @@ module Google
36055
36097
  class NetworkPeeringConnectionStatus
36056
36098
  include Google::Apis::Core::Hashable
36057
36099
 
36058
- # Surfaces relevant state for a consensus peering connection update/delete
36059
- # semantics. Only set when connection_status.update_strategy is CONSENSUS or one
36060
- # network peering is proposing upgrading to CONSENSUS.
36100
+ # The status of update/delete for a consensus peering connection. Only set when
36101
+ # connection_status.update_strategy is CONSENSUS or a network peering is
36102
+ # proposing to update the strategy to CONSENSUS.
36061
36103
  # Corresponds to the JSON property `consensusState`
36062
36104
  # @return [Google::Apis::ComputeAlpha::NetworkPeeringConnectionStatusConsensusState]
36063
36105
  attr_accessor :consensus_state
@@ -36086,9 +36128,9 @@ module Google
36086
36128
  end
36087
36129
  end
36088
36130
 
36089
- # Surfaces relevant state for a consensus peering connection update/delete
36090
- # semantics. Only set when connection_status.update_strategy is CONSENSUS or one
36091
- # network peering is proposing upgrading to CONSENSUS.
36131
+ # The status of update/delete for a consensus peering connection. Only set when
36132
+ # connection_status.update_strategy is CONSENSUS or a network peering is
36133
+ # proposing to update the strategy to CONSENSUS.
36092
36134
  class NetworkPeeringConnectionStatusConsensusState
36093
36135
  include Google::Apis::Core::Hashable
36094
36136
 
@@ -36123,20 +36165,20 @@ module Google
36123
36165
  attr_accessor :export_custom_routes_to_peer
36124
36166
  alias_method :export_custom_routes_to_peer?, :export_custom_routes_to_peer
36125
36167
 
36126
- # Whether subnet routes with public IP range are being exported to the peer
36168
+ # Whether subnet routes with public IP ranges are being exported to the peer
36127
36169
  # network.
36128
36170
  # Corresponds to the JSON property `exportSubnetRoutesWithPublicIpToPeer`
36129
36171
  # @return [Boolean]
36130
36172
  attr_accessor :export_subnet_routes_with_public_ip_to_peer
36131
36173
  alias_method :export_subnet_routes_with_public_ip_to_peer?, :export_subnet_routes_with_public_ip_to_peer
36132
36174
 
36133
- # Whether custom routes is being imported from the peer network.
36175
+ # Whether custom routes are being imported from the peer network.
36134
36176
  # Corresponds to the JSON property `importCustomRoutesFromPeer`
36135
36177
  # @return [Boolean]
36136
36178
  attr_accessor :import_custom_routes_from_peer
36137
36179
  alias_method :import_custom_routes_from_peer?, :import_custom_routes_from_peer
36138
36180
 
36139
- # Whether subnet routes with public IP range are being imported from the peer
36181
+ # Whether subnet routes with public IP ranges are being imported from the peer
36140
36182
  # network.
36141
36183
  # Corresponds to the JSON property `importSubnetRoutesWithPublicIpFromPeer`
36142
36184
  # @return [Boolean]
@@ -42480,8 +42522,8 @@ module Google
42480
42522
  # following values: - `INITIALIZING` The public delegated prefix is being
42481
42523
  # initialized and addresses cannot be created yet. - `READY_TO_ANNOUNCE` The
42482
42524
  # public delegated prefix is a live migration prefix and is active. - `ANNOUNCED`
42483
- # The public delegated prefix is active. - `DELETING` The public delegated
42484
- # prefix is being deprovsioned.
42525
+ # The public delegated prefix is announced and ready to use. - `DELETING` The
42526
+ # public delegated prefix is being deprovsioned.
42485
42527
  # Corresponds to the JSON property `status`
42486
42528
  # @return [String]
42487
42529
  attr_accessor :status
@@ -46134,6 +46176,11 @@ module Google
46134
46176
  attr_accessor :satisfies_pzs
46135
46177
  alias_method :satisfies_pzs?, :satisfies_pzs
46136
46178
 
46179
+ # The type of maintenance for the reservation.
46180
+ # Corresponds to the JSON property `schedulingType`
46181
+ # @return [String]
46182
+ attr_accessor :scheduling_type
46183
+
46137
46184
  # [Output Only] Server-defined fully-qualified URL for this resource.
46138
46185
  # Corresponds to the JSON property `selfLink`
46139
46186
  # @return [String]
@@ -46199,6 +46246,7 @@ module Google
46199
46246
  @resource_policies = args[:resource_policies] if args.key?(:resource_policies)
46200
46247
  @resource_status = args[:resource_status] if args.key?(:resource_status)
46201
46248
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
46249
+ @scheduling_type = args[:scheduling_type] if args.key?(:scheduling_type)
46202
46250
  @self_link = args[:self_link] if args.key?(:self_link)
46203
46251
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
46204
46252
  @share_settings = args[:share_settings] if args.key?(:share_settings)
@@ -46811,6 +46859,11 @@ module Google
46811
46859
  # @return [Google::Apis::ComputeAlpha::ReservationSubBlockPhysicalTopology]
46812
46860
  attr_accessor :physical_topology
46813
46861
 
46862
+ # Maintenance Info for ReservationBlocks.
46863
+ # Corresponds to the JSON property `reservationSubBlockMaintenance`
46864
+ # @return [Google::Apis::ComputeAlpha::GroupMaintenanceInfo]
46865
+ attr_accessor :reservation_sub_block_maintenance
46866
+
46814
46867
  # [Output Only] Server-defined fully-qualified URL for this resource.
46815
46868
  # Corresponds to the JSON property `selfLink`
46816
46869
  # @return [String]
@@ -46844,6 +46897,7 @@ module Google
46844
46897
  @kind = args[:kind] if args.key?(:kind)
46845
46898
  @name = args[:name] if args.key?(:name)
46846
46899
  @physical_topology = args[:physical_topology] if args.key?(:physical_topology)
46900
+ @reservation_sub_block_maintenance = args[:reservation_sub_block_maintenance] if args.key?(:reservation_sub_block_maintenance)
46847
46901
  @self_link = args[:self_link] if args.key?(:self_link)
46848
46902
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
46849
46903
  @status = args[:status] if args.key?(:status)
@@ -48450,12 +48504,42 @@ module Google
48450
48504
  class ResourceStatusEffectiveInstanceMetadata
48451
48505
  include Google::Apis::Core::Hashable
48452
48506
 
48507
+ # Effective block-project-ssh-keys value at Instance level.
48508
+ # Corresponds to the JSON property `blockProjectSshKeysMetadataValue`
48509
+ # @return [Boolean]
48510
+ attr_accessor :block_project_ssh_keys_metadata_value
48511
+ alias_method :block_project_ssh_keys_metadata_value?, :block_project_ssh_keys_metadata_value
48512
+
48513
+ # Effective enable-guest-attributes value at Instance level.
48514
+ # Corresponds to the JSON property `enableGuestAttributesMetadataValue`
48515
+ # @return [Boolean]
48516
+ attr_accessor :enable_guest_attributes_metadata_value
48517
+ alias_method :enable_guest_attributes_metadata_value?, :enable_guest_attributes_metadata_value
48518
+
48519
+ # Effective enable-osinventory value at Instance level.
48520
+ # Corresponds to the JSON property `enableOsInventoryMetadataValue`
48521
+ # @return [Boolean]
48522
+ attr_accessor :enable_os_inventory_metadata_value
48523
+ alias_method :enable_os_inventory_metadata_value?, :enable_os_inventory_metadata_value
48524
+
48525
+ # Effective enable-osconfig value at Instance level.
48526
+ # Corresponds to the JSON property `enableOsconfigMetadataValue`
48527
+ # @return [Boolean]
48528
+ attr_accessor :enable_osconfig_metadata_value
48529
+ alias_method :enable_osconfig_metadata_value?, :enable_osconfig_metadata_value
48530
+
48453
48531
  # Effective enable-oslogin value at Instance level.
48454
48532
  # Corresponds to the JSON property `enableOsloginMetadataValue`
48455
48533
  # @return [Boolean]
48456
48534
  attr_accessor :enable_oslogin_metadata_value
48457
48535
  alias_method :enable_oslogin_metadata_value?, :enable_oslogin_metadata_value
48458
48536
 
48537
+ # Effective serial-port-enable value at Instance level.
48538
+ # Corresponds to the JSON property `serialPortEnableMetadataValue`
48539
+ # @return [Boolean]
48540
+ attr_accessor :serial_port_enable_metadata_value
48541
+ alias_method :serial_port_enable_metadata_value?, :serial_port_enable_metadata_value
48542
+
48459
48543
  # Effective VM DNS setting at Instance level.
48460
48544
  # Corresponds to the JSON property `vmDnsSettingMetadataValue`
48461
48545
  # @return [String]
@@ -48467,7 +48551,12 @@ module Google
48467
48551
 
48468
48552
  # Update properties of this object
48469
48553
  def update!(**args)
48554
+ @block_project_ssh_keys_metadata_value = args[:block_project_ssh_keys_metadata_value] if args.key?(:block_project_ssh_keys_metadata_value)
48555
+ @enable_guest_attributes_metadata_value = args[:enable_guest_attributes_metadata_value] if args.key?(:enable_guest_attributes_metadata_value)
48556
+ @enable_os_inventory_metadata_value = args[:enable_os_inventory_metadata_value] if args.key?(:enable_os_inventory_metadata_value)
48557
+ @enable_osconfig_metadata_value = args[:enable_osconfig_metadata_value] if args.key?(:enable_osconfig_metadata_value)
48470
48558
  @enable_oslogin_metadata_value = args[:enable_oslogin_metadata_value] if args.key?(:enable_oslogin_metadata_value)
48559
+ @serial_port_enable_metadata_value = args[:serial_port_enable_metadata_value] if args.key?(:serial_port_enable_metadata_value)
48471
48560
  @vm_dns_setting_metadata_value = args[:vm_dns_setting_metadata_value] if args.key?(:vm_dns_setting_metadata_value)
48472
48561
  end
48473
48562
  end
@@ -52835,8 +52924,9 @@ module Google
52835
52924
  # @return [String]
52836
52925
  attr_accessor :log_level
52837
52926
 
52838
- # The maximum request size chosen by the customer with Waf enabled. Currently
52839
- # only "8KB" and "128KB" are supported. Values are case insensitive.
52927
+ # The maximum request size chosen by the customer with Waf enabled. Values
52928
+ # supported are "8KB", "16KB, "32KB", "48KB" and "64KB". Values are case
52929
+ # insensitive.
52840
52930
  # Corresponds to the JSON property `requestBodyInspectionSize`
52841
52931
  # @return [String]
52842
52932
  attr_accessor :request_body_inspection_size
@@ -59366,6 +59456,18 @@ module Google
59366
59456
  # @return [String]
59367
59457
  attr_accessor :state
59368
59458
 
59459
+ # Output only. [Output Only] The array of external IPv6 network ranges reserved
59460
+ # from the subnetwork's external IPv6 range for system use.
59461
+ # Corresponds to the JSON property `systemReservedExternalIpv6Ranges`
59462
+ # @return [Array<String>]
59463
+ attr_accessor :system_reserved_external_ipv6_ranges
59464
+
59465
+ # Output only. [Output Only] The array of internal IPv6 network ranges reserved
59466
+ # from the subnetwork's internal IPv6 range for system use.
59467
+ # Corresponds to the JSON property `systemReservedInternalIpv6Ranges`
59468
+ # @return [Array<String>]
59469
+ attr_accessor :system_reserved_internal_ipv6_ranges
59470
+
59369
59471
  # The current IP utilization of all subnetwork ranges. Contains the total number
59370
59472
  # of allocated and free IPs in each range.
59371
59473
  # Corresponds to the JSON property `utilizationDetails`
@@ -59421,6 +59523,8 @@ module Google
59421
59523
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
59422
59524
  @stack_type = args[:stack_type] if args.key?(:stack_type)
59423
59525
  @state = args[:state] if args.key?(:state)
59526
+ @system_reserved_external_ipv6_ranges = args[:system_reserved_external_ipv6_ranges] if args.key?(:system_reserved_external_ipv6_ranges)
59527
+ @system_reserved_internal_ipv6_ranges = args[:system_reserved_internal_ipv6_ranges] if args.key?(:system_reserved_internal_ipv6_ranges)
59424
59528
  @utilization_details = args[:utilization_details] if args.key?(:utilization_details)
59425
59529
  @vlans = args[:vlans] if args.key?(:vlans)
59426
59530
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.111.0"
19
+ GEM_VERSION = "0.112.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250415"
25
+ REVISION = "20250427"
26
26
  end
27
27
  end
28
28
  end
@@ -11794,6 +11794,7 @@ module Google
11794
11794
  collection :dest_fqdns, as: 'destFqdns'
11795
11795
  collection :dest_ip_ranges, as: 'destIpRanges'
11796
11796
  property :dest_network_scope, as: 'destNetworkScope'
11797
+ property :dest_network_type, as: 'destNetworkType'
11797
11798
  collection :dest_region_codes, as: 'destRegionCodes'
11798
11799
  collection :dest_threat_intelligences, as: 'destThreatIntelligences'
11799
11800
  collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcherLayer4Config::Representation
@@ -11802,6 +11803,7 @@ module Google
11802
11803
  collection :src_fqdns, as: 'srcFqdns'
11803
11804
  collection :src_ip_ranges, as: 'srcIpRanges'
11804
11805
  property :src_network_scope, as: 'srcNetworkScope'
11806
+ property :src_network_type, as: 'srcNetworkType'
11805
11807
  collection :src_networks, as: 'srcNetworks'
11806
11808
  collection :src_region_codes, as: 'srcRegionCodes'
11807
11809
  collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
@@ -12405,6 +12407,8 @@ module Google
12405
12407
  property :maintenance_ongoing_count, as: 'maintenanceOngoingCount'
12406
12408
  property :maintenance_pending_count, as: 'maintenancePendingCount'
12407
12409
  property :scheduling_type, as: 'schedulingType'
12410
+ property :subblock_infra_maintenance_ongoing_count, as: 'subblockInfraMaintenanceOngoingCount'
12411
+ property :subblock_infra_maintenance_pending_count, as: 'subblockInfraMaintenancePendingCount'
12408
12412
  property :upcoming_group_maintenance, as: 'upcomingGroupMaintenance', class: Google::Apis::ComputeAlpha::UpcomingMaintenance, decorator: Google::Apis::ComputeAlpha::UpcomingMaintenance::Representation
12409
12413
 
12410
12414
  end
@@ -15996,6 +16000,7 @@ module Google
15996
16000
  # @private
15997
16001
  class Representation < Google::Apis::Core::JsonRepresentation
15998
16002
  property :expected_rtt_ms, :numeric_string => true, as: 'expectedRttMs'
16003
+ property :l2_forwarding_enabled, as: 'l2ForwardingEnabled'
15999
16004
  property :location_presence, as: 'locationPresence'
16000
16005
  property :region, as: 'region'
16001
16006
  end
@@ -20340,6 +20345,7 @@ module Google
20340
20345
  property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::AllocationResourceStatus, decorator: Google::Apis::ComputeAlpha::AllocationResourceStatus::Representation
20341
20346
 
20342
20347
  property :satisfies_pzs, as: 'satisfiesPzs'
20348
+ property :scheduling_type, as: 'schedulingType'
20343
20349
  property :self_link, as: 'selfLink'
20344
20350
  property :self_link_with_id, as: 'selfLinkWithId'
20345
20351
  property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeAlpha::ShareSettings, decorator: Google::Apis::ComputeAlpha::ShareSettings::Representation
@@ -20508,6 +20514,8 @@ module Google
20508
20514
  property :name, as: 'name'
20509
20515
  property :physical_topology, as: 'physicalTopology', class: Google::Apis::ComputeAlpha::ReservationSubBlockPhysicalTopology, decorator: Google::Apis::ComputeAlpha::ReservationSubBlockPhysicalTopology::Representation
20510
20516
 
20517
+ property :reservation_sub_block_maintenance, as: 'reservationSubBlockMaintenance', class: Google::Apis::ComputeAlpha::GroupMaintenanceInfo, decorator: Google::Apis::ComputeAlpha::GroupMaintenanceInfo::Representation
20518
+
20511
20519
  property :self_link, as: 'selfLink'
20512
20520
  property :self_link_with_id, as: 'selfLinkWithId'
20513
20521
  property :status, as: 'status'
@@ -20980,7 +20988,12 @@ module Google
20980
20988
  class ResourceStatusEffectiveInstanceMetadata
20981
20989
  # @private
20982
20990
  class Representation < Google::Apis::Core::JsonRepresentation
20991
+ property :block_project_ssh_keys_metadata_value, as: 'blockProjectSshKeysMetadataValue'
20992
+ property :enable_guest_attributes_metadata_value, as: 'enableGuestAttributesMetadataValue'
20993
+ property :enable_os_inventory_metadata_value, as: 'enableOsInventoryMetadataValue'
20994
+ property :enable_osconfig_metadata_value, as: 'enableOsconfigMetadataValue'
20983
20995
  property :enable_oslogin_metadata_value, as: 'enableOsloginMetadataValue'
20996
+ property :serial_port_enable_metadata_value, as: 'serialPortEnableMetadataValue'
20984
20997
  property :vm_dns_setting_metadata_value, as: 'vmDnsSettingMetadataValue'
20985
20998
  end
20986
20999
  end
@@ -23645,6 +23658,8 @@ module Google
23645
23658
  property :self_link_with_id, as: 'selfLinkWithId'
23646
23659
  property :stack_type, as: 'stackType'
23647
23660
  property :state, as: 'state'
23661
+ collection :system_reserved_external_ipv6_ranges, as: 'systemReservedExternalIpv6Ranges'
23662
+ collection :system_reserved_internal_ipv6_ranges, as: 'systemReservedInternalIpv6Ranges'
23648
23663
  property :utilization_details, as: 'utilizationDetails', class: Google::Apis::ComputeAlpha::SubnetworkUtilizationDetails, decorator: Google::Apis::ComputeAlpha::SubnetworkUtilizationDetails::Representation
23649
23664
 
23650
23665
  collection :vlans, as: 'vlans'
@@ -44834,6 +44834,61 @@ module Google
44834
44834
  execute_or_queue_command(command, &block)
44835
44835
  end
44836
44836
 
44837
+ # Allows customers to perform maintenance on a reservation subBlock
44838
+ # @param [String] project
44839
+ # Project ID for this request.
44840
+ # @param [String] zone
44841
+ # Name of the zone for this request. Zone name should conform to RFC1035.
44842
+ # @param [String] parent_name
44843
+ # The name of the parent reservation and parent block. In the format of
44844
+ # reservations/`reservation_name`/reservationBlocks/`reservation_block_name`
44845
+ # @param [String] reservation_sub_block
44846
+ # The name of the reservation subBlock. Name should conform to RFC1035 or be a
44847
+ # resource ID.
44848
+ # @param [String] request_id
44849
+ # An optional request ID to identify requests. Specify a unique request ID so
44850
+ # that if you must retry your request, the server will know to ignore the
44851
+ # request if it has already been completed. For example, consider a situation
44852
+ # where you make an initial request and the request times out. If you make the
44853
+ # request again with the same request ID, the server can check if original
44854
+ # operation with the same request ID was received, and if so, will ignore the
44855
+ # second request. This prevents clients from accidentally creating duplicate
44856
+ # commitments. The request ID must be a valid UUID with the exception that zero
44857
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
44858
+ # @param [String] fields
44859
+ # Selector specifying which fields to include in a partial response.
44860
+ # @param [String] quota_user
44861
+ # Available to use for quota purposes for server-side applications. Can be any
44862
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
44863
+ # @param [String] user_ip
44864
+ # Legacy name for parameter that has been superseded by `quotaUser`.
44865
+ # @param [Google::Apis::RequestOptions] options
44866
+ # Request-specific options
44867
+ #
44868
+ # @yield [result, err] Result & error if block supplied
44869
+ # @yieldparam result [Google::Apis::ComputeAlpha::Operation] parsed result object
44870
+ # @yieldparam err [StandardError] error object if request failed
44871
+ #
44872
+ # @return [Google::Apis::ComputeAlpha::Operation]
44873
+ #
44874
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
44875
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
44876
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
44877
+ def perform_reservation_sub_block_maintenance(project, zone, parent_name, reservation_sub_block, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
44878
+ command = make_simple_command(:post, 'projects/{project}/zones/{zone}/{parentName}/reservationSubBlocks/{reservationSubBlock}/performMaintenance', options)
44879
+ command.response_representation = Google::Apis::ComputeAlpha::Operation::Representation
44880
+ command.response_class = Google::Apis::ComputeAlpha::Operation
44881
+ command.params['project'] = project unless project.nil?
44882
+ command.params['zone'] = zone unless zone.nil?
44883
+ command.params['parentName'] = parent_name unless parent_name.nil?
44884
+ command.params['reservationSubBlock'] = reservation_sub_block unless reservation_sub_block.nil?
44885
+ command.query['requestId'] = request_id unless request_id.nil?
44886
+ command.query['fields'] = fields unless fields.nil?
44887
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
44888
+ command.query['userIp'] = user_ip unless user_ip.nil?
44889
+ execute_or_queue_command(command, &block)
44890
+ end
44891
+
44837
44892
  # Retrieves an aggregated list of reservations. To prevent failure, Google
44838
44893
  # recommends that you set the `returnPartialSuccess` parameter to `true`.
44839
44894
  # @param [String] project
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.111.0
4
+ version: 0.112.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 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_alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.111.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.112.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Compute Engine API Alpha
79
79
  test_files: []