google-apis-compute_alpha 0.134.0 → 0.135.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: 8bbcf6a4a7a6b114f3ad337e17ecddac4e9c4cde30863fcdcb133e102f4d5f36
4
- data.tar.gz: 9d1bab4bd81368adb4637b3a7b8fbfd29c37c9ac4beac985d2798f9a31ad7095
3
+ metadata.gz: 86ec08e117acd46a259ab904d0c3b43816a46ebf780d052d0d33401b35363a92
4
+ data.tar.gz: c366480f78fc82e016fb056ffd08222403be73dd851ea7c10814b42c93682dec
5
5
  SHA512:
6
- metadata.gz: 0c551a528d85dbc8ee6da5c0749ed0cc78f66580b5107c060bbf910c7b9c0363761610597d61417500e6ecef2e717c1a5a2ea22006e417abc3e4de5f904d74a3
7
- data.tar.gz: 588e12e68190a08010d85ece6449de6668634a0f4875360ee463c57d7c0aa2ef45eb75cc7f676692e8cd649b5e92dbe5b95b221dc5225bc5ff4425387e47d4cc
6
+ metadata.gz: dae2a9fe4e5ca2e2cdbbce48f1e6ce92a7bc50811a236584d2cddfc25a288e057b7292cfbfdaca8de34049131953b3f7ba29491c4567d2da48ae697c11dc478b
7
+ data.tar.gz: 71f46f4756fb2264180c20dac59b03aaa52a5629d3adc4d209de48e697fb2fe68a1fc89d3969bcd3d56387cb36625dcbd2fbd489e073258ca625e5b1a066c878
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.135.0 (2026-03-22)
4
+
5
+ * Regenerated from discovery document revision 20260306
6
+
3
7
  ### v0.134.0 (2026-03-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20260227
@@ -5216,18 +5216,6 @@ module Google
5216
5216
  # @return [Array<Google::Apis::ComputeAlpha::BackendServiceUsedBy>]
5217
5217
  attr_accessor :used_by
5218
5218
 
5219
- # The network scope of the backends that can be added to the backend
5220
- # service. This field can be either GLOBAL_VPC_NETWORK orREGIONAL_VPC_NETWORK.
5221
- # A backend service with the VPC scope set to GLOBAL_VPC_NETWORK
5222
- # is only allowed to have backends in global VPC networks.
5223
- # When the VPC scope is set to REGIONAL_VPC_NETWORK the backend
5224
- # service is only allowed to have backends in regional networks in the same
5225
- # scope as the backend service.
5226
- # Note: if not specified then GLOBAL_VPC_NETWORK will be used.
5227
- # Corresponds to the JSON property `vpcNetworkScope`
5228
- # @return [String]
5229
- attr_accessor :vpc_network_scope
5230
-
5231
5219
  def initialize(**args)
5232
5220
  update!(**args)
5233
5221
  end
@@ -5289,7 +5277,6 @@ module Google
5289
5277
  @timeout_sec = args[:timeout_sec] if args.key?(:timeout_sec)
5290
5278
  @tls_settings = args[:tls_settings] if args.key?(:tls_settings)
5291
5279
  @used_by = args[:used_by] if args.key?(:used_by)
5292
- @vpc_network_scope = args[:vpc_network_scope] if args.key?(:vpc_network_scope)
5293
5280
  end
5294
5281
  end
5295
5282
 
@@ -8415,6 +8402,13 @@ module Google
8415
8402
  class CapacityAdviceRequestInstanceProperties
8416
8403
  include Google::Apis::Core::Hashable
8417
8404
 
8405
+ # Input only. Specifies the topology required to create a partition for
8406
+ # VMs that have interconnected GPUs or TPUs.
8407
+ # Example values: 2x2 for ct5l-hightpu-4t.
8408
+ # Corresponds to the JSON property `acceleratorTopology`
8409
+ # @return [String]
8410
+ attr_accessor :accelerator_topology
8411
+
8418
8412
  # Defines the instance scheduling options.
8419
8413
  # Corresponds to the JSON property `scheduling`
8420
8414
  # @return [Google::Apis::ComputeAlpha::CapacityAdviceRequestInstancePropertiesScheduling]
@@ -8426,6 +8420,7 @@ module Google
8426
8420
 
8427
8421
  # Update properties of this object
8428
8422
  def update!(**args)
8423
+ @accelerator_topology = args[:accelerator_topology] if args.key?(:accelerator_topology)
8429
8424
  @scheduling = args[:scheduling] if args.key?(:scheduling)
8430
8425
  end
8431
8426
  end
@@ -24558,12 +24553,16 @@ module Google
24558
24553
  # @return [String]
24559
24554
  attr_accessor :sha1_checksum
24560
24555
 
24561
- # The full Google Cloud Storage URL where the raw disk image archive is
24562
- # stored.
24563
- # The following are valid formats for the URL:
24556
+ # The full Google Cloud Storage URL or Artifact Registry path where the raw
24557
+ # disk image archive is stored.
24558
+ # The following are valid formats:
24564
24559
  #
24565
24560
  # - https://storage.googleapis.com/bucket_name/image_archive_name
24566
24561
  # - https://storage.googleapis.com/bucket_name/folder_name/image_archive_name
24562
+ # - projects/project/locations/location/repositories/repo/packages/package/
24563
+ # versions/version_id
24564
+ # - projects/project/locations/location/repositories/repo/packages/package/
24565
+ # versions/version_id@dirsum_sha256:hex_value
24567
24566
  # In order to create an image, you must provide the full or partial URL of
24568
24567
  # one of the following:
24569
24568
  #
@@ -28652,6 +28651,13 @@ module Google
28652
28651
  # @return [Hash<String,String>]
28653
28652
  attr_accessor :accelerator_topology_actions
28654
28653
 
28654
+ # Map of accelerator topologies that should have their state changed to
28655
+ # the specified configuration. The map key is the hashed topology locus id.
28656
+ # It can be obtained from the GetAvailableAcceleratorTopologies rpc.
28657
+ # Corresponds to the JSON property `acceleratorTopologyConfigurations`
28658
+ # @return [Hash<String,Google::Apis::ComputeAlpha::InstanceGroupManagersConfigureAcceleratorTopologiesRequestAcceleratorTopologyConfiguration>]
28659
+ attr_accessor :accelerator_topology_configurations
28660
+
28655
28661
  def initialize(**args)
28656
28662
  update!(**args)
28657
28663
  end
@@ -28659,6 +28665,37 @@ module Google
28659
28665
  # Update properties of this object
28660
28666
  def update!(**args)
28661
28667
  @accelerator_topology_actions = args[:accelerator_topology_actions] if args.key?(:accelerator_topology_actions)
28668
+ @accelerator_topology_configurations = args[:accelerator_topology_configurations] if args.key?(:accelerator_topology_configurations)
28669
+ end
28670
+ end
28671
+
28672
+ # Configuration for a single accelerator topology.
28673
+ class InstanceGroupManagersConfigureAcceleratorTopologiesRequestAcceleratorTopologyConfiguration
28674
+ include Google::Apis::Core::Hashable
28675
+
28676
+ #
28677
+ # Corresponds to the JSON property `action`
28678
+ # @return [String]
28679
+ attr_accessor :action
28680
+
28681
+ # Identifier of the accelerator topology assigned externally to
28682
+ # differentiate who is the owner of the topology. The format needs to
28683
+ # conform to RFC1035 and be unique. The uniqueness is guaranteed by the
28684
+ # requestor. If it is provided on activating the sub-slice it will have to
28685
+ # be provided on deactivating as well. This identifier is cleared on
28686
+ # successful deform of a sub-slice.
28687
+ # Corresponds to the JSON property `externalId`
28688
+ # @return [String]
28689
+ attr_accessor :external_id
28690
+
28691
+ def initialize(**args)
28692
+ update!(**args)
28693
+ end
28694
+
28695
+ # Update properties of this object
28696
+ def update!(**args)
28697
+ @action = args[:action] if args.key?(:action)
28698
+ @external_id = args[:external_id] if args.key?(:external_id)
28662
28699
  end
28663
28700
  end
28664
28701
 
@@ -28833,6 +28870,15 @@ module Google
28833
28870
  # @return [String]
28834
28871
  attr_accessor :error_timestamp
28835
28872
 
28873
+ # Identifier of the accelerator topology assigned externally to
28874
+ # differentiate who is the owner of the topology. This is set in
28875
+ # ConfigureAcceleratorTopologies. If it is provided on activating the
28876
+ # sub-slice it will have to be provided on deactivating as well.
28877
+ # This identifier is cleared on successful deform of a sub-slice.
28878
+ # Corresponds to the JSON property `externalId`
28879
+ # @return [String]
28880
+ attr_accessor :external_id
28881
+
28836
28882
  def initialize(**args)
28837
28883
  update!(**args)
28838
28884
  end
@@ -28842,6 +28888,7 @@ module Google
28842
28888
  @current_state = args[:current_state] if args.key?(:current_state)
28843
28889
  @error = args[:error] if args.key?(:error)
28844
28890
  @error_timestamp = args[:error_timestamp] if args.key?(:error_timestamp)
28891
+ @external_id = args[:external_id] if args.key?(:external_id)
28845
28892
  end
28846
28893
 
28847
28894
  # Reason why the topology state change failed
@@ -29200,6 +29247,13 @@ module Google
29200
29247
  attr_accessor :no_creation_retries
29201
29248
  alias_method :no_creation_retries?, :no_creation_retries
29202
29249
 
29250
+ # If this flag is enabled within a request to decrease a MIG's target size,
29251
+ # then the MIG declines that request.
29252
+ # Corresponds to the JSON property `scaleInProtection`
29253
+ # @return [Boolean]
29254
+ attr_accessor :scale_in_protection
29255
+ alias_method :scale_in_protection?, :scale_in_protection
29256
+
29203
29257
  # The number of running instances that the managed instance group should
29204
29258
  # maintain at any given time. The group automatically adds or removes
29205
29259
  # instances to maintain the number of instances specified by this parameter.
@@ -29214,6 +29268,7 @@ module Google
29214
29268
  # Update properties of this object
29215
29269
  def update!(**args)
29216
29270
  @no_creation_retries = args[:no_creation_retries] if args.key?(:no_creation_retries)
29271
+ @scale_in_protection = args[:scale_in_protection] if args.key?(:scale_in_protection)
29217
29272
  @target_size = args[:target_size] if args.key?(:target_size)
29218
29273
  end
29219
29274
  end
@@ -51947,6 +52002,13 @@ module Google
51947
52002
  # @return [String]
51948
52003
  attr_accessor :name
51949
52004
 
52005
+ # Network tier to be used for this prefix. All child delegated prefixes will
52006
+ # inherit this field. If this field is not specified, it defaults to the
52007
+ # network tier of the project that the PublicAdvertisedPrefix belongs to.
52008
+ # Corresponds to the JSON property `networkTier`
52009
+ # @return [String]
52010
+ attr_accessor :network_tier
52011
+
51950
52012
  # Specifies how child public delegated prefix will be scoped. It could
51951
52013
  # be one of following values:
51952
52014
  #
@@ -52015,6 +52077,7 @@ module Google
52015
52077
  @ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
52016
52078
  @kind = args[:kind] if args.key?(:kind)
52017
52079
  @name = args[:name] if args.key?(:name)
52080
+ @network_tier = args[:network_tier] if args.key?(:network_tier)
52018
52081
  @pdp_scope = args[:pdp_scope] if args.key?(:pdp_scope)
52019
52082
  @public_delegated_prefixs = args[:public_delegated_prefixs] if args.key?(:public_delegated_prefixs)
52020
52083
  @self_link = args[:self_link] if args.key?(:self_link)
@@ -52296,6 +52359,13 @@ module Google
52296
52359
  # @return [String]
52297
52360
  attr_accessor :name
52298
52361
 
52362
+ # Network tier of the public delegated prefix. If populated, it must match
52363
+ # the network tier of the parent public advertised prefix. If not populated,
52364
+ # it defaults to the network tier of the parent public advertised prefix.
52365
+ # Corresponds to the JSON property `networkTier`
52366
+ # @return [String]
52367
+ attr_accessor :network_tier
52368
+
52299
52369
  # The URL of parent prefix. Either PublicAdvertisedPrefix or
52300
52370
  # PublicDelegatedPrefix.
52301
52371
  # Corresponds to the JSON property `parentPrefix`
@@ -52387,6 +52457,7 @@ module Google
52387
52457
  @kind = args[:kind] if args.key?(:kind)
52388
52458
  @mode = args[:mode] if args.key?(:mode)
52389
52459
  @name = args[:name] if args.key?(:name)
52460
+ @network_tier = args[:network_tier] if args.key?(:network_tier)
52390
52461
  @parent_prefix = args[:parent_prefix] if args.key?(:parent_prefix)
52391
52462
  @public_delegated_sub_prefixs = args[:public_delegated_sub_prefixs] if args.key?(:public_delegated_sub_prefixs)
52392
52463
  @purpose = args[:purpose] if args.key?(:purpose)
@@ -55933,6 +56004,13 @@ module Google
55933
56004
  attr_accessor :no_creation_retries
55934
56005
  alias_method :no_creation_retries?, :no_creation_retries
55935
56006
 
56007
+ # If this flag is enabled within a request to decrease a MIG's target size,
56008
+ # then the MIG declines that request.
56009
+ # Corresponds to the JSON property `scaleInProtection`
56010
+ # @return [Boolean]
56011
+ attr_accessor :scale_in_protection
56012
+ alias_method :scale_in_protection?, :scale_in_protection
56013
+
55936
56014
  # The number of running instances that the managed instance group should
55937
56015
  # maintain at any given time. The group automatically adds or removes
55938
56016
  # instances to maintain the number of instances specified by this parameter.
@@ -55947,6 +56025,7 @@ module Google
55947
56025
  # Update properties of this object
55948
56026
  def update!(**args)
55949
56027
  @no_creation_retries = args[:no_creation_retries] if args.key?(:no_creation_retries)
56028
+ @scale_in_protection = args[:scale_in_protection] if args.key?(:scale_in_protection)
55950
56029
  @target_size = args[:target_size] if args.key?(:target_size)
55951
56030
  end
55952
56031
  end
@@ -60778,6 +60857,16 @@ module Google
60778
60857
  # @return [String]
60779
60858
  attr_accessor :name
60780
60859
 
60860
+ # Output only. The timestamp at which the Rollout was paused.
60861
+ # Corresponds to the JSON property `pauseTime`
60862
+ # @return [String]
60863
+ attr_accessor :pause_time
60864
+
60865
+ # Output only. The timestamp at which the Rollout was resumed.
60866
+ # Corresponds to the JSON property `resumeTime`
60867
+ # @return [String]
60868
+ attr_accessor :resume_time
60869
+
60781
60870
  # Specifications of the resource to roll out.
60782
60871
  # Corresponds to the JSON property `rolloutEntity`
60783
60872
  # @return [Google::Apis::ComputeAlpha::RolloutRolloutEntity]
@@ -60825,6 +60914,8 @@ module Google
60825
60914
  @id = args[:id] if args.key?(:id)
60826
60915
  @kind = args[:kind] if args.key?(:kind)
60827
60916
  @name = args[:name] if args.key?(:name)
60917
+ @pause_time = args[:pause_time] if args.key?(:pause_time)
60918
+ @resume_time = args[:resume_time] if args.key?(:resume_time)
60828
60919
  @rollout_entity = args[:rollout_entity] if args.key?(:rollout_entity)
60829
60920
  @rollout_plan = args[:rollout_plan] if args.key?(:rollout_plan)
60830
60921
  @self_link = args[:self_link] if args.key?(:self_link)
@@ -73740,6 +73831,22 @@ module Google
73740
73831
  # @return [String]
73741
73832
  attr_accessor :ip_cidr_range
73742
73833
 
73834
+ # Reference to a Public Delegated Prefix (PDP) for BYOIP.
73835
+ # This field should be specified for configuring BYOGUA internal IPv6
73836
+ # secondary range.
73837
+ # When specified along with the ip_cidr_range, the ip_cidr_range must lie
73838
+ # within the PDP referenced by the `ipCollection` field.
73839
+ # When specified without the ip_cidr_range, the range is auto-allocated
73840
+ # from the PDP referenced by the `ipCollection` field.
73841
+ # Corresponds to the JSON property `ipCollection`
73842
+ # @return [String]
73843
+ attr_accessor :ip_collection
73844
+
73845
+ #
73846
+ # Corresponds to the JSON property `ipVersion`
73847
+ # @return [String]
73848
+ attr_accessor :ip_version
73849
+
73743
73850
  # The name associated with this subnetwork secondary range, used when adding
73744
73851
  # an alias IP/IPv6 range to a VM instance.
73745
73852
  # The name must be 1-63 characters long, and comply withRFC1035.
@@ -73760,6 +73867,8 @@ module Google
73760
73867
  # Update properties of this object
73761
73868
  def update!(**args)
73762
73869
  @ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
73870
+ @ip_collection = args[:ip_collection] if args.key?(:ip_collection)
73871
+ @ip_version = args[:ip_version] if args.key?(:ip_version)
73763
73872
  @range_name = args[:range_name] if args.key?(:range_name)
73764
73873
  @reserved_internal_range = args[:reserved_internal_range] if args.key?(:reserved_internal_range)
73765
73874
  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.134.0"
19
+ GEM_VERSION = "0.135.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 = "20260227"
25
+ REVISION = "20260306"
26
26
  end
27
27
  end
28
28
  end
@@ -3304,6 +3304,12 @@ module Google
3304
3304
  include Google::Apis::Core::JsonObjectSupport
3305
3305
  end
3306
3306
 
3307
+ class InstanceGroupManagersConfigureAcceleratorTopologiesRequestAcceleratorTopologyConfiguration
3308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3309
+
3310
+ include Google::Apis::Core::JsonObjectSupport
3311
+ end
3312
+
3307
3313
  class InstanceGroupManagersCreateInstancesRequest
3308
3314
  class Representation < Google::Apis::Core::JsonRepresentation; end
3309
3315
 
@@ -11462,7 +11468,6 @@ module Google
11462
11468
 
11463
11469
  collection :used_by, as: 'usedBy', class: Google::Apis::ComputeAlpha::BackendServiceUsedBy, decorator: Google::Apis::ComputeAlpha::BackendServiceUsedBy::Representation
11464
11470
 
11465
- property :vpc_network_scope, as: 'vpcNetworkScope'
11466
11471
  end
11467
11472
  end
11468
11473
 
@@ -12171,6 +12176,7 @@ module Google
12171
12176
  class CapacityAdviceRequestInstanceProperties
12172
12177
  # @private
12173
12178
  class Representation < Google::Apis::Core::JsonRepresentation
12179
+ property :accelerator_topology, as: 'acceleratorTopology'
12174
12180
  property :scheduling, as: 'scheduling', class: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstancePropertiesScheduling, decorator: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstancePropertiesScheduling::Representation
12175
12181
 
12176
12182
  end
@@ -16697,6 +16703,16 @@ module Google
16697
16703
  # @private
16698
16704
  class Representation < Google::Apis::Core::JsonRepresentation
16699
16705
  hash :accelerator_topology_actions, as: 'acceleratorTopologyActions'
16706
+ hash :accelerator_topology_configurations, as: 'acceleratorTopologyConfigurations', class: Google::Apis::ComputeAlpha::InstanceGroupManagersConfigureAcceleratorTopologiesRequestAcceleratorTopologyConfiguration, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagersConfigureAcceleratorTopologiesRequestAcceleratorTopologyConfiguration::Representation
16707
+
16708
+ end
16709
+ end
16710
+
16711
+ class InstanceGroupManagersConfigureAcceleratorTopologiesRequestAcceleratorTopologyConfiguration
16712
+ # @private
16713
+ class Representation < Google::Apis::Core::JsonRepresentation
16714
+ property :action, as: 'action'
16715
+ property :external_id, as: 'externalId'
16700
16716
  end
16701
16717
  end
16702
16718
 
@@ -16752,6 +16768,7 @@ module Google
16752
16768
  property :error, as: 'error', class: Google::Apis::ComputeAlpha::InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyState::Error, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagersGetAvailableAcceleratorTopologiesResponseAcceleratorTopologyState::Error::Representation
16753
16769
 
16754
16770
  property :error_timestamp, as: 'errorTimestamp'
16771
+ property :external_id, as: 'externalId'
16755
16772
  end
16756
16773
 
16757
16774
  class Error
@@ -16854,6 +16871,7 @@ module Google
16854
16871
  # @private
16855
16872
  class Representation < Google::Apis::Core::JsonRepresentation
16856
16873
  property :no_creation_retries, as: 'noCreationRetries'
16874
+ property :scale_in_protection, as: 'scaleInProtection'
16857
16875
  property :target_size, as: 'targetSize'
16858
16876
  end
16859
16877
  end
@@ -22280,6 +22298,7 @@ module Google
22280
22298
  property :ipv6_access_type, as: 'ipv6AccessType'
22281
22299
  property :kind, as: 'kind'
22282
22300
  property :name, as: 'name'
22301
+ property :network_tier, as: 'networkTier'
22283
22302
  property :pdp_scope, as: 'pdpScope'
22284
22303
  collection :public_delegated_prefixs, as: 'publicDelegatedPrefixs', class: Google::Apis::ComputeAlpha::PublicAdvertisedPrefixPublicDelegatedPrefix, decorator: Google::Apis::ComputeAlpha::PublicAdvertisedPrefixPublicDelegatedPrefix::Representation
22285
22304
 
@@ -22349,6 +22368,7 @@ module Google
22349
22368
  property :kind, as: 'kind'
22350
22369
  property :mode, as: 'mode'
22351
22370
  property :name, as: 'name'
22371
+ property :network_tier, as: 'networkTier'
22352
22372
  property :parent_prefix, as: 'parentPrefix'
22353
22373
  collection :public_delegated_sub_prefixs, as: 'publicDelegatedSubPrefixs', class: Google::Apis::ComputeAlpha::PublicDelegatedPrefixPublicDelegatedSubPrefix, decorator: Google::Apis::ComputeAlpha::PublicDelegatedPrefixPublicDelegatedSubPrefix::Representation
22354
22374
 
@@ -23233,6 +23253,7 @@ module Google
23233
23253
  # @private
23234
23254
  class Representation < Google::Apis::Core::JsonRepresentation
23235
23255
  property :no_creation_retries, as: 'noCreationRetries'
23256
+ property :scale_in_protection, as: 'scaleInProtection'
23236
23257
  property :target_size, as: 'targetSize'
23237
23258
  end
23238
23259
  end
@@ -24502,6 +24523,8 @@ module Google
24502
24523
  property :id, :numeric_string => true, as: 'id'
24503
24524
  property :kind, as: 'kind'
24504
24525
  property :name, as: 'name'
24526
+ property :pause_time, as: 'pauseTime'
24527
+ property :resume_time, as: 'resumeTime'
24505
24528
  property :rollout_entity, as: 'rolloutEntity', class: Google::Apis::ComputeAlpha::RolloutRolloutEntity, decorator: Google::Apis::ComputeAlpha::RolloutRolloutEntity::Representation
24506
24529
 
24507
24530
  property :rollout_plan, as: 'rolloutPlan'
@@ -27484,6 +27507,8 @@ module Google
27484
27507
  # @private
27485
27508
  class Representation < Google::Apis::Core::JsonRepresentation
27486
27509
  property :ip_cidr_range, as: 'ipCidrRange'
27510
+ property :ip_collection, as: 'ipCollection'
27511
+ property :ip_version, as: 'ipVersion'
27487
27512
  property :range_name, as: 'rangeName'
27488
27513
  property :reserved_internal_range, as: 'reservedInternalRange'
27489
27514
  end
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.134.0
4
+ version: 0.135.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.134.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.135.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: