google-apis-compute_alpha 0.133.0 → 0.134.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: dd021dbfd8cf146eaf2946f27b38db74a1276036d8e7a041e930c73bcd1f02b6
4
- data.tar.gz: 20053de7282a6dd8abae0e8fcd35c6adf42dc5961f47a95f5eaf03e7b61a481e
3
+ metadata.gz: 8bbcf6a4a7a6b114f3ad337e17ecddac4e9c4cde30863fcdcb133e102f4d5f36
4
+ data.tar.gz: 9d1bab4bd81368adb4637b3a7b8fbfd29c37c9ac4beac985d2798f9a31ad7095
5
5
  SHA512:
6
- metadata.gz: d2b9e90023802ed08da2eb947c634e7a5073c2d46d717285a7e1bc4ee1ae8858f358e95ec7cba6922656e1c1532e9ad3f58f9dd0a0431d61e293c3f9c5858826
7
- data.tar.gz: f2e2eeb3863d654c6a9e945ce79d4e3aaa3cf1d90b13528f49219d06c26a60a38227bc90b3dde8a32b1eb5d42ab925144f66a8dd73bf1c9e181a51f392e9efb1
6
+ metadata.gz: 0c551a528d85dbc8ee6da5c0749ed0cc78f66580b5107c060bbf910c7b9c0363761610597d61417500e6ecef2e717c1a5a2ea22006e417abc3e4de5f904d74a3
7
+ data.tar.gz: 588e12e68190a08010d85ece6449de6668634a0f4875360ee463c57d7c0aa2ef45eb75cc7f676692e8cd649b5e92dbe5b95b221dc5225bc5ff4425387e47d4cc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.134.0 (2026-03-15)
4
+
5
+ * Regenerated from discovery document revision 20260227
6
+
3
7
  ### v0.133.0 (2026-02-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20260213
@@ -5864,7 +5864,7 @@ module Google
5864
5864
  class BackendServiceFailoverPolicy
5865
5865
  include Google::Apis::Core::Hashable
5866
5866
 
5867
- # This can be set to true only if the protocol isTCP.
5867
+ # This can be set to true if the protocol isTCP, UDP, or UNSPECIFIED.
5868
5868
  # The default is false.
5869
5869
  # Corresponds to the JSON property `disableConnectionDrainOnFailover`
5870
5870
  # @return [Boolean]
@@ -8839,6 +8839,11 @@ module Google
8839
8839
  # @return [String]
8840
8840
  attr_accessor :name
8841
8841
 
8842
+ # Additional commitment params.
8843
+ # Corresponds to the JSON property `params`
8844
+ # @return [Google::Apis::ComputeAlpha::CommitmentParams]
8845
+ attr_accessor :params
8846
+
8842
8847
  # The minimum time duration that you commit to purchasing resources.
8843
8848
  # The plan that you choose determines the preset term length of the
8844
8849
  # commitment (which is 1 year or 3 years) and affects the discount rate that
@@ -8956,6 +8961,7 @@ module Google
8956
8961
  @license_resource = args[:license_resource] if args.key?(:license_resource)
8957
8962
  @merge_source_commitments = args[:merge_source_commitments] if args.key?(:merge_source_commitments)
8958
8963
  @name = args[:name] if args.key?(:name)
8964
+ @params = args[:params] if args.key?(:params)
8959
8965
  @plan = args[:plan] if args.key?(:plan)
8960
8966
  @region = args[:region] if args.key?(:region)
8961
8967
  @reservations = args[:reservations] if args.key?(:reservations)
@@ -9228,6 +9234,31 @@ module Google
9228
9234
  end
9229
9235
  end
9230
9236
 
9237
+ # Additional commitment params.
9238
+ class CommitmentParams
9239
+ include Google::Apis::Core::Hashable
9240
+
9241
+ # Input only. Resource manager tags to be bound to the commitment. Tag keys and
9242
+ # values have the same definition as resource
9243
+ # manager tags. Keys and values can be either in numeric format,
9244
+ # such as `tagKeys/`tag_key_id`` and `tagValues/`tag_value_id`` or in
9245
+ # namespaced format such as ``org_id|project_id`/`tag_key_short_name`` and
9246
+ # ``tag_value_short_name``. The field is ignored (both PUT &
9247
+ # PATCH) when empty.
9248
+ # Corresponds to the JSON property `resourceManagerTags`
9249
+ # @return [Hash<String,String>]
9250
+ attr_accessor :resource_manager_tags
9251
+
9252
+ def initialize(**args)
9253
+ update!(**args)
9254
+ end
9255
+
9256
+ # Update properties of this object
9257
+ def update!(**args)
9258
+ @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
9259
+ end
9260
+ end
9261
+
9231
9262
  # [Output Only] Contains output only fields.
9232
9263
  class CommitmentResourceStatus
9233
9264
  include Google::Apis::Core::Hashable
@@ -12612,6 +12643,34 @@ module Google
12612
12643
  end
12613
12644
  end
12614
12645
 
12646
+ #
12647
+ class DiskUpdateKmsKeyRequest
12648
+ include Google::Apis::Core::Hashable
12649
+
12650
+ # Optional. The new KMS key to replace the current one on the disk. If empty,
12651
+ # the disk
12652
+ # will be re-encrypted using the primary version of the disk's current KMS
12653
+ # key.
12654
+ # The KMS key can be provided in the following formats:
12655
+ #
12656
+ #
12657
+ # - projects/project_id/locations/location/keyRings/key_ring/cryptoKeys/key
12658
+ # Where project is the project ID or
12659
+ # project number.
12660
+ # Corresponds to the JSON property `kmsKeyName`
12661
+ # @return [String]
12662
+ attr_accessor :kms_key_name
12663
+
12664
+ def initialize(**args)
12665
+ update!(**args)
12666
+ end
12667
+
12668
+ # Update properties of this object
12669
+ def update!(**args)
12670
+ @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
12671
+ end
12672
+ end
12673
+
12615
12674
  #
12616
12675
  class DisksAddResourcePoliciesRequest
12617
12676
  include Google::Apis::Core::Hashable
@@ -12894,6 +12953,11 @@ module Google
12894
12953
 
12895
12954
  # Zones where the regional managed instance group will create and manage
12896
12955
  # its instances.
12956
+ # By default, a regional MIG doesn't automatically select an AI zone to create
12957
+ # instances, even if an AI zone is available in the specified region. To
12958
+ # create instances in an AI zone in the selected region, you must explicitly
12959
+ # specify it in the distribution policy together with the other preferred
12960
+ # zones.
12897
12961
  # Corresponds to the JSON property `zones`
12898
12962
  # @return [Array<Google::Apis::ComputeAlpha::DistributionPolicyZoneConfiguration>]
12899
12963
  attr_accessor :zones
@@ -16333,6 +16397,11 @@ module Google
16333
16397
  # @return [String]
16334
16398
  attr_accessor :name_prefix
16335
16399
 
16400
+ # Additional future reservation params.
16401
+ # Corresponds to the JSON property `params`
16402
+ # @return [Google::Apis::ComputeAlpha::FutureReservationParams]
16403
+ attr_accessor :params
16404
+
16336
16405
  # Planning state before being submitted for evaluation
16337
16406
  # Corresponds to the JSON property `planningStatus`
16338
16407
  # @return [String]
@@ -16431,6 +16500,7 @@ module Google
16431
16500
  @kind = args[:kind] if args.key?(:kind)
16432
16501
  @name = args[:name] if args.key?(:name)
16433
16502
  @name_prefix = args[:name_prefix] if args.key?(:name_prefix)
16503
+ @params = args[:params] if args.key?(:params)
16434
16504
  @planning_status = args[:planning_status] if args.key?(:planning_status)
16435
16505
  @protection_tier = args[:protection_tier] if args.key?(:protection_tier)
16436
16506
  @reservation_mode = args[:reservation_mode] if args.key?(:reservation_mode)
@@ -16482,6 +16552,32 @@ module Google
16482
16552
  end
16483
16553
  end
16484
16554
 
16555
+ # Additional future reservation params.
16556
+ class FutureReservationParams
16557
+ include Google::Apis::Core::Hashable
16558
+
16559
+ # Input only. Resource manager tags to be bound to the future reservation. Tag
16560
+ # keys and
16561
+ # values have the same definition as resource
16562
+ # manager tags. Keys and values can be either in numeric format,
16563
+ # such as `tagKeys/`tag_key_id`` and `tagValues/`tag_value_id`` or in
16564
+ # namespaced format such as ``org_id|project_id`/`tag_key_short_name`` and
16565
+ # ``tag_value_short_name``. The field is ignored (both PUT &
16566
+ # PATCH) when empty.
16567
+ # Corresponds to the JSON property `resourceManagerTags`
16568
+ # @return [Hash<String,String>]
16569
+ attr_accessor :resource_manager_tags
16570
+
16571
+ def initialize(**args)
16572
+ update!(**args)
16573
+ end
16574
+
16575
+ # Update properties of this object
16576
+ def update!(**args)
16577
+ @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
16578
+ end
16579
+ end
16580
+
16485
16581
  #
16486
16582
  class FutureReservationSpecificSkuProperties
16487
16583
  include Google::Apis::Core::Hashable
@@ -18471,7 +18567,10 @@ module Google
18471
18567
  # @return [String]
18472
18568
  attr_accessor :name
18473
18569
 
18474
- # Optional. Predefined rollout plan.
18570
+ # Optional. Specifies the predefined rollout plan for the policy. Valid values
18571
+ # are `SLOW_ROLLOUT` and `FAST_ROLLOUT`. The recommended value is
18572
+ # `SLOW_ROLLOUT` for progressive rollout. For more information, see Rollout
18573
+ # plans for global policies.
18475
18574
  # Corresponds to the JSON property `predefinedRolloutPlan`
18476
18575
  # @return [String]
18477
18576
  attr_accessor :predefined_rollout_plan
@@ -18536,6 +18635,13 @@ module Google
18536
18635
  class GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata
18537
18636
  include Google::Apis::Core::Hashable
18538
18637
 
18638
+ # Output only. [Output Only] The rollout status for each location. The list of
18639
+ # the
18640
+ # locations is the same as the list of locations in the rollout plan.
18641
+ # Corresponds to the JSON property `locationRolloutStatus`
18642
+ # @return [Hash<String,Google::Apis::ComputeAlpha::GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadataLocationRolloutStatus>]
18643
+ attr_accessor :location_rollout_status
18644
+
18539
18645
  # Output only. [Output Only] The name of the rollout.
18540
18646
  # Ex. projects//locations/global/rollouts/.
18541
18647
  # Corresponds to the JSON property `rollout`
@@ -18560,12 +18666,32 @@ module Google
18560
18666
 
18561
18667
  # Update properties of this object
18562
18668
  def update!(**args)
18669
+ @location_rollout_status = args[:location_rollout_status] if args.key?(:location_rollout_status)
18563
18670
  @rollout = args[:rollout] if args.key?(:rollout)
18564
18671
  @rollout_plan = args[:rollout_plan] if args.key?(:rollout_plan)
18565
18672
  @state = args[:state] if args.key?(:state)
18566
18673
  end
18567
18674
  end
18568
18675
 
18676
+ #
18677
+ class GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadataLocationRolloutStatus
18678
+ include Google::Apis::Core::Hashable
18679
+
18680
+ # Output only. [Output Only] The state of the location rollout.
18681
+ # Corresponds to the JSON property `state`
18682
+ # @return [String]
18683
+ attr_accessor :state
18684
+
18685
+ def initialize(**args)
18686
+ update!(**args)
18687
+ end
18688
+
18689
+ # Update properties of this object
18690
+ def update!(**args)
18691
+ @state = args[:state] if args.key?(:state)
18692
+ end
18693
+ end
18694
+
18569
18695
  # Maintenance Info for ReservationBlocks.
18570
18696
  class GroupMaintenanceInfo
18571
18697
  include Google::Apis::Core::Hashable
@@ -23470,6 +23596,16 @@ module Google
23470
23596
  # @return [Google::Apis::ComputeAlpha::HttpFaultInjection]
23471
23597
  attr_accessor :fault_injection_policy
23472
23598
 
