google-apis-compute_beta 0.20.0 → 0.24.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2810,7 +2810,10 @@ module Google
2810
2810
  execute_or_queue_command(command, &block)
2811
2811
  end
2812
2812
 
2813
- # Creates a snapshot of a specified persistent disk.
2813
+ # Creates a snapshot of a specified persistent disk. For regular snapshot
2814
+ # creation, consider using snapshots.insert instead, as that method supports
2815
+ # more features, such as creating snapshots in a project different from the
2816
+ # source disk project.
2814
2817
  # @param [String] project
2815
2818
  # Project ID for this request.
2816
2819
  # @param [String] zone
@@ -3386,8 +3389,8 @@ module Google
3386
3389
  execute_or_queue_command(command, &block)
3387
3390
  end
3388
3391
 
3389
- # Update the specified disk with the data included in the request. Update is
3390
- # performed only on selected fields included as part of update-mask. Only the
3392
+ # Updates the specified disk with the data included in the request. The update
3393
+ # is performed only on selected fields included as part of update-mask. Only the
3391
3394
  # following fields can be modified: user_license.
3392
3395
  # @param [String] project
3393
3396
  # Project ID for this request.
@@ -6915,8 +6918,7 @@ module Google
6915
6918
  # operation with the same request ID was received, and if so, will ignore the
6916
6919
  # second request. This prevents clients from accidentally creating duplicate
6917
6920
  # commitments. The request ID must be a valid UUID with the exception that zero
6918
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
6919
- # MixerMutationRequestBuilder
6921
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
6920
6922
  # @param [String] fields
6921
6923
  # Selector specifying which fields to include in a partial response.
6922
6924
  # @param [String] quota_user
@@ -6999,8 +7001,7 @@ module Google
6999
7001
  # operation with the same request ID was received, and if so, will ignore the
7000
7002
  # second request. This prevents clients from accidentally creating duplicate
7001
7003
  # commitments. The request ID must be a valid UUID with the exception that zero
7002
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
7003
- # MixerMutationRequestBuilder
7004
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
7004
7005
  # @param [String] fields
7005
7006
  # Selector specifying which fields to include in a partial response.
7006
7007
  # @param [String] quota_user
@@ -7128,8 +7129,7 @@ module Google
7128
7129
  # operation with the same request ID was received, and if so, will ignore the
7129
7130
  # second request. This prevents clients from accidentally creating duplicate
7130
7131
  # commitments. The request ID must be a valid UUID with the exception that zero
7131
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
7132
- # MixerMutationRequestBuilder
7132
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
7133
7133
  # @param [String] fields
7134
7134
  # Selector specifying which fields to include in a partial response.
7135
7135
  # @param [String] quota_user
@@ -13000,7 +13000,9 @@ module Google
13000
13000
 
13001
13001
  # Sets an instance's scheduling options. You can only call this method on a
13002
13002
  # stopped instance, that is, a VM instance that is in a `TERMINATED` state. See
13003
- # Instance Life Cycle for more information on the possible instance states.
13003
+ # Instance Life Cycle for more information on the possible instance states. For
13004
+ # more information about setting scheduling options for a VM, see Set VM
13005
+ # availability policies.
13004
13006
  # @param [String] project
13005
13007
  # Project ID for this request.
13006
13008
  # @param [String] zone
@@ -13271,7 +13273,8 @@ module Google
13271
13273
  execute_or_queue_command(command, &block)
13272
13274
  end
13273
13275
 
13274
- # Simulates a maintenance event on the instance.
13276
+ # Simulates a host maintenance event on a VM. For more information, see Simulate
13277
+ # a host maintenance event.
13275
13278
  # @param [String] project
13276
13279
  # Project ID for this request.
13277
13280
  # @param [String] zone
@@ -13471,10 +13474,11 @@ module Google
13471
13474
 
13472
13475
  # This method suspends a running instance, saving its state to persistent
13473
13476
  # storage, and allows you to resume the instance at a later time. Suspended
13474
- # instances incur reduced per-minute, virtual machine usage charges while they
13475
- # are suspended. Any resources the virtual machine is using, such as persistent
13476
- # disks and static IP addresses, will continue to be charged until they are
13477
- # deleted. For more information, see Suspending and resuming an instance.
13477
+ # instances have no compute costs (cores or RAM), and incur only storage charges
13478
+ # for the saved VM memory and localSSD data. Any charged resources the virtual
13479
+ # machine was using, such as persistent disks and static IP addresses, will
13480
+ # continue to be charged while the instance is suspended. For more information,
13481
+ # see Suspending and resuming an instance.
13478
13482
  # @param [String] project
13479
13483
  # Project ID for this request.
13480
13484
  # @param [String] zone
@@ -19664,7 +19668,13 @@ module Google
19664
19668
  execute_or_queue_command(command, &block)
19665
19669
  end
19666
19670
 
19667
- # Returns the specified Project resource.
19671
+ # Returns the specified Project resource. To decrease latency for this method,
19672
+ # you can optionally omit any unneeded information from the response by using a
19673
+ # field mask. This practice is especially recommended for unused quota
19674
+ # information (the `quotas` field). To exclude one or more fields, set your
19675
+ # request's `fields` query parameter to only include the fields you need. For
19676
+ # example, to only include the `id` and `selfLink` fields, add the query
19677
+ # parameter `?fields=id,selfLink` to your request.
19668
19678
  # @param [String] project
19669
19679
  # Project ID for this request.
19670
19680
  # @param [String] fields
@@ -19936,7 +19946,12 @@ module Google
19936
19946
  execute_or_queue_command(command, &block)
19937
19947
  end
19938
19948
 
19939
- # Moves an instance and its attached persistent disks from one zone to another.
19949
+ # Moves an instance and its attached persistent disks from one zone to another. *
19950
+ # Note*: Moving VMs or disks by using this method might cause unexpected
19951
+ # behavior. For more information, see the [known issue](/compute/docs/
19952
+ # troubleshooting/known-issues#
19953
+ # ving_vms_or_disks_using_the_moveinstance_api_or_the_causes_unexpected_behavior)
19954
+ # .
19940
19955
  # @param [String] project
19941
19956
  # Project ID for this request.
19942
19957
  # @param [Google::Apis::ComputeBeta::MoveInstanceRequest] move_instance_request_object
@@ -20143,8 +20158,7 @@ module Google
20143
20158
  # operation with the same request ID was received, and if so, will ignore the
20144
20159
  # second request. This prevents clients from accidentally creating duplicate
20145
20160
  # commitments. The request ID must be a valid UUID with the exception that zero
20146
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
20147
- # MixerMutationRequestBuilder
20161
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
20148
20162
  # @param [String] fields
20149
20163
  # Selector specifying which fields to include in a partial response.
20150
20164
  # @param [String] quota_user
@@ -20227,8 +20241,7 @@ module Google
20227
20241
  # operation with the same request ID was received, and if so, will ignore the
20228
20242
  # second request. This prevents clients from accidentally creating duplicate
20229
20243
  # commitments. The request ID must be a valid UUID with the exception that zero
20230
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
20231
- # MixerMutationRequestBuilder
20244
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
20232
20245
  # @param [String] fields
20233
20246
  # Selector specifying which fields to include in a partial response.
20234
20247
  # @param [String] quota_user
@@ -20356,8 +20369,7 @@ module Google
20356
20369
  # operation with the same request ID was received, and if so, will ignore the
20357
20370
  # second request. This prevents clients from accidentally creating duplicate
20358
20371
  # commitments. The request ID must be a valid UUID with the exception that zero
20359
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
20360
- # MixerMutationRequestBuilder
20372
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
20361
20373
  # @param [String] fields
20362
20374
  # Selector specifying which fields to include in a partial response.
20363
20375
  # @param [String] quota_user
@@ -20494,8 +20506,7 @@ module Google
20494
20506
  # operation with the same request ID was received, and if so, will ignore the
20495
20507
  # second request. This prevents clients from accidentally creating duplicate
20496
20508
  # commitments. The request ID must be a valid UUID with the exception that zero
20497
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
20498
- # MixerMutationRequestBuilder
20509
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
20499
20510
  # @param [String] fields
20500
20511
  # Selector specifying which fields to include in a partial response.
20501
20512
  # @param [String] quota_user
@@ -20584,8 +20595,7 @@ module Google
20584
20595
  # operation with the same request ID was received, and if so, will ignore the
20585
20596
  # second request. This prevents clients from accidentally creating duplicate
20586
20597
  # commitments. The request ID must be a valid UUID with the exception that zero
20587
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
20588
- # MixerMutationRequestBuilder
20598
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
20589
20599
  # @param [String] fields
20590
20600
  # Selector specifying which fields to include in a partial response.
20591
20601
  # @param [String] quota_user
@@ -20719,8 +20729,7 @@ module Google
20719
20729
  # operation with the same request ID was received, and if so, will ignore the
20720
20730
  # second request. This prevents clients from accidentally creating duplicate
20721
20731
  # commitments. The request ID must be a valid UUID with the exception that zero
20722
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
20723
- # MixerMutationRequestBuilder
20732
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
20724
20733
  # @param [String] fields
20725
20734
  # Selector specifying which fields to include in a partial response.
20726
20735
  # @param [String] quota_user
@@ -21926,6 +21935,66 @@ module Google
21926
21935
  execute_or_queue_command(command, &block)
21927
21936
  end
21928
21937
 
21938
+ # Updates the specified commitment with the data included in the request. Update
21939
+ # is performed only on selected fields included as part of update-mask. Only the
21940
+ # following fields can be modified: auto_renew.
21941
+ # @param [String] project
21942
+ # Project ID for this request.
21943
+ # @param [String] region
21944
+ # Name of the region for this request.
21945
+ # @param [String] commitment
21946
+ # Name of the commitment for which auto renew is being updated.
21947
+ # @param [Google::Apis::ComputeBeta::Commitment] commitment_object
21948
+ # @param [Array<String>, String] paths
21949
+ # @param [String] request_id
21950
+ # An optional request ID to identify requests. Specify a unique request ID so
21951
+ # that if you must retry your request, the server will know to ignore the
21952
+ # request if it has already been completed. For example, consider a situation
21953
+ # where you make an initial request and the request times out. If you make the
21954
+ # request again with the same request ID, the server can check if original
21955
+ # operation with the same request ID was received, and if so, will ignore the
21956
+ # second request. This prevents clients from accidentally creating duplicate
21957
+ # commitments. The request ID must be a valid UUID with the exception that zero
21958
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
21959
+ # @param [String] update_mask
21960
+ # update_mask indicates fields to be updated as part of this request.
21961
+ # @param [String] fields
21962
+ # Selector specifying which fields to include in a partial response.
21963
+ # @param [String] quota_user
21964
+ # Available to use for quota purposes for server-side applications. Can be any
21965
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
21966
+ # @param [String] user_ip
21967
+ # Legacy name for parameter that has been superseded by `quotaUser`.
21968
+ # @param [Google::Apis::RequestOptions] options
21969
+ # Request-specific options
21970
+ #
21971
+ # @yield [result, err] Result & error if block supplied
21972
+ # @yieldparam result [Google::Apis::ComputeBeta::Operation] parsed result object
21973
+ # @yieldparam err [StandardError] error object if request failed
21974
+ #
21975
+ # @return [Google::Apis::ComputeBeta::Operation]
21976
+ #
21977
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
21978
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
21979
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
21980
+ def update_region_commitment(project, region, commitment, commitment_object = nil, paths: nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
21981
+ command = make_simple_command(:patch, 'projects/{project}/regions/{region}/commitments/{commitment}', options)
21982
+ command.request_representation = Google::Apis::ComputeBeta::Commitment::Representation
21983
+ command.request_object = commitment_object
21984
+ command.response_representation = Google::Apis::ComputeBeta::Operation::Representation
21985
+ command.response_class = Google::Apis::ComputeBeta::Operation
21986
+ command.params['project'] = project unless project.nil?
21987
+ command.params['region'] = region unless region.nil?
21988
+ command.params['commitment'] = commitment unless commitment.nil?
21989
+ command.query['paths'] = paths unless paths.nil?
21990
+ command.query['requestId'] = request_id unless request_id.nil?
21991
+ command.query['updateMask'] = update_mask unless update_mask.nil?
21992
+ command.query['fields'] = fields unless fields.nil?
21993
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
21994
+ command.query['userIp'] = user_ip unless user_ip.nil?
21995
+ execute_or_queue_command(command, &block)
21996
+ end
21997
+
21929
21998
  # Transfers GPUs or local SSDs between reservations within commitments.
21930
21999
  # @param [String] project
21931
22000
  # Project ID for this request.
@@ -22153,7 +22222,10 @@ module Google
22153
22222
  execute_or_queue_command(command, &block)
22154
22223
  end
22155
22224
 
22156
- # Creates a snapshot of this regional disk.
22225
+ # Creates a snapshot of a specified persistent disk. For regular snapshot
22226
+ # creation, consider using snapshots.insert instead, as that method supports
22227
+ # more features, such as creating snapshots in a project different from the
22228
+ # source disk project.
22157
22229
  # @param [String] project
22158
22230
  # Project ID for this request.
22159
22231
  # @param [String] region
@@ -25448,8 +25520,7 @@ module Google
25448
25520
  # operation with the same request ID was received, and if so, will ignore the
25449
25521
  # second request. This prevents clients from accidentally creating duplicate
25450
25522
  # commitments. The request ID must be a valid UUID with the exception that zero
25451
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
25452
- # MixerMutationRequestBuilder
25523
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
25453
25524
  # @param [String] fields
25454
25525
  # Selector specifying which fields to include in a partial response.
25455
25526
  # @param [String] quota_user
@@ -25538,8 +25609,7 @@ module Google
25538
25609
  # operation with the same request ID was received, and if so, will ignore the
25539
25610
  # second request. This prevents clients from accidentally creating duplicate
25540
25611
  # commitments. The request ID must be a valid UUID with the exception that zero
25541
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
25542
- # MixerMutationRequestBuilder
25612
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
25543
25613
  # @param [String] fields
25544
25614
  # Selector specifying which fields to include in a partial response.
25545
25615
  # @param [String] quota_user
@@ -25916,8 +25986,7 @@ module Google
25916
25986
  # operation with the same request ID was received, and if so, will ignore the
25917
25987
  # second request. This prevents clients from accidentally creating duplicate
25918
25988
  # commitments. The request ID must be a valid UUID with the exception that zero
25919
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
25920
- # MixerMutationRequestBuilder
25989
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
25921
25990
  # @param [String] fields
25922
25991
  # Selector specifying which fields to include in a partial response.
25923
25992
  # @param [String] quota_user
@@ -26007,8 +26076,7 @@ module Google
26007
26076
  # operation with the same request ID was received, and if so, will ignore the
26008
26077
  # second request. This prevents clients from accidentally creating duplicate
26009
26078
  # commitments. The request ID must be a valid UUID with the exception that zero
26010
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
26011
- # MixerMutationRequestBuilder
26079
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
26012
26080
  # @param [String] fields
26013
26081
  # Selector specifying which fields to include in a partial response.
26014
26082
  # @param [String] quota_user
@@ -26499,8 +26567,7 @@ module Google
26499
26567
  # operation with the same request ID was received, and if so, will ignore the
26500
26568
  # second request. This prevents clients from accidentally creating duplicate
26501
26569
  # commitments. The request ID must be a valid UUID with the exception that zero
26502
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
26503
- # MixerMutationRequestBuilder
26570
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
26504
26571
  # @param [String] fields
26505
26572
  # Selector specifying which fields to include in a partial response.
26506
26573
  # @param [String] quota_user
@@ -26590,8 +26657,7 @@ module Google
26590
26657
  # operation with the same request ID was received, and if so, will ignore the
26591
26658
  # second request. This prevents clients from accidentally creating duplicate
26592
26659
  # commitments. The request ID must be a valid UUID with the exception that zero
26593
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
26594
- # MixerMutationRequestBuilder
26660
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
26595
26661
  # @param [String] fields
26596
26662
  # Selector specifying which fields to include in a partial response.
26597
26663
  # @param [String] quota_user
@@ -26724,8 +26790,7 @@ module Google
26724
26790
  # operation with the same request ID was received, and if so, will ignore the
26725
26791
  # second request. This prevents clients from accidentally creating duplicate
26726
26792
  # commitments. The request ID must be a valid UUID with the exception that zero
26727
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
26728
- # MixerMutationRequestBuilder
26793
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
26729
26794
  # @param [String] fields
26730
26795
  # Selector specifying which fields to include in a partial response.
26731
26796
  # @param [String] quota_user
@@ -26778,8 +26843,7 @@ module Google
26778
26843
  # operation with the same request ID was received, and if so, will ignore the
26779
26844
  # second request. This prevents clients from accidentally creating duplicate
26780
26845
  # commitments. The request ID must be a valid UUID with the exception that zero
26781
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
26782
- # MixerMutationRequestBuilder
26846
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
26783
26847
  # @param [String] fields
26784
26848
  # Selector specifying which fields to include in a partial response.
26785
26849
  # @param [String] quota_user
@@ -27288,7 +27352,13 @@ module Google
27288
27352
  end
27289
27353
 
27290
27354
  # Returns the specified Region resource. Gets a list of available regions by
27291
- # making a list() request.
27355
+ # making a list() request. To decrease latency for this method, you can
27356
+ # optionally omit any unneeded information from the response by using a field
27357
+ # mask. This practice is especially recommended for unused quota information (
27358
+ # the `quotas` field). To exclude one or more fields, set your request's `fields`
27359
+ # query parameter to only include the fields you need. For example, to only
27360
+ # include the `id` and `selfLink` fields, add the query parameter `?fields=id,
27361
+ # selfLink` to your request.
27292
27362
  # @param [String] project
27293
27363
  # Project ID for this request.
27294
27364
  # @param [String] region
@@ -27324,7 +27394,14 @@ module Google
27324
27394
  execute_or_queue_command(command, &block)
27325
27395
  end
27326
27396
 
27327
- # Retrieves the list of region resources available to the specified project.
27397
+ # Retrieves the list of region resources available to the specified project. To
27398
+ # decrease latency for this method, you can optionally omit any unneeded
27399
+ # information from the response by using a field mask. This practice is
27400
+ # especially recommended for unused quota information (the `items.quotas` field).
27401
+ # To exclude one or more fields, set your request's `fields` query parameter to
27402
+ # only include the fields you need. For example, to only include the `id` and `
27403
+ # selfLink` fields, add the query parameter `?fields=id,selfLink` to your
27404
+ # request.
27328
27405
  # @param [String] project
27329
27406
  # Project ID for this request.
27330
27407
  # @param [String] filter
@@ -29945,8 +30022,7 @@ module Google
29945
30022
  # operation with the same request ID was received, and if so, will ignore the
29946
30023
  # second request. This prevents clients from accidentally creating duplicate
29947
30024
  # commitments. The request ID must be a valid UUID with the exception that zero
29948
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
29949
- # MixerMutationRequestBuilder
30025
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
29950
30026
  # @param [String] fields
29951
30027
  # Selector specifying which fields to include in a partial response.
29952
30028
  # @param [String] quota_user
@@ -30078,8 +30154,7 @@ module Google
30078
30154
  # operation with the same request ID was received, and if so, will ignore the
30079
30155
  # second request. This prevents clients from accidentally creating duplicate
30080
30156
  # commitments. The request ID must be a valid UUID with the exception that zero
30081
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
30082
- # MixerMutationRequestBuilder
30157
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
30083
30158
  # @param [String] fields
30084
30159
  # Selector specifying which fields to include in a partial response.
30085
30160
  # @param [String] quota_user
@@ -30214,8 +30289,7 @@ module Google
30214
30289
  # operation with the same request ID was received, and if so, will ignore the
30215
30290
  # second request. This prevents clients from accidentally creating duplicate
30216
30291
  # commitments. The request ID must be a valid UUID with the exception that zero
30217
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
30218
- # MixerMutationRequestBuilder
30292
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
30219
30293
  # @param [String] fields
30220
30294
  # Selector specifying which fields to include in a partial response.
30221
30295
  # @param [String] quota_user
@@ -30465,7 +30539,9 @@ module Google
30465
30539
  end
30466
30540
 
30467
30541
  # Creates a snapshot in the specified project using the data included in the
30468
- # request.
30542
+ # request. For regular snapshot creation, consider using this method instead of
30543
+ # disks.createSnapshot, as this method supports more features, such as creating
30544
+ # snapshots in a project different from the source disk project.
30469
30545
  # @param [String] project
30470
30546
  # Project ID for this request.
30471
30547
  # @param [Google::Apis::ComputeBeta::Snapshot] snapshot_object
@@ -30809,8 +30885,7 @@ module Google
30809
30885
  # operation with the same request ID was received, and if so, will ignore the
30810
30886
  # second request. This prevents clients from accidentally creating duplicate
30811
30887
  # commitments. The request ID must be a valid UUID with the exception that zero
30812
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
30813
- # MixerMutationRequestBuilder
30888
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
30814
30889
  # @param [String] fields
30815
30890
  # Selector specifying which fields to include in a partial response.
30816
30891
  # @param [String] quota_user
@@ -30894,8 +30969,7 @@ module Google
30894
30969
  # operation with the same request ID was received, and if so, will ignore the
30895
30970
  # second request. This prevents clients from accidentally creating duplicate
30896
30971
  # commitments. The request ID must be a valid UUID with the exception that zero
30897
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
30898
- # MixerMutationRequestBuilder
30972
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
30899
30973
  # @param [String] fields
30900
30974
  # Selector specifying which fields to include in a partial response.
30901
30975
  # @param [String] quota_user
@@ -32127,8 +32201,7 @@ module Google
32127
32201
  # operation with the same request ID was received, and if so, will ignore the
32128
32202
  # second request. This prevents clients from accidentally creating duplicate
32129
32203
  # commitments. The request ID must be a valid UUID with the exception that zero
32130
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
32131
- # MixerMutationRequestBuilder
32204
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
32132
32205
  # @param [String] fields
32133
32206
  # Selector specifying which fields to include in a partial response.
32134
32207
  # @param [String] quota_user
@@ -32211,8 +32284,7 @@ module Google
32211
32284
  # operation with the same request ID was received, and if so, will ignore the
32212
32285
  # second request. This prevents clients from accidentally creating duplicate
32213
32286
  # commitments. The request ID must be a valid UUID with the exception that zero
32214
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
32215
- # MixerMutationRequestBuilder
32287
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
32216
32288
  # @param [String] fields
32217
32289
  # Selector specifying which fields to include in a partial response.
32218
32290
  # @param [String] quota_user
@@ -32340,8 +32412,7 @@ module Google
32340
32412
  # operation with the same request ID was received, and if so, will ignore the
32341
32413
  # second request. This prevents clients from accidentally creating duplicate
32342
32414
  # commitments. The request ID must be a valid UUID with the exception that zero
32343
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
32344
- # MixerMutationRequestBuilder
32415
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
32345
32416
  # @param [String] fields
32346
32417
  # Selector specifying which fields to include in a partial response.
32347
32418
  # @param [String] quota_user
@@ -32728,8 +32799,7 @@ module Google
32728
32799
  # operation with the same request ID was received, and if so, will ignore the
32729
32800
  # second request. This prevents clients from accidentally creating duplicate
32730
32801
  # commitments. The request ID must be a valid UUID with the exception that zero
32731
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
32732
- # MixerMutationRequestBuilder
32802
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
32733
32803
  # @param [String] fields
32734
32804
  # Selector specifying which fields to include in a partial response.
32735
32805
  # @param [String] quota_user
@@ -33166,8 +33236,7 @@ module Google
33166
33236
  # operation with the same request ID was received, and if so, will ignore the
33167
33237
  # second request. This prevents clients from accidentally creating duplicate
33168
33238
  # commitments. The request ID must be a valid UUID with the exception that zero
33169
- # UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface:
33170
- # MixerMutationRequestBuilder
33239
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
33171
33240
  # @param [String] fields
33172
33241
  # Selector specifying which fields to include in a partial response.
33173
33242
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-15 00:00:00.000000000 Z
11
+ date: 2022-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Compute Engine API Beta