google-apis-compute_alpha 0.129.0 → 0.130.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: bdbc8b0a2a502d9d005a4bdfafa1b158b2822fb8cb68f9eff6d2b0049a228226
4
- data.tar.gz: c0b108ca022ffc7bd59e094a272b687e2669b788471c1b03be5082eeca8a8363
3
+ metadata.gz: 19e25e81939d76e27bd67275e0c2ba6f201531eb0f270be392128659e194e391
4
+ data.tar.gz: c8bb099a45a69031ac2fd41d85782f79ede1a18a8ce4936516b8d7af74b16099
5
5
  SHA512:
6
- metadata.gz: 64e1369b923a9a8797d912bd34d6ea1a3fd6fdbcf3da47abc6eb8ff2f0e5d63e91d0d82af0299580fb2e50aa00caedf537cb9e2297dc0ec6598b0174dc3002e6
7
- data.tar.gz: c5e51a3d0e10a1ffa69666250a1db018f8d68ac8a25a6a4b24458ffd4d8f2f633e51b3dc9fbbd2b48c27f398fea279b34c73f803f041eaf4194cc75bdd731c7a
6
+ metadata.gz: 4705e17fe6ee5b73196dc576ec45c0cd320dfebcf1443e5f707593a97158c6a2066ba9af1a2aa283f38b28504a815149455d360936d0b1989357895272d4f1b1
7
+ data.tar.gz: e3d00d6696017c16964e22413634bf222a0e84acb35a77e8ef7463f3b997f9183827300fecc553822682c0974f10524f463aefc5b966bc6f718caebf718e01de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.130.0 (2026-01-18)
4
+
5
+ * Regenerated from discovery document revision 20260113
6
+
3
7
  ### v0.129.0 (2026-01-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20251230
@@ -5192,18 +5192,6 @@ module Google
5192
5192
  # @return [Array<Google::Apis::ComputeAlpha::BackendServiceUsedBy>]
5193
5193
  attr_accessor :used_by
5194
5194
 
5195
- # The network scope of the backends that can be added to the backend
5196
- # service. This field can be either GLOBAL_VPC_NETWORK orREGIONAL_VPC_NETWORK.
5197
- # A backend service with the VPC scope set to GLOBAL_VPC_NETWORK
5198
- # is only allowed to have backends in global VPC networks.
5199
- # When the VPC scope is set to REGIONAL_VPC_NETWORK the backend
5200
- # service is only allowed to have backends in regional networks in the same
5201
- # scope as the backend service.
5202
- # Note: if not specified then GLOBAL_VPC_NETWORK will be used.
5203
- # Corresponds to the JSON property `vpcNetworkScope`
5204
- # @return [String]
5205
- attr_accessor :vpc_network_scope
5206
-
5207
5195
  def initialize(**args)
5208
5196
  update!(**args)
5209
5197
  end
@@ -5264,7 +5252,6 @@ module Google
5264
5252
  @timeout_sec = args[:timeout_sec] if args.key?(:timeout_sec)
5265
5253
  @tls_settings = args[:tls_settings] if args.key?(:tls_settings)
5266
5254
  @used_by = args[:used_by] if args.key?(:used_by)
5267
- @vpc_network_scope = args[:vpc_network_scope] if args.key?(:vpc_network_scope)
5268
5255
  end
5269
5256
  end
5270
5257
 
@@ -31978,6 +31965,7 @@ module Google
31978
31965
  # - BPS_20G: 20 Gbit/s
31979
31966
  # - BPS_50G: 50 Gbit/s
31980
31967
  # - BPS_100G: 100 Gbit/s
31968
+ # - BPS_400G: 400 Gbit/s
31981
31969
  # Corresponds to the JSON property `bandwidth`
31982
31970
  # @return [String]
31983
31971
  attr_accessor :bandwidth
@@ -33113,6 +33101,7 @@ module Google
33113
33101
  # - BPS_20G: 20 Gbit/s
33114
33102
  # - BPS_50G: 50 Gbit/s
33115
33103
  # - BPS_100G: 100 Gbit/s
33104
+ # - BPS_400G: 400 Gbit/s
33116
33105
  # Corresponds to the JSON property `bandwidth`
33117
33106
  # @return [String]
33118
33107
  attr_accessor :bandwidth
@@ -56544,44 +56533,42 @@ module Google
56544
56533
  class ReservationSlot
56545
56534
  include Google::Apis::Core::Hashable
56546
56535
 
56547
- # Output only. [Output Only] Creation timestamp inRFC3339 text format.
56536
+ # Output only. [Output Only] The creation timestamp, formatted asRFC3339 text.
56548
56537
  # Corresponds to the JSON property `creationTimestamp`
56549
56538
  # @return [String]
56550
56539
  attr_accessor :creation_timestamp
56551
56540
 
56552
- # An optional description of this resource.
56553
- # Corresponds to the JSON property `description`
56554
- # @return [String]
56555
- attr_accessor :description
56556
-
56557
- # Output only. [Output Only] The unique identifier for the resource. This
56541
+ # Output only. [Output Only] The unique identifier for this resource. This
56558
56542
  # identifier is
56559
56543
  # defined by the server.
56560
56544
  # Corresponds to the JSON property `id`
56561
56545
  # @return [Fixnum]
56562
56546
  attr_accessor :id
56563
56547
 
56564
- # Output only. [Output Only] Type of the resource. Alwayscompute#reservationSlot
56548
+ # Output only. [Output Only] The type of resource. Alwayscompute#reservationSlot
56565
56549
  # for reservation slots.
56566
56550
  # Corresponds to the JSON property `kind`
56567
56551
  # @return [String]
56568
56552
  attr_accessor :kind
56569
56553
 
56570
- # Output only. [Output Only] The name of this reservation slot generated by
56571
- # Compute Engine. The name must be 1-63 characters long, and comply with
56572
- # RFC1035 @pattern [a-z](?:[-a-z0-9]`0,61`[a-z0-9])?
56554
+ # Output only. [Output Only] The name of the reservation slot.
56573
56555
  # Corresponds to the JSON property `name`
56574
56556
  # @return [String]
56575
56557
  attr_accessor :name
56576
56558
 
56577
- # Output only. [Output Only] Server-defined fully-qualified URL for this
56559
+ # Output only. [Output Only] The physical topology of the reservation slot.
56560
+ # Corresponds to the JSON property `physicalTopology`
56561
+ # @return [Google::Apis::ComputeAlpha::ReservationSlotPhysicalTopology]
56562
+ attr_accessor :physical_topology
56563
+
56564
+ # Output only. [Output Only] A server-defined fully-qualified URL for this
56578
56565
  # resource.
56579
56566
  # Corresponds to the JSON property `selfLink`
56580
56567
  # @return [String]
56581
56568
  attr_accessor :self_link
56582
56569
 
56583
- # Output only. [Output Only] Server-defined URL for this resource with the
56584
- # resource id.
56570
+ # Output only. [Output Only] A server-defined URL for this resource with the
56571
+ # resource ID.
56585
56572
  # Corresponds to the JSON property `selfLinkWithId`
56586
56573
  # @return [String]
56587
56574
  attr_accessor :self_link_with_id
@@ -56591,7 +56578,7 @@ module Google
56591
56578
  # @return [Google::Apis::ComputeAlpha::ShareSettings]
56592
56579
  attr_accessor :share_settings
56593
56580
 
56594
- # Output only. [Output Only] State of the reservation slot.
56581
+ # Output only. [Output Only] The state of the reservation slot.
56595
56582
  # Corresponds to the JSON property `state`
56596
56583
  # @return [String]
56597
56584
  attr_accessor :state
@@ -56601,7 +56588,7 @@ module Google
56601
56588
  # @return [Google::Apis::ComputeAlpha::ReservationSlotStatus]
56602
56589
  attr_accessor :status
56603
56590
 
56604
- # Output only. [Output Only] Zone in which the reservation slot resides.
56591
+ # Output only. [Output Only] The zone in which the reservation slot resides.
56605
56592
  # Corresponds to the JSON property `zone`
56606
56593
  # @return [String]
56607
56594
  attr_accessor :zone
@@ -56613,10 +56600,10 @@ module Google
56613
56600
  # Update properties of this object