23599
+ # The configuration for Cloud CDN's image optimization feature. This feature
23600
+ # dynamically processes and delivers images from the network edge.
23601
+ # Image Optimization is only available for Global External Application Load
23602
+ # Balancers.
23603
+ # Either Cloud CDN must be enabled on the backend service or backend bucket
23604
+ # serving the route, or cache policy must be configured on the same route.
23605
+ # Corresponds to the JSON property `imageOptimizationPolicy`
23606
+ # @return [Google::Apis::ComputeAlpha::ImageOptimizationPolicy]
23607
+ attr_accessor :image_optimization_policy
23608
+
23473
23609
  # A Duration represents a fixed-length span of time represented
23474
23610
  # as a count of seconds and fractions of seconds at nanosecond
23475
23611
  # resolution. It is independent of any calendar and concepts like "day"
@@ -23528,6 +23664,7 @@ module Google
23528
23664
  @cache_policy = args[:cache_policy] if args.key?(:cache_policy)
23529
23665
  @cors_policy = args[:cors_policy] if args.key?(:cors_policy)
23530
23666
  @fault_injection_policy = args[:fault_injection_policy] if args.key?(:fault_injection_policy)
23667
+ @image_optimization_policy = args[:image_optimization_policy] if args.key?(:image_optimization_policy)
23531
23668
  @max_stream_duration = args[:max_stream_duration] if args.key?(:max_stream_duration)
23532
23669
  @request_mirror_policy = args[:request_mirror_policy] if args.key?(:request_mirror_policy)
23533
23670
  @retry_policy = args[:retry_policy] if args.key?(:retry_policy)
@@ -24596,6 +24733,30 @@ module Google
24596
24733
  end
24597
24734
  end
24598
24735
 
24736
+ # The configuration for Cloud CDN's image optimization feature. This feature
24737
+ # dynamically processes and delivers images from the network edge.
24738
+ # Image Optimization is only available for Global External Application Load
24739
+ # Balancers.
24740
+ # Either Cloud CDN must be enabled on the backend service or backend bucket
24741
+ # serving the route, or cache policy must be configured on the same route.
24742
+ class ImageOptimizationPolicy
24743
+ include Google::Apis::Core::Hashable
24744
+
24745
+ # Specifies whether to interpret query parameters for image optimization.
24746
+ # Corresponds to the JSON property `queryParameterInterpretation`
24747
+ # @return [String]
24748
+ attr_accessor :query_parameter_interpretation
24749
+
24750
+ def initialize(**args)
24751
+ update!(**args)
24752
+ end
24753
+
24754
+ # Update properties of this object
24755
+ def update!(**args)
24756
+ @query_parameter_interpretation = args[:query_parameter_interpretation] if args.key?(:query_parameter_interpretation)
24757
+ end
24758
+ end
24759
+
24599
24760
  # Additional image params.
24600
24761
  class ImageParams
24601
24762
  include Google::Apis::Core::Hashable
@@ -43920,6 +44081,12 @@ module Google
43920
44081
  # @return [Array<Google::Apis::ComputeAlpha::AliasIpRange>]
43921
44082
  attr_accessor :alias_ip_ranges
43922
44083
 
44084
+ # An array of alias IPv6 ranges for this network interface.
44085
+ # You can only specify this field for network interfaces in VPC networks.
44086
+ # Corresponds to the JSON property `aliasIpv6Ranges`
44087
+ # @return [Array<Google::Apis::ComputeAlpha::AliasIpRange>]
44088
+ attr_accessor :alias_ipv6_ranges
44089
+
43923
44090
  # Optional. If true, DNS resolution will be enabled over this interface. Only
43924
44091
  # valid
43925
44092
  # with network_attachment.
@@ -44099,6 +44266,7 @@ module Google
44099
44266
  def update!(**args)
44100
44267
  @access_configs = args[:access_configs] if args.key?(:access_configs)
44101
44268
  @alias_ip_ranges = args[:alias_ip_ranges] if args.key?(:alias_ip_ranges)
44269
+ @alias_ipv6_ranges = args[:alias_ipv6_ranges] if args.key?(:alias_ipv6_ranges)
44102
44270
  @enable_vpc_scoped_dns = args[:enable_vpc_scoped_dns] if args.key?(:enable_vpc_scoped_dns)
44103
44271
  @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
44104
44272
  @igmp_query = args[:igmp_query] if args.key?(:igmp_query)
@@ -54796,6 +54964,34 @@ module Google
54796
54964
  end
54797
54965
  end
54798
54966
 
54967
+ #
54968
+ class RegionDiskUpdateKmsKeyRequest
54969
+ include Google::Apis::Core::Hashable
54970
+
54971
+ # Optional. The new KMS key to replace the current one on the disk. If empty,
54972
+ # the disk
54973
+ # will be re-encrypted using the primary version of the disk's current KMS
54974
+ # key.
54975
+ # The KMS key can be provided in the following formats:
54976
+ #
54977
+ #
54978
+ # - projects/project_id/locations/location/keyRings/key_ring/cryptoKeys/key
54979
+ # Where project is the project ID or
54980
+ # project number.
54981
+ # Corresponds to the JSON property `kmsKeyName`
54982
+ # @return [String]
54983
+ attr_accessor :kms_key_name
54984
+
54985
+ def initialize(**args)
54986
+ update!(**args)
54987
+ end
54988
+
54989
+ # Update properties of this object
54990
+ def update!(**args)
54991
+ @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
54992
+ end
54993
+ end
54994
+
54799
54995
  #
54800
54996
  class RegionDisksAddResourcePoliciesRequest
54801
54997
  include Google::Apis::Core::Hashable
@@ -56482,6 +56678,32 @@ module Google
56482
56678
  end
56483
56679
  end
56484
56680
 
56681
+ #
56682
+ class RegionSnapshotUpdateKmsKeyRequest
56683
+ include Google::Apis::Core::Hashable
56684
+
56685
+ # Optional. The new KMS key to replace the current one on the snapshot. If empty,
56686
+ # the
56687
+ # snapshot will be re-encrypted using the primary version of the snapshot's
56688
+ # current KMS key.
56689
+ # The KMS key can be provided in the following formats:
56690
+ #
56691
+ #
56692
+ # - projects/project_id/locations/region/keyRings/region/cryptoKeys/key
56693
+ # Corresponds to the JSON property `kmsKeyName`
56694
+ # @return [String]
56695
+ attr_accessor :kms_key_name
56696
+
56697
+ def initialize(**args)
56698
+ update!(**args)
56699
+ end
56700
+
56701
+ # Update properties of this object
56702
+ def update!(**args)
56703
+ @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
56704
+ end
56705
+ end
56706
+
56485
56707
  #
56486
56708
  class RegionTargetHttpsProxiesSetSslCertificatesRequest
56487
56709
  include Google::Apis::Core::Hashable
@@ -61224,6 +61446,13 @@ module Google
61224
61446
  # @return [Fixnum]
61225
61447
  attr_accessor :completed_resources_count
61226
61448
 
61449
+ # Output only. Estimated timestamp at which the wave will complete. Extrapolated
61450
+ # from
61451
+ # current progress.
61452
+ # Corresponds to the JSON property `estimatedCompletionTime`
61453
+ # @return [String]
61454
+ attr_accessor :estimated_completion_time
61455
+
61227
61456
  # Output only. Estimated total count of resources.
61228
61457
  # Corresponds to the JSON property `estimatedTotalResourcesCount`
61229
61458
  # @return [Fixnum]
@@ -61242,6 +61471,12 @@ module Google
61242
61471
  # @return [Fixnum]
61243
61472
  attr_accessor :failed_resources_count
61244
61473
 
61474
+ # Output only. Status of each location in the wave. Map keys (locations) must be
61475
+ # specified like "us-east1" or "asia-west1-a".
61476
+ # Corresponds to the JSON property `locationStatus`
61477
+ # @return [Hash<String,Google::Apis::ComputeAlpha::RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus>]
61478
+ attr_accessor :location_status
61479
+
61245
61480
  def initialize(**args)
61246
61481
  update!(**args)
61247
61482
  end
@@ -61249,9 +61484,30 @@ module Google
61249
61484
  # Update properties of this object
61250
61485
  def update!(**args)
61251
61486
  @completed_resources_count = args[:completed_resources_count] if args.key?(:completed_resources_count)
61487
+ @estimated_completion_time = args[:estimated_completion_time] if args.key?(:estimated_completion_time)
61252
61488
  @estimated_total_resources_count = args[:estimated_total_resources_count] if args.key?(:estimated_total_resources_count)
61253
61489
  @failed_locations = args[:failed_locations] if args.key?(:failed_locations)
61254
61490
  @failed_resources_count = args[:failed_resources_count] if args.key?(:failed_resources_count)
61491
+ @location_status = args[:location_status] if args.key?(:location_status)
61492
+ end
61493
+ end
61494
+
61495
+ # Represents the status of a location in a wave.
61496
+ class RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus
61497
+ include Google::Apis::Core::Hashable
61498
+
61499
+ # Output only. Location state of the wave.
61500
+ # Corresponds to the JSON property `state`
61501
+ # @return [String]
61502
+ attr_accessor :state
61503
+
61504
+ def initialize(**args)
61505
+ update!(**args)
61506
+ end
61507
+
61508
+ # Update properties of this object
61509
+ def update!(**args)
61510
+ @state = args[:state] if args.key?(:state)
61255
61511
  end
61256
61512
  end
61257
61513
 
@@ -65912,19 +66168,19 @@ module Google
65912
66168
  attr_accessor :ddos_adaptive_protection
65913
66169
 
65914
66170
  # DDoS Protection for Network Load Balancers (and VMs with public IPs)
65915
- # builds DDos mitigations that minimize collateral damage. It quantifies
66171
+ # builds DDoS mitigations that minimize collateral damage. It quantifies
65916
66172
  # this as the fraction of a non-abuse baseline that's inadvertently
65917
66173
  # blocked.
65918
66174
  # Rules whose collateral damage exceeds ddosImpactedBaselineThreshold will
65919
66175
  # not be deployed. Using a lower value will prioritize keeping collateral
65920
66176
  # damage low, possibly at the cost of its effectiveness in rate limiting
65921
- # some or all of the attack. It should typically be unset, so Advanced DDos
66177
+ # some or all of the attack. It should typically be unset, so Advanced DDoS
65922
66178
  # (and Adaptive Protection) uses the best mitigation it can find. Setting
65923
66179
  # the threshold is advised if there are logs for false positive detections
65924
- # with high collateral damage, and will cause Advanced DDos to attempt to
65925
- # find a less aggressive rule that satisfies the constraint; Failing that,
65926
- # it will fall back to no mitigation (smaller attack) or to broader network
65927
- # throttles (larger attack).
66180
+ # with high collateral damage, and will cause Advanced DDoS to attempt to
66181
+ # find a less aggressive rule that satisfies the constraint. If a suitable
66182
+ # rule cannot be found, the system falls back to either no mitigation for
66183
+ # smaller attacks or broader network throttles for larger ones.
65928
66184
  # Corresponds to the JSON property `ddosImpactedBaselineThreshold`
65929
66185
  # @return [Float]
65930
66186
  attr_accessor :ddos_impacted_baseline_threshold
@@ -69568,6 +69824,32 @@ module Google
69568
69824
  end
69569
69825
  end
69570
69826
 
69827
+ #
69828
+ class SnapshotUpdateKmsKeyRequest
69829
+ include Google::Apis::Core::Hashable
69830
+
69831
+ # Optional. The new KMS key to replace the current one on the snapshot. If empty,
69832
+ # the
69833
+ # snapshot will be re-encrypted using the primary version of the snapshot's
69834
+ # current KMS key.
69835
+ # The KMS key can be provided in the following formats:
69836
+ #
69837
+ #
69838
+ # - projects/project_id/locations/region/keyRings/key_ring/cryptoKeys/key
69839
+ # Corresponds to the JSON property `kmsKeyName`
69840
+ # @return [String]
69841
+ attr_accessor :kms_key_name
69842
+
69843
+ def initialize(**args)
69844
+ update!(**args)
69845
+ end
69846
+
69847
+ # Update properties of this object
69848
+ def update!(**args)
69849
+ @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
69850
+ end
69851
+ end
69852
+
69571
69853
  #
69572
69854
  class SnapshotsGetEffectiveRecycleBinRuleResponse
69573
69855
  include Google::Apis::Core::Hashable
@@ -70890,18 +71172,21 @@ module Google
70890
71172
  # negotiating X25519MLKEM768 key exchange when clients advertise support for
70891
71173
  # it. When set to DEFAULT, or if no SSL Policy is
70892
71174
  # attached to the target proxy, the load balancer disallows X25519MLKEM768
70893
- # key exchange until it is enabled by default on LBs. When set toENABLED, the
70894
- # load balancer will negotiate X25519MLKEM768 key
70895
- # exchange. Customers can set this to DEFERRED to temporarily
70896
- # opt-out the LB from negotiating post-quantum key exchange by default.
71175
+ # key exchange until it is enabled by default on load balancers. When set
71176
+ # toENABLED, the load balancer can negotiate X25519MLKEM768 key
71177
+ # exchange. When set to DEFERRED, temporarily opts out the load
71178
+ # balancer from negotiating X25519MLKEM768 beyond the point where it is
71179
+ # enabled by default on load balancers.
70897
71180
  # Corresponds to the JSON property `postQuantumKeyExchange`
70898
71181
  # @return [String]
70899
71182
  attr_accessor :post_quantum_key_exchange
70900
71183
 
70901
71184
  # Profile specifies the set of SSL features that can be used by the load
70902
71185
  # balancer when negotiating SSL with clients. This can be one ofCOMPATIBLE,
70903
- # MODERN, RESTRICTED, orCUSTOM. If using CUSTOM, the set of SSL features
70904
- # to enable must be specified in the customFeatures field.
71186
+ # MODERN, RESTRICTED,FIPS_202205, or CUSTOM. If usingCUSTOM, the set of SSL
71187
+ # features to enable must be specified in
71188
+ # the customFeatures field. If using FIPS_202205,
71189
+ # the min_tls_version field must be set to TLS_1_2.
70905
71190
  # Corresponds to the JSON property `profile`
70906
71191
  # @return [String]
70907
71192
  attr_accessor :profile
@@ -72859,6 +73144,14 @@ module Google
72859
73144
  # @return [String]
72860
73145
  attr_accessor :ipv6_gce_endpoint
72861
73146
 
73147
+ # Specifies the network tier for EXTERNAL IPv6. Can only be set when
73148
+ # ipv6_access_type is EXTERNAL. Defaults to project defaultNetworkTier if not
73149
+ # specified during the creation of the subnetwork. This field is IMMUTABLE
73150
+ # once set with EXTERNAL IPv6.
73151
+ # Corresponds to the JSON property `ipv6NetworkTier`
73152
+ # @return [String]
73153
+ attr_accessor :ipv6_network_tier
73154
+
72862
73155
  # Output only. [Output Only] Type of the resource. Always compute#subnetwork
72863
73156
  # for Subnetwork resources.
72864
73157
  # Corresponds to the JSON property `kind`
@@ -73040,6 +73333,7 @@ module Google
73040
73333
  @ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
73041
73334
  @ipv6_cidr_range = args[:ipv6_cidr_range] if args.key?(:ipv6_cidr_range)
73042
73335
  @ipv6_gce_endpoint = args[:ipv6_gce_endpoint] if args.key?(:ipv6_gce_endpoint)
73336
+ @ipv6_network_tier = args[:ipv6_network_tier] if args.key?(:ipv6_network_tier)
73043
73337
  @kind = args[:kind] if args.key?(:kind)
73044
73338
  @log_config = args[:log_config] if args.key?(:log_config)
73045
73339
  @metadata = args[:metadata] if args.key?(:metadata)
@@ -78176,6 +78470,11 @@ module Google
78176
78470
  # @return [String]
78177
78471
  attr_accessor :latest_window_start_time
78178
78472
 
78473
+ # Output only. Maintenance method for the upcoming maintenance.
78474
+ # Corresponds to the JSON property `maintenanceMethod`
78475
+ # @return [String]
78476
+ attr_accessor :maintenance_method
78477
+
78179
78478
  # Indicates whether the UpcomingMaintenance will be triggered on VM shutdown.
78180
78479
  # Corresponds to the JSON property `maintenanceOnShutdown`
78181
78480
  # @return [Boolean]
@@ -78231,6 +78530,7 @@ module Google
78231
78530
  @can_reschedule = args[:can_reschedule] if args.key?(:can_reschedule)
78232
78531
  @date = args[:date] if args.key?(:date)
78233
78532
  @latest_window_start_time = args[:latest_window_start_time] if args.key?(:latest_window_start_time)
78533
+ @maintenance_method = args[:maintenance_method] if args.key?(:maintenance_method)
78234
78534
  @maintenance_on_shutdown = args[:maintenance_on_shutdown] if args.key?(:maintenance_on_shutdown)
78235
78535
  @maintenance_reasons = args[:maintenance_reasons] if args.key?(:maintenance_reasons)
78236
78536
  @maintenance_status = args[:maintenance_status] if args.key?(:maintenance_status)
@@ -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.133.0"
19
+ GEM_VERSION = "0.134.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 = "20260213"
25
+ REVISION = "20260227"
26
26
  end
27
27
  end
28
28
  end
@@ -1054,6 +1054,12 @@ module Google
1054
1054
  include Google::Apis::Core::JsonObjectSupport
1055
1055
  end
1056
1056
 
1057
+ class CommitmentParams
1058
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1059
+
1060
+ include Google::Apis::Core::JsonObjectSupport
1061
+ end
1062
+
1057
1063
  class CommitmentResourceStatus
1058
1064
  class Representation < Google::Apis::Core::JsonRepresentation; end
1059
1065
 
@@ -1438,6 +1444,12 @@ module Google
1438
1444
  include Google::Apis::Core::JsonObjectSupport
1439
1445
  end
1440
1446
 
1447
+ class DiskUpdateKmsKeyRequest
1448
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1449
+
1450
+ include Google::Apis::Core::JsonObjectSupport
1451
+ end
1452
+
1441
1453
  class DisksAddResourcePoliciesRequest
1442
1454
  class Representation < Google::Apis::Core::JsonRepresentation; end
1443
1455
 
@@ -1852,6 +1864,12 @@ module Google
1852
1864
  include Google::Apis::Core::JsonObjectSupport
1853
1865
  end
1854
1866
 
1867
+ class FutureReservationParams
1868
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1869
+
1870
+ include Google::Apis::Core::JsonObjectSupport
1871
+ end
1872
+
1855
1873
  class FutureReservationSpecificSkuProperties
1856
1874
  class Representation < Google::Apis::Core::JsonRepresentation; end
1857
1875
 
@@ -2164,6 +2182,12 @@ module Google
2164
2182
  include Google::Apis::Core::JsonObjectSupport
2165
2183
  end
2166
2184
 
2185
+ class GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadataLocationRolloutStatus
2186
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2187
+
2188
+ include Google::Apis::Core::JsonObjectSupport
2189
+ end
2190
+
2167
2191
  class GroupMaintenanceInfo
2168
2192
  class Representation < Google::Apis::Core::JsonRepresentation; end
2169
2193
 
@@ -2848,6 +2872,12 @@ module Google
2848
2872
  include Google::Apis::Core::JsonObjectSupport
2849
2873
  end
2850
2874
 
2875
+ class ImageOptimizationPolicy
2876
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2877
+
2878
+ include Google::Apis::Core::JsonObjectSupport
2879
+ end
2880
+
2851
2881
  class ImageParams
2852
2882
  class Representation < Google::Apis::Core::JsonRepresentation; end
2853
2883
 
@@ -6622,6 +6652,12 @@ module Google
6622
6652
  include Google::Apis::Core::JsonObjectSupport
6623
6653
  end
6624
6654
 
6655
+ class RegionDiskUpdateKmsKeyRequest
6656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6657
+
6658
+ include Google::Apis::Core::JsonObjectSupport
6659
+ end
6660
+
6625
6661
  class RegionDisksAddResourcePoliciesRequest
6626
6662
  class Representation < Google::Apis::Core::JsonRepresentation; end
6627
6663
 
@@ -6916,6 +6952,12 @@ module Google
6916
6952
  include Google::Apis::Core::JsonObjectSupport
6917
6953
  end
6918
6954
 
6955
+ class RegionSnapshotUpdateKmsKeyRequest
6956
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6957
+
6958
+ include Google::Apis::Core::JsonObjectSupport
6959
+ end
6960
+
6919
6961
  class RegionTargetHttpsProxiesSetSslCertificatesRequest
6920
6962
  class Representation < Google::Apis::Core::JsonRepresentation; end
6921
6963
 
@@ -7612,6 +7654,12 @@ module Google
7612
7654
  include Google::Apis::Core::JsonObjectSupport
7613
7655
  end
7614
7656
 
7657
+ class RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus
7658
+ class Representation < Google::Apis::Core::JsonRepresentation; end
7659
+
7660
+ include Google::Apis::Core::JsonObjectSupport
7661
+ end
7662
+
7615
7663
  class RolloutsListResponse
7616
7664
  class Representation < Google::Apis::Core::JsonRepresentation; end
7617
7665
 
@@ -8590,6 +8638,12 @@ module Google
8590
8638
  include Google::Apis::Core::JsonObjectSupport
8591
8639
  end
8592
8640
 
8641
+ class SnapshotUpdateKmsKeyRequest
8642
+ class Representation < Google::Apis::Core::JsonRepresentation; end
8643
+
8644
+ include Google::Apis::Core::JsonObjectSupport
8645
+ end
8646
+
8593
8647
  class SnapshotsGetEffectiveRecycleBinRuleResponse
8594
8648
  class Representation < Google::Apis::Core::JsonRepresentation; end
8595
8649
 
@@ -12217,6 +12271,8 @@ module Google
12217
12271
 
12218
12272
  collection :merge_source_commitments, as: 'mergeSourceCommitments'
12219
12273
  property :name, as: 'name'
12274
+ property :params, as: 'params', class: Google::Apis::ComputeAlpha::CommitmentParams, decorator: Google::Apis::ComputeAlpha::CommitmentParams::Representation
12275
+
12220
12276
  property :plan, as: 'plan'
12221
12277
  property :region, as: 'region'
12222
12278
  collection :reservations, as: 'reservations', class: Google::Apis::ComputeAlpha::Reservation, decorator: Google::Apis::ComputeAlpha::Reservation::Representation
@@ -12300,6 +12356,13 @@ module Google
12300
12356
  end
12301
12357
  end
12302
12358
 
12359
+ class CommitmentParams
12360
+ # @private
12361
+ class Representation < Google::Apis::Core::JsonRepresentation
12362
+ hash :resource_manager_tags, as: 'resourceManagerTags'
12363
+ end
12364
+ end
12365
+
12303
12366
  class CommitmentResourceStatus
12304
12367
  # @private
12305
12368
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13029,6 +13092,13 @@ module Google
13029
13092
  end
13030
13093
  end
13031
13094
 
13095
+ class DiskUpdateKmsKeyRequest
13096
+ # @private
13097
+ class Representation < Google::Apis::Core::JsonRepresentation
13098
+ property :kms_key_name, as: 'kmsKeyName'
13099
+ end
13100
+ end
13101
+
13032
13102
  class DisksAddResourcePoliciesRequest
13033
13103
  # @private
13034
13104
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13801,6 +13871,8 @@ module Google
13801
13871
  property :kind, as: 'kind'
13802
13872
  property :name, as: 'name'
13803
13873
  property :name_prefix, as: 'namePrefix'
13874
+ property :params, as: 'params', class: Google::Apis::ComputeAlpha::FutureReservationParams, decorator: Google::Apis::ComputeAlpha::FutureReservationParams::Representation
13875
+
13804
13876
  property :planning_status, as: 'planningStatus'
13805
13877
  property :protection_tier, as: 'protectionTier'
13806
13878
  property :reservation_mode, as: 'reservationMode'
@@ -13830,6 +13902,13 @@ module Google
13830
13902
  end
13831
13903
  end
13832
13904
 
13905
+ class FutureReservationParams
13906
+ # @private
13907
+ class Representation < Google::Apis::Core::JsonRepresentation
13908
+ hash :resource_manager_tags, as: 'resourceManagerTags'
13909
+ end
13910
+ end
13911
+
13833
13912
  class FutureReservationSpecificSkuProperties
13834
13913
  # @private
13835
13914
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14349,12 +14428,21 @@ module Google
14349
14428
  class GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata
14350
14429
  # @private
14351
14430
  class Representation < Google::Apis::Core::JsonRepresentation
14431
+ hash :location_rollout_status, as: 'locationRolloutStatus', class: Google::Apis::ComputeAlpha::GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadataLocationRolloutStatus, decorator: Google::Apis::ComputeAlpha::GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadataLocationRolloutStatus::Representation
14432
+
14352
14433
  property :rollout, as: 'rollout'
14353
14434
  property :rollout_plan, as: 'rolloutPlan'
14354
14435
  property :state, as: 'state'
14355
14436
  end
14356
14437
  end
14357
14438
 
14439
+ class GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadataLocationRolloutStatus
14440
+ # @private
14441
+ class Representation < Google::Apis::Core::JsonRepresentation
14442
+ property :state, as: 'state'
14443
+ end
14444
+ end
14445
+
14358
14446
  class GroupMaintenanceInfo
14359
14447
  # @private
14360
14448
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -15493,6 +15581,8 @@ module Google
15493
15581
 
15494
15582
  property :fault_injection_policy, as: 'faultInjectionPolicy', class: Google::Apis::ComputeAlpha::HttpFaultInjection, decorator: Google::Apis::ComputeAlpha::HttpFaultInjection::Representation
15495
15583
 
15584
+ property :image_optimization_policy, as: 'imageOptimizationPolicy', class: Google::Apis::ComputeAlpha::ImageOptimizationPolicy, decorator: Google::Apis::ComputeAlpha::ImageOptimizationPolicy::Representation
15585
+
15496
15586
  property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
15497
15587
 
15498
15588
  property :request_mirror_policy, as: 'requestMirrorPolicy', class: Google::Apis::ComputeAlpha::RequestMirrorPolicy, decorator: Google::Apis::ComputeAlpha::RequestMirrorPolicy::Representation
@@ -15703,6 +15793,13 @@ module Google
15703
15793
  end
15704
15794
  end
15705
15795
 
15796
+ class ImageOptimizationPolicy
15797
+ # @private
15798
+ class Representation < Google::Apis::Core::JsonRepresentation
15799
+ property :query_parameter_interpretation, as: 'queryParameterInterpretation'
15800
+ end
15801
+ end
15802
+
15706
15803
  class ImageParams
15707
15804
  # @private
15708
15805
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -20301,6 +20398,8 @@ module Google
20301
20398
 
20302
20399
  collection :alias_ip_ranges, as: 'aliasIpRanges', class: Google::Apis::ComputeAlpha::AliasIpRange, decorator: Google::Apis::ComputeAlpha::AliasIpRange::Representation
20303
20400
 
20401
+ collection :alias_ipv6_ranges, as: 'aliasIpv6Ranges', class: Google::Apis::ComputeAlpha::AliasIpRange, decorator: Google::Apis::ComputeAlpha::AliasIpRange::Representation
20402
+
20304
20403
  property :enable_vpc_scoped_dns, as: 'enableVpcScopedDns'
20305
20404
  property :fingerprint, :base64 => true, as: 'fingerprint'
20306
20405
  property :igmp_query, as: 'igmpQuery'
@@ -22877,6 +22976,13 @@ module Google
22877
22976
  end
22878
22977
  end
22879
22978
 
22979
+ class RegionDiskUpdateKmsKeyRequest
22980
+ # @private
22981
+ class Representation < Google::Apis::Core::JsonRepresentation
22982
+ property :kms_key_name, as: 'kmsKeyName'
22983
+ end
22984
+ end
22985
+
22880
22986
  class RegionDisksAddResourcePoliciesRequest
22881
22987
  # @private
22882
22988
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -23324,6 +23430,13 @@ module Google
23324
23430
  end
23325
23431
  end
23326
23432
 
23433
+ class RegionSnapshotUpdateKmsKeyRequest
23434
+ # @private
23435
+ class Representation < Google::Apis::Core::JsonRepresentation
23436
+ property :kms_key_name, as: 'kmsKeyName'
23437
+ end
23438
+ end
23439
+
23327
23440
  class RegionTargetHttpsProxiesSetSslCertificatesRequest
23328
23441
  # @private
23329
23442
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -24563,9 +24676,19 @@ module Google
24563
24676
  # @private
24564
24677
  class Representation < Google::Apis::Core::JsonRepresentation
24565
24678
  property :completed_resources_count, :numeric_string => true, as: 'completedResourcesCount'
24679
+ property :estimated_completion_time, as: 'estimatedCompletionTime'
24566
24680
  property :estimated_total_resources_count, :numeric_string => true, as: 'estimatedTotalResourcesCount'
24567
24681
  collection :failed_locations, as: 'failedLocations'
24568
24682
  property :failed_resources_count, :numeric_string => true, as: 'failedResourcesCount'
24683
+ hash :location_status, as: 'locationStatus', class: Google::Apis::ComputeAlpha::RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus, decorator: Google::Apis::ComputeAlpha::RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus::Representation
24684
+
24685
+ end
24686
+ end
24687
+
24688
+ class RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus
24689
+ # @private
24690
+ class Representation < Google::Apis::Core::JsonRepresentation
24691
+ property :state, as: 'state'
24569
24692
  end
24570
24693
  end
24571
24694
 
@@ -26462,6 +26585,13 @@ module Google
26462
26585
  end
26463
26586
  end
26464
26587
 
26588
+ class SnapshotUpdateKmsKeyRequest
26589
+ # @private
26590
+ class Representation < Google::Apis::Core::JsonRepresentation
26591
+ property :kms_key_name, as: 'kmsKeyName'
26592
+ end
26593
+ end
26594
+
26465
26595
  class SnapshotsGetEffectiveRecycleBinRuleResponse
26466
26596
  # @private
26467
26597
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -27236,6 +27366,7 @@ module Google
27236
27366
  property :ipv6_access_type, as: 'ipv6AccessType'
27237
27367
  property :ipv6_cidr_range, as: 'ipv6CidrRange'
27238
27368
  property :ipv6_gce_endpoint, as: 'ipv6GceEndpoint'
27369
+ property :ipv6_network_tier, as: 'ipv6NetworkTier'
27239
27370
  property :kind, as: 'kind'
27240
27371
  property :log_config, as: 'logConfig', class: Google::Apis::ComputeAlpha::SubnetworkLogConfig, decorator: Google::Apis::ComputeAlpha::SubnetworkLogConfig::Representation
27241
27372
 
@@ -28485,6 +28616,7 @@ module Google
28485
28616
  property :can_reschedule, as: 'canReschedule'
28486
28617
  property :date, as: 'date'
28487
28618
  property :latest_window_start_time, as: 'latestWindowStartTime'
28619
+ property :maintenance_method, as: 'maintenanceMethod'
28488
28620
  property :maintenance_on_shutdown, as: 'maintenanceOnShutdown'
28489
28621
  collection :maintenance_reasons, as: 'maintenanceReasons'
28490
28622
  property :maintenance_status, as: 'maintenanceStatus'
@@ -5362,6 +5362,7 @@ module Google
5362
5362
  # The name of the zone for this request.
5363
5363
  # @param [String] disk
5364
5364
  # Name of the Disk resource, should conform to RFC1035.
5365
+ # @param [Google::Apis::ComputeAlpha::DiskUpdateKmsKeyRequest] disk_update_kms_key_request_object
5365
5366
  # @param [String] request_id
5366
5367
  # An optional request ID to identify requests. Specify a unique request ID so
5367
5368
  # that if you must retry your request, the server will know to ignore the
@@ -5393,8 +5394,10 @@ module Google
5393
5394
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
5394
5395
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5395
5396
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5396
- def update_disk_kms_key(project, zone, disk, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
5397
+ def update_disk_kms_key(project, zone, disk, disk_update_kms_key_request_object = nil, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
5397
5398
  command = make_simple_command(:post, 'projects/{project}/zones/{zone}/disks/{disk}/updateKmsKey', options)
5399
+ command.request_representation = Google::Apis::ComputeAlpha::DiskUpdateKmsKeyRequest::Representation
5400
+ command.request_object = disk_update_kms_key_request_object
5398
5401
  command.response_representation = Google::Apis::ComputeAlpha::Operation::Representation
5399
5402
  command.response_class = Google::Apis::ComputeAlpha::Operation
5400
5403
  command.params['project'] = project unless project.nil?
@@ -39888,6 +39891,7 @@ module Google
39888
39891
  # The name of the region for this request.
39889
39892
  # @param [String] disk
39890
39893
  # Name of the Disk resource, should conform to RFC1035.
39894
+ # @param [Google::Apis::ComputeAlpha::RegionDiskUpdateKmsKeyRequest] region_disk_update_kms_key_request_object
39891
39895
  # @param [String] request_id
39892
39896
  # An optional request ID to identify requests. Specify a unique request ID so
39893
39897
  # that if you must retry your request, the server will know to ignore the
@@ -39919,8 +39923,10 @@ module Google
39919
39923
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
39920
39924
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
39921
39925
  # @raise [Google::Apis::AuthorizationError] Authorization is required
39922
- def update_region_disk_kms_key(project, region, disk, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
39926
+ def update_region_disk_kms_key(project, region, disk, region_disk_update_kms_key_request_object = nil, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
39923
39927
  command = make_simple_command(:post, 'projects/{project}/regions/{region}/disks/{disk}/updateKmsKey', options)
39928
+ command.request_representation = Google::Apis::ComputeAlpha::RegionDiskUpdateKmsKeyRequest::Representation
39929
+ command.request_object = region_disk_update_kms_key_request_object
39924
39930
  command.response_representation = Google::Apis::ComputeAlpha::Operation::Representation
39925
39931
  command.response_class = Google::Apis::ComputeAlpha::Operation
39926
39932
  command.params['project'] = project unless project.nil?
@@ -50707,6 +50713,7 @@ module Google
50707
50713
  # Name of the region for this request.
50708
50714
  # @param [String] snapshot
50709
50715
  # Name of the snapshot resource to update. Should conform to RFC1035.
50716
+ # @param [Google::Apis::ComputeAlpha::RegionSnapshotUpdateKmsKeyRequest] region_snapshot_update_kms_key_request_object
50710
50717
  # @param [String] request_id
50711
50718
  # An optional request ID to identify requests. Specify a unique request ID so
50712
50719
  # that if you must retry your request, the server will know to ignore the
@@ -50738,8 +50745,10 @@ module Google
50738
50745
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
50739
50746
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
50740
50747
  # @raise [Google::Apis::AuthorizationError] Authorization is required
50741
- def update_region_snapshot_kms_key(project, region, snapshot, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
50748
+ def update_region_snapshot_kms_key(project, region, snapshot, region_snapshot_update_kms_key_request_object = nil, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
50742
50749
  command = make_simple_command(:post, 'projects/{project}/regions/{region}/snapshots/{snapshot}/updateKmsKey', options)
50750
+ command.request_representation = Google::Apis::ComputeAlpha::RegionSnapshotUpdateKmsKeyRequest::Representation
50751
+ command.request_object = region_snapshot_update_kms_key_request_object
50743
50752
  command.response_representation = Google::Apis::ComputeAlpha::Operation::Representation
50744
50753
  command.response_class = Google::Apis::ComputeAlpha::Operation
50745
50754
  command.params['project'] = project unless project.nil?
@@ -60738,6 +60747,7 @@ module Google
60738
60747
  # Project ID for this request.
60739
60748
  # @param [String] snapshot
60740
60749
  # Name of the snapshot resource to update. Should conform to RFC1035.
60750
+ # @param [Google::Apis::ComputeAlpha::SnapshotUpdateKmsKeyRequest] snapshot_update_kms_key_request_object
60741
60751
  # @param [String] request_id
60742
60752
  # An optional request ID to identify requests. Specify a unique request ID so
60743
60753
  # that if you must retry your request, the server will know to ignore the
@@ -60769,8 +60779,10 @@ module Google
60769
60779
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
60770
60780
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
60771
60781
  # @raise [Google::Apis::AuthorizationError] Authorization is required
60772
- def update_snapshot_kms_key(project, snapshot, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
60782
+ def update_snapshot_kms_key(project, snapshot, snapshot_update_kms_key_request_object = nil, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
60773
60783
  command = make_simple_command(:post, 'projects/{project}/global/snapshots/{snapshot}/updateKmsKey', options)
60784
+ command.request_representation = Google::Apis::ComputeAlpha::SnapshotUpdateKmsKeyRequest::Representation
60785
+ command.request_object = snapshot_update_kms_key_request_object
60774
60786
  command.response_representation = Google::Apis::ComputeAlpha::Operation::Representation
60775
60787
  command.response_class = Google::Apis::ComputeAlpha::Operation
60776
60788
  command.params['project'] = project unless project.nil?
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.133.0
4
+ version: 0.134.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.133.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.134.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: