google-apis-compute_alpha 0.132.0 → 0.133.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: e671623e18f9024834139ef8b4b1ce95cfeac6d9e353930ec0f0ed6c0ca4d3d8
4
- data.tar.gz: 7f0709855dc64237eb4ff43983116947ee9f2345da5ce46425cd7664df8a9161
3
+ metadata.gz: dd021dbfd8cf146eaf2946f27b38db74a1276036d8e7a041e930c73bcd1f02b6
4
+ data.tar.gz: 20053de7282a6dd8abae0e8fcd35c6adf42dc5961f47a95f5eaf03e7b61a481e
5
5
  SHA512:
6
- metadata.gz: cc5995e662113a2a1503c1f2185c69685695d22799de1daeaf677917388ec7e928e35a9668cdb51f0c3d80a21dcd2da2ea526134d14c15e43ebd763af53af809
7
- data.tar.gz: 3f527d36c2a2a45875d9ba22b58e2c05b7916b0f706b7a7f2abe70c03affd6aacdbe5579bddaab729cd263bca356f697e72afb66a406ecd004c8f83632c22b07
6
+ metadata.gz: d2b9e90023802ed08da2eb947c634e7a5073c2d46d717285a7e1bc4ee1ae8858f358e95ec7cba6922656e1c1532e9ad3f58f9dd0a0431d61e293c3f9c5858826
7
+ data.tar.gz: f2e2eeb3863d654c6a9e945ce79d4e3aaa3cf1d90b13528f49219d06c26a60a38227bc90b3dde8a32b1eb5d42ab925144f66a8dd73bf1c9e181a51f392e9efb1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.133.0 (2026-02-22)
4
+
5
+ * Regenerated from discovery document revision 20260213
6
+
3
7
  ### v0.132.0 (2026-02-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20260206
@@ -2017,14 +2017,6 @@ module Google
2017
2017
  # @return [String]
2018
2018
  attr_accessor :type
2019
2019
 
2020
- # Output only. [Output Only] A list of user provided licenses. It represents a
2021
- # list of
2022
- # URLs to the license resource. Unlike regular licenses, user provided
2023
- # licenses can be modified after the disk is created.
2024
- # Corresponds to the JSON property `userLicenses`
2025
- # @return [Array<String>]
2026
- attr_accessor :user_licenses
2027
-
2028
2020
  def initialize(**args)
2029
2021
  update!(**args)
2030
2022
  end
@@ -2050,7 +2042,6 @@ module Google
2050
2042
  @shielded_instance_initial_state = args[:shielded_instance_initial_state] if args.key?(:shielded_instance_initial_state)
2051
2043
  @source = args[:source] if args.key?(:source)
2052
2044
  @type = args[:type] if args.key?(:type)
2053
- @user_licenses = args[:user_licenses] if args.key?(:user_licenses)
2054
2045
  end
2055
2046
  end
2056
2047
 
@@ -2190,7 +2181,7 @@ module Google
2190
2181
  # @return [Array<String>]
2191
2182
  attr_accessor :replica_zones
2192
2183
 
2193
- # Resource manager tags to be bound to the disk. Tag keys and values
2184
+ # Input only. Resource manager tags to be bound to the disk. Tag keys and values
2194
2185
  # have the same definition as resource
2195
2186
  # manager tags. Keys and values can be either in numeric format,
2196
2187
  # such as `tagKeys/`tag_key_id`` and `tagValues/456` or in namespaced
@@ -11332,16 +11323,6 @@ module Google
11332
11323
  # @return [String]
11333
11324
  attr_accessor :type
11334
11325
 
11335
- # A list of publicly visible user-licenses. Unlike regular licenses, user
11336
- # provided licenses can be modified after the disk is created. This includes
11337
- # a list of URLs to the license resource. For example, to provide a debian
11338
- # license:
11339
- # https://www.googleapis.com/compute/v1/projects/debian-cloud/global/licenses/
11340
- # debian-9-stretch
11341
- # Corresponds to the JSON property `userLicenses`
11342
- # @return [Array<String>]
11343
- attr_accessor :user_licenses
11344
-
11345
11326
  # Output only. [Output Only] Links to the users of the disk (attached instances)
11346
11327
  # in form:projects/project/zones/zone/instances/instance
11347
11328
  # Corresponds to the JSON property `users`
@@ -11419,7 +11400,6 @@ module Google
11419
11400
  @storage_pool = args[:storage_pool] if args.key?(:storage_pool)
11420
11401
  @storage_type = args[:storage_type] if args.key?(:storage_type)
11421
11402
  @type = args[:type] if args.key?(:type)
11422
- @user_licenses = args[:user_licenses] if args.key?(:user_licenses)
11423
11403
  @users = args[:users] if args.key?(:users)
11424
11404
  @zone = args[:zone] if args.key?(:zone)
11425
11405
  end
@@ -11962,7 +11942,7 @@ module Google
11962
11942
  class DiskParams
11963
11943
  include Google::Apis::Core::Hashable
11964
11944
 
11965
- # Resource manager tags to be bound to the disk. Tag keys and values
11945
+ # Input only. Resource manager tags to be bound to the disk. Tag keys and values
11966
11946
  # have the same definition as resource
11967
11947
  # manager tags. Keys and values can be either in numeric format,
11968
11948
  # such as `tagKeys/`tag_key_id`` and `tagValues/456` or in namespaced
@@ -24377,16 +24357,6 @@ module Google
24377
24357
  # @return [Array<String>]
24378
24358
  attr_accessor :storage_locations
24379
24359
 
24380
- # A list of publicly visible user-licenses. Unlike regular licenses, user
24381
- # provided licenses can be modified after the disk is created. This includes
24382
- # a list of URLs to the license resource. For example, to provide a debian
24383
- # license:
24384
- # https://www.googleapis.com/compute/v1/projects/debian-cloud/global/licenses/
24385
- # debian-9-stretch
24386
- # Corresponds to the JSON property `userLicenses`
24387
- # @return [Array<String>]
24388
- attr_accessor :user_licenses
24389
-
24390
24360
  def initialize(**args)
24391
24361
  update!(**args)
24392
24362
  end
@@ -24431,7 +24401,6 @@ module Google
24431
24401
  @source_type = args[:source_type] if args.key?(:source_type)
24432
24402
  @status = args[:status] if args.key?(:status)
24433
24403
  @storage_locations = args[:storage_locations] if args.key?(:storage_locations)
24434
- @user_licenses = args[:user_licenses] if args.key?(:user_licenses)
24435
24404
  end
24436
24405
 
24437
24406
  # The parameters of the raw disk image.
@@ -24631,7 +24600,8 @@ module Google
24631
24600
  class ImageParams
24632
24601
  include Google::Apis::Core::Hashable
24633
24602
 
24634
- # Resource manager tags to be bound to the image. Tag keys and values have
24603
+ # Input only. Resource manager tags to be bound to the image. Tag keys and
24604
+ # values have
24635
24605
  # the same definition as resource
24636
24606
  # manager tags. Keys and values can be either in numeric format,
24637
24607
  # such as `tagKeys/`tag_key_id`` and `tagValues/456` or in namespaced
@@ -26909,7 +26879,8 @@ module Google
26909
26879
  class InstanceGroupManagerParams
26910
26880
  include Google::Apis::Core::Hashable
26911
26881
 
26912
- # Resource manager tags to bind to the managed instance group. The tags are
26882
+ # Input only. Resource manager tags to bind to the managed instance group. The
26883
+ # tags are
26913
26884
  # key-value pairs. Keys and values can be either in numeric format,
26914
26885
  # such as `tagKeys/`tag_key_id`` and `tagValues/456` or in namespaced
26915
26886
  # format such as ``org_id|project_id`/`tag_key_short_name`` and
@@ -30093,7 +30064,8 @@ module Google
30093
30064
  # @return [Google::Apis::ComputeAlpha::Duration]
30094
30065
  attr_accessor :request_valid_for_duration
30095
30066
 
30096
- # Resource manager tags to be bound to the instance. Tag keys and values
30067
+ # Input only. Resource manager tags to be bound to the instance. Tag keys and
30068
+ # values
30097
30069
  # have the same definition as resource
30098
30070
  # manager tags. Keys and values can be either in numeric format,
30099
30071
  # such as `tagKeys/`tag_key_id`` and `tagValues/456` or in namespaced