56614
56601
  def update!(**args)
56615
56602
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
56616
- @description = args[:description] if args.key?(:description)
56617
56603
  @id = args[:id] if args.key?(:id)
56618
56604
  @kind = args[:kind] if args.key?(:kind)
56619
56605
  @name = args[:name] if args.key?(:name)
56606
+ @physical_topology = args[:physical_topology] if args.key?(:physical_topology)
56620
56607
  @self_link = args[:self_link] if args.key?(:self_link)
56621
56608
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
56622
56609
  @share_settings = args[:share_settings] if args.key?(:share_settings)
@@ -56630,22 +56617,23 @@ module Google
56630
56617
  class ReservationSlotPhysicalTopology
56631
56618
  include Google::Apis::Core::Hashable
56632
56619
 
56633
- # The hash of the capacity block within the cluster.
56620
+ # The unique identifier of the capacity block within the cluster.
56634
56621
  # Corresponds to the JSON property `block`
56635
56622
  # @return [String]
56636
56623
  attr_accessor :block
56637
56624
 
56638
- # The cluster name of the reservation subBlock.
56625
+ # The cluster name of the reservation sub-block.
56639
56626
  # Corresponds to the JSON property `cluster`
56640
56627
  # @return [String]
56641
56628
  attr_accessor :cluster
56642
56629
 
56643
- # The hash of the capacity host within the capacity sub-block.
56630
+ # The unique identifier of the capacity host within the capacity sub-block.
56644
56631
  # Corresponds to the JSON property `host`
56645
56632
  # @return [String]
56646
56633
  attr_accessor :host
56647
56634
 
56648
- # The hash of the capacity sub-block within the capacity block.
56635
+ # The unique identifier of the capacity sub-block within the capacity
56636
+ # block.
56649
56637
  # Corresponds to the JSON property `subBlock`
56650
56638
  # @return [String]
56651
56639
  attr_accessor :sub_block
@@ -56667,7 +56655,7 @@ module Google
56667
56655
  class ReservationSlotStatus
56668
56656
  include Google::Apis::Core::Hashable
56669
56657
 
56670
- # Output only. [Output Only] The physical topology of the reservation subBlock.
56658
+ # Output only. [Output Only] The physical topology of the reservation sub-block.
56671
56659
  # Corresponds to the JSON property `physicalTopology`
56672
56660
  # @return [Google::Apis::ComputeAlpha::ReservationSlotPhysicalTopology]
56673
56661
  attr_accessor :physical_topology
@@ -56713,11 +56701,11 @@ module Google
56713
56701
  end
56714
56702
  end
56715
56703
 
56716
- # A list of reservation slots under a single reservation.
56704
+ # A list of reservation slots within a single reservation.
56717
56705
  class ReservationSlotsListResponse
56718
56706
  include Google::Apis::Core::Hashable
56719
56707
 
56720
- # Unique identifier for the resource; defined by the server.
56708
+ # The unique identifier for the resource; defined by the server.
56721
56709
  # Corresponds to the JSON property `id`
56722
56710
  # @return [String]
56723
56711
  attr_accessor :id
@@ -56727,7 +56715,7 @@ module Google
56727
56715
  # @return [Array<Google::Apis::ComputeAlpha::ReservationSlot>]
56728
56716
  attr_accessor :items
56729
56717
 
56730
- # Type of the resource. Alwayscompute#reservationSlot for a list of reservation
56718
+ # The type of resource. Alwayscompute#reservationSlot for a list of reservation
56731
56719
  # slots.
56732
56720
  # Corresponds to the JSON property `kind`
56733
56721
  # @return [String]
@@ -56743,12 +56731,12 @@ module Google
56743
56731
  # @return [String]
56744
56732
  attr_accessor :next_page_token
56745
56733
 
56746
- # Server-defined URL for this resource.
56734
+ # The server-defined URL for this resource.
56747
56735
  # Corresponds to the JSON property `selfLink`
56748
56736
  # @return [String]
56749
56737
  attr_accessor :self_link
56750
56738
 
56751
- # Informational warning message.
56739
+ # An informational warning message.
56752
56740
  # Corresponds to the JSON property `warning`
56753
56741
  # @return [Google::Apis::ComputeAlpha::ReservationSlotsListResponse::Warning]
56754
56742
  attr_accessor :warning
@@ -56767,7 +56755,7 @@ module Google
56767
56755
  @warning = args[:warning] if args.key?(:warning)
56768
56756
  end
56769
56757
 
56770
- # Informational warning message.
56758
+ # An informational warning message.
56771
56759
  class Warning
56772
56760
  include Google::Apis::Core::Hashable
56773
56761
 
@@ -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.129.0"
19
+ GEM_VERSION = "0.130.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251230"
25
+ REVISION = "20260113"
26
26
  end
27
27
  end
28
28
  end
@@ -11158,7 +11158,6 @@ module Google
11158
11158
 
11159
11159
  collection :used_by, as: 'usedBy', class: Google::Apis::ComputeAlpha::BackendServiceUsedBy, decorator: Google::Apis::ComputeAlpha::BackendServiceUsedBy::Representation
11160
11160
 
11161
- property :vpc_network_scope, as: 'vpcNetworkScope'
11162
11161
  end
11163
11162
  end
11164
11163
 
@@ -23092,10 +23091,11 @@ module Google
23092
23091
  # @private
23093
23092
  class Representation < Google::Apis::Core::JsonRepresentation
23094
23093
  property :creation_timestamp, as: 'creationTimestamp'
23095
- property :description, as: 'description'
23096
23094
  property :id, :numeric_string => true, as: 'id'
23097
23095
  property :kind, as: 'kind'
23098
23096
  property :name, as: 'name'
23097
+ property :physical_topology, as: 'physicalTopology', class: Google::Apis::ComputeAlpha::ReservationSlotPhysicalTopology, decorator: Google::Apis::ComputeAlpha::ReservationSlotPhysicalTopology::Representation
23098
+
23099
23099
  property :self_link, as: 'selfLink'
23100
23100
  property :self_link_with_id, as: 'selfLinkWithId'
23101
23101
  property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeAlpha::ShareSettings, decorator: Google::Apis::ComputeAlpha::ShareSettings::Representation
@@ -53233,16 +53233,16 @@ module Google
53233
53233
 
53234
53234
  # Retrieves information about the specified reservation slot.
53235
53235
  # @param [String] project
53236
- # Project ID for this request.
53236
+ # The project ID for this request.
53237
53237
  # @param [String] zone
53238
- # Name of the zone for this request. Zone name should conform to RFC1035.
53238
+ # The name of the zone for this request, formatted as RFC1035.
53239
53239
  # @param [String] parent_name
53240
- # The name of the parent reservation and parent block. In the format of
53240
+ # The name of the parent reservation and parent block, formatted as
53241
53241
  # reservations/`reservation_name`/reservationBlocks/`reservation_block_name`/
53242
53242
  # reservationSubBlocks/`reservation_sub_block_name`
53243
53243
  # @param [String] reservation_slot
53244
- # The name of the reservation slot.
53245
- # Name should conform to RFC1035 or be a resource ID.
53244
+ # The name of the reservation slot, formatted as RFC1035 or a resource ID
53245
+ # number.
53246
53246
  # @param [String] fields
53247
53247
  # Selector specifying which fields to include in a partial response.
53248
53248
  # @param [String] quota_user
@@ -53278,11 +53278,11 @@ module Google
53278
53278
 
53279
53279
  # Retrieves a list of reservation slots under a single reservation.
53280
53280
  # @param [String] project
53281
- # Project ID for this request.
53281
+ # The project ID for this request.
53282
53282
  # @param [String] zone
53283
- # Name of the zone for this request. Zone name should conform to RFC1035.
53283
+ # The name of the zone for this request, formatted as RFC1035.
53284
53284
  # @param [String] parent_name
53285
- # The name of the parent reservation and parent block. In the format of
53285
+ # The name of the parent reservation and parent block, formatted as
53286
53286
  # reservations/`reservation_name`/reservationBlocks/`reservation_block_name`/
53287
53287
  # reservationSubBlocks/`reservation_sub_block_name`
53288
53288
  # @param [String] filter
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.129.0
4
+ version: 0.130.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.129.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.130.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: