google-apis-compute_beta 0.122.0 → 0.123.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: 3f10e921239556aef463195b7c9b1353300fa97d27a0d30351317177bedf729a
4
- data.tar.gz: abf6270549ebfe0afe6419112b86d430effa880a57a20c7978738e0b556de03a
3
+ metadata.gz: 3a8d15f7098928ef95a83730ae30d5d6e79e87fa2a3cf109f3abc1585c287f6a
4
+ data.tar.gz: 60443cd208448f391c2ba7256fe0890c0fd6e91a377883bcf940562b3b7dd3f5
5
5
  SHA512:
6
- metadata.gz: d1cc99e54a46eed925108a33f7fbdfecd3dfe2a29394bb118de243cf8eb9085b97576723d0773fb0eeb2ac05650637af58be93802c20e360df434e332a87eb3a
7
- data.tar.gz: c58c18eb145afe8fc0bf1a40ac69e03159382353eef4ee94864483440234e21144531a781260c312493d1132812326dd7977b5351188d28878011cf248369081
6
+ metadata.gz: d98663c1fd9d4ee80c94c3562a55ccb270bae86750fd1641bec3e73a60337e2a15e145883b303d26a2d8cbd959ae6cd78dc39661e2548c57ff6d0d960910400d
7
+ data.tar.gz: bad3fb125a509cdf5c515aaefd2e5abea58a07cf01da497302675588432bc6c11c5d27b8505326206a277fe05d48c9c047e71f619df96ccd783972cbca28222a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.123.0 (2025-09-21)
4
+
5
+ * Regenerated from discovery document revision 20250909
6
+
3
7
  ### v0.122.0 (2025-09-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20250902
@@ -26259,6 +26259,13 @@ module Google
26259
26259
  # @return [String]
26260
26260
  attr_accessor :self_link
26261
26261
 
26262
+ # [Output Only] URLs of the other locations that can pair up with this location
26263
+ # to support Single-Region 99.99% SLA. E.g. iad-zone1-1 and iad-zone2-5467 are
26264
+ # Single-Region 99.99% peer locations of each other.
26265
+ # Corresponds to the JSON property `singleRegionProductionCriticalPeerLocations`
26266
+ # @return [Array<String>]
26267
+ attr_accessor :single_region_production_critical_peer_locations
26268
+
26262
26269
  # [Output Only] The status of this InterconnectLocation, which can take one of
26263
26270
  # the following values: - CLOSED: The InterconnectLocation is closed and is
26264
26271
  # unavailable for provisioning new Interconnects. - AVAILABLE: The
@@ -26296,6 +26303,7 @@ module Google
26296
26303
  @peeringdb_facility_id = args[:peeringdb_facility_id] if args.key?(:peeringdb_facility_id)
26297
26304
  @region_infos = args[:region_infos] if args.key?(:region_infos)
26298
26305
  @self_link = args[:self_link] if args.key?(:self_link)
26306
+ @single_region_production_critical_peer_locations = args[:single_region_production_critical_peer_locations] if args.key?(:single_region_production_critical_peer_locations)
26299
26307
  @status = args[:status] if args.key?(:status)
26300
26308
  @supports_pzs = args[:supports_pzs] if args.key?(:supports_pzs)
26301
26309
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.122.0"
19
+ GEM_VERSION = "0.123.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 = "20250902"
25
+ REVISION = "20250909"
26
26
  end
27
27
  end
28
28
  end
@@ -14395,6 +14395,7 @@ module Google
14395
14395
  collection :region_infos, as: 'regionInfos', class: Google::Apis::ComputeBeta::InterconnectLocationRegionInfo, decorator: Google::Apis::ComputeBeta::InterconnectLocationRegionInfo::Representation
14396
14396
 
14397
14397
  property :self_link, as: 'selfLink'
14398
+ collection :single_region_production_critical_peer_locations, as: 'singleRegionProductionCriticalPeerLocations'
14398
14399
  property :status, as: 'status'
14399
14400
  property :supports_pzs, as: 'supportsPzs'
14400
14401
  end
@@ -26710,6 +26710,8 @@ module Google
26710
26710
  # second request. This prevents clients from accidentally creating duplicate
26711
26711
  # commitments. The request ID must be a valid UUID with the exception that zero
26712
26712
  # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
26713
+ # @param [String] update_mask
26714
+ # Indicates fields to be cleared as part of this request.
26713
26715
  # @param [String] fields
26714
26716
  # Selector specifying which fields to include in a partial response.
26715
26717
  # @param [String] quota_user
@@ -26729,7 +26731,7 @@ module Google
26729
26731
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
26730
26732
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
26731
26733
  # @raise [Google::Apis::AuthorizationError] Authorization is required
26732
- def patch_organization_security_policy(security_policy, security_policy_object = nil, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
26734
+ def patch_organization_security_policy(security_policy, security_policy_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
26733
26735
  command = make_simple_command(:patch, 'locations/global/securityPolicies/{securityPolicy}', options)
26734
26736
  command.request_representation = Google::Apis::ComputeBeta::SecurityPolicy::Representation
26735
26737
  command.request_object = security_policy_object
@@ -26737,6 +26739,7 @@ module Google
26737
26739
  command.response_class = Google::Apis::ComputeBeta::Operation
26738
26740
  command.params['securityPolicy'] = security_policy unless security_policy.nil?
26739
26741
  command.query['requestId'] = request_id unless request_id.nil?
26742
+ command.query['updateMask'] = update_mask unless update_mask.nil?
26740
26743
  command.query['fields'] = fields unless fields.nil?
26741
26744
  command.query['quotaUser'] = quota_user unless quota_user.nil?
26742
26745
  command.query['userIp'] = user_ip unless user_ip.nil?
@@ -26760,6 +26763,8 @@ module Google
26760
26763
  # second request. This prevents clients from accidentally creating duplicate
26761
26764
  # commitments. The request ID must be a valid UUID with the exception that zero
26762
26765
  # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
26766
+ # @param [String] update_mask
26767
+ # Indicates fields to be cleared as part of this request.
26763
26768
  # @param [String] fields
26764
26769
  # Selector specifying which fields to include in a partial response.
26765
26770
  # @param [String] quota_user
@@ -26779,7 +26784,7 @@ module Google
26779
26784
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
26780
26785
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
26781
26786
  # @raise [Google::Apis::AuthorizationError] Authorization is required
26782
- def patch_organization_security_policy_rule(security_policy, security_policy_rule_object = nil, priority: nil, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
26787
+ def patch_organization_security_policy_rule(security_policy, security_policy_rule_object = nil, priority: nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
26783
26788
  command = make_simple_command(:post, 'locations/global/securityPolicies/{securityPolicy}/patchRule', options)
26784
26789
  command.request_representation = Google::Apis::ComputeBeta::SecurityPolicyRule::Representation
26785
26790
  command.request_object = security_policy_rule_object
@@ -26788,6 +26793,7 @@ module Google
26788
26793
  command.params['securityPolicy'] = security_policy unless security_policy.nil?
26789
26794
  command.query['priority'] = priority unless priority.nil?
26790
26795
  command.query['requestId'] = request_id unless request_id.nil?
26796
+ command.query['updateMask'] = update_mask unless update_mask.nil?
26791
26797
  command.query['fields'] = fields unless fields.nil?
26792
26798
  command.query['quotaUser'] = quota_user unless quota_user.nil?
26793
26799
  command.query['userIp'] = user_ip unless user_ip.nil?
@@ -27947,7 +27953,14 @@ module Google
27947
27953
  execute_or_queue_command(command, &block)
27948
27954
  end
27949
27955
 
27950
- # Moves a persistent disk from one zone to another.
27956
+ # Starting September 29, 2025, you can't use the moveDisk API on new projects.
27957
+ # To move a disk to a different region or zone, follow the steps in [Change the
27958
+ # location of a disk](https://`$universe.dns_names.final_documentation_domain`/
27959
+ # compute/docs/disks/migrate-to-hyperdisk#migrate-to-hd). Projects that already
27960
+ # use the moveDisk API can continue usage until September 29, 2026. Starting
27961
+ # November 1, 2025, API responses will include a warning message in the response
27962
+ # body about the upcoming deprecation. You can skip the message to continue
27963
+ # using the service without interruption.
27951
27964
  # @param [String] project
27952
27965
  # Project ID for this request.
27953
27966
  # @param [Google::Apis::ComputeBeta::DiskMoveRequest] disk_move_request_object
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.122.0
4
+ version: 0.123.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_beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.122.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.123.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
62
62
  rdoc_options: []
63
63
  require_paths: