google-apis-compute_beta 0.90.0 → 0.92.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/compute_beta/classes.rb +116 -41
- data/lib/google/apis/compute_beta/gem_version.rb +3 -3
- data/lib/google/apis/compute_beta/representations.rb +31 -0
- data/lib/google/apis/compute_beta/service.rb +616 -202
- metadata +7 -7
@@ -55,7 +55,8 @@ module Google
|
|
55
55
|
@batch_path = 'batch/compute/beta'
|
56
56
|
end
|
57
57
|
|
58
|
-
# Retrieves an aggregated list of accelerator types.
|
58
|
+
# Retrieves an aggregated list of accelerator types. To prevent failure, Google
|
59
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
59
60
|
# @param [String] project
|
60
61
|
# Project ID for this request.
|
61
62
|
# @param [String] filter
|
@@ -115,7 +116,9 @@ module Google
|
|
115
116
|
# by a previous list request to get the next page of results.
|
116
117
|
# @param [Boolean] return_partial_success
|
117
118
|
# Opt-in for partial success behavior which provides partial results in case of
|
118
|
-
# failure. The default value is false.
|
119
|
+
# failure. The default value is false. For example, when partial success
|
120
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
121
|
+
# resources in the zone or no resources, with an error code.
|
119
122
|
# @param [Fixnum] service_project_number
|
120
123
|
# The Shared VPC service project id or service project number for which
|
121
124
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -251,7 +254,9 @@ module Google
|
|
251
254
|
# by a previous list request to get the next page of results.
|
252
255
|
# @param [Boolean] return_partial_success
|
253
256
|
# Opt-in for partial success behavior which provides partial results in case of
|
254
|
-
# failure. The default value is false.
|
257
|
+
# failure. The default value is false. For example, when partial success
|
258
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
259
|
+
# resources in the zone or no resources, with an error code.
|
255
260
|
# @param [String] fields
|
256
261
|
# Selector specifying which fields to include in a partial response.
|
257
262
|
# @param [String] quota_user
|
@@ -288,7 +293,8 @@ module Google
|
|
288
293
|
execute_or_queue_command(command, &block)
|
289
294
|
end
|
290
295
|
|
291
|
-
# Retrieves an aggregated list of addresses.
|
296
|
+
# Retrieves an aggregated list of addresses. To prevent failure, Google
|
297
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
292
298
|
# @param [String] project
|
293
299
|
# Project ID for this request.
|
294
300
|
# @param [String] filter
|
@@ -348,7 +354,9 @@ module Google
|
|
348
354
|
# by a previous list request to get the next page of results.
|
349
355
|
# @param [Boolean] return_partial_success
|
350
356
|
# Opt-in for partial success behavior which provides partial results in case of
|
351
|
-
# failure. The default value is false.
|
357
|
+
# failure. The default value is false. For example, when partial success
|
358
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
359
|
+
# resources in the zone or no resources, with an error code.
|
352
360
|
# @param [Fixnum] service_project_number
|
353
361
|
# The Shared VPC service project id or service project number for which
|
354
362
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -584,7 +592,9 @@ module Google
|
|
584
592
|
# by a previous list request to get the next page of results.
|
585
593
|
# @param [Boolean] return_partial_success
|
586
594
|
# Opt-in for partial success behavior which provides partial results in case of
|
587
|
-
# failure. The default value is false.
|
595
|
+
# failure. The default value is false. For example, when partial success
|
596
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
597
|
+
# resources in the zone or no resources, with an error code.
|
588
598
|
# @param [String] fields
|
589
599
|
# Selector specifying which fields to include in a partial response.
|
590
600
|
# @param [String] quota_user
|
@@ -770,7 +780,8 @@ module Google
|
|
770
780
|
execute_or_queue_command(command, &block)
|
771
781
|
end
|
772
782
|
|
773
|
-
# Retrieves an aggregated list of autoscalers.
|
783
|
+
# Retrieves an aggregated list of autoscalers. To prevent failure, Google
|
784
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
774
785
|
# @param [String] project
|
775
786
|
# Project ID for this request.
|
776
787
|
# @param [String] filter
|
@@ -830,7 +841,9 @@ module Google
|
|
830
841
|
# by a previous list request to get the next page of results.
|
831
842
|
# @param [Boolean] return_partial_success
|
832
843
|
# Opt-in for partial success behavior which provides partial results in case of
|
833
|
-
# failure. The default value is false.
|
844
|
+
# failure. The default value is false. For example, when partial success
|
845
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
846
|
+
# resources in the zone or no resources, with an error code.
|
834
847
|
# @param [Fixnum] service_project_number
|
835
848
|
# The Shared VPC service project id or service project number for which
|
836
849
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -1066,7 +1079,9 @@ module Google
|
|
1066
1079
|
# by a previous list request to get the next page of results.
|
1067
1080
|
# @param [Boolean] return_partial_success
|
1068
1081
|
# Opt-in for partial success behavior which provides partial results in case of
|
1069
|
-
# failure. The default value is false.
|
1082
|
+
# failure. The default value is false. For example, when partial success
|
1083
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
1084
|
+
# resources in the zone or no resources, with an error code.
|
1070
1085
|
# @param [String] fields
|
1071
1086
|
# Selector specifying which fields to include in a partial response.
|
1072
1087
|
# @param [String] quota_user
|
@@ -1581,7 +1596,9 @@ module Google
|
|
1581
1596
|
# by a previous list request to get the next page of results.
|
1582
1597
|
# @param [Boolean] return_partial_success
|
1583
1598
|
# Opt-in for partial success behavior which provides partial results in case of
|
1584
|
-
# failure. The default value is false.
|
1599
|
+
# failure. The default value is false. For example, when partial success
|
1600
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
1601
|
+
# resources in the zone or no resources, with an error code.
|
1585
1602
|
# @param [String] fields
|
1586
1603
|
# Selector specifying which fields to include in a partial response.
|
1587
1604
|
# @param [String] quota_user
|
@@ -1902,7 +1919,8 @@ module Google
|
|
1902
1919
|
end
|
1903
1920
|
|
1904
1921
|
# Retrieves the list of all BackendService resources, regional and global,
|
1905
|
-
# available to the specified project.
|
1922
|
+
# available to the specified project. To prevent failure, Google recommends that
|
1923
|
+
# you set the `returnPartialSuccess` parameter to `true`.
|
1906
1924
|
# @param [String] project
|
1907
1925
|
# Name of the project scoping this request.
|
1908
1926
|
# @param [String] filter
|
@@ -1962,7 +1980,9 @@ module Google
|
|
1962
1980
|
# by a previous list request to get the next page of results.
|
1963
1981
|
# @param [Boolean] return_partial_success
|
1964
1982
|
# Opt-in for partial success behavior which provides partial results in case of
|
1965
|
-
# failure. The default value is false.
|
1983
|
+
# failure. The default value is false. For example, when partial success
|
1984
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
1985
|
+
# resources in the zone or no resources, with an error code.
|
1966
1986
|
# @param [Fixnum] service_project_number
|
1967
1987
|
# The Shared VPC service project id or service project number for which
|
1968
1988
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -2320,7 +2340,9 @@ module Google
|
|
2320
2340
|
# by a previous list request to get the next page of results.
|
2321
2341
|
# @param [Boolean] return_partial_success
|
2322
2342
|
# Opt-in for partial success behavior which provides partial results in case of
|
2323
|
-
# failure. The default value is false.
|
2343
|
+
# failure. The default value is false. For example, when partial success
|
2344
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
2345
|
+
# resources in the zone or no resources, with an error code.
|
2324
2346
|
# @param [String] fields
|
2325
2347
|
# Selector specifying which fields to include in a partial response.
|
2326
2348
|
# @param [String] quota_user
|
@@ -2410,7 +2432,9 @@ module Google
|
|
2410
2432
|
# by a previous list request to get the next page of results.
|
2411
2433
|
# @param [Boolean] return_partial_success
|
2412
2434
|
# Opt-in for partial success behavior which provides partial results in case of
|
2413
|
-
# failure. The default value is false.
|
2435
|
+
# failure. The default value is false. For example, when partial success
|
2436
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
2437
|
+
# resources in the zone or no resources, with an error code.
|
2414
2438
|
# @param [String] fields
|
2415
2439
|
# Selector specifying which fields to include in a partial response.
|
2416
2440
|
# @param [String] quota_user
|
@@ -2732,7 +2756,8 @@ module Google
|
|
2732
2756
|
execute_or_queue_command(command, &block)
|
2733
2757
|
end
|
2734
2758
|
|
2735
|
-
# Retrieves an aggregated list of disk types.
|
2759
|
+
# Retrieves an aggregated list of disk types. To prevent failure, Google
|
2760
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
2736
2761
|
# @param [String] project
|
2737
2762
|
# Project ID for this request.
|
2738
2763
|
# @param [String] filter
|
@@ -2792,7 +2817,9 @@ module Google
|
|
2792
2817
|
# by a previous list request to get the next page of results.
|
2793
2818
|
# @param [Boolean] return_partial_success
|
2794
2819
|
# Opt-in for partial success behavior which provides partial results in case of
|
2795
|
-
# failure. The default value is false.
|
2820
|
+
# failure. The default value is false. For example, when partial success
|
2821
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
2822
|
+
# resources in the zone or no resources, with an error code.
|
2796
2823
|
# @param [Fixnum] service_project_number
|
2797
2824
|
# The Shared VPC service project id or service project number for which
|
2798
2825
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -2927,7 +2954,9 @@ module Google
|
|
2927
2954
|
# by a previous list request to get the next page of results.
|
2928
2955
|
# @param [Boolean] return_partial_success
|
2929
2956
|
# Opt-in for partial success behavior which provides partial results in case of
|
2930
|
-
# failure. The default value is false.
|
2957
|
+
# failure. The default value is false. For example, when partial success
|
2958
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
2959
|
+
# resources in the zone or no resources, with an error code.
|
2931
2960
|
# @param [String] fields
|
2932
2961
|
# Selector specifying which fields to include in a partial response.
|
2933
2962
|
# @param [String] quota_user
|
@@ -3018,7 +3047,8 @@ module Google
|
|
3018
3047
|
execute_or_queue_command(command, &block)
|
3019
3048
|
end
|
3020
3049
|
|
3021
|
-
# Retrieves an aggregated list of persistent disks.
|
3050
|
+
# Retrieves an aggregated list of persistent disks. To prevent failure, Google
|
3051
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
3022
3052
|
# @param [String] project
|
3023
3053
|
# Project ID for this request.
|
3024
3054
|
# @param [String] filter
|
@@ -3078,7 +3108,9 @@ module Google
|
|
3078
3108
|
# by a previous list request to get the next page of results.
|
3079
3109
|
# @param [Boolean] return_partial_success
|
3080
3110
|
# Opt-in for partial success behavior which provides partial results in case of
|
3081
|
-
# failure. The default value is false.
|
3111
|
+
# failure. The default value is false. For example, when partial success
|
3112
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
3113
|
+
# resources in the zone or no resources, with an error code.
|
3082
3114
|
# @param [Fixnum] service_project_number
|
3083
3115
|
# The Shared VPC service project id or service project number for which
|
3084
3116
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -3475,7 +3507,9 @@ module Google
|
|
3475
3507
|
# by a previous list request to get the next page of results.
|
3476
3508
|
# @param [Boolean] return_partial_success
|
3477
3509
|
# Opt-in for partial success behavior which provides partial results in case of
|
3478
|
-
# failure. The default value is false.
|
3510
|
+
# failure. The default value is false. For example, when partial success
|
3511
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
3512
|
+
# resources in the zone or no resources, with an error code.
|
3479
3513
|
# @param [String] fields
|
3480
3514
|
# Selector specifying which fields to include in a partial response.
|
3481
3515
|
# @param [String] quota_user
|
@@ -4159,7 +4193,9 @@ module Google
|
|
4159
4193
|
# by a previous list request to get the next page of results.
|
4160
4194
|
# @param [Boolean] return_partial_success
|
4161
4195
|
# Opt-in for partial success behavior which provides partial results in case of
|
4162
|
-
# failure. The default value is false.
|
4196
|
+
# failure. The default value is false. For example, when partial success
|
4197
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
4198
|
+
# resources in the zone or no resources, with an error code.
|
4163
4199
|
# @param [String] fields
|
4164
4200
|
# Selector specifying which fields to include in a partial response.
|
4165
4201
|
# @param [String] quota_user
|
@@ -4712,7 +4748,9 @@ module Google
|
|
4712
4748
|
# an organization.
|
4713
4749
|
# @param [Boolean] return_partial_success
|
4714
4750
|
# Opt-in for partial success behavior which provides partial results in case of
|
4715
|
-
# failure. The default value is false.
|
4751
|
+
# failure. The default value is false. For example, when partial success
|
4752
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
4753
|
+
# resources in the zone or no resources, with an error code.
|
4716
4754
|
# @param [String] fields
|
4717
4755
|
# Selector specifying which fields to include in a partial response.
|
4718
4756
|
# @param [String] quota_user
|
@@ -5278,7 +5316,9 @@ module Google
|
|
5278
5316
|
# by a previous list request to get the next page of results.
|
5279
5317
|
# @param [Boolean] return_partial_success
|
5280
5318
|
# Opt-in for partial success behavior which provides partial results in case of
|
5281
|
-
# failure. The default value is false.
|
5319
|
+
# failure. The default value is false. For example, when partial success
|
5320
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
5321
|
+
# resources in the zone or no resources, with an error code.
|
5282
5322
|
# @param [String] fields
|
5283
5323
|
# Selector specifying which fields to include in a partial response.
|
5284
5324
|
# @param [String] quota_user
|
@@ -5457,7 +5497,8 @@ module Google
|
|
5457
5497
|
execute_or_queue_command(command, &block)
|
5458
5498
|
end
|
5459
5499
|
|
5460
|
-
# Retrieves an aggregated list of forwarding rules.
|
5500
|
+
# Retrieves an aggregated list of forwarding rules. To prevent failure, Google
|
5501
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
5461
5502
|
# @param [String] project
|
5462
5503
|
# Project ID for this request.
|
5463
5504
|
# @param [String] filter
|
@@ -5517,7 +5558,9 @@ module Google
|
|
5517
5558
|
# by a previous list request to get the next page of results.
|
5518
5559
|
# @param [Boolean] return_partial_success
|
5519
5560
|
# Opt-in for partial success behavior which provides partial results in case of
|
5520
|
-
# failure. The default value is false.
|
5561
|
+
# failure. The default value is false. For example, when partial success
|
5562
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
5563
|
+
# resources in the zone or no resources, with an error code.
|
5521
5564
|
# @param [Fixnum] service_project_number
|
5522
5565
|
# The Shared VPC service project id or service project number for which
|
5523
5566
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -5754,7 +5797,9 @@ module Google
|
|
5754
5797
|
# by a previous list request to get the next page of results.
|
5755
5798
|
# @param [Boolean] return_partial_success
|
5756
5799
|
# Opt-in for partial success behavior which provides partial results in case of
|
5757
|
-
# failure. The default value is false.
|
5800
|
+
# failure. The default value is false. For example, when partial success
|
5801
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
5802
|
+
# resources in the zone or no resources, with an error code.
|
5758
5803
|
# @param [String] fields
|
5759
5804
|
# Selector specifying which fields to include in a partial response.
|
5760
5805
|
# @param [String] quota_user
|
@@ -5996,7 +6041,8 @@ module Google
|
|
5996
6041
|
execute_or_queue_command(command, &block)
|
5997
6042
|
end
|
5998
6043
|
|
5999
|
-
# Retrieves an aggregated list of future reservations.
|
6044
|
+
# Retrieves an aggregated list of future reservations. To prevent failure,
|
6045
|
+
# Google recommends that you set the `returnPartialSuccess` parameter to `true`.
|
6000
6046
|
# @param [String] project
|
6001
6047
|
# Project ID for this request.
|
6002
6048
|
# @param [String] filter
|
@@ -6056,7 +6102,9 @@ module Google
|
|
6056
6102
|
# by a previous list request to get the next page of results.
|
6057
6103
|
# @param [Boolean] return_partial_success
|
6058
6104
|
# Opt-in for partial success behavior which provides partial results in case of
|
6059
|
-
# failure. The default value is false.
|
6105
|
+
# failure. The default value is false. For example, when partial success
|
6106
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
6107
|
+
# resources in the zone or no resources, with an error code.
|
6060
6108
|
# @param [Fixnum] service_project_number
|
6061
6109
|
# The Shared VPC service project id or service project number for which
|
6062
6110
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -6342,7 +6390,9 @@ module Google
|
|
6342
6390
|
# by a previous list request to get the next page of results.
|
6343
6391
|
# @param [Boolean] return_partial_success
|
6344
6392
|
# Opt-in for partial success behavior which provides partial results in case of
|
6345
|
-
# failure. The default value is false.
|
6393
|
+
# failure. The default value is false. For example, when partial success
|
6394
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
6395
|
+
# resources in the zone or no resources, with an error code.
|
6346
6396
|
# @param [String] fields
|
6347
6397
|
# Selector specifying which fields to include in a partial response.
|
6348
6398
|
# @param [String] quota_user
|
@@ -6621,7 +6671,9 @@ module Google
|
|
6621
6671
|
# by a previous list request to get the next page of results.
|
6622
6672
|
# @param [Boolean] return_partial_success
|
6623
6673
|
# Opt-in for partial success behavior which provides partial results in case of
|
6624
|
-
# failure. The default value is false.
|
6674
|
+
# failure. The default value is false. For example, when partial success
|
6675
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
6676
|
+
# resources in the zone or no resources, with an error code.
|
6625
6677
|
# @param [String] fields
|
6626
6678
|
# Selector specifying which fields to include in a partial response.
|
6627
6679
|
# @param [String] quota_user
|
@@ -6972,7 +7024,9 @@ module Google
|
|
6972
7024
|
# by a previous list request to get the next page of results.
|
6973
7025
|
# @param [Boolean] return_partial_success
|
6974
7026
|
# Opt-in for partial success behavior which provides partial results in case of
|
6975
|
-
# failure. The default value is false.
|
7027
|
+
# failure. The default value is false. For example, when partial success
|
7028
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
7029
|
+
# resources in the zone or no resources, with an error code.
|
6976
7030
|
# @param [String] fields
|
6977
7031
|
# Selector specifying which fields to include in a partial response.
|
6978
7032
|
# @param [String] quota_user
|
@@ -7479,7 +7533,9 @@ module Google
|
|
7479
7533
|
# by a previous list request to get the next page of results.
|
7480
7534
|
# @param [Boolean] return_partial_success
|
7481
7535
|
# Opt-in for partial success behavior which provides partial results in case of
|
7482
|
-
# failure. The default value is false.
|
7536
|
+
# failure. The default value is false. For example, when partial success
|
7537
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
7538
|
+
# resources in the zone or no resources, with an error code.
|
7483
7539
|
# @param [String] fields
|
7484
7540
|
# Selector specifying which fields to include in a partial response.
|
7485
7541
|
# @param [String] quota_user
|
@@ -7571,7 +7627,9 @@ module Google
|
|
7571
7627
|
# by a previous list request to get the next page of results.
|
7572
7628
|
# @param [Boolean] return_partial_success
|
7573
7629
|
# Opt-in for partial success behavior which provides partial results in case of
|
7574
|
-
# failure. The default value is false.
|
7630
|
+
# failure. The default value is false. For example, when partial success
|
7631
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
7632
|
+
# resources in the zone or no resources, with an error code.
|
7575
7633
|
# @param [String] fields
|
7576
7634
|
# Selector specifying which fields to include in a partial response.
|
7577
7635
|
# @param [String] quota_user
|
@@ -7608,7 +7666,8 @@ module Google
|
|
7608
7666
|
execute_or_queue_command(command, &block)
|
7609
7667
|
end
|
7610
7668
|
|
7611
|
-
# Retrieves an aggregated list of all operations.
|
7669
|
+
# Retrieves an aggregated list of all operations. To prevent failure, Google
|
7670
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
7612
7671
|
# @param [String] project
|
7613
7672
|
# Project ID for this request.
|
7614
7673
|
# @param [String] filter
|
@@ -7668,7 +7727,9 @@ module Google
|
|
7668
7727
|
# by a previous list request to get the next page of results.
|
7669
7728
|
# @param [Boolean] return_partial_success
|
7670
7729
|
# Opt-in for partial success behavior which provides partial results in case of
|
7671
|
-
# failure. The default value is false.
|
7730
|
+
# failure. The default value is false. For example, when partial success
|
7731
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
7732
|
+
# resources in the zone or no resources, with an error code.
|
7672
7733
|
# @param [Fixnum] service_project_number
|
7673
7734
|
# The Shared VPC service project id or service project number for which
|
7674
7735
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -7832,7 +7893,9 @@ module Google
|
|
7832
7893
|
# by a previous list request to get the next page of results.
|
7833
7894
|
# @param [Boolean] return_partial_success
|
7834
7895
|
# Opt-in for partial success behavior which provides partial results in case of
|
7835
|
-
# failure. The default value is false.
|
7896
|
+
# failure. The default value is false. For example, when partial success
|
7897
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
7898
|
+
# resources in the zone or no resources, with an error code.
|
7836
7899
|
# @param [String] fields
|
7837
7900
|
# Selector specifying which fields to include in a partial response.
|
7838
7901
|
# @param [String] quota_user
|
@@ -8038,7 +8101,9 @@ module Google
|
|
8038
8101
|
# Parent ID for this request.
|
8039
8102
|
# @param [Boolean] return_partial_success
|
8040
8103
|
# Opt-in for partial success behavior which provides partial results in case of
|
8041
|
-
# failure. The default value is false.
|
8104
|
+
# failure. The default value is false. For example, when partial success
|
8105
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
8106
|
+
# resources in the zone or no resources, with an error code.
|
8042
8107
|
# @param [String] fields
|
8043
8108
|
# Selector specifying which fields to include in a partial response.
|
8044
8109
|
# @param [String] quota_user
|
@@ -8258,7 +8323,9 @@ module Google
|
|
8258
8323
|
# by a previous list request to get the next page of results.
|
8259
8324
|
# @param [Boolean] return_partial_success
|
8260
8325
|
# Opt-in for partial success behavior which provides partial results in case of
|
8261
|
-
# failure. The default value is false.
|
8326
|
+
# failure. The default value is false. For example, when partial success
|
8327
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
8328
|
+
# resources in the zone or no resources, with an error code.
|
8262
8329
|
# @param [String] fields
|
8263
8330
|
# Selector specifying which fields to include in a partial response.
|
8264
8331
|
# @param [String] quota_user
|
@@ -8347,7 +8414,8 @@ module Google
|
|
8347
8414
|
end
|
8348
8415
|
|
8349
8416
|
# Retrieves the list of all HealthCheck resources, regional and global,
|
8350
|
-
# available to the specified project.
|
8417
|
+
# available to the specified project. To prevent failure, Google recommends that
|
8418
|
+
# you set the `returnPartialSuccess` parameter to `true`.
|
8351
8419
|
# @param [String] project
|
8352
8420
|
# Name of the project scoping this request.
|
8353
8421
|
# @param [String] filter
|
@@ -8407,7 +8475,9 @@ module Google
|
|
8407
8475
|
# by a previous list request to get the next page of results.
|
8408
8476
|
# @param [Boolean] return_partial_success
|
8409
8477
|
# Opt-in for partial success behavior which provides partial results in case of
|
8410
|
-
# failure. The default value is false.
|
8478
|
+
# failure. The default value is false. For example, when partial success
|
8479
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
8480
|
+
# resources in the zone or no resources, with an error code.
|
8411
8481
|
# @param [Fixnum] service_project_number
|
8412
8482
|
# The Shared VPC service project id or service project number for which
|
8413
8483
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -8632,7 +8702,9 @@ module Google
|
|
8632
8702
|
# by a previous list request to get the next page of results.
|
8633
8703
|
# @param [Boolean] return_partial_success
|
8634
8704
|
# Opt-in for partial success behavior which provides partial results in case of
|
8635
|
-
# failure. The default value is false.
|
8705
|
+
# failure. The default value is false. For example, when partial success
|
8706
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
8707
|
+
# resources in the zone or no resources, with an error code.
|
8636
8708
|
# @param [String] fields
|
8637
8709
|
# Selector specifying which fields to include in a partial response.
|
8638
8710
|
# @param [String] quota_user
|
@@ -8995,7 +9067,9 @@ module Google
|
|
8995
9067
|
# by a previous list request to get the next page of results.
|
8996
9068
|
# @param [Boolean] return_partial_success
|
8997
9069
|
# Opt-in for partial success behavior which provides partial results in case of
|
8998
|
-
# failure. The default value is false.
|
9070
|
+
# failure. The default value is false. For example, when partial success
|
9071
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
9072
|
+
# resources in the zone or no resources, with an error code.
|
8999
9073
|
# @param [String] fields
|
9000
9074
|
# Selector specifying which fields to include in a partial response.
|
9001
9075
|
# @param [String] quota_user
|
@@ -9358,7 +9432,9 @@ module Google
|
|
9358
9432
|
# by a previous list request to get the next page of results.
|
9359
9433
|
# @param [Boolean] return_partial_success
|
9360
9434
|
# Opt-in for partial success behavior which provides partial results in case of
|
9361
|
-
# failure. The default value is false.
|
9435
|
+
# failure. The default value is false. For example, when partial success
|
9436
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
9437
|
+
# resources in the zone or no resources, with an error code.
|
9362
9438
|
# @param [String] fields
|
9363
9439
|
# Selector specifying which fields to include in a partial response.
|
9364
9440
|
# @param [String] quota_user
|
@@ -9898,7 +9974,9 @@ module Google
|
|
9898
9974
|
# by a previous list request to get the next page of results.
|
9899
9975
|
# @param [Boolean] return_partial_success
|
9900
9976
|
# Opt-in for partial success behavior which provides partial results in case of
|
9901
|
-
# failure. The default value is false.
|
9977
|
+
# failure. The default value is false. For example, when partial success
|
9978
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
9979
|
+
# resources in the zone or no resources, with an error code.
|
9902
9980
|
# @param [String] fields
|
9903
9981
|
# Selector specifying which fields to include in a partial response.
|
9904
9982
|
# @param [String] quota_user
|
@@ -10380,7 +10458,9 @@ module Google
|
|
10380
10458
|
# by a previous list request to get the next page of results.
|
10381
10459
|
# @param [Boolean] return_partial_success
|
10382
10460
|
# Opt-in for partial success behavior which provides partial results in case of
|
10383
|
-
# failure. The default value is false.
|
10461
|
+
# failure. The default value is false. For example, when partial success
|
10462
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
10463
|
+
# resources in the zone or no resources, with an error code.
|
10384
10464
|
# @param [String] fields
|
10385
10465
|
# Selector specifying which fields to include in a partial response.
|
10386
10466
|
# @param [String] quota_user
|
@@ -10482,7 +10562,9 @@ module Google
|
|
10482
10562
|
execute_or_queue_command(command, &block)
|
10483
10563
|
end
|
10484
10564
|
|
10485
|
-
# Retrieves the list of managed instance groups and groups them by zone.
|
10565
|
+
# Retrieves the list of managed instance groups and groups them by zone. To
|
10566
|
+
# prevent failure, Google recommends that you set the `returnPartialSuccess`
|
10567
|
+
# parameter to `true`.
|
10486
10568
|
# @param [String] project
|
10487
10569
|
# Project ID for this request.
|
10488
10570
|
# @param [String] filter
|
@@ -10542,7 +10624,9 @@ module Google
|
|
10542
10624
|
# by a previous list request to get the next page of results.
|
10543
10625
|
# @param [Boolean] return_partial_success
|
10544
10626
|
# Opt-in for partial success behavior which provides partial results in case of
|
10545
|
-
# failure. The default value is false.
|
10627
|
+
# failure. The default value is false. For example, when partial success
|
10628
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
10629
|
+
# resources in the zone or no resources, with an error code.
|
10546
10630
|
# @param [Fixnum] service_project_number
|
10547
10631
|
# The Shared VPC service project id or service project number for which
|
10548
10632
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -10995,7 +11079,9 @@ module Google
|
|
10995
11079
|
# by a previous list request to get the next page of results.
|
10996
11080
|
# @param [Boolean] return_partial_success
|
10997
11081
|
# Opt-in for partial success behavior which provides partial results in case of
|
10998
|
-
# failure. The default value is false.
|
11082
|
+
# failure. The default value is false. For example, when partial success
|
11083
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
11084
|
+
# resources in the zone or no resources, with an error code.
|
10999
11085
|
# @param [String] fields
|
11000
11086
|
# Selector specifying which fields to include in a partial response.
|
11001
11087
|
# @param [String] quota_user
|
@@ -11093,7 +11179,9 @@ module Google
|
|
11093
11179
|
# by a previous list request to get the next page of results.
|
11094
11180
|
# @param [Boolean] return_partial_success
|
11095
11181
|
# Opt-in for partial success behavior which provides partial results in case of
|
11096
|
-
# failure. The default value is false.
|
11182
|
+
# failure. The default value is false. For example, when partial success
|
11183
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
11184
|
+
# resources in the zone or no resources, with an error code.
|
11097
11185
|
# @param [String] fields
|
11098
11186
|
# Selector specifying which fields to include in a partial response.
|
11099
11187
|
# @param [String] quota_user
|
@@ -11194,7 +11282,9 @@ module Google
|
|
11194
11282
|
# by a previous list request to get the next page of results.
|
11195
11283
|
# @param [Boolean] return_partial_success
|
11196
11284
|
# Opt-in for partial success behavior which provides partial results in case of
|
11197
|
-
# failure. The default value is false.
|
11285
|
+
# failure. The default value is false. For example, when partial success
|
11286
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
11287
|
+
# resources in the zone or no resources, with an error code.
|
11198
11288
|
# @param [String] fields
|
11199
11289
|
# Selector specifying which fields to include in a partial response.
|
11200
11290
|
# @param [String] quota_user
|
@@ -11291,7 +11381,9 @@ module Google
|
|
11291
11381
|
# by a previous list request to get the next page of results.
|
11292
11382
|
# @param [Boolean] return_partial_success
|
11293
11383
|
# Opt-in for partial success behavior which provides partial results in case of
|
11294
|
-
# failure. The default value is false.
|
11384
|
+
# failure. The default value is false. For example, when partial success
|
11385
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
11386
|
+
# resources in the zone or no resources, with an error code.
|
11295
11387
|
# @param [String] fields
|
11296
11388
|
# Selector specifying which fields to include in a partial response.
|
11297
11389
|
# @param [String] quota_user
|
@@ -12292,7 +12384,9 @@ module Google
|
|
12292
12384
|
execute_or_queue_command(command, &block)
|
12293
12385
|
end
|
12294
12386
|
|
12295
|
-
# Retrieves the list of instance groups and sorts them by zone.
|
12387
|
+
# Retrieves the list of instance groups and sorts them by zone. To prevent
|
12388
|
+
# failure, Google recommends that you set the `returnPartialSuccess` parameter
|
12389
|
+
# to `true`.
|
12296
12390
|
# @param [String] project
|
12297
12391
|
# Project ID for this request.
|
12298
12392
|
# @param [String] filter
|
@@ -12352,7 +12446,9 @@ module Google
|
|
12352
12446
|
# by a previous list request to get the next page of results.
|
12353
12447
|
# @param [Boolean] return_partial_success
|
12354
12448
|
# Opt-in for partial success behavior which provides partial results in case of
|
12355
|
-
# failure. The default value is false.
|
12449
|
+
# failure. The default value is false. For example, when partial success
|
12450
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
12451
|
+
# resources in the zone or no resources, with an error code.
|
12356
12452
|
# @param [Fixnum] service_project_number
|
12357
12453
|
# The Shared VPC service project id or service project number for which
|
12358
12454
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -12594,7 +12690,9 @@ module Google
|
|
12594
12690
|
# by a previous list request to get the next page of results.
|
12595
12691
|
# @param [Boolean] return_partial_success
|
12596
12692
|
# Opt-in for partial success behavior which provides partial results in case of
|
12597
|
-
# failure. The default value is false.
|
12693
|
+
# failure. The default value is false. For example, when partial success
|
12694
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
12695
|
+
# resources in the zone or no resources, with an error code.
|
12598
12696
|
# @param [String] fields
|
12599
12697
|
# Selector specifying which fields to include in a partial response.
|
12600
12698
|
# @param [String] quota_user
|
@@ -12692,7 +12790,9 @@ module Google
|
|
12692
12790
|
# by a previous list request to get the next page of results.
|
12693
12791
|
# @param [Boolean] return_partial_success
|
12694
12792
|
# Opt-in for partial success behavior which provides partial results in case of
|
12695
|
-
# failure. The default value is false.
|
12793
|
+
# failure. The default value is false. For example, when partial success
|
12794
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
12795
|
+
# resources in the zone or no resources, with an error code.
|
12696
12796
|
# @param [String] fields
|
12697
12797
|
# Selector specifying which fields to include in a partial response.
|
12698
12798
|
# @param [String] quota_user
|
@@ -12973,7 +13073,8 @@ module Google
|
|
12973
13073
|
end
|
12974
13074
|
|
12975
13075
|
# Retrieves the list of all InstanceTemplates resources, regional and global,
|
12976
|
-
# available to the specified project.
|
13076
|
+
# available to the specified project. To prevent failure, Google recommends that
|
13077
|
+
# you set the `returnPartialSuccess` parameter to `true`.
|
12977
13078
|
# @param [String] project
|
12978
13079
|
# Name of the project scoping this request.
|
12979
13080
|
# @param [String] filter
|
@@ -13033,7 +13134,9 @@ module Google
|
|
13033
13134
|
# by a previous list request to get the next page of results.
|
13034
13135
|
# @param [Boolean] return_partial_success
|
13035
13136
|
# Opt-in for partial success behavior which provides partial results in case of
|
13036
|
-
# failure. The default value is false.
|
13137
|
+
# failure. The default value is false. For example, when partial success
|
13138
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
13139
|
+
# resources in the zone or no resources, with an error code.
|
13037
13140
|
# @param [Fixnum] service_project_number
|
13038
13141
|
# The Shared VPC service project id or service project number for which
|
13039
13142
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -13303,7 +13406,9 @@ module Google
|
|
13303
13406
|
# by a previous list request to get the next page of results.
|
13304
13407
|
# @param [Boolean] return_partial_success
|
13305
13408
|
# Opt-in for partial success behavior which provides partial results in case of
|
13306
|
-
# failure. The default value is false.
|
13409
|
+
# failure. The default value is false. For example, when partial success
|
13410
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
13411
|
+
# resources in the zone or no resources, with an error code.
|
13307
13412
|
# @param [String] fields
|
13308
13413
|
# Selector specifying which fields to include in a partial response.
|
13309
13414
|
# @param [String] quota_user
|
@@ -13531,7 +13636,9 @@ module Google
|
|
13531
13636
|
|
13532
13637
|
# Retrieves an aggregated list of all of the instances in your project across
|
13533
13638
|
# all regions and zones. The performance of this method degrades when a filter
|
13534
|
-
# is specified on a project that has a very large number of instances.
|
13639
|
+
# is specified on a project that has a very large number of instances. To
|
13640
|
+
# prevent failure, Google recommends that you set the `returnPartialSuccess`
|
13641
|
+
# parameter to `true`.
|
13535
13642
|
# @param [String] project
|
13536
13643
|
# Project ID for this request.
|
13537
13644
|
# @param [String] filter
|
@@ -13591,7 +13698,9 @@ module Google
|
|
13591
13698
|
# by a previous list request to get the next page of results.
|
13592
13699
|
# @param [Boolean] return_partial_success
|
13593
13700
|
# Opt-in for partial success behavior which provides partial results in case of
|
13594
|
-
# failure. The default value is false.
|
13701
|
+
# failure. The default value is false. For example, when partial success
|
13702
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
13703
|
+
# resources in the zone or no resources, with an error code.
|
13595
13704
|
# @param [Fixnum] service_project_number
|
13596
13705
|
# The Shared VPC service project id or service project number for which
|
13597
13706
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -14366,7 +14475,9 @@ module Google
|
|
14366
14475
|
# by a previous list request to get the next page of results.
|
14367
14476
|
# @param [Boolean] return_partial_success
|
14368
14477
|
# Opt-in for partial success behavior which provides partial results in case of
|
14369
|
-
# failure. The default value is false.
|
14478
|
+
# failure. The default value is false. For example, when partial success
|
14479
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
14480
|
+
# resources in the zone or no resources, with an error code.
|
14370
14481
|
# @param [String] fields
|
14371
14482
|
# Selector specifying which fields to include in a partial response.
|
14372
14483
|
# @param [String] quota_user
|
@@ -14464,7 +14575,9 @@ module Google
|
|
14464
14575
|
# by a previous list request to get the next page of results.
|
14465
14576
|
# @param [Boolean] return_partial_success
|
14466
14577
|
# Opt-in for partial success behavior which provides partial results in case of
|
14467
|
-
# failure. The default value is false.
|
14578
|
+
# failure. The default value is false. For example, when partial success
|
14579
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
14580
|
+
# resources in the zone or no resources, with an error code.
|
14468
14581
|
# @param [String] fields
|
14469
14582
|
# Selector specifying which fields to include in a partial response.
|
14470
14583
|
# @param [String] quota_user
|
@@ -16223,7 +16336,8 @@ module Google
|
|
16223
16336
|
execute_or_queue_command(command, &block)
|
16224
16337
|
end
|
16225
16338
|
|
16226
|
-
# Retrieves an aggregated list of instantSnapshots.
|
16339
|
+
# Retrieves an aggregated list of instantSnapshots. To prevent failure, Google
|
16340
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
16227
16341
|
# @param [String] project
|
16228
16342
|
# Project ID for this request.
|
16229
16343
|
# @param [String] filter
|
@@ -16283,7 +16397,9 @@ module Google
|
|
16283
16397
|
# by a previous list request to get the next page of results.
|
16284
16398
|
# @param [Boolean] return_partial_success
|
16285
16399
|
# Opt-in for partial success behavior which provides partial results in case of
|
16286
|
-
# failure. The default value is false.
|
16400
|
+
# failure. The default value is false. For example, when partial success
|
16401
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
16402
|
+
# resources in the zone or no resources, with an error code.
|
16287
16403
|
# @param [Fixnum] service_project_number
|
16288
16404
|
# The Shared VPC service project id or service project number for which
|
16289
16405
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -16567,7 +16683,9 @@ module Google
|
|
16567
16683
|
# by a previous list request to get the next page of results.
|
16568
16684
|
# @param [Boolean] return_partial_success
|
16569
16685
|
# Opt-in for partial success behavior which provides partial results in case of
|
16570
|
-
# failure. The default value is false.
|
16686
|
+
# failure. The default value is false. For example, when partial success
|
16687
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
16688
|
+
# resources in the zone or no resources, with an error code.
|
16571
16689
|
# @param [String] fields
|
16572
16690
|
# Selector specifying which fields to include in a partial response.
|
16573
16691
|
# @param [String] quota_user
|
@@ -16743,7 +16861,8 @@ module Google
|
|
16743
16861
|
execute_or_queue_command(command, &block)
|
16744
16862
|
end
|
16745
16863
|
|
16746
|
-
# Retrieves an aggregated list of interconnect attachments.
|
16864
|
+
# Retrieves an aggregated list of interconnect attachments. To prevent failure,
|
16865
|
+
# Google recommends that you set the `returnPartialSuccess` parameter to `true`.
|
16747
16866
|
# @param [String] project
|
16748
16867
|
# Project ID for this request.
|
16749
16868
|
# @param [String] filter
|
@@ -16803,7 +16922,9 @@ module Google
|
|
16803
16922
|
# by a previous list request to get the next page of results.
|
16804
16923
|
# @param [Boolean] return_partial_success
|
16805
16924
|
# Opt-in for partial success behavior which provides partial results in case of
|
16806
|
-
# failure. The default value is false.
|
16925
|
+
# failure. The default value is false. For example, when partial success
|
16926
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
16927
|
+
# resources in the zone or no resources, with an error code.
|
16807
16928
|
# @param [Fixnum] service_project_number
|
16808
16929
|
# The Shared VPC service project id or service project number for which
|
16809
16930
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -17043,7 +17164,9 @@ module Google
|
|
17043
17164
|
# by a previous list request to get the next page of results.
|
17044
17165
|
# @param [Boolean] return_partial_success
|
17045
17166
|
# Opt-in for partial success behavior which provides partial results in case of
|
17046
|
-
# failure. The default value is false.
|
17167
|
+
# failure. The default value is false. For example, when partial success
|
17168
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
17169
|
+
# resources in the zone or no resources, with an error code.
|
17047
17170
|
# @param [String] fields
|
17048
17171
|
# Selector specifying which fields to include in a partial response.
|
17049
17172
|
# @param [String] quota_user
|
@@ -17322,7 +17445,9 @@ module Google
|
|
17322
17445
|
# by a previous list request to get the next page of results.
|
17323
17446
|
# @param [Boolean] return_partial_success
|
17324
17447
|
# Opt-in for partial success behavior which provides partial results in case of
|
17325
|
-
# failure. The default value is false.
|
17448
|
+
# failure. The default value is false. For example, when partial success
|
17449
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
17450
|
+
# resources in the zone or no resources, with an error code.
|
17326
17451
|
# @param [String] fields
|
17327
17452
|
# Selector specifying which fields to include in a partial response.
|
17328
17453
|
# @param [String] quota_user
|
@@ -17449,7 +17574,9 @@ module Google
|
|
17449
17574
|
# by a previous list request to get the next page of results.
|
17450
17575
|
# @param [Boolean] return_partial_success
|
17451
17576
|
# Opt-in for partial success behavior which provides partial results in case of
|
17452
|
-
# failure. The default value is false.
|
17577
|
+
# failure. The default value is false. For example, when partial success
|
17578
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
17579
|
+
# resources in the zone or no resources, with an error code.
|
17453
17580
|
# @param [String] fields
|
17454
17581
|
# Selector specifying which fields to include in a partial response.
|
17455
17582
|
# @param [String] quota_user
|
@@ -17746,7 +17873,9 @@ module Google
|
|
17746
17873
|
# by a previous list request to get the next page of results.
|
17747
17874
|
# @param [Boolean] return_partial_success
|
17748
17875
|
# Opt-in for partial success behavior which provides partial results in case of
|
17749
|
-
# failure. The default value is false.
|
17876
|
+
# failure. The default value is false. For example, when partial success
|
17877
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
17878
|
+
# resources in the zone or no resources, with an error code.
|
17750
17879
|
# @param [String] fields
|
17751
17880
|
# Selector specifying which fields to include in a partial response.
|
17752
17881
|
# @param [String] quota_user
|
@@ -18228,7 +18357,9 @@ module Google
|
|
18228
18357
|
# by a previous list request to get the next page of results.
|
18229
18358
|
# @param [Boolean] return_partial_success
|
18230
18359
|
# Opt-in for partial success behavior which provides partial results in case of
|
18231
|
-
# failure. The default value is false.
|
18360
|
+
# failure. The default value is false. For example, when partial success
|
18361
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
18362
|
+
# resources in the zone or no resources, with an error code.
|
18232
18363
|
# @param [String] fields
|
18233
18364
|
# Selector specifying which fields to include in a partial response.
|
18234
18365
|
# @param [String] quota_user
|
@@ -18577,7 +18708,9 @@ module Google
|
|
18577
18708
|
# by a previous list request to get the next page of results.
|
18578
18709
|
# @param [Boolean] return_partial_success
|
18579
18710
|
# Opt-in for partial success behavior which provides partial results in case of
|
18580
|
-
# failure. The default value is false.
|
18711
|
+
# failure. The default value is false. For example, when partial success
|
18712
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
18713
|
+
# resources in the zone or no resources, with an error code.
|
18581
18714
|
# @param [String] fields
|
18582
18715
|
# Selector specifying which fields to include in a partial response.
|
18583
18716
|
# @param [String] quota_user
|
@@ -18692,7 +18825,8 @@ module Google
|
|
18692
18825
|
execute_or_queue_command(command, &block)
|
18693
18826
|
end
|
18694
18827
|
|
18695
|
-
# Retrieves an aggregated list of machine types.
|
18828
|
+
# Retrieves an aggregated list of machine types. To prevent failure, Google
|
18829
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
18696
18830
|
# @param [String] project
|
18697
18831
|
# Project ID for this request.
|
18698
18832
|
# @param [String] filter
|
@@ -18752,7 +18886,9 @@ module Google
|
|
18752
18886
|
# by a previous list request to get the next page of results.
|
18753
18887
|
# @param [Boolean] return_partial_success
|
18754
18888
|
# Opt-in for partial success behavior which provides partial results in case of
|
18755
|
-
# failure. The default value is false.
|
18889
|
+
# failure. The default value is false. For example, when partial success
|
18890
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
18891
|
+
# resources in the zone or no resources, with an error code.
|
18756
18892
|
# @param [Fixnum] service_project_number
|
18757
18893
|
# The Shared VPC service project id or service project number for which
|
18758
18894
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -18887,7 +19023,9 @@ module Google
|
|
18887
19023
|
# by a previous list request to get the next page of results.
|
18888
19024
|
# @param [Boolean] return_partial_success
|
18889
19025
|
# Opt-in for partial success behavior which provides partial results in case of
|
18890
|
-
# failure. The default value is false.
|
19026
|
+
# failure. The default value is false. For example, when partial success
|
19027
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
19028
|
+
# resources in the zone or no resources, with an error code.
|
18891
19029
|
# @param [String] fields
|
18892
19030
|
# Selector specifying which fields to include in a partial response.
|
18893
19031
|
# @param [String] quota_user
|
@@ -18925,7 +19063,8 @@ module Google
|
|
18925
19063
|
end
|
18926
19064
|
|
18927
19065
|
# Retrieves the list of all NetworkAttachment resources, regional and global,
|
18928
|
-
# available to the specified project.
|
19066
|
+
# available to the specified project. To prevent failure, Google recommends that
|
19067
|
+
# you set the `returnPartialSuccess` parameter to `true`.
|
18929
19068
|
# @param [String] project
|
18930
19069
|
# Project ID for this request.
|
18931
19070
|
# @param [String] filter
|
@@ -18985,7 +19124,9 @@ module Google
|
|
18985
19124
|
# by a previous list request to get the next page of results.
|
18986
19125
|
# @param [Boolean] return_partial_success
|
18987
19126
|
# Opt-in for partial success behavior which provides partial results in case of
|
18988
|
-
# failure. The default value is false.
|
19127
|
+
# failure. The default value is false. For example, when partial success
|
19128
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
19129
|
+
# resources in the zone or no resources, with an error code.
|
18989
19130
|
# @param [Fixnum] service_project_number
|
18990
19131
|
# The Shared VPC service project id or service project number for which
|
18991
19132
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -19266,7 +19407,9 @@ module Google
|
|
19266
19407
|
# by a previous list request to get the next page of results.
|
19267
19408
|
# @param [Boolean] return_partial_success
|
19268
19409
|
# Opt-in for partial success behavior which provides partial results in case of
|
19269
|
-
# failure. The default value is false.
|
19410
|
+
# failure. The default value is false. For example, when partial success
|
19411
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
19412
|
+
# resources in the zone or no resources, with an error code.
|
19270
19413
|
# @param [String] fields
|
19271
19414
|
# Selector specifying which fields to include in a partial response.
|
19272
19415
|
# @param [String] quota_user
|
@@ -19445,7 +19588,8 @@ module Google
|
|
19445
19588
|
end
|
19446
19589
|
|
19447
19590
|
# Retrieves the list of all NetworkEdgeSecurityService resources available to
|
19448
|
-
# the specified project.
|
19591
|
+
# the specified project. To prevent failure, Google recommends that you set the `
|
19592
|
+
# returnPartialSuccess` parameter to `true`.
|
19449
19593
|
# @param [String] project
|
19450
19594
|
# Name of the project scoping this request.
|
19451
19595
|
# @param [String] filter
|
@@ -19505,7 +19649,9 @@ module Google
|
|
19505
19649
|
# by a previous list request to get the next page of results.
|
19506
19650
|
# @param [Boolean] return_partial_success
|
19507
19651
|
# Opt-in for partial success behavior which provides partial results in case of
|
19508
|
-
# failure. The default value is false.
|
19652
|
+
# failure. The default value is false. For example, when partial success
|
19653
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
19654
|
+
# resources in the zone or no resources, with an error code.
|
19509
19655
|
# @param [Fixnum] service_project_number
|
19510
19656
|
# The Shared VPC service project id or service project number for which
|
19511
19657
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -19747,7 +19893,9 @@ module Google
|
|
19747
19893
|
execute_or_queue_command(command, &block)
|
19748
19894
|
end
|
19749
19895
|
|
19750
|
-
# Retrieves the list of network endpoint groups and sorts them by zone.
|
19896
|
+
# Retrieves the list of network endpoint groups and sorts them by zone. To
|
19897
|
+
# prevent failure, Google recommends that you set the `returnPartialSuccess`
|
19898
|
+
# parameter to `true`.
|
19751
19899
|
# @param [String] project
|
19752
19900
|
# Project ID for this request.
|
19753
19901
|
# @param [String] filter
|
@@ -19807,7 +19955,9 @@ module Google
|
|
19807
19955
|
# by a previous list request to get the next page of results.
|
19808
19956
|
# @param [Boolean] return_partial_success
|
19809
19957
|
# Opt-in for partial success behavior which provides partial results in case of
|
19810
|
-
# failure. The default value is false.
|
19958
|
+
# failure. The default value is false. For example, when partial success
|
19959
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
19960
|
+
# resources in the zone or no resources, with an error code.
|
19811
19961
|
# @param [Fixnum] service_project_number
|
19812
19962
|
# The Shared VPC service project id or service project number for which
|
19813
19963
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -20162,7 +20312,9 @@ module Google
|
|
20162
20312
|
# by a previous list request to get the next page of results.
|
20163
20313
|
# @param [Boolean] return_partial_success
|
20164
20314
|
# Opt-in for partial success behavior which provides partial results in case of
|
20165
|
-
# failure. The default value is false.
|
20315
|
+
# failure. The default value is false. For example, when partial success
|
20316
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
20317
|
+
# resources in the zone or no resources, with an error code.
|
20166
20318
|
# @param [String] fields
|
20167
20319
|
# Selector specifying which fields to include in a partial response.
|
20168
20320
|
# @param [String] quota_user
|
@@ -20259,7 +20411,9 @@ module Google
|
|
20259
20411
|
# by a previous list request to get the next page of results.
|
20260
20412
|
# @param [Boolean] return_partial_success
|
20261
20413
|
# Opt-in for partial success behavior which provides partial results in case of
|
20262
|
-
# failure. The default value is false.
|
20414
|
+
# failure. The default value is false. For example, when partial success
|
20415
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
20416
|
+
# resources in the zone or no resources, with an error code.
|
20263
20417
|
# @param [String] fields
|
20264
20418
|
# Selector specifying which fields to include in a partial response.
|
20265
20419
|
# @param [String] quota_user
|
@@ -20806,7 +20960,9 @@ module Google
|
|
20806
20960
|
# by a previous list request to get the next page of results.
|
20807
20961
|
# @param [Boolean] return_partial_success
|
20808
20962
|
# Opt-in for partial success behavior which provides partial results in case of
|
20809
|
-
# failure. The default value is false.
|
20963
|
+
# failure. The default value is false. For example, when partial success
|
20964
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
20965
|
+
# resources in the zone or no resources, with an error code.
|
20810
20966
|
# @param [String] fields
|
20811
20967
|
# Selector specifying which fields to include in a partial response.
|
20812
20968
|
# @param [String] quota_user
|
@@ -21394,7 +21550,9 @@ module Google
|
|
21394
21550
|
# by a previous list request to get the next page of results.
|
21395
21551
|
# @param [Boolean] return_partial_success
|
21396
21552
|
# Opt-in for partial success behavior which provides partial results in case of
|
21397
|
-
# failure. The default value is false.
|
21553
|
+
# failure. The default value is false. For example, when partial success
|
21554
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
21555
|
+
# resources in the zone or no resources, with an error code.
|
21398
21556
|
# @param [String] fields
|
21399
21557
|
# Selector specifying which fields to include in a partial response.
|
21400
21558
|
# @param [String] quota_user
|
@@ -21492,7 +21650,9 @@ module Google
|
|
21492
21650
|
# routes and dynamic routes in the region.
|
21493
21651
|
# @param [Boolean] return_partial_success
|
21494
21652
|
# Opt-in for partial success behavior which provides partial results in case of
|
21495
|
-
# failure. The default value is false.
|
21653
|
+
# failure. The default value is false. For example, when partial success
|
21654
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
21655
|
+
# resources in the zone or no resources, with an error code.
|
21496
21656
|
# @param [String] fields
|
21497
21657
|
# Selector specifying which fields to include in a partial response.
|
21498
21658
|
# @param [String] quota_user
|
@@ -21825,7 +21985,8 @@ module Google
|
|
21825
21985
|
end
|
21826
21986
|
|
21827
21987
|
# Retrieves an aggregated list of node groups. Note: use nodeGroups.listNodes
|
21828
|
-
# for more details about each group.
|
21988
|
+
# for more details about each group. To prevent failure, Google recommends that
|
21989
|
+
# you set the `returnPartialSuccess` parameter to `true`.
|
21829
21990
|
# @param [String] project
|
21830
21991
|
# Project ID for this request.
|
21831
21992
|
# @param [String] filter
|
@@ -21885,7 +22046,9 @@ module Google
|
|
21885
22046
|
# by a previous list request to get the next page of results.
|
21886
22047
|
# @param [Boolean] return_partial_success
|
21887
22048
|
# Opt-in for partial success behavior which provides partial results in case of
|
21888
|
-
# failure. The default value is false.
|
22049
|
+
# failure. The default value is false. For example, when partial success
|
22050
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
22051
|
+
# resources in the zone or no resources, with an error code.
|
21889
22052
|
# @param [Fixnum] service_project_number
|
21890
22053
|
# The Shared VPC service project id or service project number for which
|
21891
22054
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -22223,7 +22386,9 @@ module Google
|
|
22223
22386
|
# by a previous list request to get the next page of results.
|
22224
22387
|
# @param [Boolean] return_partial_success
|
22225
22388
|
# Opt-in for partial success behavior which provides partial results in case of
|
22226
|
-
# failure. The default value is false.
|
22389
|
+
# failure. The default value is false. For example, when partial success
|
22390
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
22391
|
+
# resources in the zone or no resources, with an error code.
|
22227
22392
|
# @param [String] fields
|
22228
22393
|
# Selector specifying which fields to include in a partial response.
|
22229
22394
|
# @param [String] quota_user
|
@@ -22317,7 +22482,9 @@ module Google
|
|
22317
22482
|
# by a previous list request to get the next page of results.
|
22318
22483
|
# @param [Boolean] return_partial_success
|
22319
22484
|
# Opt-in for partial success behavior which provides partial results in case of
|
22320
|
-
# failure. The default value is false.
|
22485
|
+
# failure. The default value is false. For example, when partial success
|
22486
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
22487
|
+
# resources in the zone or no resources, with an error code.
|
22321
22488
|
# @param [String] fields
|
22322
22489
|
# Selector specifying which fields to include in a partial response.
|
22323
22490
|
# @param [String] quota_user
|
@@ -22653,7 +22820,8 @@ module Google
|
|
22653
22820
|
execute_or_queue_command(command, &block)
|
22654
22821
|
end
|
22655
22822
|
|
22656
|
-
# Retrieves an aggregated list of node templates.
|
22823
|
+
# Retrieves an aggregated list of node templates. To prevent failure, Google
|
22824
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
22657
22825
|
# @param [String] project
|
22658
22826
|
# Project ID for this request.
|
22659
22827
|
# @param [String] filter
|
@@ -22713,7 +22881,9 @@ module Google
|
|
22713
22881
|
# by a previous list request to get the next page of results.
|
22714
22882
|
# @param [Boolean] return_partial_success
|
22715
22883
|
# Opt-in for partial success behavior which provides partial results in case of
|
22716
|
-
# failure. The default value is false.
|
22884
|
+
# failure. The default value is false. For example, when partial success
|
22885
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
22886
|
+
# resources in the zone or no resources, with an error code.
|
22717
22887
|
# @param [Fixnum] service_project_number
|
22718
22888
|
# The Shared VPC service project id or service project number for which
|
22719
22889
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -22992,7 +23162,9 @@ module Google
|
|
22992
23162
|
# by a previous list request to get the next page of results.
|
22993
23163
|
# @param [Boolean] return_partial_success
|
22994
23164
|
# Opt-in for partial success behavior which provides partial results in case of
|
22995
|
-
# failure. The default value is false.
|
23165
|
+
# failure. The default value is false. For example, when partial success
|
23166
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
23167
|
+
# resources in the zone or no resources, with an error code.
|
22996
23168
|
# @param [String] fields
|
22997
23169
|
# Selector specifying which fields to include in a partial response.
|
22998
23170
|
# @param [String] quota_user
|
@@ -23114,7 +23286,8 @@ module Google
|
|
23114
23286
|
execute_or_queue_command(command, &block)
|
23115
23287
|
end
|
23116
23288
|
|
23117
|
-
# Retrieves an aggregated list of node types.
|
23289
|
+
# Retrieves an aggregated list of node types. To prevent failure, Google
|
23290
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
23118
23291
|
# @param [String] project
|
23119
23292
|
# Project ID for this request.
|
23120
23293
|
# @param [String] filter
|
@@ -23174,7 +23347,9 @@ module Google
|
|
23174
23347
|
# by a previous list request to get the next page of results.
|
23175
23348
|
# @param [Boolean] return_partial_success
|
23176
23349
|
# Opt-in for partial success behavior which provides partial results in case of
|
23177
|
-
# failure. The default value is false.
|
23350
|
+
# failure. The default value is false. For example, when partial success
|
23351
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
23352
|
+
# resources in the zone or no resources, with an error code.
|
23178
23353
|
# @param [Fixnum] service_project_number
|
23179
23354
|
# The Shared VPC service project id or service project number for which
|
23180
23355
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -23309,7 +23484,9 @@ module Google
|
|
23309
23484
|
# by a previous list request to get the next page of results.
|
23310
23485
|
# @param [Boolean] return_partial_success
|
23311
23486
|
# Opt-in for partial success behavior which provides partial results in case of
|
23312
|
-
# failure. The default value is false.
|
23487
|
+
# failure. The default value is false. For example, when partial success
|
23488
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
23489
|
+
# resources in the zone or no resources, with an error code.
|
23313
23490
|
# @param [String] fields
|
23314
23491
|
# Selector specifying which fields to include in a partial response.
|
23315
23492
|
# @param [String] quota_user
|
@@ -23744,7 +23921,9 @@ module Google
|
|
23744
23921
|
# Parent ID for this request.
|
23745
23922
|
# @param [Boolean] return_partial_success
|
23746
23923
|
# Opt-in for partial success behavior which provides partial results in case of
|
23747
|
-
# failure. The default value is false.
|
23924
|
+
# failure. The default value is false. For example, when partial success
|
23925
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
23926
|
+
# resources in the zone or no resources, with an error code.
|
23748
23927
|
# @param [String] fields
|
23749
23928
|
# Selector specifying which fields to include in a partial response.
|
23750
23929
|
# @param [String] quota_user
|
@@ -24051,7 +24230,8 @@ module Google
|
|
24051
24230
|
execute_or_queue_command(command, &block)
|
24052
24231
|
end
|
24053
24232
|
|
24054
|
-
# Retrieves an aggregated list of packetMirrorings.
|
24233
|
+
# Retrieves an aggregated list of packetMirrorings. To prevent failure, Google
|
24234
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
24055
24235
|
# @param [String] project
|
24056
24236
|
# Project ID for this request.
|
24057
24237
|
# @param [String] filter
|
@@ -24111,7 +24291,9 @@ module Google
|
|
24111
24291
|
# by a previous list request to get the next page of results.
|
24112
24292
|
# @param [Boolean] return_partial_success
|
24113
24293
|
# Opt-in for partial success behavior which provides partial results in case of
|
24114
|
-
# failure. The default value is false.
|
24294
|
+
# failure. The default value is false. For example, when partial success
|
24295
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
24296
|
+
# resources in the zone or no resources, with an error code.
|
24115
24297
|
# @param [Fixnum] service_project_number
|
24116
24298
|
# The Shared VPC service project id or service project number for which
|
24117
24299
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -24348,7 +24530,9 @@ module Google
|
|
24348
24530
|
# by a previous list request to get the next page of results.
|
24349
24531
|
# @param [Boolean] return_partial_success
|
24350
24532
|
# Opt-in for partial success behavior which provides partial results in case of
|
24351
|
-
# failure. The default value is false.
|
24533
|
+
# failure. The default value is false. For example, when partial success
|
24534
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
24535
|
+
# resources in the zone or no resources, with an error code.
|
24352
24536
|
# @param [String] fields
|
24353
24537
|
# Selector specifying which fields to include in a partial response.
|
24354
24538
|
# @param [String] quota_user
|
@@ -24793,7 +24977,9 @@ module Google
|
|
24793
24977
|
# by a previous list request to get the next page of results.
|
24794
24978
|
# @param [Boolean] return_partial_success
|
24795
24979
|
# Opt-in for partial success behavior which provides partial results in case of
|
24796
|
-
# failure. The default value is false.
|
24980
|
+
# failure. The default value is false. For example, when partial success
|
24981
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
24982
|
+
# resources in the zone or no resources, with an error code.
|
24797
24983
|
# @param [String] fields
|
24798
24984
|
# Selector specifying which fields to include in a partial response.
|
24799
24985
|
# @param [String] quota_user
|
@@ -24883,7 +25069,9 @@ module Google
|
|
24883
25069
|
# by a previous list request to get the next page of results.
|
24884
25070
|
# @param [Boolean] return_partial_success
|
24885
25071
|
# Opt-in for partial success behavior which provides partial results in case of
|
24886
|
-
# failure. The default value is false.
|
25072
|
+
# failure. The default value is false. For example, when partial success
|
25073
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
25074
|
+
# resources in the zone or no resources, with an error code.
|
24887
25075
|
# @param [String] fields
|
24888
25076
|
# Selector specifying which fields to include in a partial response.
|
24889
25077
|
# @param [String] quota_user
|
@@ -25021,6 +25209,55 @@ module Google
|
|
25021
25209
|
execute_or_queue_command(command, &block)
|
25022
25210
|
end
|
25023
25211
|
|
25212
|
+
# Sets the Cloud Armor tier of the project. To set ENTERPRISE or above the
|
25213
|
+
# billing account of the project must be subscribed to Cloud Armor Enterprise.
|
25214
|
+
# See Subscribing to Cloud Armor Enterprise for more information.
|
25215
|
+
# @param [String] project
|
25216
|
+
# Project ID for this request.
|
25217
|
+
# @param [Google::Apis::ComputeBeta::ProjectsSetCloudArmorTierRequest] projects_set_cloud_armor_tier_request_object
|
25218
|
+
# @param [String] request_id
|
25219
|
+
# An optional request ID to identify requests. Specify a unique request ID so
|
25220
|
+
# that if you must retry your request, the server will know to ignore the
|
25221
|
+
# request if it has already been completed. For example, consider a situation
|
25222
|
+
# where you make an initial request and the request times out. If you make the
|
25223
|
+
# request again with the same request ID, the server can check if original
|
25224
|
+
# operation with the same request ID was received, and if so, will ignore the
|
25225
|
+
# second request. This prevents clients from accidentally creating duplicate
|
25226
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
25227
|
+
# UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
25228
|
+
# @param [String] fields
|
25229
|
+
# Selector specifying which fields to include in a partial response.
|
25230
|
+
# @param [String] quota_user
|
25231
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
25232
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
25233
|
+
# @param [String] user_ip
|
25234
|
+
# Legacy name for parameter that has been superseded by `quotaUser`.
|
25235
|
+
# @param [Google::Apis::RequestOptions] options
|
25236
|
+
# Request-specific options
|
25237
|
+
#
|
25238
|
+
# @yield [result, err] Result & error if block supplied
|
25239
|
+
# @yieldparam result [Google::Apis::ComputeBeta::Operation] parsed result object
|
25240
|
+
# @yieldparam err [StandardError] error object if request failed
|
25241
|
+
#
|
25242
|
+
# @return [Google::Apis::ComputeBeta::Operation]
|
25243
|
+
#
|
25244
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
25245
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
25246
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
25247
|
+
def set_project_cloud_armor_tier(project, projects_set_cloud_armor_tier_request_object = nil, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
25248
|
+
command = make_simple_command(:post, 'projects/{project}/setCloudArmorTier', options)
|
25249
|
+
command.request_representation = Google::Apis::ComputeBeta::ProjectsSetCloudArmorTierRequest::Representation
|
25250
|
+
command.request_object = projects_set_cloud_armor_tier_request_object
|
25251
|
+
command.response_representation = Google::Apis::ComputeBeta::Operation::Representation
|
25252
|
+
command.response_class = Google::Apis::ComputeBeta::Operation
|
25253
|
+
command.params['project'] = project unless project.nil?
|
25254
|
+
command.query['requestId'] = request_id unless request_id.nil?
|
25255
|
+
command.query['fields'] = fields unless fields.nil?
|
25256
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
25257
|
+
command.query['userIp'] = user_ip unless user_ip.nil?
|
25258
|
+
execute_or_queue_command(command, &block)
|
25259
|
+
end
|
25260
|
+
|
25024
25261
|
# Sets metadata common to all instances within the specified project using the
|
25025
25262
|
# data included in the request.
|
25026
25263
|
# @param [String] project
|
@@ -25448,7 +25685,9 @@ module Google
|
|
25448
25685
|
# by a previous list request to get the next page of results.
|
25449
25686
|
# @param [Boolean] return_partial_success
|
25450
25687
|
# Opt-in for partial success behavior which provides partial results in case of
|
25451
|
-
# failure. The default value is false.
|
25688
|
+
# failure. The default value is false. For example, when partial success
|
25689
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
25690
|
+
# resources in the zone or no resources, with an error code.
|
25452
25691
|
# @param [String] fields
|
25453
25692
|
# Selector specifying which fields to include in a partial response.
|
25454
25693
|
# @param [String] quota_user
|
@@ -25584,7 +25823,8 @@ module Google
|
|
25584
25823
|
end
|
25585
25824
|
|
25586
25825
|
# Lists all PublicDelegatedPrefix resources owned by the specific project across
|
25587
|
-
# all scopes.
|
25826
|
+
# all scopes. To prevent failure, Google recommends that you set the `
|
25827
|
+
# returnPartialSuccess` parameter to `true`.
|
25588
25828
|
# @param [String] project
|
25589
25829
|
# Name of the project scoping this request.
|
25590
25830
|
# @param [String] filter
|
@@ -25644,7 +25884,9 @@ module Google
|
|
25644
25884
|
# by a previous list request to get the next page of results.
|
25645
25885
|
# @param [Boolean] return_partial_success
|
25646
25886
|
# Opt-in for partial success behavior which provides partial results in case of
|
25647
|
-
# failure. The default value is false.
|
25887
|
+
# failure. The default value is false. For example, when partial success
|
25888
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
25889
|
+
# resources in the zone or no resources, with an error code.
|
25648
25890
|
# @param [Fixnum] service_project_number
|
25649
25891
|
# The Shared VPC service project id or service project number for which
|
25650
25892
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -25931,7 +26173,9 @@ module Google
|
|
25931
26173
|
# by a previous list request to get the next page of results.
|
25932
26174
|
# @param [Boolean] return_partial_success
|
25933
26175
|
# Opt-in for partial success behavior which provides partial results in case of
|
25934
|
-
# failure. The default value is false.
|
26176
|
+
# failure. The default value is false. For example, when partial success
|
26177
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
26178
|
+
# resources in the zone or no resources, with an error code.
|
25935
26179
|
# @param [String] fields
|
25936
26180
|
# Selector specifying which fields to include in a partial response.
|
25937
26181
|
# @param [String] quota_user
|
@@ -26269,7 +26513,9 @@ module Google
|
|
26269
26513
|
# by a previous list request to get the next page of results.
|
26270
26514
|
# @param [Boolean] return_partial_success
|
26271
26515
|
# Opt-in for partial success behavior which provides partial results in case of
|
26272
|
-
# failure. The default value is false.
|
26516
|
+
# failure. The default value is false. For example, when partial success
|
26517
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
26518
|
+
# resources in the zone or no resources, with an error code.
|
26273
26519
|
# @param [String] fields
|
26274
26520
|
# Selector specifying which fields to include in a partial response.
|
26275
26521
|
# @param [String] quota_user
|
@@ -26738,7 +26984,9 @@ module Google
|
|
26738
26984
|
# by a previous list request to get the next page of results.
|
26739
26985
|
# @param [Boolean] return_partial_success
|
26740
26986
|
# Opt-in for partial success behavior which provides partial results in case of
|
26741
|
-
# failure. The default value is false.
|
26987
|
+
# failure. The default value is false. For example, when partial success
|
26988
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
26989
|
+
# resources in the zone or no resources, with an error code.
|
26742
26990
|
# @param [String] fields
|
26743
26991
|
# Selector specifying which fields to include in a partial response.
|
26744
26992
|
# @param [String] quota_user
|
@@ -26832,7 +27080,9 @@ module Google
|
|
26832
27080
|
# by a previous list request to get the next page of results.
|
26833
27081
|
# @param [Boolean] return_partial_success
|
26834
27082
|
# Opt-in for partial success behavior which provides partial results in case of
|
26835
|
-
# failure. The default value is false.
|
27083
|
+
# failure. The default value is false. For example, when partial success
|
27084
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
27085
|
+
# resources in the zone or no resources, with an error code.
|
26836
27086
|
# @param [String] fields
|
26837
27087
|
# Selector specifying which fields to include in a partial response.
|
26838
27088
|
# @param [String] quota_user
|
@@ -27119,7 +27369,8 @@ module Google
|
|
27119
27369
|
execute_or_queue_command(command, &block)
|
27120
27370
|
end
|
27121
27371
|
|
27122
|
-
# Retrieves an aggregated list of commitments by region.
|
27372
|
+
# Retrieves an aggregated list of commitments by region. To prevent failure,
|
27373
|
+
# Google recommends that you set the `returnPartialSuccess` parameter to `true`.
|
27123
27374
|
# @param [String] project
|
27124
27375
|
# Project ID for this request.
|
27125
27376
|
# @param [String] filter
|
@@ -27179,7 +27430,9 @@ module Google
|
|
27179
27430
|
# by a previous list request to get the next page of results.
|
27180
27431
|
# @param [Boolean] return_partial_success
|
27181
27432
|
# Opt-in for partial success behavior which provides partial results in case of
|
27182
|
-
# failure. The default value is false.
|
27433
|
+
# failure. The default value is false. For example, when partial success
|
27434
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
27435
|
+
# resources in the zone or no resources, with an error code.
|
27183
27436
|
# @param [Fixnum] service_project_number
|
27184
27437
|
# The Shared VPC service project id or service project number for which
|
27185
27438
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -27365,7 +27618,9 @@ module Google
|
|
27365
27618
|
# by a previous list request to get the next page of results.
|
27366
27619
|
# @param [Boolean] return_partial_success
|
27367
27620
|
# Opt-in for partial success behavior which provides partial results in case of
|
27368
|
-
# failure. The default value is false.
|
27621
|
+
# failure. The default value is false. For example, when partial success
|
27622
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
27623
|
+
# resources in the zone or no resources, with an error code.
|
27369
27624
|
# @param [String] fields
|
27370
27625
|
# Selector specifying which fields to include in a partial response.
|
27371
27626
|
# @param [String] quota_user
|
@@ -27651,7 +27906,9 @@ module Google
|
|
27651
27906
|
# by a previous list request to get the next page of results.
|
27652
27907
|
# @param [Boolean] return_partial_success
|
27653
27908
|
# Opt-in for partial success behavior which provides partial results in case of
|
27654
|
-
# failure. The default value is false.
|
27909
|
+
# failure. The default value is false. For example, when partial success
|
27910
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
27911
|
+
# resources in the zone or no resources, with an error code.
|
27655
27912
|
# @param [String] fields
|
27656
27913
|
# Selector specifying which fields to include in a partial response.
|
27657
27914
|
# @param [String] quota_user
|
@@ -28092,7 +28349,9 @@ module Google
|
|
28092
28349
|
# by a previous list request to get the next page of results.
|
28093
28350
|
# @param [Boolean] return_partial_success
|
28094
28351
|
# Opt-in for partial success behavior which provides partial results in case of
|
28095
|
-
# failure. The default value is false.
|
28352
|
+
# failure. The default value is false. For example, when partial success
|
28353
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
28354
|
+
# resources in the zone or no resources, with an error code.
|
28096
28355
|
# @param [String] fields
|
28097
28356
|
# Selector specifying which fields to include in a partial response.
|
28098
28357
|
# @param [String] quota_user
|
@@ -28787,7 +29046,9 @@ module Google
|
|
28787
29046
|
# by a previous list request to get the next page of results.
|
28788
29047
|
# @param [Boolean] return_partial_success
|
28789
29048
|
# Opt-in for partial success behavior which provides partial results in case of
|
28790
|
-
# failure. The default value is false.
|
29049
|
+
# failure. The default value is false. For example, when partial success
|
29050
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
29051
|
+
# resources in the zone or no resources, with an error code.
|
28791
29052
|
# @param [String] fields
|
28792
29053
|
# Selector specifying which fields to include in a partial response.
|
28793
29054
|
# @param [String] quota_user
|
@@ -29117,7 +29378,9 @@ module Google
|
|
29117
29378
|
# by a previous list request to get the next page of results.
|
29118
29379
|
# @param [Boolean] return_partial_success
|
29119
29380
|
# Opt-in for partial success behavior which provides partial results in case of
|
29120
|
-
# failure. The default value is false.
|
29381
|
+
# failure. The default value is false. For example, when partial success
|
29382
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
29383
|
+
# resources in the zone or no resources, with an error code.
|
29121
29384
|
# @param [String] fields
|
29122
29385
|
# Selector specifying which fields to include in a partial response.
|
29123
29386
|
# @param [String] quota_user
|
@@ -29776,7 +30039,9 @@ module Google
|
|
29776
30039
|
# by a previous list request to get the next page of results.
|
29777
30040
|
# @param [Boolean] return_partial_success
|
29778
30041
|
# Opt-in for partial success behavior which provides partial results in case of
|
29779
|
-
# failure. The default value is false.
|
30042
|
+
# failure. The default value is false. For example, when partial success
|
30043
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
30044
|
+
# resources in the zone or no resources, with an error code.
|
29780
30045
|
# @param [String] fields
|
29781
30046
|
# Selector specifying which fields to include in a partial response.
|
29782
30047
|
# @param [String] quota_user
|
@@ -29873,7 +30138,9 @@ module Google
|
|
29873
30138
|
# by a previous list request to get the next page of results.
|
29874
30139
|
# @param [Boolean] return_partial_success
|
29875
30140
|
# Opt-in for partial success behavior which provides partial results in case of
|
29876
|
-
# failure. The default value is false.
|
30141
|
+
# failure. The default value is false. For example, when partial success
|
30142
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
30143
|
+
# resources in the zone or no resources, with an error code.
|
29877
30144
|
# @param [String] fields
|
29878
30145
|
# Selector specifying which fields to include in a partial response.
|
29879
30146
|
# @param [String] quota_user
|
@@ -29972,7 +30239,9 @@ module Google
|
|
29972
30239
|
# by a previous list request to get the next page of results.
|
29973
30240
|
# @param [Boolean] return_partial_success
|
29974
30241
|
# Opt-in for partial success behavior which provides partial results in case of
|
29975
|
-
# failure. The default value is false.
|
30242
|
+
# failure. The default value is false. For example, when partial success
|
30243
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
30244
|
+
# resources in the zone or no resources, with an error code.
|
29976
30245
|
# @param [String] fields
|
29977
30246
|
# Selector specifying which fields to include in a partial response.
|
29978
30247
|
# @param [String] quota_user
|
@@ -30068,7 +30337,9 @@ module Google
|
|
30068
30337
|
# by a previous list request to get the next page of results.
|
30069
30338
|
# @param [Boolean] return_partial_success
|
30070
30339
|
# Opt-in for partial success behavior which provides partial results in case of
|
30071
|
-
# failure. The default value is false.
|
30340
|
+
# failure. The default value is false. For example, when partial success
|
30341
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
30342
|
+
# resources in the zone or no resources, with an error code.
|
30072
30343
|
# @param [String] fields
|
30073
30344
|
# Selector specifying which fields to include in a partial response.
|
30074
30345
|
# @param [String] quota_user
|
@@ -31095,7 +31366,9 @@ module Google
|
|
31095
31366
|
# by a previous list request to get the next page of results.
|
31096
31367
|
# @param [Boolean] return_partial_success
|
31097
31368
|
# Opt-in for partial success behavior which provides partial results in case of
|
31098
|
-
# failure. The default value is false.
|
31369
|
+
# failure. The default value is false. For example, when partial success
|
31370
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
31371
|
+
# resources in the zone or no resources, with an error code.
|
31099
31372
|
# @param [String] fields
|
31100
31373
|
# Selector specifying which fields to include in a partial response.
|
31101
31374
|
# @param [String] quota_user
|
@@ -31193,7 +31466,9 @@ module Google
|
|
31193
31466
|
# by a previous list request to get the next page of results.
|
31194
31467
|
# @param [Boolean] return_partial_success
|
31195
31468
|
# Opt-in for partial success behavior which provides partial results in case of
|
31196
|
-
# failure. The default value is false.
|
31469
|
+
# failure. The default value is false. For example, when partial success
|
31470
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
31471
|
+
# resources in the zone or no resources, with an error code.
|
31197
31472
|
# @param [String] fields
|
31198
31473
|
# Selector specifying which fields to include in a partial response.
|
31199
31474
|
# @param [String] quota_user
|
@@ -31525,7 +31800,9 @@ module Google
|
|
31525
31800
|
# by a previous list request to get the next page of results.
|
31526
31801
|
# @param [Boolean] return_partial_success
|
31527
31802
|
# Opt-in for partial success behavior which provides partial results in case of
|
31528
|
-
# failure. The default value is false.
|
31803
|
+
# failure. The default value is false. For example, when partial success
|
31804
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
31805
|
+
# resources in the zone or no resources, with an error code.
|
31529
31806
|
# @param [String] fields
|
31530
31807
|
# Selector specifying which fields to include in a partial response.
|
31531
31808
|
# @param [String] quota_user
|
@@ -31856,7 +32133,9 @@ module Google
|
|
31856
32133
|
# by a previous list request to get the next page of results.
|
31857
32134
|
# @param [Boolean] return_partial_success
|
31858
32135
|
# Opt-in for partial success behavior which provides partial results in case of
|
31859
|
-
# failure. The default value is false.
|
32136
|
+
# failure. The default value is false. For example, when partial success
|
32137
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
32138
|
+
# resources in the zone or no resources, with an error code.
|
31860
32139
|
# @param [String] fields
|
31861
32140
|
# Selector specifying which fields to include in a partial response.
|
31862
32141
|
# @param [String] quota_user
|
@@ -32345,7 +32624,9 @@ module Google
|
|
32345
32624
|
# by a previous list request to get the next page of results.
|
32346
32625
|
# @param [Boolean] return_partial_success
|
32347
32626
|
# Opt-in for partial success behavior which provides partial results in case of
|
32348
|
-
# failure. The default value is false.
|
32627
|
+
# failure. The default value is false. For example, when partial success
|
32628
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
32629
|
+
# resources in the zone or no resources, with an error code.
|
32349
32630
|
# @param [String] fields
|
32350
32631
|
# Selector specifying which fields to include in a partial response.
|
32351
32632
|
# @param [String] quota_user
|
@@ -32441,7 +32722,9 @@ module Google
|
|
32441
32722
|
# by a previous list request to get the next page of results.
|
32442
32723
|
# @param [Boolean] return_partial_success
|
32443
32724
|
# Opt-in for partial success behavior which provides partial results in case of
|
32444
|
-
# failure. The default value is false.
|
32725
|
+
# failure. The default value is false. For example, when partial success
|
32726
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
32727
|
+
# resources in the zone or no resources, with an error code.
|
32445
32728
|
# @param [String] fields
|
32446
32729
|
# Selector specifying which fields to include in a partial response.
|
32447
32730
|
# @param [String] quota_user
|
@@ -33012,7 +33295,9 @@ module Google
|
|
33012
33295
|
# by a previous list request to get the next page of results.
|
33013
33296
|
# @param [Boolean] return_partial_success
|
33014
33297
|
# Opt-in for partial success behavior which provides partial results in case of
|
33015
|
-
# failure. The default value is false.
|
33298
|
+
# failure. The default value is false. For example, when partial success
|
33299
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
33300
|
+
# resources in the zone or no resources, with an error code.
|
33016
33301
|
# @param [String] fields
|
33017
33302
|
# Selector specifying which fields to include in a partial response.
|
33018
33303
|
# @param [String] quota_user
|
@@ -33544,7 +33829,9 @@ module Google
|
|
33544
33829
|
# by a previous list request to get the next page of results.
|
33545
33830
|
# @param [Boolean] return_partial_success
|
33546
33831
|
# Opt-in for partial success behavior which provides partial results in case of
|
33547
|
-
# failure. The default value is false.
|
33832
|
+
# failure. The default value is false. For example, when partial success
|
33833
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
33834
|
+
# resources in the zone or no resources, with an error code.
|
33548
33835
|
# @param [String] fields
|
33549
33836
|
# Selector specifying which fields to include in a partial response.
|
33550
33837
|
# @param [String] quota_user
|
@@ -33754,7 +34041,9 @@ module Google
|
|
33754
34041
|
# by a previous list request to get the next page of results.
|
33755
34042
|
# @param [Boolean] return_partial_success
|
33756
34043
|
# Opt-in for partial success behavior which provides partial results in case of
|
33757
|
-
# failure. The default value is false.
|
34044
|
+
# failure. The default value is false. For example, when partial success
|
34045
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
34046
|
+
# resources in the zone or no resources, with an error code.
|
33758
34047
|
# @param [String] fields
|
33759
34048
|
# Selector specifying which fields to include in a partial response.
|
33760
34049
|
# @param [String] quota_user
|
@@ -34125,7 +34414,9 @@ module Google
|
|
34125
34414
|
# by a previous list request to get the next page of results.
|
34126
34415
|
# @param [Boolean] return_partial_success
|
34127
34416
|
# Opt-in for partial success behavior which provides partial results in case of
|
34128
|
-
# failure. The default value is false.
|
34417
|
+
# failure. The default value is false. For example, when partial success
|
34418
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
34419
|
+
# resources in the zone or no resources, with an error code.
|
34129
34420
|
# @param [String] fields
|
34130
34421
|
# Selector specifying which fields to include in a partial response.
|
34131
34422
|
# @param [String] quota_user
|
@@ -34512,7 +34803,9 @@ module Google
|
|
34512
34803
|
# by a previous list request to get the next page of results.
|
34513
34804
|
# @param [Boolean] return_partial_success
|
34514
34805
|
# Opt-in for partial success behavior which provides partial results in case of
|
34515
|
-
# failure. The default value is false.
|
34806
|
+
# failure. The default value is false. For example, when partial success
|
34807
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
34808
|
+
# resources in the zone or no resources, with an error code.
|
34516
34809
|
# @param [String] fields
|
34517
34810
|
# Selector specifying which fields to include in a partial response.
|
34518
34811
|
# @param [String] quota_user
|
@@ -34790,7 +35083,9 @@ module Google
|
|
34790
35083
|
# by a previous list request to get the next page of results.
|
34791
35084
|
# @param [Boolean] return_partial_success
|
34792
35085
|
# Opt-in for partial success behavior which provides partial results in case of
|
34793
|
-
# failure. The default value is false.
|
35086
|
+
# failure. The default value is false. For example, when partial success
|
35087
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
35088
|
+
# resources in the zone or no resources, with an error code.
|
34794
35089
|
# @param [String] fields
|
34795
35090
|
# Selector specifying which fields to include in a partial response.
|
34796
35091
|
# @param [String] quota_user
|
@@ -34883,7 +35178,9 @@ module Google
|
|
34883
35178
|
# by a previous list request to get the next page of results.
|
34884
35179
|
# @param [Boolean] return_partial_success
|
34885
35180
|
# Opt-in for partial success behavior which provides partial results in case of
|
34886
|
-
# failure. The default value is false.
|
35181
|
+
# failure. The default value is false. For example, when partial success
|
35182
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
35183
|
+
# resources in the zone or no resources, with an error code.
|
34887
35184
|
# @param [String] fields
|
34888
35185
|
# Selector specifying which fields to include in a partial response.
|
34889
35186
|
# @param [String] quota_user
|
@@ -35212,7 +35509,9 @@ module Google
|
|
35212
35509
|
# by a previous list request to get the next page of results.
|
35213
35510
|
# @param [Boolean] return_partial_success
|
35214
35511
|
# Opt-in for partial success behavior which provides partial results in case of
|
35215
|
-
# failure. The default value is false.
|
35512
|
+
# failure. The default value is false. For example, when partial success
|
35513
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
35514
|
+
# resources in the zone or no resources, with an error code.
|
35216
35515
|
# @param [String] fields
|
35217
35516
|
# Selector specifying which fields to include in a partial response.
|
35218
35517
|
# @param [String] quota_user
|
@@ -35540,7 +35839,9 @@ module Google
|
|
35540
35839
|
# by a previous list request to get the next page of results.
|
35541
35840
|
# @param [Boolean] return_partial_success
|
35542
35841
|
# Opt-in for partial success behavior which provides partial results in case of
|
35543
|
-
# failure. The default value is false.
|
35842
|
+
# failure. The default value is false. For example, when partial success
|
35843
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
35844
|
+
# resources in the zone or no resources, with an error code.
|
35544
35845
|
# @param [String] fields
|
35545
35846
|
# Selector specifying which fields to include in a partial response.
|
35546
35847
|
# @param [String] quota_user
|
@@ -35976,7 +36277,9 @@ module Google
|
|
35976
36277
|
# by a previous list request to get the next page of results.
|
35977
36278
|
# @param [Boolean] return_partial_success
|
35978
36279
|
# Opt-in for partial success behavior which provides partial results in case of
|
35979
|
-
# failure. The default value is false.
|
36280
|
+
# failure. The default value is false. For example, when partial success
|
36281
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
36282
|
+
# resources in the zone or no resources, with an error code.
|
35980
36283
|
# @param [String] fields
|
35981
36284
|
# Selector specifying which fields to include in a partial response.
|
35982
36285
|
# @param [String] quota_user
|
@@ -36282,7 +36585,9 @@ module Google
|
|
36282
36585
|
# by a previous list request to get the next page of results.
|
36283
36586
|
# @param [Boolean] return_partial_success
|
36284
36587
|
# Opt-in for partial success behavior which provides partial results in case of
|
36285
|
-
# failure. The default value is false.
|
36588
|
+
# failure. The default value is false. For example, when partial success
|
36589
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
36590
|
+
# resources in the zone or no resources, with an error code.
|
36286
36591
|
# @param [String] fields
|
36287
36592
|
# Selector specifying which fields to include in a partial response.
|
36288
36593
|
# @param [String] quota_user
|
@@ -36552,7 +36857,9 @@ module Google
|
|
36552
36857
|
# by a previous list request to get the next page of results.
|
36553
36858
|
# @param [Boolean] return_partial_success
|
36554
36859
|
# Opt-in for partial success behavior which provides partial results in case of
|
36555
|
-
# failure. The default value is false.
|
36860
|
+
# failure. The default value is false. For example, when partial success
|
36861
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
36862
|
+
# resources in the zone or no resources, with an error code.
|
36556
36863
|
# @param [String] fields
|
36557
36864
|
# Selector specifying which fields to include in a partial response.
|
36558
36865
|
# @param [String] quota_user
|
@@ -36691,7 +36998,9 @@ module Google
|
|
36691
36998
|
# by a previous list request to get the next page of results.
|
36692
36999
|
# @param [Boolean] return_partial_success
|
36693
37000
|
# Opt-in for partial success behavior which provides partial results in case of
|
36694
|
-
# failure. The default value is false.
|
37001
|
+
# failure. The default value is false. For example, when partial success
|
37002
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
37003
|
+
# resources in the zone or no resources, with an error code.
|
36695
37004
|
# @param [String] fields
|
36696
37005
|
# Selector specifying which fields to include in a partial response.
|
36697
37006
|
# @param [String] quota_user
|
@@ -36727,7 +37036,8 @@ module Google
|
|
36727
37036
|
execute_or_queue_command(command, &block)
|
36728
37037
|
end
|
36729
37038
|
|
36730
|
-
# Retrieves an aggregated list of reservations.
|
37039
|
+
# Retrieves an aggregated list of reservations. To prevent failure, Google
|
37040
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
36731
37041
|
# @param [String] project
|
36732
37042
|
# Project ID for this request.
|
36733
37043
|
# @param [String] filter
|
@@ -36787,7 +37097,9 @@ module Google
|
|
36787
37097
|
# by a previous list request to get the next page of results.
|
36788
37098
|
# @param [Boolean] return_partial_success
|
36789
37099
|
# Opt-in for partial success behavior which provides partial results in case of
|
36790
|
-
# failure. The default value is false.
|
37100
|
+
# failure. The default value is false. For example, when partial success
|
37101
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
37102
|
+
# resources in the zone or no resources, with an error code.
|
36791
37103
|
# @param [Fixnum] service_project_number
|
36792
37104
|
# The Shared VPC service project id or service project number for which
|
36793
37105
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -37067,7 +37379,9 @@ module Google
|
|
37067
37379
|
# by a previous list request to get the next page of results.
|
37068
37380
|
# @param [Boolean] return_partial_success
|
37069
37381
|
# Opt-in for partial success behavior which provides partial results in case of
|
37070
|
-
# failure. The default value is false.
|
37382
|
+
# failure. The default value is false. For example, when partial success
|
37383
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
37384
|
+
# resources in the zone or no resources, with an error code.
|
37071
37385
|
# @param [String] fields
|
37072
37386
|
# Selector specifying which fields to include in a partial response.
|
37073
37387
|
# @param [String] quota_user
|
@@ -37301,7 +37615,8 @@ module Google
|
|
37301
37615
|
execute_or_queue_command(command, &block)
|
37302
37616
|
end
|
37303
37617
|
|
37304
|
-
# Retrieves an aggregated list of resource policies.
|
37618
|
+
# Retrieves an aggregated list of resource policies. To prevent failure, Google
|
37619
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
37305
37620
|
# @param [String] project
|
37306
37621
|
# Project ID for this request.
|
37307
37622
|
# @param [String] filter
|
@@ -37361,7 +37676,9 @@ module Google
|
|
37361
37676
|
# by a previous list request to get the next page of results.
|
37362
37677
|
# @param [Boolean] return_partial_success
|
37363
37678
|
# Opt-in for partial success behavior which provides partial results in case of
|
37364
|
-
# failure. The default value is false.
|
37679
|
+
# failure. The default value is false. For example, when partial success
|
37680
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
37681
|
+
# resources in the zone or no resources, with an error code.
|
37365
37682
|
# @param [Fixnum] service_project_number
|
37366
37683
|
# The Shared VPC service project id or service project number for which
|
37367
37684
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -37640,7 +37957,9 @@ module Google
|
|
37640
37957
|
# by a previous list request to get the next page of results.
|
37641
37958
|
# @param [Boolean] return_partial_success
|
37642
37959
|
# Opt-in for partial success behavior which provides partial results in case of
|
37643
|
-
# failure. The default value is false.
|
37960
|
+
# failure. The default value is false. For example, when partial success
|
37961
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
37962
|
+
# resources in the zone or no resources, with an error code.
|
37644
37963
|
# @param [String] fields
|
37645
37964
|
# Selector specifying which fields to include in a partial response.
|
37646
37965
|
# @param [String] quota_user
|
@@ -37818,7 +38137,8 @@ module Google
|
|
37818
38137
|
execute_or_queue_command(command, &block)
|
37819
38138
|
end
|
37820
38139
|
|
37821
|
-
# Retrieves an aggregated list of routers.
|
38140
|
+
# Retrieves an aggregated list of routers. To prevent failure, Google recommends
|
38141
|
+
# that you set the `returnPartialSuccess` parameter to `true`.
|
37822
38142
|
# @param [String] project
|
37823
38143
|
# Project ID for this request.
|
37824
38144
|
# @param [String] filter
|
@@ -37878,7 +38198,9 @@ module Google
|
|
37878
38198
|
# by a previous list request to get the next page of results.
|
37879
38199
|
# @param [Boolean] return_partial_success
|
37880
38200
|
# Opt-in for partial success behavior which provides partial results in case of
|
37881
|
-
# failure. The default value is false.
|
38201
|
+
# failure. The default value is false. For example, when partial success
|
38202
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
38203
|
+
# resources in the zone or no resources, with an error code.
|
37882
38204
|
# @param [Fixnum] service_project_number
|
37883
38205
|
# The Shared VPC service project id or service project number for which
|
37884
38206
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -38114,7 +38436,9 @@ module Google
|
|
38114
38436
|
# by a previous list request to get the next page of results.
|
38115
38437
|
# @param [Boolean] return_partial_success
|
38116
38438
|
# Opt-in for partial success behavior which provides partial results in case of
|
38117
|
-
# failure. The default value is false.
|
38439
|
+
# failure. The default value is false. For example, when partial success
|
38440
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
38441
|
+
# resources in the zone or no resources, with an error code.
|
38118
38442
|
# @param [String] fields
|
38119
38443
|
# Selector specifying which fields to include in a partial response.
|
38120
38444
|
# @param [String] quota_user
|
@@ -38298,7 +38622,9 @@ module Google
|
|
38298
38622
|
# by a previous list request to get the next page of results.
|
38299
38623
|
# @param [Boolean] return_partial_success
|
38300
38624
|
# Opt-in for partial success behavior which provides partial results in case of
|
38301
|
-
# failure. The default value is false.
|
38625
|
+
# failure. The default value is false. For example, when partial success
|
38626
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
38627
|
+
# resources in the zone or no resources, with an error code.
|
38302
38628
|
# @param [String] fields
|
38303
38629
|
# Selector specifying which fields to include in a partial response.
|
38304
38630
|
# @param [String] quota_user
|
@@ -38715,7 +39041,9 @@ module Google
|
|
38715
39041
|
# by a previous list request to get the next page of results.
|
38716
39042
|
# @param [Boolean] return_partial_success
|
38717
39043
|
# Opt-in for partial success behavior which provides partial results in case of
|
38718
|
-
# failure. The default value is false.
|
39044
|
+
# failure. The default value is false. For example, when partial success
|
39045
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
39046
|
+
# resources in the zone or no resources, with an error code.
|
38719
39047
|
# @param [String] fields
|
38720
39048
|
# Selector specifying which fields to include in a partial response.
|
38721
39049
|
# @param [String] quota_user
|
@@ -38833,7 +39161,8 @@ module Google
|
|
38833
39161
|
end
|
38834
39162
|
|
38835
39163
|
# Retrieves the list of all SecurityPolicy resources, regional and global,
|
38836
|
-
# available to the specified project.
|
39164
|
+
# available to the specified project. To prevent failure, Google recommends that
|
39165
|
+
# you set the `returnPartialSuccess` parameter to `true`.
|
38837
39166
|
# @param [String] project
|
38838
39167
|
# Name of the project scoping this request.
|
38839
39168
|
# @param [String] filter
|
@@ -38893,7 +39222,9 @@ module Google
|
|
38893
39222
|
# by a previous list request to get the next page of results.
|
38894
39223
|
# @param [Boolean] return_partial_success
|
38895
39224
|
# Opt-in for partial success behavior which provides partial results in case of
|
38896
|
-
# failure. The default value is false.
|
39225
|
+
# failure. The default value is false. For example, when partial success
|
39226
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
39227
|
+
# resources in the zone or no resources, with an error code.
|
38897
39228
|
# @param [Fixnum] service_project_number
|
38898
39229
|
# The Shared VPC service project id or service project number for which
|
38899
39230
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -39160,7 +39491,9 @@ module Google
|
|
39160
39491
|
# by a previous list request to get the next page of results.
|
39161
39492
|
# @param [Boolean] return_partial_success
|
39162
39493
|
# Opt-in for partial success behavior which provides partial results in case of
|
39163
|
-
# failure. The default value is false.
|
39494
|
+
# failure. The default value is false. For example, when partial success
|
39495
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
39496
|
+
# resources in the zone or no resources, with an error code.
|
39164
39497
|
# @param [String] fields
|
39165
39498
|
# Selector specifying which fields to include in a partial response.
|
39166
39499
|
# @param [String] quota_user
|
@@ -39250,7 +39583,9 @@ module Google
|
|
39250
39583
|
# by a previous list request to get the next page of results.
|
39251
39584
|
# @param [Boolean] return_partial_success
|
39252
39585
|
# Opt-in for partial success behavior which provides partial results in case of
|
39253
|
-
# failure. The default value is false.
|
39586
|
+
# failure. The default value is false. For example, when partial success
|
39587
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
39588
|
+
# resources in the zone or no resources, with an error code.
|
39254
39589
|
# @param [String] fields
|
39255
39590
|
# Selector specifying which fields to include in a partial response.
|
39256
39591
|
# @param [String] quota_user
|
@@ -39510,7 +39845,8 @@ module Google
|
|
39510
39845
|
end
|
39511
39846
|
|
39512
39847
|
# Retrieves the list of all ServiceAttachment resources, regional and global,
|
39513
|
-
# available to the specified project.
|
39848
|
+
# available to the specified project. To prevent failure, Google recommends that
|
39849
|
+
# you set the `returnPartialSuccess` parameter to `true`.
|
39514
39850
|
# @param [String] project
|
39515
39851
|
# Name of the project scoping this request.
|
39516
39852
|
# @param [String] filter
|
@@ -39570,7 +39906,9 @@ module Google
|
|
39570
39906
|
# by a previous list request to get the next page of results.
|
39571
39907
|
# @param [Boolean] return_partial_success
|
39572
39908
|
# Opt-in for partial success behavior which provides partial results in case of
|
39573
|
-
# failure. The default value is false.
|
39909
|
+
# failure. The default value is false. For example, when partial success
|
39910
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
39911
|
+
# resources in the zone or no resources, with an error code.
|
39574
39912
|
# @param [Fixnum] service_project_number
|
39575
39913
|
# The Shared VPC service project id or service project number for which
|
39576
39914
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -39849,7 +40187,9 @@ module Google
|
|
39849
40187
|
# by a previous list request to get the next page of results.
|
39850
40188
|
# @param [Boolean] return_partial_success
|
39851
40189
|
# Opt-in for partial success behavior which provides partial results in case of
|
39852
|
-
# failure. The default value is false.
|
40190
|
+
# failure. The default value is false. For example, when partial success
|
40191
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
40192
|
+
# resources in the zone or no resources, with an error code.
|
39853
40193
|
# @param [String] fields
|
39854
40194
|
# Selector specifying which fields to include in a partial response.
|
39855
40195
|
# @param [String] quota_user
|
@@ -40341,7 +40681,9 @@ module Google
|
|
40341
40681
|
# by a previous list request to get the next page of results.
|
40342
40682
|
# @param [Boolean] return_partial_success
|
40343
40683
|
# Opt-in for partial success behavior which provides partial results in case of
|
40344
|
-
# failure. The default value is false.
|
40684
|
+
# failure. The default value is false. For example, when partial success
|
40685
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
40686
|
+
# resources in the zone or no resources, with an error code.
|
40345
40687
|
# @param [String] fields
|
40346
40688
|
# Selector specifying which fields to include in a partial response.
|
40347
40689
|
# @param [String] quota_user
|
@@ -40497,7 +40839,8 @@ module Google
|
|
40497
40839
|
end
|
40498
40840
|
|
40499
40841
|
# Retrieves the list of all SslCertificate resources, regional and global,
|
40500
|
-
# available to the specified project.
|
40842
|
+
# available to the specified project. To prevent failure, Google recommends that
|
40843
|
+
# you set the `returnPartialSuccess` parameter to `true`.
|
40501
40844
|
# @param [String] project
|
40502
40845
|
# Name of the project scoping this request.
|
40503
40846
|
# @param [String] filter
|
@@ -40557,7 +40900,9 @@ module Google
|
|
40557
40900
|
# by a previous list request to get the next page of results.
|
40558
40901
|
# @param [Boolean] return_partial_success
|
40559
40902
|
# Opt-in for partial success behavior which provides partial results in case of
|
40560
|
-
# failure. The default value is false.
|
40903
|
+
# failure. The default value is false. For example, when partial success
|
40904
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
40905
|
+
# resources in the zone or no resources, with an error code.
|
40561
40906
|
# @param [Fixnum] service_project_number
|
40562
40907
|
# The Shared VPC service project id or service project number for which
|
40563
40908
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -40783,7 +41128,9 @@ module Google
|
|
40783
41128
|
# by a previous list request to get the next page of results.
|
40784
41129
|
# @param [Boolean] return_partial_success
|
40785
41130
|
# Opt-in for partial success behavior which provides partial results in case of
|
40786
|
-
# failure. The default value is false.
|
41131
|
+
# failure. The default value is false. For example, when partial success
|
41132
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
41133
|
+
# resources in the zone or no resources, with an error code.
|
40787
41134
|
# @param [String] fields
|
40788
41135
|
# Selector specifying which fields to include in a partial response.
|
40789
41136
|
# @param [String] quota_user
|
@@ -40859,7 +41206,8 @@ module Google
|
|
40859
41206
|
end
|
40860
41207
|
|
40861
41208
|
# Retrieves the list of all SslPolicy resources, regional and global, available
|
40862
|
-
# to the specified project.
|
41209
|
+
# to the specified project. To prevent failure, Google recommends that you set
|
41210
|
+
# the `returnPartialSuccess` parameter to `true`.
|
40863
41211
|
# @param [String] project
|
40864
41212
|
# Name of the project scoping this request.
|
40865
41213
|
# @param [String] filter
|
@@ -40919,7 +41267,9 @@ module Google
|
|
40919
41267
|
# by a previous list request to get the next page of results.
|
40920
41268
|
# @param [Boolean] return_partial_success
|
40921
41269
|
# Opt-in for partial success behavior which provides partial results in case of
|
40922
|
-
# failure. The default value is false.
|
41270
|
+
# failure. The default value is false. For example, when partial success
|
41271
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
41272
|
+
# resources in the zone or no resources, with an error code.
|
40923
41273
|
# @param [Fixnum] service_project_number
|
40924
41274
|
# The Shared VPC service project id or service project number for which
|
40925
41275
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -41146,7 +41496,9 @@ module Google
|
|
41146
41496
|
# by a previous list request to get the next page of results.
|
41147
41497
|
# @param [Boolean] return_partial_success
|
41148
41498
|
# Opt-in for partial success behavior which provides partial results in case of
|
41149
|
-
# failure. The default value is false.
|
41499
|
+
# failure. The default value is false. For example, when partial success
|
41500
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
41501
|
+
# resources in the zone or no resources, with an error code.
|
41150
41502
|
# @param [String] fields
|
41151
41503
|
# Selector specifying which fields to include in a partial response.
|
41152
41504
|
# @param [String] quota_user
|
@@ -41236,7 +41588,9 @@ module Google
|
|
41236
41588
|
# by a previous list request to get the next page of results.
|
41237
41589
|
# @param [Boolean] return_partial_success
|
41238
41590
|
# Opt-in for partial success behavior which provides partial results in case of
|
41239
|
-
# failure. The default value is false.
|
41591
|
+
# failure. The default value is false. For example, when partial success
|
41592
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
41593
|
+
# resources in the zone or no resources, with an error code.
|
41240
41594
|
# @param [String] fields
|
41241
41595
|
# Selector specifying which fields to include in a partial response.
|
41242
41596
|
# @param [String] quota_user
|
@@ -41362,7 +41716,8 @@ module Google
|
|
41362
41716
|
execute_or_queue_command(command, &block)
|
41363
41717
|
end
|
41364
41718
|
|
41365
|
-
# Retrieves an aggregated list of subnetworks.
|
41719
|
+
# Retrieves an aggregated list of subnetworks. To prevent failure, Google
|
41720
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
41366
41721
|
# @param [String] project
|
41367
41722
|
# Project ID for this request.
|
41368
41723
|
# @param [String] filter
|
@@ -41422,7 +41777,9 @@ module Google
|
|
41422
41777
|
# by a previous list request to get the next page of results.
|
41423
41778
|
# @param [Boolean] return_partial_success
|
41424
41779
|
# Opt-in for partial success behavior which provides partial results in case of
|
41425
|
-
# failure. The default value is false.
|
41780
|
+
# failure. The default value is false. For example, when partial success
|
41781
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
41782
|
+
# resources in the zone or no resources, with an error code.
|
41426
41783
|
# @param [Fixnum] service_project_number
|
41427
41784
|
# The Shared VPC service project id or service project number for which
|
41428
41785
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -41754,7 +42111,9 @@ module Google
|
|
41754
42111
|
# by a previous list request to get the next page of results.
|
41755
42112
|
# @param [Boolean] return_partial_success
|
41756
42113
|
# Opt-in for partial success behavior which provides partial results in case of
|
41757
|
-
# failure. The default value is false.
|
42114
|
+
# failure. The default value is false. For example, when partial success
|
42115
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
42116
|
+
# resources in the zone or no resources, with an error code.
|
41758
42117
|
# @param [String] fields
|
41759
42118
|
# Selector specifying which fields to include in a partial response.
|
41760
42119
|
# @param [String] quota_user
|
@@ -41844,7 +42203,9 @@ module Google
|
|
41844
42203
|
# by a previous list request to get the next page of results.
|
41845
42204
|
# @param [Boolean] return_partial_success
|
41846
42205
|
# Opt-in for partial success behavior which provides partial results in case of
|
41847
|
-
# failure. The default value is false.
|
42206
|
+
# failure. The default value is false. For example, when partial success
|
42207
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
42208
|
+
# resources in the zone or no resources, with an error code.
|
41848
42209
|
# @param [String] service_project
|
41849
42210
|
# The project id or project number in which the subnetwork is intended to be
|
41850
42211
|
# used. Only applied for Shared VPC. See [Shared VPC documentation](https://
|
@@ -42273,7 +42634,9 @@ module Google
|
|
42273
42634
|
# by a previous list request to get the next page of results.
|
42274
42635
|
# @param [Boolean] return_partial_success
|
42275
42636
|
# Opt-in for partial success behavior which provides partial results in case of
|
42276
|
-
# failure. The default value is false.
|
42637
|
+
# failure. The default value is false. For example, when partial success
|
42638
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
42639
|
+
# resources in the zone or no resources, with an error code.
|
42277
42640
|
# @param [String] fields
|
42278
42641
|
# Selector specifying which fields to include in a partial response.
|
42279
42642
|
# @param [String] quota_user
|
@@ -42401,7 +42764,8 @@ module Google
|
|
42401
42764
|
end
|
42402
42765
|
|
42403
42766
|
# Retrieves the list of all TargetHttpProxy resources, regional and global,
|
42404
|
-
# available to the specified project.
|
42767
|
+
# available to the specified project. To prevent failure, Google recommends that
|
42768
|
+
# you set the `returnPartialSuccess` parameter to `true`.
|
42405
42769
|
# @param [String] project
|
42406
42770
|
# Name of the project scoping this request.
|
42407
42771
|
# @param [String] filter
|
@@ -42461,7 +42825,9 @@ module Google
|
|
42461
42825
|
# by a previous list request to get the next page of results.
|
42462
42826
|
# @param [Boolean] return_partial_success
|
42463
42827
|
# Opt-in for partial success behavior which provides partial results in case of
|
42464
|
-
# failure. The default value is false.
|
42828
|
+
# failure. The default value is false. For example, when partial success
|
42829
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
42830
|
+
# resources in the zone or no resources, with an error code.
|
42465
42831
|
# @param [Fixnum] service_project_number
|
42466
42832
|
# The Shared VPC service project id or service project number for which
|
42467
42833
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -42687,7 +43053,9 @@ module Google
|
|
42687
43053
|
# by a previous list request to get the next page of results.
|
42688
43054
|
# @param [Boolean] return_partial_success
|
42689
43055
|
# Opt-in for partial success behavior which provides partial results in case of
|
42690
|
-
# failure. The default value is false.
|
43056
|
+
# failure. The default value is false. For example, when partial success
|
43057
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
43058
|
+
# resources in the zone or no resources, with an error code.
|
42691
43059
|
# @param [String] fields
|
42692
43060
|
# Selector specifying which fields to include in a partial response.
|
42693
43061
|
# @param [String] quota_user
|
@@ -42865,7 +43233,8 @@ module Google
|
|
42865
43233
|
end
|
42866
43234
|
|
42867
43235
|
# Retrieves the list of all TargetHttpsProxy resources, regional and global,
|
42868
|
-
# available to the specified project.
|
43236
|
+
# available to the specified project. To prevent failure, Google recommends that
|
43237
|
+
# you set the `returnPartialSuccess` parameter to `true`.
|
42869
43238
|
# @param [String] project
|
42870
43239
|
# Name of the project scoping this request.
|
42871
43240
|
# @param [String] filter
|
@@ -42925,7 +43294,9 @@ module Google
|
|
42925
43294
|
# by a previous list request to get the next page of results.
|
42926
43295
|
# @param [Boolean] return_partial_success
|
42927
43296
|
# Opt-in for partial success behavior which provides partial results in case of
|
42928
|
-
# failure. The default value is false.
|
43297
|
+
# failure. The default value is false. For example, when partial success
|
43298
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
43299
|
+
# resources in the zone or no resources, with an error code.
|
42929
43300
|
# @param [Fixnum] service_project_number
|
42930
43301
|
# The Shared VPC service project id or service project number for which
|
42931
43302
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -43151,7 +43522,9 @@ module Google
|
|
43151
43522
|
# by a previous list request to get the next page of results.
|
43152
43523
|
# @param [Boolean] return_partial_success
|
43153
43524
|
# Opt-in for partial success behavior which provides partial results in case of
|
43154
|
-
# failure. The default value is false.
|
43525
|
+
# failure. The default value is false. For example, when partial success
|
43526
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
43527
|
+
# resources in the zone or no resources, with an error code.
|
43155
43528
|
# @param [String] fields
|
43156
43529
|
# Selector specifying which fields to include in a partial response.
|
43157
43530
|
# @param [String] quota_user
|
@@ -43534,7 +43907,8 @@ module Google
|
|
43534
43907
|
execute_or_queue_command(command, &block)
|
43535
43908
|
end
|
43536
43909
|
|
43537
|
-
# Retrieves an aggregated list of target instances.
|
43910
|
+
# Retrieves an aggregated list of target instances. To prevent failure, Google
|
43911
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
43538
43912
|
# @param [String] project
|
43539
43913
|
# Project ID for this request.
|
43540
43914
|
# @param [String] filter
|
@@ -43594,7 +43968,9 @@ module Google
|
|
43594
43968
|
# by a previous list request to get the next page of results.
|
43595
43969
|
# @param [Boolean] return_partial_success
|
43596
43970
|
# Opt-in for partial success behavior which provides partial results in case of
|
43597
|
-
# failure. The default value is false.
|
43971
|
+
# failure. The default value is false. For example, when partial success
|
43972
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
43973
|
+
# resources in the zone or no resources, with an error code.
|
43598
43974
|
# @param [Fixnum] service_project_number
|
43599
43975
|
# The Shared VPC service project id or service project number for which
|
43600
43976
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -43831,7 +44207,9 @@ module Google
|
|
43831
44207
|
# by a previous list request to get the next page of results.
|
43832
44208
|
# @param [Boolean] return_partial_success
|
43833
44209
|
# Opt-in for partial success behavior which provides partial results in case of
|
43834
|
-
# failure. The default value is false.
|
44210
|
+
# failure. The default value is false. For example, when partial success
|
44211
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
44212
|
+
# resources in the zone or no resources, with an error code.
|
43835
44213
|
# @param [String] fields
|
43836
44214
|
# Selector specifying which fields to include in a partial response.
|
43837
44215
|
# @param [String] quota_user
|
@@ -44071,7 +44449,8 @@ module Google
|
|
44071
44449
|
execute_or_queue_command(command, &block)
|
44072
44450
|
end
|
44073
44451
|
|
44074
|
-
# Retrieves an aggregated list of target pools.
|
44452
|
+
# Retrieves an aggregated list of target pools. To prevent failure, Google
|
44453
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
44075
44454
|
# @param [String] project
|
44076
44455
|
# Project ID for this request.
|
44077
44456
|
# @param [String] filter
|
@@ -44131,7 +44510,9 @@ module Google
|
|
44131
44510
|
# by a previous list request to get the next page of results.
|
44132
44511
|
# @param [Boolean] return_partial_success
|
44133
44512
|
# Opt-in for partial success behavior which provides partial results in case of
|
44134
|
-
# failure. The default value is false.
|
44513
|
+
# failure. The default value is false. For example, when partial success
|
44514
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
44515
|
+
# resources in the zone or no resources, with an error code.
|
44135
44516
|
# @param [Fixnum] service_project_number
|
44136
44517
|
# The Shared VPC service project id or service project number for which
|
44137
44518
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -44410,7 +44791,9 @@ module Google
|
|
44410
44791
|
# by a previous list request to get the next page of results.
|
44411
44792
|
# @param [Boolean] return_partial_success
|
44412
44793
|
# Opt-in for partial success behavior which provides partial results in case of
|
44413
|
-
# failure. The default value is false.
|
44794
|
+
# failure. The default value is false. For example, when partial success
|
44795
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
44796
|
+
# resources in the zone or no resources, with an error code.
|
44414
44797
|
# @param [String] fields
|
44415
44798
|
# Selector specifying which fields to include in a partial response.
|
44416
44799
|
# @param [String] quota_user
|
@@ -44891,7 +45274,9 @@ module Google
|
|
44891
45274
|
# by a previous list request to get the next page of results.
|
44892
45275
|
# @param [Boolean] return_partial_success
|
44893
45276
|
# Opt-in for partial success behavior which provides partial results in case of
|
44894
|
-
# failure. The default value is false.
|
45277
|
+
# failure. The default value is false. For example, when partial success
|
45278
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
45279
|
+
# resources in the zone or no resources, with an error code.
|
44895
45280
|
# @param [String] fields
|
44896
45281
|
# Selector specifying which fields to include in a partial response.
|
44897
45282
|
# @param [String] quota_user
|
@@ -45222,7 +45607,8 @@ module Google
|
|
45222
45607
|
end
|
45223
45608
|
|
45224
45609
|
# Retrieves the list of all TargetTcpProxy resources, regional and global,
|
45225
|
-
# available to the specified project.
|
45610
|
+
# available to the specified project. To prevent failure, Google recommends that
|
45611
|
+
# you set the `returnPartialSuccess` parameter to `true`.
|
45226
45612
|
# @param [String] project
|
45227
45613
|
# Name of the project scoping this request.
|
45228
45614
|
# @param [String] filter
|
@@ -45282,7 +45668,9 @@ module Google
|
|
45282
45668
|
# by a previous list request to get the next page of results.
|
45283
45669
|
# @param [Boolean] return_partial_success
|
45284
45670
|
# Opt-in for partial success behavior which provides partial results in case of
|
45285
|
-
# failure. The default value is false.
|
45671
|
+
# failure. The default value is false. For example, when partial success
|
45672
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
45673
|
+
# resources in the zone or no resources, with an error code.
|
45286
45674
|
# @param [Fixnum] service_project_number
|
45287
45675
|
# The Shared VPC service project id or service project number for which
|
45288
45676
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -45508,7 +45896,9 @@ module Google
|
|
45508
45896
|
# by a previous list request to get the next page of results.
|
45509
45897
|
# @param [Boolean] return_partial_success
|
45510
45898
|
# Opt-in for partial success behavior which provides partial results in case of
|
45511
|
-
# failure. The default value is false.
|
45899
|
+
# failure. The default value is false. For example, when partial success
|
45900
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
45901
|
+
# resources in the zone or no resources, with an error code.
|
45512
45902
|
# @param [String] fields
|
45513
45903
|
# Selector specifying which fields to include in a partial response.
|
45514
45904
|
# @param [String] quota_user
|
@@ -45683,7 +46073,8 @@ module Google
|
|
45683
46073
|
execute_or_queue_command(command, &block)
|
45684
46074
|
end
|
45685
46075
|
|
45686
|
-
# Retrieves an aggregated list of target VPN gateways.
|
46076
|
+
# Retrieves an aggregated list of target VPN gateways. To prevent failure,
|
46077
|
+
# Google recommends that you set the `returnPartialSuccess` parameter to `true`.
|
45687
46078
|
# @param [String] project
|
45688
46079
|
# Project ID for this request.
|
45689
46080
|
# @param [String] filter
|
@@ -45743,7 +46134,9 @@ module Google
|
|
45743
46134
|
# by a previous list request to get the next page of results.
|
45744
46135
|
# @param [Boolean] return_partial_success
|
45745
46136
|
# Opt-in for partial success behavior which provides partial results in case of
|
45746
|
-
# failure. The default value is false.
|
46137
|
+
# failure. The default value is false. For example, when partial success
|
46138
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
46139
|
+
# resources in the zone or no resources, with an error code.
|
45747
46140
|
# @param [Fixnum] service_project_number
|
45748
46141
|
# The Shared VPC service project id or service project number for which
|
45749
46142
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -45980,7 +46373,9 @@ module Google
|
|
45980
46373
|
# by a previous list request to get the next page of results.
|
45981
46374
|
# @param [Boolean] return_partial_success
|
45982
46375
|
# Opt-in for partial success behavior which provides partial results in case of
|
45983
|
-
# failure. The default value is false.
|
46376
|
+
# failure. The default value is false. For example, when partial success
|
46377
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
46378
|
+
# resources in the zone or no resources, with an error code.
|
45984
46379
|
# @param [String] fields
|
45985
46380
|
# Selector specifying which fields to include in a partial response.
|
45986
46381
|
# @param [String] quota_user
|
@@ -46114,7 +46509,8 @@ module Google
|
|
46114
46509
|
end
|
46115
46510
|
|
46116
46511
|
# Retrieves the list of all UrlMap resources, regional and global, available to
|
46117
|
-
# the specified project.
|
46512
|
+
# the specified project. To prevent failure, Google recommends that you set the `
|
46513
|
+
# returnPartialSuccess` parameter to `true`.
|
46118
46514
|
# @param [String] project
|
46119
46515
|
# Name of the project scoping this request.
|
46120
46516
|
# @param [String] filter
|
@@ -46174,7 +46570,9 @@ module Google
|
|
46174
46570
|
# by a previous list request to get the next page of results.
|
46175
46571
|
# @param [Boolean] return_partial_success
|
46176
46572
|
# Opt-in for partial success behavior which provides partial results in case of
|
46177
|
-
# failure. The default value is false.
|
46573
|
+
# failure. The default value is false. For example, when partial success
|
46574
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
46575
|
+
# resources in the zone or no resources, with an error code.
|
46178
46576
|
# @param [Fixnum] service_project_number
|
46179
46577
|
# The Shared VPC service project id or service project number for which
|
46180
46578
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -46451,7 +46849,9 @@ module Google
|
|
46451
46849
|
# by a previous list request to get the next page of results.
|
46452
46850
|
# @param [Boolean] return_partial_success
|
46453
46851
|
# Opt-in for partial success behavior which provides partial results in case of
|
46454
|
-
# failure. The default value is false.
|
46852
|
+
# failure. The default value is false. For example, when partial success
|
46853
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
46854
|
+
# resources in the zone or no resources, with an error code.
|
46455
46855
|
# @param [String] fields
|
46456
46856
|
# Selector specifying which fields to include in a partial response.
|
46457
46857
|
# @param [String] quota_user
|
@@ -46668,7 +47068,8 @@ module Google
|
|
46668
47068
|
execute_or_queue_command(command, &block)
|
46669
47069
|
end
|
46670
47070
|
|
46671
|
-
# Retrieves an aggregated list of VPN gateways.
|
47071
|
+
# Retrieves an aggregated list of VPN gateways. To prevent failure, Google
|
47072
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
46672
47073
|
# @param [String] project
|
46673
47074
|
# Project ID for this request.
|
46674
47075
|
# @param [String] filter
|
@@ -46728,7 +47129,9 @@ module Google
|
|
46728
47129
|
# by a previous list request to get the next page of results.
|
46729
47130
|
# @param [Boolean] return_partial_success
|
46730
47131
|
# Opt-in for partial success behavior which provides partial results in case of
|
46731
|
-
# failure. The default value is false.
|
47132
|
+
# failure. The default value is false. For example, when partial success
|
47133
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
47134
|
+
# resources in the zone or no resources, with an error code.
|
46732
47135
|
# @param [Fixnum] service_project_number
|
46733
47136
|
# The Shared VPC service project id or service project number for which
|
46734
47137
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -47003,7 +47406,9 @@ module Google
|
|
47003
47406
|
# by a previous list request to get the next page of results.
|
47004
47407
|
# @param [Boolean] return_partial_success
|
47005
47408
|
# Opt-in for partial success behavior which provides partial results in case of
|
47006
|
-
# failure. The default value is false.
|
47409
|
+
# failure. The default value is false. For example, when partial success
|
47410
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
47411
|
+
# resources in the zone or no resources, with an error code.
|
47007
47412
|
# @param [String] fields
|
47008
47413
|
# Selector specifying which fields to include in a partial response.
|
47009
47414
|
# @param [String] quota_user
|
@@ -47136,7 +47541,8 @@ module Google
|
|
47136
47541
|
execute_or_queue_command(command, &block)
|
47137
47542
|
end
|
47138
47543
|
|
47139
|
-
# Retrieves an aggregated list of VPN tunnels.
|
47544
|
+
# Retrieves an aggregated list of VPN tunnels. To prevent failure, Google
|
47545
|
+
# recommends that you set the `returnPartialSuccess` parameter to `true`.
|
47140
47546
|
# @param [String] project
|
47141
47547
|
# Project ID for this request.
|
47142
47548
|
# @param [String] filter
|
@@ -47196,7 +47602,9 @@ module Google
|
|
47196
47602
|
# by a previous list request to get the next page of results.
|
47197
47603
|
# @param [Boolean] return_partial_success
|
47198
47604
|
# Opt-in for partial success behavior which provides partial results in case of
|
47199
|
-
# failure. The default value is false.
|
47605
|
+
# failure. The default value is false. For example, when partial success
|
47606
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
47607
|
+
# resources in the zone or no resources, with an error code.
|
47200
47608
|
# @param [Fixnum] service_project_number
|
47201
47609
|
# The Shared VPC service project id or service project number for which
|
47202
47610
|
# aggregated list request is invoked for subnetworks list-usable api.
|
@@ -47433,7 +47841,9 @@ module Google
|
|
47433
47841
|
# by a previous list request to get the next page of results.
|
47434
47842
|
# @param [Boolean] return_partial_success
|
47435
47843
|
# Opt-in for partial success behavior which provides partial results in case of
|
47436
|
-
# failure. The default value is false.
|
47844
|
+
# failure. The default value is false. For example, when partial success
|
47845
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
47846
|
+
# resources in the zone or no resources, with an error code.
|
47437
47847
|
# @param [String] fields
|
47438
47848
|
# Selector specifying which fields to include in a partial response.
|
47439
47849
|
# @param [String] quota_user
|
@@ -47697,7 +48107,9 @@ module Google
|
|
47697
48107
|
# by a previous list request to get the next page of results.
|
47698
48108
|
# @param [Boolean] return_partial_success
|
47699
48109
|
# Opt-in for partial success behavior which provides partial results in case of
|
47700
|
-
# failure. The default value is false.
|
48110
|
+
# failure. The default value is false. For example, when partial success
|
48111
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
48112
|
+
# resources in the zone or no resources, with an error code.
|
47701
48113
|
# @param [String] fields
|
47702
48114
|
# Selector specifying which fields to include in a partial response.
|
47703
48115
|
# @param [String] quota_user
|
@@ -47871,7 +48283,9 @@ module Google
|
|
47871
48283
|
# by a previous list request to get the next page of results.
|
47872
48284
|
# @param [Boolean] return_partial_success
|
47873
48285
|
# Opt-in for partial success behavior which provides partial results in case of
|
47874
|
-
# failure. The default value is false.
|
48286
|
+
# failure. The default value is false. For example, when partial success
|
48287
|
+
# behavior is enabled, aggregatedList for a single zone scope either returns all
|
48288
|
+
# resources in the zone or no resources, with an error code.
|
47875
48289
|
# @param [String] fields
|
47876
48290
|
# Selector specifying which fields to include in a partial response.
|
47877
48291
|
# @param [String] quota_user
|