@@ -30249,7 +30221,8 @@ module Google
30249
30221
  # @return [Google::Apis::ComputeAlpha::ReservationAffinity]
30250
30222
  attr_accessor :reservation_affinity
30251
30223
 
30252
- # Resource manager tags to be bound to the instance. Tag keys and values
30224
+ # Input only. Resource manager tags to be bound to the instance. Tag keys and
30225
+ # values
30253
30226
  # have the same definition as resource
30254
30227
  # manager tags. Keys must be in the format `tagKeys/`tag_key_id``, and
30255
30228
  # values are in the format `tagValues/456`. The field is ignored (both PUT &
@@ -38954,6 +38927,13 @@ module Google
38954
38927
  # Location configurations mapped by location name.
38955
38928
  # Currently only zone names are supported and must be represented as valid
38956
38929
  # internal URLs, such as zones/us-central1-a.
38930
+ # The bulkInsert operation doesn't create instances in an AI zone, even if
38931
+ # an AI zone is available in the specified region. For example, if you set a
38932
+ # DENY preference for us-central1-a, Compute Engine will consider
38933
+ # us-central1-b and us-central1-c for instance creation, but not
38934
+ # us-central1-ai1a. Also, you can't use the locations[] configuration to
38935
+ # allow instance creation in an AI zone. To include an AI zone in bulkInsert
38936
+ # operations, use the locationPolicy.zones[] field.
38957
38937
  # Corresponds to the JSON property `locations`
38958
38938
  # @return [Hash<String,Google::Apis::ComputeAlpha::LocationPolicyLocation>]
38959
38939
  attr_accessor :locations
@@ -38963,7 +38943,9 @@ module Google
38963
38943
  # @return [String]
38964
38944
  attr_accessor :target_shape
38965
38945
 
38966
- # List with zones where bulk will create instances.
38946
+ # The bulkInsert operation applies any preferences set in the locations
38947
+ # field to the specific zones listed in the zones field if the same zones
38948
+ # are specified in both fields.
38967
38949
  # Corresponds to the JSON property `zones`
38968
38950
  # @return [Array<Google::Apis::ComputeAlpha::LocationPolicyZoneConfiguration>]
38969
38951
  attr_accessor :zones
@@ -39037,9 +39019,9 @@ module Google
39037
39019
  class LocationPolicyZoneConfiguration
39038
39020
  include Google::Apis::Core::Hashable
39039
39021
 
39040
- # The URL of thezone.
39022
+ # The URL of the zone.
39041
39023
  # The zone must exist in the region where the request is called.
39042
- # Zones must be represented as valid internal URLs,
39024
+ # Zones must be represented as valid partial URLs,
39043
39025
  # such as zones/us-central1-a.
39044
39026
  # Corresponds to the JSON property `zone`
39045
39027
  # @return [String]
@@ -54150,12 +54132,6 @@ module Google
54150
54132
  # @return [Array<String>]
54151
54133
  attr_accessor :storage_locations
54152
54134
 
54153
- # [Output Only] A list of user provided licenses represented by a list of
54154
- # URLs to the license resource.
54155
- # Corresponds to the JSON property `userLicenses`
54156
- # @return [Array<String>]
54157
- attr_accessor :user_licenses
54158
-
54159
54135
  def initialize(**args)
54160
54136
  update!(**args)
54161
54137
  end
@@ -54203,7 +54179,6 @@ module Google
54203
54179
  @storage_bytes = args[:storage_bytes] if args.key?(:storage_bytes)
54204
54180
  @storage_bytes_status = args[:storage_bytes_status] if args.key?(:storage_bytes_status)
54205
54181
  @storage_locations = args[:storage_locations] if args.key?(:storage_locations)
54206
- @user_licenses = args[:user_licenses] if args.key?(:user_licenses)
54207
54182
  end
54208
54183
  end
54209
54184
 
@@ -68853,12 +68828,6 @@ module Google
68853
68828
  # @return [Array<String>]
68854
68829
  attr_accessor :storage_locations
68855
68830
 
68856
- # [Output Only] A list of user provided licenses represented by a list of
68857
- # URLs to the license resource.
68858
- # Corresponds to the JSON property `userLicenses`
68859
- # @return [Array<String>]
68860
- attr_accessor :user_licenses
68861
-
68862
68831
  def initialize(**args)
68863
68832
  update!(**args)
68864
68833
  end
@@ -68909,7 +68878,6 @@ module Google
68909
68878
  @storage_bytes = args[:storage_bytes] if args.key?(:storage_bytes)
68910
68879
  @storage_bytes_status = args[:storage_bytes_status] if args.key?(:storage_bytes_status)
68911
68880
  @storage_locations = args[:storage_locations] if args.key?(:storage_locations)
68912
- @user_licenses = args[:user_licenses] if args.key?(:user_licenses)
68913
68881
  end
68914
68882
  end
68915
68883
 
@@ -69367,7 +69335,8 @@ module Google
69367
69335
  class SnapshotParams
69368
69336
  include Google::Apis::Core::Hashable
69369
69337
 
69370
- # Resource manager tags to be bound to the snapshot. Tag keys and values have
69338
+ # Input only. Resource manager tags to be bound to the snapshot. Tag keys and
69339
+ # values have
69371
69340
  # the same definition as resource
69372
69341
  # manager tags. Keys and values can be either in numeric format,
69373
69342
  # such as `tagKeys/`tag_key_id`` and `tagValues/456` or in namespaced
@@ -79859,9 +79828,9 @@ module Google
79859
79828
  # @return [String]
79860
79829
  attr_accessor :description
79861
79830
 
79862
- # Required. A map of extension names (e.g., "cloudops") to their corresponding
79863
- # policy
79864
- # configurations.
79831
+ # Required. A map of extension names (for example, "ops-agent") to their
79832
+ # corresponding
79833
+ # policy configurations.
79865
79834
  # Corresponds to the JSON property `extensionPolicies`
79866
79835
  # @return [Hash<String,Google::Apis::ComputeAlpha::VmExtensionPolicyExtensionPolicy>]
79867
79836
  attr_accessor :extension_policies
@@ -79918,7 +79887,7 @@ module Google
79918
79887
  # The policy priority is an integer from 0 to 65535, inclusive. Lower
79919
79888
  # integers indicate higher priorities. If you do not specify a priority when
79920
79889
  # creating a rule, it is assigned a priority of 1000. If priorities are
79921
- # equal, the policy with the more recent creation timestamp takes precedence.
79890
+ # equal, the policy with the most recent creation timestamp takes precedence.
79922
79891
  # Corresponds to the JSON property `priority`
79923
79892
  # @return [Fixnum]
79924
79893
  attr_accessor :priority
@@ -80341,6 +80310,11 @@ module Google
80341
80310
  # @return [String]
80342
80311
  attr_accessor :enforcement_state
80343
80312
 
80313
+ # The health status message of the extension.
80314
+ # Corresponds to the JSON property `healthMsg`
80315
+ # @return [String]
80316
+ attr_accessor :health_msg
80317
+
80344
80318
  # The health status of the extension.
80345
80319
  # Corresponds to the JSON property `healthStatus`
80346
80320
  # @return [String]
@@ -80356,12 +80330,6 @@ module Google
80356
80330
  # @return [String]
80357
80331
  attr_accessor :policy_id
80358
80332
 
80359
- # The status message of the extension if the extension is in unhealthy
80360
- # state.
80361
- # Corresponds to the JSON property `unhealthyMsg`
80362
- # @return [String]
80363
- attr_accessor :unhealthy_msg
80364
-
80365
80333
  # The version of the extension.
80366
80334
  # Corresponds to the JSON property `version`
80367
80335
  # @return [String]
@@ -80375,10 +80343,10 @@ module Google
80375
80343
  def update!(**args)
80376
80344
  @enforcement_msg = args[:enforcement_msg] if args.key?(:enforcement_msg)
80377
80345
  @enforcement_state = args[:enforcement_state] if args.key?(:enforcement_state)
80346
+ @health_msg = args[:health_msg] if args.key?(:health_msg)
80378
80347
  @health_status = args[:health_status] if args.key?(:health_status)
80379
80348
  @name = args[:name] if args.key?(:name)
80380
80349
  @policy_id = args[:policy_id] if args.key?(:policy_id)
80381
- @unhealthy_msg = args[:unhealthy_msg] if args.key?(:unhealthy_msg)
80382
80350
  @version = args[:version] if args.key?(:version)
80383
80351
  end
80384
80352
  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.132.0"
19
+ GEM_VERSION = "0.133.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 = "20260206"
25
+ REVISION = "20260213"
26
26
  end
27
27
  end
28
28
  end
@@ -10798,7 +10798,6 @@ module Google
10798
10798
 
10799
10799
  property :source, as: 'source'
10800
10800
  property :type, as: 'type'
10801
- collection :user_licenses, as: 'userLicenses'
10802
10801
  end
10803
10802
  end
10804
10803
 
@@ -12732,7 +12731,6 @@ module Google
12732
12731
  property :storage_pool, as: 'storagePool'
12733
12732
  property :storage_type, as: 'storageType'
12734
12733
  property :type, as: 'type'
12735
- collection :user_licenses, as: 'userLicenses'
12736
12734
  collection :users, as: 'users'
12737
12735
  property :zone, as: 'zone'
12738
12736
  end
@@ -15653,7 +15651,6 @@ module Google
15653
15651
  property :source_type, as: 'sourceType'
15654
15652
  property :status, as: 'status'
15655
15653
  collection :storage_locations, as: 'storageLocations'
15656
- collection :user_licenses, as: 'userLicenses'
15657
15654
  end
15658
15655
 
15659
15656
  class RawDisk
@@ -22719,7 +22716,6 @@ module Google
22719
22716
  property :storage_bytes, :numeric_string => true, as: 'storageBytes'
22720
22717
  property :storage_bytes_status, as: 'storageBytesStatus'
22721
22718
  collection :storage_locations, as: 'storageLocations'
22722
- collection :user_licenses, as: 'userLicenses'
22723
22719
  end
22724
22720
  end
22725
22721
 
@@ -26274,7 +26270,6 @@ module Google
26274
26270
  property :storage_bytes, :numeric_string => true, as: 'storageBytes'
26275
26271
  property :storage_bytes_status, as: 'storageBytesStatus'
26276
26272
  collection :storage_locations, as: 'storageLocations'
26277
- collection :user_licenses, as: 'userLicenses'
26278
26273
  end
26279
26274
  end
26280
26275
 
@@ -28988,10 +28983,10 @@ module Google
28988
28983
  class Representation < Google::Apis::Core::JsonRepresentation
28989
28984
  property :enforcement_msg, as: 'enforcementMsg'
28990
28985
  property :enforcement_state, as: 'enforcementState'
28986
+ property :health_msg, as: 'healthMsg'
28991
28987
  property :health_status, as: 'healthStatus'
28992
28988
  property :name, as: 'name'
28993
28989
  property :policy_id, as: 'policyId'
28994
- property :unhealthy_msg, as: 'unhealthyMsg'
28995
28990
  property :version, as: 'version'
28996
28991
  end
28997
28992
  end
@@ -5294,7 +5294,7 @@ module Google
5294
5294
 
5295
5295
  # Updates the specified disk with the data included in the request.
5296
5296
  # The update is performed only on selected fields included as part
5297
- # of update-mask. Only the following fields can be modified: user_license.
5297
+ # of update-mask.
5298
5298
  # @param [String] project
5299
5299
  # Project ID for this request.
5300
5300
  # @param [String] zone
@@ -39820,8 +39820,7 @@ module Google
39820
39820
  end
39821
39821
 
39822
39822
  # Update the specified disk with the data included in the request. Update is
39823
- # performed only on selected fields included as part of update-mask. Only the
39824
- # following fields can be modified: user_license.
39823
+ # performed only on selected fields included as part of update-mask.
39825
39824
  # @param [String] project
39826
39825
  # Project ID for this request.
39827
39826
  # @param [String] region
@@ -54138,7 +54137,7 @@ module Google
54138
54137
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
54139
54138
  # @raise [Google::Apis::AuthorizationError] Authorization is required
54140
54139
  def get_reservation_sub_block(project, zone, parent_name, reservation_sub_block, view: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
54141
- command = make_simple_command(:get, 'projects/{project}/zones/{zone}/{parentName}/reservationSubBlocks/{reservationSubBlock}', options)
54140
+ command = make_simple_command(:get, 'projects/{project}/zones/{zone}/{+parentName}/reservationSubBlocks/{reservationSubBlock}', options)
54142
54141
  command.response_representation = Google::Apis::ComputeAlpha::ReservationSubBlocksGetResponse::Representation
54143
54142
  command.response_class = Google::Apis::ComputeAlpha::ReservationSubBlocksGetResponse
54144
54143
  command.params['project'] = project unless project.nil?
@@ -54196,7 +54195,7 @@ module Google
54196
54195
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
54197
54196
  # @raise [Google::Apis::AuthorizationError] Authorization is required
54198
54197
  def get_reservation_sub_block_version(project, zone, parent_name, reservation_sub_block, reservation_sub_blocks_get_version_request_object = nil, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
54199
- command = make_simple_command(:post, 'projects/{project}/zones/{zone}/{parentName}/reservationSubBlocks/{reservationSubBlock}/getVersion', options)
54198
+ command = make_simple_command(:post, 'projects/{project}/zones/{zone}/{+parentName}/reservationSubBlocks/{reservationSubBlock}/getVersion', options)
54200
54199
  command.request_representation = Google::Apis::ComputeAlpha::ReservationSubBlocksGetVersionRequest::Representation
54201
54200
  command.request_object = reservation_sub_blocks_get_version_request_object
54202
54201
  command.response_representation = Google::Apis::ComputeAlpha::Operation::Representation
@@ -54316,7 +54315,7 @@ module Google
54316
54315
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
54317
54316
  # @raise [Google::Apis::AuthorizationError] Authorization is required
54318
54317
  def list_reservation_sub_blocks(project, zone, parent_name, filter: nil, max_results: nil, order_by: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
54319
- command = make_simple_command(:get, 'projects/{project}/zones/{zone}/{parentName}/reservationSubBlocks', options)
54318
+ command = make_simple_command(:get, 'projects/{project}/zones/{zone}/{+parentName}/reservationSubBlocks', options)
54320
54319
  command.response_representation = Google::Apis::ComputeAlpha::ReservationSubBlocksListResponse::Representation
54321
54320
  command.response_class = Google::Apis::ComputeAlpha::ReservationSubBlocksListResponse
54322
54321
  command.params['project'] = project unless project.nil?
@@ -54376,7 +54375,7 @@ module Google
54376
54375
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
54377
54376
  # @raise [Google::Apis::AuthorizationError] Authorization is required
54378
54377
  def perform_reservation_sub_block_maintenance(project, zone, parent_name, reservation_sub_block, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
54379
- command = make_simple_command(:post, 'projects/{project}/zones/{zone}/{parentName}/reservationSubBlocks/{reservationSubBlock}/performMaintenance', options)
54378
+ command = make_simple_command(:post, 'projects/{project}/zones/{zone}/{+parentName}/reservationSubBlocks/{reservationSubBlock}/performMaintenance', options)
54380
54379
  command.response_representation = Google::Apis::ComputeAlpha::Operation::Representation
54381
54380
  command.response_class = Google::Apis::ComputeAlpha::Operation
54382
54381
  command.params['project'] = project unless project.nil?
@@ -54434,7 +54433,7 @@ module Google
54434
54433
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
54435
54434
  # @raise [Google::Apis::AuthorizationError] Authorization is required
54436
54435
  def report_reservation_sub_block_faulty(project, zone, parent_name, reservation_sub_block, reservation_sub_blocks_report_faulty_request_object = nil, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
54437
- command = make_simple_command(:post, 'projects/{project}/zones/{zone}/{parentName}/reservationSubBlocks/{reservationSubBlock}/reportFaulty', options)
54436
+ command = make_simple_command(:post, 'projects/{project}/zones/{zone}/{+parentName}/reservationSubBlocks/{reservationSubBlock}/reportFaulty', options)
54438
54437
  command.request_representation = Google::Apis::ComputeAlpha::ReservationSubBlocksReportFaultyRequest::Representation
54439
54438
  command.request_object = reservation_sub_blocks_report_faulty_request_object
54440
54439
  command.response_representation = Google::Apis::ComputeAlpha::Operation::Representation
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.132.0
4
+ version: 0.133.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.132.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.133.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: