google-apis-aiplatform_v1beta1 0.67.0 → 0.68.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +166 -6
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +56 -0
- data/lib/google/apis/aiplatform_v1beta1/service.rb +744 -620
- metadata +2 -2
|
@@ -165,11 +165,12 @@ module Google
|
|
|
165
165
|
# The standard list page token.
|
|
166
166
|
# @param [Boolean] return_partial_success
|
|
167
167
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
168
|
-
# those that are unreachable are returned in the
|
|
169
|
-
# unreachable
|
|
170
|
-
#
|
|
171
|
-
# by default
|
|
172
|
-
# explicitly documented otherwise in service or product specific
|
|
168
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
169
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
170
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
171
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
172
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
173
|
+
# documentation.
|
|
173
174
|
# @param [String] fields
|
|
174
175
|
# Selector specifying which fields to include in a partial response.
|
|
175
176
|
# @param [String] quota_user
|
|
@@ -356,11 +357,12 @@ module Google
|
|
|
356
357
|
# The standard list page token.
|
|
357
358
|
# @param [Boolean] return_partial_success
|
|
358
359
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
359
|
-
# those that are unreachable are returned in the
|
|
360
|
-
# unreachable
|
|
361
|
-
#
|
|
362
|
-
# by default
|
|
363
|
-
# explicitly documented otherwise in service or product specific
|
|
360
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
361
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
362
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
363
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
364
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
365
|
+
# documentation.
|
|
364
366
|
# @param [String] fields
|
|
365
367
|
# Selector specifying which fields to include in a partial response.
|
|
366
368
|
# @param [String] quota_user
|
|
@@ -667,11 +669,12 @@ module Google
|
|
|
667
669
|
# The standard list page token.
|
|
668
670
|
# @param [Boolean] return_partial_success
|
|
669
671
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
670
|
-
# those that are unreachable are returned in the
|
|
671
|
-
# unreachable
|
|
672
|
-
#
|
|
673
|
-
# by default
|
|
674
|
-
# explicitly documented otherwise in service or product specific
|
|
672
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
673
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
674
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
675
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
676
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
677
|
+
# documentation.
|
|
675
678
|
# @param [String] fields
|
|
676
679
|
# Selector specifying which fields to include in a partial response.
|
|
677
680
|
# @param [String] quota_user
|
|
@@ -858,11 +861,12 @@ module Google
|
|
|
858
861
|
# The standard list page token.
|
|
859
862
|
# @param [Boolean] return_partial_success
|
|
860
863
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
861
|
-
# those that are unreachable are returned in the
|
|
862
|
-
# unreachable
|
|
863
|
-
#
|
|
864
|
-
# by default
|
|
865
|
-
# explicitly documented otherwise in service or product specific
|
|
864
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
865
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
866
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
867
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
868
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
869
|
+
# documentation.
|
|
866
870
|
# @param [String] fields
|
|
867
871
|
# Selector specifying which fields to include in a partial response.
|
|
868
872
|
# @param [String] quota_user
|
|
@@ -1240,11 +1244,12 @@ module Google
|
|
|
1240
1244
|
# The standard list page token.
|
|
1241
1245
|
# @param [Boolean] return_partial_success
|
|
1242
1246
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
1243
|
-
# those that are unreachable are returned in the
|
|
1244
|
-
# unreachable
|
|
1245
|
-
#
|
|
1246
|
-
# by default
|
|
1247
|
-
# explicitly documented otherwise in service or product specific
|
|
1247
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
1248
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
1249
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
1250
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
1251
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
1252
|
+
# documentation.
|
|
1248
1253
|
# @param [String] fields
|
|
1249
1254
|
# Selector specifying which fields to include in a partial response.
|
|
1250
1255
|
# @param [String] quota_user
|
|
@@ -1431,11 +1436,12 @@ module Google
|
|
|
1431
1436
|
# The standard list page token.
|
|
1432
1437
|
# @param [Boolean] return_partial_success
|
|
1433
1438
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
1434
|
-
# those that are unreachable are returned in the
|
|
1435
|
-
# unreachable
|
|
1436
|
-
#
|
|
1437
|
-
# by default
|
|
1438
|
-
# explicitly documented otherwise in service or product specific
|
|
1439
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
1440
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
1441
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
1442
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
1443
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
1444
|
+
# documentation.
|
|
1439
1445
|
# @param [String] fields
|
|
1440
1446
|
# Selector specifying which fields to include in a partial response.
|
|
1441
1447
|
# @param [String] quota_user
|
|
@@ -1622,11 +1628,12 @@ module Google
|
|
|
1622
1628
|
# The standard list page token.
|
|
1623
1629
|
# @param [Boolean] return_partial_success
|
|
1624
1630
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
1625
|
-
# those that are unreachable are returned in the
|
|
1626
|
-
# unreachable
|
|
1627
|
-
#
|
|
1628
|
-
# by default
|
|
1629
|
-
# explicitly documented otherwise in service or product specific
|
|
1631
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
1632
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
1633
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
1634
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
1635
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
1636
|
+
# documentation.
|
|
1630
1637
|
# @param [String] fields
|
|
1631
1638
|
# Selector specifying which fields to include in a partial response.
|
|
1632
1639
|
# @param [String] quota_user
|
|
@@ -2031,11 +2038,12 @@ module Google
|
|
|
2031
2038
|
# The standard list page token.
|
|
2032
2039
|
# @param [Boolean] return_partial_success
|
|
2033
2040
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
2034
|
-
# those that are unreachable are returned in the
|
|
2035
|
-
# unreachable
|
|
2036
|
-
#
|
|
2037
|
-
# by default
|
|
2038
|
-
# explicitly documented otherwise in service or product specific
|
|
2041
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
2042
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
2043
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
2044
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
2045
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
2046
|
+
# documentation.
|
|
2039
2047
|
# @param [String] fields
|
|
2040
2048
|
# Selector specifying which fields to include in a partial response.
|
|
2041
2049
|
# @param [String] quota_user
|
|
@@ -2222,11 +2230,12 @@ module Google
|
|
|
2222
2230
|
# The standard list page token.
|
|
2223
2231
|
# @param [Boolean] return_partial_success
|
|
2224
2232
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
2225
|
-
# those that are unreachable are returned in the
|
|
2226
|
-
# unreachable
|
|
2227
|
-
#
|
|
2228
|
-
# by default
|
|
2229
|
-
# explicitly documented otherwise in service or product specific
|
|
2233
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
2234
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
2235
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
2236
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
2237
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
2238
|
+
# documentation.
|
|
2230
2239
|
# @param [String] fields
|
|
2231
2240
|
# Selector specifying which fields to include in a partial response.
|
|
2232
2241
|
# @param [String] quota_user
|
|
@@ -2413,11 +2422,12 @@ module Google
|
|
|
2413
2422
|
# The standard list page token.
|
|
2414
2423
|
# @param [Boolean] return_partial_success
|
|
2415
2424
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
2416
|
-
# those that are unreachable are returned in the
|
|
2417
|
-
# unreachable
|
|
2418
|
-
#
|
|
2419
|
-
# by default
|
|
2420
|
-
# explicitly documented otherwise in service or product specific
|
|
2425
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
2426
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
2427
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
2428
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
2429
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
2430
|
+
# documentation.
|
|
2421
2431
|
# @param [String] fields
|
|
2422
2432
|
# Selector specifying which fields to include in a partial response.
|
|
2423
2433
|
# @param [String] quota_user
|
|
@@ -2604,11 +2614,12 @@ module Google
|
|
|
2604
2614
|
# The standard list page token.
|
|
2605
2615
|
# @param [Boolean] return_partial_success
|
|
2606
2616
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
2607
|
-
# those that are unreachable are returned in the
|
|
2608
|
-
# unreachable
|
|
2609
|
-
#
|
|
2610
|
-
# by default
|
|
2611
|
-
# explicitly documented otherwise in service or product specific
|
|
2617
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
2618
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
2619
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
2620
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
2621
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
2622
|
+
# documentation.
|
|
2612
2623
|
# @param [String] fields
|
|
2613
2624
|
# Selector specifying which fields to include in a partial response.
|
|
2614
2625
|
# @param [String] quota_user
|
|
@@ -3073,11 +3084,12 @@ module Google
|
|
|
3073
3084
|
# The standard list page token.
|
|
3074
3085
|
# @param [Boolean] return_partial_success
|
|
3075
3086
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
3076
|
-
# those that are unreachable are returned in the
|
|
3077
|
-
# unreachable
|
|
3078
|
-
#
|
|
3079
|
-
# by default
|
|
3080
|
-
# explicitly documented otherwise in service or product specific
|
|
3087
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
3088
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
3089
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
3090
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
3091
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
3092
|
+
# documentation.
|
|
3081
3093
|
# @param [String] fields
|
|
3082
3094
|
# Selector specifying which fields to include in a partial response.
|
|
3083
3095
|
# @param [String] quota_user
|
|
@@ -3227,11 +3239,12 @@ module Google
|
|
|
3227
3239
|
# The standard list page token.
|
|
3228
3240
|
# @param [Boolean] return_partial_success
|
|
3229
3241
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
3230
|
-
# those that are unreachable are returned in the
|
|
3231
|
-
# unreachable
|
|
3232
|
-
#
|
|
3233
|
-
# by default
|
|
3234
|
-
# explicitly documented otherwise in service or product specific
|
|
3242
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
3243
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
3244
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
3245
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
3246
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
3247
|
+
# documentation.
|
|
3235
3248
|
# @param [String] fields
|
|
3236
3249
|
# Selector specifying which fields to include in a partial response.
|
|
3237
3250
|
# @param [String] quota_user
|
|
@@ -3381,11 +3394,12 @@ module Google
|
|
|
3381
3394
|
# The standard list page token.
|
|
3382
3395
|
# @param [Boolean] return_partial_success
|
|
3383
3396
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
3384
|
-
# those that are unreachable are returned in the
|
|
3385
|
-
# unreachable
|
|
3386
|
-
#
|
|
3387
|
-
# by default
|
|
3388
|
-
# explicitly documented otherwise in service or product specific
|
|
3397
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
3398
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
3399
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
3400
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
3401
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
3402
|
+
# documentation.
|
|
3389
3403
|
# @param [String] fields
|
|
3390
3404
|
# Selector specifying which fields to include in a partial response.
|
|
3391
3405
|
# @param [String] quota_user
|
|
@@ -3535,11 +3549,12 @@ module Google
|
|
|
3535
3549
|
# The standard list page token.
|
|
3536
3550
|
# @param [Boolean] return_partial_success
|
|
3537
3551
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
3538
|
-
# those that are unreachable are returned in the
|
|
3539
|
-
# unreachable
|
|
3540
|
-
#
|
|
3541
|
-
# by default
|
|
3542
|
-
# explicitly documented otherwise in service or product specific
|
|
3552
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
3553
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
3554
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
3555
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
3556
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
3557
|
+
# documentation.
|
|
3543
3558
|
# @param [String] fields
|
|
3544
3559
|
# Selector specifying which fields to include in a partial response.
|
|
3545
3560
|
# @param [String] quota_user
|
|
@@ -3689,11 +3704,12 @@ module Google
|
|
|
3689
3704
|
# The standard list page token.
|
|
3690
3705
|
# @param [Boolean] return_partial_success
|
|
3691
3706
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
3692
|
-
# those that are unreachable are returned in the
|
|
3693
|
-
# unreachable
|
|
3694
|
-
#
|
|
3695
|
-
# by default
|
|
3696
|
-
# explicitly documented otherwise in service or product specific
|
|
3707
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
3708
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
3709
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
3710
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
3711
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
3712
|
+
# documentation.
|
|
3697
3713
|
# @param [String] fields
|
|
3698
3714
|
# Selector specifying which fields to include in a partial response.
|
|
3699
3715
|
# @param [String] quota_user
|
|
@@ -3880,11 +3896,12 @@ module Google
|
|
|
3880
3896
|
# The standard list page token.
|
|
3881
3897
|
# @param [Boolean] return_partial_success
|
|
3882
3898
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
3883
|
-
# those that are unreachable are returned in the
|
|
3884
|
-
# unreachable
|
|
3885
|
-
#
|
|
3886
|
-
# by default
|
|
3887
|
-
# explicitly documented otherwise in service or product specific
|
|
3899
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
3900
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
3901
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
3902
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
3903
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
3904
|
+
# documentation.
|
|
3888
3905
|
# @param [String] fields
|
|
3889
3906
|
# Selector specifying which fields to include in a partial response.
|
|
3890
3907
|
# @param [String] quota_user
|
|
@@ -4071,11 +4088,12 @@ module Google
|
|
|
4071
4088
|
# The standard list page token.
|
|
4072
4089
|
# @param [Boolean] return_partial_success
|
|
4073
4090
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
4074
|
-
# those that are unreachable are returned in the
|
|
4075
|
-
# unreachable
|
|
4076
|
-
#
|
|
4077
|
-
# by default
|
|
4078
|
-
# explicitly documented otherwise in service or product specific
|
|
4091
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
4092
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
4093
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
4094
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
4095
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
4096
|
+
# documentation.
|
|
4079
4097
|
# @param [String] fields
|
|
4080
4098
|
# Selector specifying which fields to include in a partial response.
|
|
4081
4099
|
# @param [String] quota_user
|
|
@@ -4262,11 +4280,12 @@ module Google
|
|
|
4262
4280
|
# The standard list page token.
|
|
4263
4281
|
# @param [Boolean] return_partial_success
|
|
4264
4282
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
4265
|
-
# those that are unreachable are returned in the
|
|
4266
|
-
# unreachable
|
|
4267
|
-
#
|
|
4268
|
-
# by default
|
|
4269
|
-
# explicitly documented otherwise in service or product specific
|
|
4283
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
4284
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
4285
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
4286
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
4287
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
4288
|
+
# documentation.
|
|
4270
4289
|
# @param [String] fields
|
|
4271
4290
|
# Selector specifying which fields to include in a partial response.
|
|
4272
4291
|
# @param [String] quota_user
|
|
@@ -4416,11 +4435,12 @@ module Google
|
|
|
4416
4435
|
# The standard list page token.
|
|
4417
4436
|
# @param [Boolean] return_partial_success
|
|
4418
4437
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
4419
|
-
# those that are unreachable are returned in the
|
|
4420
|
-
# unreachable
|
|
4421
|
-
#
|
|
4422
|
-
# by default
|
|
4423
|
-
# explicitly documented otherwise in service or product specific
|
|
4438
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
4439
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
4440
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
4441
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
4442
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
4443
|
+
# documentation.
|
|
4424
4444
|
# @param [String] fields
|
|
4425
4445
|
# Selector specifying which fields to include in a partial response.
|
|
4426
4446
|
# @param [String] quota_user
|
|
@@ -4570,11 +4590,12 @@ module Google
|
|
|
4570
4590
|
# The standard list page token.
|
|
4571
4591
|
# @param [Boolean] return_partial_success
|
|
4572
4592
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
4573
|
-
# those that are unreachable are returned in the
|
|
4574
|
-
# unreachable
|
|
4575
|
-
#
|
|
4576
|
-
# by default
|
|
4577
|
-
# explicitly documented otherwise in service or product specific
|
|
4593
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
4594
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
4595
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
4596
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
4597
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
4598
|
+
# documentation.
|
|
4578
4599
|
# @param [String] fields
|
|
4579
4600
|
# Selector specifying which fields to include in a partial response.
|
|
4580
4601
|
# @param [String] quota_user
|
|
@@ -4724,11 +4745,12 @@ module Google
|
|
|
4724
4745
|
# The standard list page token.
|
|
4725
4746
|
# @param [Boolean] return_partial_success
|
|
4726
4747
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
4727
|
-
# those that are unreachable are returned in the
|
|
4728
|
-
# unreachable
|
|
4729
|
-
#
|
|
4730
|
-
# by default
|
|
4731
|
-
# explicitly documented otherwise in service or product specific
|
|
4748
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
4749
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
4750
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
4751
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
4752
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
4753
|
+
# documentation.
|
|
4732
4754
|
# @param [String] fields
|
|
4733
4755
|
# Selector specifying which fields to include in a partial response.
|
|
4734
4756
|
# @param [String] quota_user
|
|
@@ -4878,11 +4900,12 @@ module Google
|
|
|
4878
4900
|
# The standard list page token.
|
|
4879
4901
|
# @param [Boolean] return_partial_success
|
|
4880
4902
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
4881
|
-
# those that are unreachable are returned in the
|
|
4882
|
-
# unreachable
|
|
4883
|
-
#
|
|
4884
|
-
# by default
|
|
4885
|
-
# explicitly documented otherwise in service or product specific
|
|
4903
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
4904
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
4905
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
4906
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
4907
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
4908
|
+
# documentation.
|
|
4886
4909
|
# @param [String] fields
|
|
4887
4910
|
# Selector specifying which fields to include in a partial response.
|
|
4888
4911
|
# @param [String] quota_user
|
|
@@ -5032,11 +5055,12 @@ module Google
|
|
|
5032
5055
|
# The standard list page token.
|
|
5033
5056
|
# @param [Boolean] return_partial_success
|
|
5034
5057
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
5035
|
-
# those that are unreachable are returned in the
|
|
5036
|
-
# unreachable
|
|
5037
|
-
#
|
|
5038
|
-
# by default
|
|
5039
|
-
# explicitly documented otherwise in service or product specific
|
|
5058
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
5059
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
5060
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
5061
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
5062
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
5063
|
+
# documentation.
|
|
5040
5064
|
# @param [String] fields
|
|
5041
5065
|
# Selector specifying which fields to include in a partial response.
|
|
5042
5066
|
# @param [String] quota_user
|
|
@@ -5223,11 +5247,12 @@ module Google
|
|
|
5223
5247
|
# The standard list page token.
|
|
5224
5248
|
# @param [Boolean] return_partial_success
|
|
5225
5249
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
5226
|
-
# those that are unreachable are returned in the
|
|
5227
|
-
# unreachable
|
|
5228
|
-
#
|
|
5229
|
-
# by default
|
|
5230
|
-
# explicitly documented otherwise in service or product specific
|
|
5250
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
5251
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
5252
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
5253
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
5254
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
5255
|
+
# documentation.
|
|
5231
5256
|
# @param [String] fields
|
|
5232
5257
|
# Selector specifying which fields to include in a partial response.
|
|
5233
5258
|
# @param [String] quota_user
|
|
@@ -5414,11 +5439,12 @@ module Google
|
|
|
5414
5439
|
# The standard list page token.
|
|
5415
5440
|
# @param [Boolean] return_partial_success
|
|
5416
5441
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
5417
|
-
# those that are unreachable are returned in the
|
|
5418
|
-
# unreachable
|
|
5419
|
-
#
|
|
5420
|
-
# by default
|
|
5421
|
-
# explicitly documented otherwise in service or product specific
|
|
5442
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
5443
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
5444
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
5445
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
5446
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
5447
|
+
# documentation.
|
|
5422
5448
|
# @param [String] fields
|
|
5423
5449
|
# Selector specifying which fields to include in a partial response.
|
|
5424
5450
|
# @param [String] quota_user
|
|
@@ -5605,11 +5631,12 @@ module Google
|
|
|
5605
5631
|
# The standard list page token.
|
|
5606
5632
|
# @param [Boolean] return_partial_success
|
|
5607
5633
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
5608
|
-
# those that are unreachable are returned in the
|
|
5609
|
-
# unreachable
|
|
5610
|
-
#
|
|
5611
|
-
# by default
|
|
5612
|
-
# explicitly documented otherwise in service or product specific
|
|
5634
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
5635
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
5636
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
5637
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
5638
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
5639
|
+
# documentation.
|
|
5613
5640
|
# @param [String] fields
|
|
5614
5641
|
# Selector specifying which fields to include in a partial response.
|
|
5615
5642
|
# @param [String] quota_user
|
|
@@ -5796,11 +5823,12 @@ module Google
|
|
|
5796
5823
|
# The standard list page token.
|
|
5797
5824
|
# @param [Boolean] return_partial_success
|
|
5798
5825
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
5799
|
-
# those that are unreachable are returned in the
|
|
5800
|
-
# unreachable
|
|
5801
|
-
#
|
|
5802
|
-
# by default
|
|
5803
|
-
# explicitly documented otherwise in service or product specific
|
|
5826
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
5827
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
5828
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
5829
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
5830
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
5831
|
+
# documentation.
|
|
5804
5832
|
# @param [String] fields
|
|
5805
5833
|
# Selector specifying which fields to include in a partial response.
|
|
5806
5834
|
# @param [String] quota_user
|
|
@@ -5987,11 +6015,12 @@ module Google
|
|
|
5987
6015
|
# The standard list page token.
|
|
5988
6016
|
# @param [Boolean] return_partial_success
|
|
5989
6017
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
5990
|
-
# those that are unreachable are returned in the
|
|
5991
|
-
# unreachable
|
|
5992
|
-
#
|
|
5993
|
-
# by default
|
|
5994
|
-
# explicitly documented otherwise in service or product specific
|
|
6018
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
6019
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
6020
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
6021
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
6022
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
6023
|
+
# documentation.
|
|
5995
6024
|
# @param [String] fields
|
|
5996
6025
|
# Selector specifying which fields to include in a partial response.
|
|
5997
6026
|
# @param [String] quota_user
|
|
@@ -6178,11 +6207,12 @@ module Google
|
|
|
6178
6207
|
# The standard list page token.
|
|
6179
6208
|
# @param [Boolean] return_partial_success
|
|
6180
6209
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
6181
|
-
# those that are unreachable are returned in the
|
|
6182
|
-
# unreachable
|
|
6183
|
-
#
|
|
6184
|
-
# by default
|
|
6185
|
-
# explicitly documented otherwise in service or product specific
|
|
6210
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
6211
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
6212
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
6213
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
6214
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
6215
|
+
# documentation.
|
|
6186
6216
|
# @param [String] fields
|
|
6187
6217
|
# Selector specifying which fields to include in a partial response.
|
|
6188
6218
|
# @param [String] quota_user
|
|
@@ -6413,11 +6443,12 @@ module Google
|
|
|
6413
6443
|
# The standard list page token.
|
|
6414
6444
|
# @param [Boolean] return_partial_success
|
|
6415
6445
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
6416
|
-
# those that are unreachable are returned in the
|
|
6417
|
-
# unreachable
|
|
6418
|
-
#
|
|
6419
|
-
# by default
|
|
6420
|
-
# explicitly documented otherwise in service or product specific
|
|
6446
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
6447
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
6448
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
6449
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
6450
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
6451
|
+
# documentation.
|
|
6421
6452
|
# @param [String] fields
|
|
6422
6453
|
# Selector specifying which fields to include in a partial response.
|
|
6423
6454
|
# @param [String] quota_user
|
|
@@ -6604,11 +6635,12 @@ module Google
|
|
|
6604
6635
|
# The standard list page token.
|
|
6605
6636
|
# @param [Boolean] return_partial_success
|
|
6606
6637
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
6607
|
-
# those that are unreachable are returned in the
|
|
6608
|
-
# unreachable
|
|
6609
|
-
#
|
|
6610
|
-
# by default
|
|
6611
|
-
# explicitly documented otherwise in service or product specific
|
|
6638
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
6639
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
6640
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
6641
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
6642
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
6643
|
+
# documentation.
|
|
6612
6644
|
# @param [String] fields
|
|
6613
6645
|
# Selector specifying which fields to include in a partial response.
|
|
6614
6646
|
# @param [String] quota_user
|
|
@@ -6795,11 +6827,12 @@ module Google
|
|
|
6795
6827
|
# The standard list page token.
|
|
6796
6828
|
# @param [Boolean] return_partial_success
|
|
6797
6829
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
6798
|
-
# those that are unreachable are returned in the
|
|
6799
|
-
# unreachable
|
|
6800
|
-
#
|
|
6801
|
-
# by default
|
|
6802
|
-
# explicitly documented otherwise in service or product specific
|
|
6830
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
6831
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
6832
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
6833
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
6834
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
6835
|
+
# documentation.
|
|
6803
6836
|
# @param [String] fields
|
|
6804
6837
|
# Selector specifying which fields to include in a partial response.
|
|
6805
6838
|
# @param [String] quota_user
|
|
@@ -6986,11 +7019,12 @@ module Google
|
|
|
6986
7019
|
# The standard list page token.
|
|
6987
7020
|
# @param [Boolean] return_partial_success
|
|
6988
7021
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
6989
|
-
# those that are unreachable are returned in the
|
|
6990
|
-
# unreachable
|
|
6991
|
-
#
|
|
6992
|
-
# by default
|
|
6993
|
-
# explicitly documented otherwise in service or product specific
|
|
7022
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
7023
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
7024
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
7025
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
7026
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
7027
|
+
# documentation.
|
|
6994
7028
|
# @param [String] fields
|
|
6995
7029
|
# Selector specifying which fields to include in a partial response.
|
|
6996
7030
|
# @param [String] quota_user
|
|
@@ -7177,11 +7211,12 @@ module Google
|
|
|
7177
7211
|
# The standard list page token.
|
|
7178
7212
|
# @param [Boolean] return_partial_success
|
|
7179
7213
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
7180
|
-
# those that are unreachable are returned in the
|
|
7181
|
-
# unreachable
|
|
7182
|
-
#
|
|
7183
|
-
# by default
|
|
7184
|
-
# explicitly documented otherwise in service or product specific
|
|
7214
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
7215
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
7216
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
7217
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
7218
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
7219
|
+
# documentation.
|
|
7185
7220
|
# @param [String] fields
|
|
7186
7221
|
# Selector specifying which fields to include in a partial response.
|
|
7187
7222
|
# @param [String] quota_user
|
|
@@ -7368,11 +7403,12 @@ module Google
|
|
|
7368
7403
|
# The standard list page token.
|
|
7369
7404
|
# @param [Boolean] return_partial_success
|
|
7370
7405
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
7371
|
-
# those that are unreachable are returned in the
|
|
7372
|
-
# unreachable
|
|
7373
|
-
#
|
|
7374
|
-
# by default
|
|
7375
|
-
# explicitly documented otherwise in service or product specific
|
|
7406
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
7407
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
7408
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
7409
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
7410
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
7411
|
+
# documentation.
|
|
7376
7412
|
# @param [String] fields
|
|
7377
7413
|
# Selector specifying which fields to include in a partial response.
|
|
7378
7414
|
# @param [String] quota_user
|
|
@@ -7559,11 +7595,12 @@ module Google
|
|
|
7559
7595
|
# The standard list page token.
|
|
7560
7596
|
# @param [Boolean] return_partial_success
|
|
7561
7597
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
7562
|
-
# those that are unreachable are returned in the
|
|
7563
|
-
# unreachable
|
|
7564
|
-
#
|
|
7565
|
-
# by default
|
|
7566
|
-
# explicitly documented otherwise in service or product specific
|
|
7598
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
7599
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
7600
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
7601
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
7602
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
7603
|
+
# documentation.
|
|
7567
7604
|
# @param [String] fields
|
|
7568
7605
|
# Selector specifying which fields to include in a partial response.
|
|
7569
7606
|
# @param [String] quota_user
|
|
@@ -7750,11 +7787,12 @@ module Google
|
|
|
7750
7787
|
# The standard list page token.
|
|
7751
7788
|
# @param [Boolean] return_partial_success
|
|
7752
7789
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
7753
|
-
# those that are unreachable are returned in the
|
|
7754
|
-
# unreachable
|
|
7755
|
-
#
|
|
7756
|
-
# by default
|
|
7757
|
-
# explicitly documented otherwise in service or product specific
|
|
7790
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
7791
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
7792
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
7793
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
7794
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
7795
|
+
# documentation.
|
|
7758
7796
|
# @param [String] fields
|
|
7759
7797
|
# Selector specifying which fields to include in a partial response.
|
|
7760
7798
|
# @param [String] quota_user
|
|
@@ -7941,11 +7979,12 @@ module Google
|
|
|
7941
7979
|
# The standard list page token.
|
|
7942
7980
|
# @param [Boolean] return_partial_success
|
|
7943
7981
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
7944
|
-
# those that are unreachable are returned in the
|
|
7945
|
-
# unreachable
|
|
7946
|
-
#
|
|
7947
|
-
# by default
|
|
7948
|
-
# explicitly documented otherwise in service or product specific
|
|
7982
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
7983
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
7984
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
7985
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
7986
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
7987
|
+
# documentation.
|
|
7949
7988
|
# @param [String] fields
|
|
7950
7989
|
# Selector specifying which fields to include in a partial response.
|
|
7951
7990
|
# @param [String] quota_user
|
|
@@ -8132,11 +8171,12 @@ module Google
|
|
|
8132
8171
|
# The standard list page token.
|
|
8133
8172
|
# @param [Boolean] return_partial_success
|
|
8134
8173
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
8135
|
-
# those that are unreachable are returned in the
|
|
8136
|
-
# unreachable
|
|
8137
|
-
#
|
|
8138
|
-
# by default
|
|
8139
|
-
# explicitly documented otherwise in service or product specific
|
|
8174
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
8175
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
8176
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
8177
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
8178
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
8179
|
+
# documentation.
|
|
8140
8180
|
# @param [String] fields
|
|
8141
8181
|
# Selector specifying which fields to include in a partial response.
|
|
8142
8182
|
# @param [String] quota_user
|
|
@@ -8323,11 +8363,12 @@ module Google
|
|
|
8323
8363
|
# The standard list page token.
|
|
8324
8364
|
# @param [Boolean] return_partial_success
|
|
8325
8365
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
8326
|
-
# those that are unreachable are returned in the
|
|
8327
|
-
# unreachable
|
|
8328
|
-
#
|
|
8329
|
-
# by default
|
|
8330
|
-
# explicitly documented otherwise in service or product specific
|
|
8366
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
8367
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
8368
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
8369
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
8370
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
8371
|
+
# documentation.
|
|
8331
8372
|
# @param [String] fields
|
|
8332
8373
|
# Selector specifying which fields to include in a partial response.
|
|
8333
8374
|
# @param [String] quota_user
|
|
@@ -8514,11 +8555,12 @@ module Google
|
|
|
8514
8555
|
# The standard list page token.
|
|
8515
8556
|
# @param [Boolean] return_partial_success
|
|
8516
8557
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
8517
|
-
# those that are unreachable are returned in the
|
|
8518
|
-
# unreachable
|
|
8519
|
-
#
|
|
8520
|
-
# by default
|
|
8521
|
-
# explicitly documented otherwise in service or product specific
|
|
8558
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
8559
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
8560
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
8561
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
8562
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
8563
|
+
# documentation.
|
|
8522
8564
|
# @param [String] fields
|
|
8523
8565
|
# Selector specifying which fields to include in a partial response.
|
|
8524
8566
|
# @param [String] quota_user
|
|
@@ -8705,11 +8747,12 @@ module Google
|
|
|
8705
8747
|
# The standard list page token.
|
|
8706
8748
|
# @param [Boolean] return_partial_success
|
|
8707
8749
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
8708
|
-
# those that are unreachable are returned in the
|
|
8709
|
-
# unreachable
|
|
8710
|
-
#
|
|
8711
|
-
# by default
|
|
8712
|
-
# explicitly documented otherwise in service or product specific
|
|
8750
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
8751
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
8752
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
8753
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
8754
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
8755
|
+
# documentation.
|
|
8713
8756
|
# @param [String] fields
|
|
8714
8757
|
# Selector specifying which fields to include in a partial response.
|
|
8715
8758
|
# @param [String] quota_user
|
|
@@ -8896,11 +8939,12 @@ module Google
|
|
|
8896
8939
|
# The standard list page token.
|
|
8897
8940
|
# @param [Boolean] return_partial_success
|
|
8898
8941
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
8899
|
-
# those that are unreachable are returned in the
|
|
8900
|
-
# unreachable
|
|
8901
|
-
#
|
|
8902
|
-
# by default
|
|
8903
|
-
# explicitly documented otherwise in service or product specific
|
|
8942
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
8943
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
8944
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
8945
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
8946
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
8947
|
+
# documentation.
|
|
8904
8948
|
# @param [String] fields
|
|
8905
8949
|
# Selector specifying which fields to include in a partial response.
|
|
8906
8950
|
# @param [String] quota_user
|
|
@@ -9087,11 +9131,12 @@ module Google
|
|
|
9087
9131
|
# The standard list page token.
|
|
9088
9132
|
# @param [Boolean] return_partial_success
|
|
9089
9133
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
9090
|
-
# those that are unreachable are returned in the
|
|
9091
|
-
# unreachable
|
|
9092
|
-
#
|
|
9093
|
-
# by default
|
|
9094
|
-
# explicitly documented otherwise in service or product specific
|
|
9134
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
9135
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
9136
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
9137
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
9138
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
9139
|
+
# documentation.
|
|
9095
9140
|
# @param [String] fields
|
|
9096
9141
|
# Selector specifying which fields to include in a partial response.
|
|
9097
9142
|
# @param [String] quota_user
|
|
@@ -9946,11 +9991,12 @@ module Google
|
|
|
9946
9991
|
# The standard list page token.
|
|
9947
9992
|
# @param [Boolean] return_partial_success
|
|
9948
9993
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
9949
|
-
# those that are unreachable are returned in the
|
|
9950
|
-
# unreachable
|
|
9951
|
-
#
|
|
9952
|
-
# by default
|
|
9953
|
-
# explicitly documented otherwise in service or product specific
|
|
9994
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
9995
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
9996
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
9997
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
9998
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
9999
|
+
# documentation.
|
|
9954
10000
|
# @param [String] fields
|
|
9955
10001
|
# Selector specifying which fields to include in a partial response.
|
|
9956
10002
|
# @param [String] quota_user
|
|
@@ -10137,11 +10183,12 @@ module Google
|
|
|
10137
10183
|
# The standard list page token.
|
|
10138
10184
|
# @param [Boolean] return_partial_success
|
|
10139
10185
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
10140
|
-
# those that are unreachable are returned in the
|
|
10141
|
-
# unreachable
|
|
10142
|
-
#
|
|
10143
|
-
# by default
|
|
10144
|
-
# explicitly documented otherwise in service or product specific
|
|
10186
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
10187
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
10188
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
10189
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
10190
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
10191
|
+
# documentation.
|
|
10145
10192
|
# @param [String] fields
|
|
10146
10193
|
# Selector specifying which fields to include in a partial response.
|
|
10147
10194
|
# @param [String] quota_user
|
|
@@ -10883,11 +10930,12 @@ module Google
|
|
|
10883
10930
|
# The standard list page token.
|
|
10884
10931
|
# @param [Boolean] return_partial_success
|
|
10885
10932
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
10886
|
-
# those that are unreachable are returned in the
|
|
10887
|
-
# unreachable
|
|
10888
|
-
#
|
|
10889
|
-
# by default
|
|
10890
|
-
# explicitly documented otherwise in service or product specific
|
|
10933
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
10934
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
10935
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
10936
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
10937
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
10938
|
+
# documentation.
|
|
10891
10939
|
# @param [String] fields
|
|
10892
10940
|
# Selector specifying which fields to include in a partial response.
|
|
10893
10941
|
# @param [String] quota_user
|
|
@@ -11262,11 +11310,12 @@ module Google
|
|
|
11262
11310
|
# The standard list page token.
|
|
11263
11311
|
# @param [Boolean] return_partial_success
|
|
11264
11312
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
11265
|
-
# those that are unreachable are returned in the
|
|
11266
|
-
# unreachable
|
|
11267
|
-
#
|
|
11268
|
-
# by default
|
|
11269
|
-
# explicitly documented otherwise in service or product specific
|
|
11313
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
11314
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
11315
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
11316
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
11317
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
11318
|
+
# documentation.
|
|
11270
11319
|
# @param [String] fields
|
|
11271
11320
|
# Selector specifying which fields to include in a partial response.
|
|
11272
11321
|
# @param [String] quota_user
|
|
@@ -11985,11 +12034,12 @@ module Google
|
|
|
11985
12034
|
# The standard list page token.
|
|
11986
12035
|
# @param [Boolean] return_partial_success
|
|
11987
12036
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
11988
|
-
# those that are unreachable are returned in the
|
|
11989
|
-
# unreachable
|
|
11990
|
-
#
|
|
11991
|
-
# by default
|
|
11992
|
-
# explicitly documented otherwise in service or product specific
|
|
12037
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
12038
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
12039
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
12040
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
12041
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
12042
|
+
# documentation.
|
|
11993
12043
|
# @param [String] fields
|
|
11994
12044
|
# Selector specifying which fields to include in a partial response.
|
|
11995
12045
|
# @param [String] quota_user
|
|
@@ -12271,11 +12321,12 @@ module Google
|
|
|
12271
12321
|
# The standard list page token.
|
|
12272
12322
|
# @param [Boolean] return_partial_success
|
|
12273
12323
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
12274
|
-
# those that are unreachable are returned in the
|
|
12275
|
-
# unreachable
|
|
12276
|
-
#
|
|
12277
|
-
# by default
|
|
12278
|
-
# explicitly documented otherwise in service or product specific
|
|
12324
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
12325
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
12326
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
12327
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
12328
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
12329
|
+
# documentation.
|
|
12279
12330
|
# @param [String] fields
|
|
12280
12331
|
# Selector specifying which fields to include in a partial response.
|
|
12281
12332
|
# @param [String] quota_user
|
|
@@ -12462,11 +12513,12 @@ module Google
|
|
|
12462
12513
|
# The standard list page token.
|
|
12463
12514
|
# @param [Boolean] return_partial_success
|
|
12464
12515
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
12465
|
-
# those that are unreachable are returned in the
|
|
12466
|
-
# unreachable
|
|
12467
|
-
#
|
|
12468
|
-
# by default
|
|
12469
|
-
# explicitly documented otherwise in service or product specific
|
|
12516
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
12517
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
12518
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
12519
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
12520
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
12521
|
+
# documentation.
|
|
12470
12522
|
# @param [String] fields
|
|
12471
12523
|
# Selector specifying which fields to include in a partial response.
|
|
12472
12524
|
# @param [String] quota_user
|
|
@@ -12871,11 +12923,12 @@ module Google
|
|
|
12871
12923
|
# The standard list page token.
|
|
12872
12924
|
# @param [Boolean] return_partial_success
|
|
12873
12925
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
12874
|
-
# those that are unreachable are returned in the
|
|
12875
|
-
# unreachable
|
|
12876
|
-
#
|
|
12877
|
-
# by default
|
|
12878
|
-
# explicitly documented otherwise in service or product specific
|
|
12926
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
12927
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
12928
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
12929
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
12930
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
12931
|
+
# documentation.
|
|
12879
12932
|
# @param [String] fields
|
|
12880
12933
|
# Selector specifying which fields to include in a partial response.
|
|
12881
12934
|
# @param [String] quota_user
|
|
@@ -13140,11 +13193,12 @@ module Google
|
|
|
13140
13193
|
# The standard list page token.
|
|
13141
13194
|
# @param [Boolean] return_partial_success
|
|
13142
13195
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
13143
|
-
# those that are unreachable are returned in the
|
|
13144
|
-
# unreachable
|
|
13145
|
-
#
|
|
13146
|
-
# by default
|
|
13147
|
-
# explicitly documented otherwise in service or product specific
|
|
13196
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
13197
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
13198
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
13199
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
13200
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
13201
|
+
# documentation.
|
|
13148
13202
|
# @param [String] fields
|
|
13149
13203
|
# Selector specifying which fields to include in a partial response.
|
|
13150
13204
|
# @param [String] quota_user
|
|
@@ -13550,11 +13604,12 @@ module Google
|
|
|
13550
13604
|
# The standard list page token.
|
|
13551
13605
|
# @param [Boolean] return_partial_success
|
|
13552
13606
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
13553
|
-
# those that are unreachable are returned in the
|
|
13554
|
-
# unreachable
|
|
13555
|
-
#
|
|
13556
|
-
# by default
|
|
13557
|
-
# explicitly documented otherwise in service or product specific
|
|
13607
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
13608
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
13609
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
13610
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
13611
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
13612
|
+
# documentation.
|
|
13558
13613
|
# @param [String] fields
|
|
13559
13614
|
# Selector specifying which fields to include in a partial response.
|
|
13560
13615
|
# @param [String] quota_user
|
|
@@ -13741,11 +13796,12 @@ module Google
|
|
|
13741
13796
|
# The standard list page token.
|
|
13742
13797
|
# @param [Boolean] return_partial_success
|
|
13743
13798
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
13744
|
-
# those that are unreachable are returned in the
|
|
13745
|
-
# unreachable
|
|
13746
|
-
#
|
|
13747
|
-
# by default
|
|
13748
|
-
# explicitly documented otherwise in service or product specific
|
|
13799
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
13800
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
13801
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
13802
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
13803
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
13804
|
+
# documentation.
|
|
13749
13805
|
# @param [String] fields
|
|
13750
13806
|
# Selector specifying which fields to include in a partial response.
|
|
13751
13807
|
# @param [String] quota_user
|
|
@@ -15045,11 +15101,12 @@ module Google
|
|
|
15045
15101
|
# The standard list page token.
|
|
15046
15102
|
# @param [Boolean] return_partial_success
|
|
15047
15103
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
15048
|
-
# those that are unreachable are returned in the
|
|
15049
|
-
# unreachable
|
|
15050
|
-
#
|
|
15051
|
-
# by default
|
|
15052
|
-
# explicitly documented otherwise in service or product specific
|
|
15104
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
15105
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
15106
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
15107
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
15108
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
15109
|
+
# documentation.
|
|
15053
15110
|
# @param [String] fields
|
|
15054
15111
|
# Selector specifying which fields to include in a partial response.
|
|
15055
15112
|
# @param [String] quota_user
|
|
@@ -15342,11 +15399,12 @@ module Google
|
|
|
15342
15399
|
# The standard list page token.
|
|
15343
15400
|
# @param [Boolean] return_partial_success
|
|
15344
15401
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
15345
|
-
# those that are unreachable are returned in the
|
|
15346
|
-
# unreachable
|
|
15347
|
-
#
|
|
15348
|
-
# by default
|
|
15349
|
-
# explicitly documented otherwise in service or product specific
|
|
15402
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
15403
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
15404
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
15405
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
15406
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
15407
|
+
# documentation.
|
|
15350
15408
|
# @param [String] fields
|
|
15351
15409
|
# Selector specifying which fields to include in a partial response.
|
|
15352
15410
|
# @param [String] quota_user
|
|
@@ -15674,11 +15732,12 @@ module Google
|
|
|
15674
15732
|
# The standard list page token.
|
|
15675
15733
|
# @param [Boolean] return_partial_success
|
|
15676
15734
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
15677
|
-
# those that are unreachable are returned in the
|
|
15678
|
-
# unreachable
|
|
15679
|
-
#
|
|
15680
|
-
# by default
|
|
15681
|
-
# explicitly documented otherwise in service or product specific
|
|
15735
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
15736
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
15737
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
15738
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
15739
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
15740
|
+
# documentation.
|
|
15682
15741
|
# @param [String] fields
|
|
15683
15742
|
# Selector specifying which fields to include in a partial response.
|
|
15684
15743
|
# @param [String] quota_user
|
|
@@ -16009,11 +16068,12 @@ module Google
|
|
|
16009
16068
|
# The standard list page token.
|
|
16010
16069
|
# @param [Boolean] return_partial_success
|
|
16011
16070
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
16012
|
-
# those that are unreachable are returned in the
|
|
16013
|
-
# unreachable
|
|
16014
|
-
#
|
|
16015
|
-
# by default
|
|
16016
|
-
# explicitly documented otherwise in service or product specific
|
|
16071
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
16072
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
16073
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
16074
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
16075
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
16076
|
+
# documentation.
|
|
16017
16077
|
# @param [String] fields
|
|
16018
16078
|
# Selector specifying which fields to include in a partial response.
|
|
16019
16079
|
# @param [String] quota_user
|
|
@@ -16163,11 +16223,12 @@ module Google
|
|
|
16163
16223
|
# The standard list page token.
|
|
16164
16224
|
# @param [Boolean] return_partial_success
|
|
16165
16225
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
16166
|
-
# those that are unreachable are returned in the
|
|
16167
|
-
# unreachable
|
|
16168
|
-
#
|
|
16169
|
-
# by default
|
|
16170
|
-
# explicitly documented otherwise in service or product specific
|
|
16226
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
16227
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
16228
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
16229
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
16230
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
16231
|
+
# documentation.
|
|
16171
16232
|
# @param [String] fields
|
|
16172
16233
|
# Selector specifying which fields to include in a partial response.
|
|
16173
16234
|
# @param [String] quota_user
|
|
@@ -16686,11 +16747,12 @@ module Google
|
|
|
16686
16747
|
# The standard list page token.
|
|
16687
16748
|
# @param [Boolean] return_partial_success
|
|
16688
16749
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
16689
|
-
# those that are unreachable are returned in the
|
|
16690
|
-
# unreachable
|
|
16691
|
-
#
|
|
16692
|
-
# by default
|
|
16693
|
-
# explicitly documented otherwise in service or product specific
|
|
16750
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
16751
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
16752
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
16753
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
16754
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
16755
|
+
# documentation.
|
|
16694
16756
|
# @param [String] fields
|
|
16695
16757
|
# Selector specifying which fields to include in a partial response.
|
|
16696
16758
|
# @param [String] quota_user
|
|
@@ -16877,11 +16939,12 @@ module Google
|
|
|
16877
16939
|
# The standard list page token.
|
|
16878
16940
|
# @param [Boolean] return_partial_success
|
|
16879
16941
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
16880
|
-
# those that are unreachable are returned in the
|
|
16881
|
-
# unreachable
|
|
16882
|
-
#
|
|
16883
|
-
# by default
|
|
16884
|
-
# explicitly documented otherwise in service or product specific
|
|
16942
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
16943
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
16944
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
16945
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
16946
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
16947
|
+
# documentation.
|
|
16885
16948
|
# @param [String] fields
|
|
16886
16949
|
# Selector specifying which fields to include in a partial response.
|
|
16887
16950
|
# @param [String] quota_user
|
|
@@ -17318,11 +17381,12 @@ module Google
|
|
|
17318
17381
|
# The standard list page token.
|
|
17319
17382
|
# @param [Boolean] return_partial_success
|
|
17320
17383
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
17321
|
-
# those that are unreachable are returned in the
|
|
17322
|
-
# unreachable
|
|
17323
|
-
#
|
|
17324
|
-
# by default
|
|
17325
|
-
# explicitly documented otherwise in service or product specific
|
|
17384
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
17385
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
17386
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
17387
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
17388
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
17389
|
+
# documentation.
|
|
17326
17390
|
# @param [String] fields
|
|
17327
17391
|
# Selector specifying which fields to include in a partial response.
|
|
17328
17392
|
# @param [String] quota_user
|
|
@@ -18128,11 +18192,12 @@ module Google
|
|
|
18128
18192
|
# The standard list page token.
|
|
18129
18193
|
# @param [Boolean] return_partial_success
|
|
18130
18194
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
18131
|
-
# those that are unreachable are returned in the
|
|
18132
|
-
# unreachable
|
|
18133
|
-
#
|
|
18134
|
-
# by default
|
|
18135
|
-
# explicitly documented otherwise in service or product specific
|
|
18195
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
18196
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
18197
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
18198
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
18199
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
18200
|
+
# documentation.
|
|
18136
18201
|
# @param [String] fields
|
|
18137
18202
|
# Selector specifying which fields to include in a partial response.
|
|
18138
18203
|
# @param [String] quota_user
|
|
@@ -18562,11 +18627,12 @@ module Google
|
|
|
18562
18627
|
# The standard list page token.
|
|
18563
18628
|
# @param [Boolean] return_partial_success
|
|
18564
18629
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
18565
|
-
# those that are unreachable are returned in the
|
|
18566
|
-
# unreachable
|
|
18567
|
-
#
|
|
18568
|
-
# by default
|
|
18569
|
-
# explicitly documented otherwise in service or product specific
|
|
18630
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
18631
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
18632
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
18633
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
18634
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
18635
|
+
# documentation.
|
|
18570
18636
|
# @param [String] fields
|
|
18571
18637
|
# Selector specifying which fields to include in a partial response.
|
|
18572
18638
|
# @param [String] quota_user
|
|
@@ -18716,11 +18782,12 @@ module Google
|
|
|
18716
18782
|
# The standard list page token.
|
|
18717
18783
|
# @param [Boolean] return_partial_success
|
|
18718
18784
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
18719
|
-
# those that are unreachable are returned in the
|
|
18720
|
-
# unreachable
|
|
18721
|
-
#
|
|
18722
|
-
# by default
|
|
18723
|
-
# explicitly documented otherwise in service or product specific
|
|
18785
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
18786
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
18787
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
18788
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
18789
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
18790
|
+
# documentation.
|
|
18724
18791
|
# @param [String] fields
|
|
18725
18792
|
# Selector specifying which fields to include in a partial response.
|
|
18726
18793
|
# @param [String] quota_user
|
|
@@ -19840,11 +19907,12 @@ module Google
|
|
|
19840
19907
|
# The standard list page token.
|
|
19841
19908
|
# @param [Boolean] return_partial_success
|
|
19842
19909
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
19843
|
-
# those that are unreachable are returned in the
|
|
19844
|
-
# unreachable
|
|
19845
|
-
#
|
|
19846
|
-
# by default
|
|
19847
|
-
# explicitly documented otherwise in service or product specific
|
|
19910
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
19911
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
19912
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
19913
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
19914
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
19915
|
+
# documentation.
|
|
19848
19916
|
# @param [String] fields
|
|
19849
19917
|
# Selector specifying which fields to include in a partial response.
|
|
19850
19918
|
# @param [String] quota_user
|
|
@@ -19994,11 +20062,12 @@ module Google
|
|
|
19994
20062
|
# The standard list page token.
|
|
19995
20063
|
# @param [Boolean] return_partial_success
|
|
19996
20064
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
19997
|
-
# those that are unreachable are returned in the
|
|
19998
|
-
# unreachable
|
|
19999
|
-
#
|
|
20000
|
-
# by default
|
|
20001
|
-
# explicitly documented otherwise in service or product specific
|
|
20065
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
20066
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
20067
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
20068
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
20069
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
20070
|
+
# documentation.
|
|
20002
20071
|
# @param [String] fields
|
|
20003
20072
|
# Selector specifying which fields to include in a partial response.
|
|
20004
20073
|
# @param [String] quota_user
|
|
@@ -21484,11 +21553,12 @@ module Google
|
|
|
21484
21553
|
# The standard list page token.
|
|
21485
21554
|
# @param [Boolean] return_partial_success
|
|
21486
21555
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
21487
|
-
# those that are unreachable are returned in the
|
|
21488
|
-
# unreachable
|
|
21489
|
-
#
|
|
21490
|
-
# by default
|
|
21491
|
-
# explicitly documented otherwise in service or product specific
|
|
21556
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
21557
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
21558
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
21559
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
21560
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
21561
|
+
# documentation.
|
|
21492
21562
|
# @param [String] fields
|
|
21493
21563
|
# Selector specifying which fields to include in a partial response.
|
|
21494
21564
|
# @param [String] quota_user
|
|
@@ -21675,11 +21745,12 @@ module Google
|
|
|
21675
21745
|
# The standard list page token.
|
|
21676
21746
|
# @param [Boolean] return_partial_success
|
|
21677
21747
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
21678
|
-
# those that are unreachable are returned in the
|
|
21679
|
-
# unreachable
|
|
21680
|
-
#
|
|
21681
|
-
# by default
|
|
21682
|
-
# explicitly documented otherwise in service or product specific
|
|
21748
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
21749
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
21750
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
21751
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
21752
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
21753
|
+
# documentation.
|
|
21683
21754
|
# @param [String] fields
|
|
21684
21755
|
# Selector specifying which fields to include in a partial response.
|
|
21685
21756
|
# @param [String] quota_user
|
|
@@ -21866,11 +21937,12 @@ module Google
|
|
|
21866
21937
|
# The standard list page token.
|
|
21867
21938
|
# @param [Boolean] return_partial_success
|
|
21868
21939
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
21869
|
-
# those that are unreachable are returned in the
|
|
21870
|
-
# unreachable
|
|
21871
|
-
#
|
|
21872
|
-
# by default
|
|
21873
|
-
# explicitly documented otherwise in service or product specific
|
|
21940
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
21941
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
21942
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
21943
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
21944
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
21945
|
+
# documentation.
|
|
21874
21946
|
# @param [String] fields
|
|
21875
21947
|
# Selector specifying which fields to include in a partial response.
|
|
21876
21948
|
# @param [String] quota_user
|
|
@@ -22252,11 +22324,12 @@ module Google
|
|
|
22252
22324
|
# The standard list page token.
|
|
22253
22325
|
# @param [Boolean] return_partial_success
|
|
22254
22326
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
22255
|
-
# those that are unreachable are returned in the
|
|
22256
|
-
# unreachable
|
|
22257
|
-
#
|
|
22258
|
-
# by default
|
|
22259
|
-
# explicitly documented otherwise in service or product specific
|
|
22327
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
22328
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
22329
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
22330
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
22331
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
22332
|
+
# documentation.
|
|
22260
22333
|
# @param [String] fields
|
|
22261
22334
|
# Selector specifying which fields to include in a partial response.
|
|
22262
22335
|
# @param [String] quota_user
|
|
@@ -22805,11 +22878,12 @@ module Google
|
|
|
22805
22878
|
# The standard list page token.
|
|
22806
22879
|
# @param [Boolean] return_partial_success
|
|
22807
22880
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
22808
|
-
# those that are unreachable are returned in the
|
|
22809
|
-
# unreachable
|
|
22810
|
-
#
|
|
22811
|
-
# by default
|
|
22812
|
-
# explicitly documented otherwise in service or product specific
|
|
22881
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
22882
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
22883
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
22884
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
22885
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
22886
|
+
# documentation.
|
|
22813
22887
|
# @param [String] fields
|
|
22814
22888
|
# Selector specifying which fields to include in a partial response.
|
|
22815
22889
|
# @param [String] quota_user
|
|
@@ -23276,11 +23350,12 @@ module Google
|
|
|
23276
23350
|
# The standard list page token.
|
|
23277
23351
|
# @param [Boolean] return_partial_success
|
|
23278
23352
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
23279
|
-
# those that are unreachable are returned in the
|
|
23280
|
-
# unreachable
|
|
23281
|
-
#
|
|
23282
|
-
# by default
|
|
23283
|
-
# explicitly documented otherwise in service or product specific
|
|
23353
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
23354
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
23355
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
23356
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
23357
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
23358
|
+
# documentation.
|
|
23284
23359
|
# @param [String] fields
|
|
23285
23360
|
# Selector specifying which fields to include in a partial response.
|
|
23286
23361
|
# @param [String] quota_user
|
|
@@ -23930,11 +24005,12 @@ module Google
|
|
|
23930
24005
|
# The standard list page token.
|
|
23931
24006
|
# @param [Boolean] return_partial_success
|
|
23932
24007
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
23933
|
-
# those that are unreachable are returned in the
|
|
23934
|
-
# unreachable
|
|
23935
|
-
#
|
|
23936
|
-
# by default
|
|
23937
|
-
# explicitly documented otherwise in service or product specific
|
|
24008
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
24009
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
24010
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
24011
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
24012
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
24013
|
+
# documentation.
|
|
23938
24014
|
# @param [String] fields
|
|
23939
24015
|
# Selector specifying which fields to include in a partial response.
|
|
23940
24016
|
# @param [String] quota_user
|
|
@@ -24523,11 +24599,12 @@ module Google
|
|
|
24523
24599
|
# The standard list page token.
|
|
24524
24600
|
# @param [Boolean] return_partial_success
|
|
24525
24601
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
24526
|
-
# those that are unreachable are returned in the
|
|
24527
|
-
# unreachable
|
|
24528
|
-
#
|
|
24529
|
-
# by default
|
|
24530
|
-
# explicitly documented otherwise in service or product specific
|
|
24602
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
24603
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
24604
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
24605
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
24606
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
24607
|
+
# documentation.
|
|
24531
24608
|
# @param [String] fields
|
|
24532
24609
|
# Selector specifying which fields to include in a partial response.
|
|
24533
24610
|
# @param [String] quota_user
|
|
@@ -25038,11 +25115,12 @@ module Google
|
|
|
25038
25115
|
# The standard list page token.
|
|
25039
25116
|
# @param [Boolean] return_partial_success
|
|
25040
25117
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
25041
|
-
# those that are unreachable are returned in the
|
|
25042
|
-
# unreachable
|
|
25043
|
-
#
|
|
25044
|
-
# by default
|
|
25045
|
-
# explicitly documented otherwise in service or product specific
|
|
25118
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
25119
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
25120
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
25121
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
25122
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
25123
|
+
# documentation.
|
|
25046
25124
|
# @param [String] fields
|
|
25047
25125
|
# Selector specifying which fields to include in a partial response.
|
|
25048
25126
|
# @param [String] quota_user
|
|
@@ -25349,11 +25427,12 @@ module Google
|
|
|
25349
25427
|
# The standard list page token.
|
|
25350
25428
|
# @param [Boolean] return_partial_success
|
|
25351
25429
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
25352
|
-
# those that are unreachable are returned in the
|
|
25353
|
-
# unreachable
|
|
25354
|
-
#
|
|
25355
|
-
# by default
|
|
25356
|
-
# explicitly documented otherwise in service or product specific
|
|
25430
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
25431
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
25432
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
25433
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
25434
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
25435
|
+
# documentation.
|
|
25357
25436
|
# @param [String] fields
|
|
25358
25437
|
# Selector specifying which fields to include in a partial response.
|
|
25359
25438
|
# @param [String] quota_user
|
|
@@ -25612,11 +25691,12 @@ module Google
|
|
|
25612
25691
|
# The standard list page token.
|
|
25613
25692
|
# @param [Boolean] return_partial_success
|
|
25614
25693
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
25615
|
-
# those that are unreachable are returned in the
|
|
25616
|
-
# unreachable
|
|
25617
|
-
#
|
|
25618
|
-
# by default
|
|
25619
|
-
# explicitly documented otherwise in service or product specific
|
|
25694
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
25695
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
25696
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
25697
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
25698
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
25699
|
+
# documentation.
|
|
25620
25700
|
# @param [String] fields
|
|
25621
25701
|
# Selector specifying which fields to include in a partial response.
|
|
25622
25702
|
# @param [String] quota_user
|
|
@@ -26115,11 +26195,12 @@ module Google
|
|
|
26115
26195
|
# The standard list page token.
|
|
26116
26196
|
# @param [Boolean] return_partial_success
|
|
26117
26197
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
26118
|
-
# those that are unreachable are returned in the
|
|
26119
|
-
# unreachable
|
|
26120
|
-
#
|
|
26121
|
-
# by default
|
|
26122
|
-
# explicitly documented otherwise in service or product specific
|
|
26198
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
26199
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
26200
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
26201
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
26202
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
26203
|
+
# documentation.
|
|
26123
26204
|
# @param [String] fields
|
|
26124
26205
|
# Selector specifying which fields to include in a partial response.
|
|
26125
26206
|
# @param [String] quota_user
|
|
@@ -26709,11 +26790,12 @@ module Google
|
|
|
26709
26790
|
# The standard list page token.
|
|
26710
26791
|
# @param [Boolean] return_partial_success
|
|
26711
26792
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
26712
|
-
# those that are unreachable are returned in the
|
|
26713
|
-
# unreachable
|
|
26714
|
-
#
|
|
26715
|
-
# by default
|
|
26716
|
-
# explicitly documented otherwise in service or product specific
|
|
26793
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
26794
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
26795
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
26796
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
26797
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
26798
|
+
# documentation.
|
|
26717
26799
|
# @param [String] fields
|
|
26718
26800
|
# Selector specifying which fields to include in a partial response.
|
|
26719
26801
|
# @param [String] quota_user
|
|
@@ -27596,11 +27678,12 @@ module Google
|
|
|
27596
27678
|
# The standard list page token.
|
|
27597
27679
|
# @param [Boolean] return_partial_success
|
|
27598
27680
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
27599
|
-
# those that are unreachable are returned in the
|
|
27600
|
-
# unreachable
|
|
27601
|
-
#
|
|
27602
|
-
# by default
|
|
27603
|
-
# explicitly documented otherwise in service or product specific
|
|
27681
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
27682
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
27683
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
27684
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
27685
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
27686
|
+
# documentation.
|
|
27604
27687
|
# @param [String] fields
|
|
27605
27688
|
# Selector specifying which fields to include in a partial response.
|
|
27606
27689
|
# @param [String] quota_user
|
|
@@ -27900,11 +27983,12 @@ module Google
|
|
|
27900
27983
|
# The standard list page token.
|
|
27901
27984
|
# @param [Boolean] return_partial_success
|
|
27902
27985
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
27903
|
-
# those that are unreachable are returned in the
|
|
27904
|
-
# unreachable
|
|
27905
|
-
#
|
|
27906
|
-
# by default
|
|
27907
|
-
# explicitly documented otherwise in service or product specific
|
|
27986
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
27987
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
27988
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
27989
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
27990
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
27991
|
+
# documentation.
|
|
27908
27992
|
# @param [String] fields
|
|
27909
27993
|
# Selector specifying which fields to include in a partial response.
|
|
27910
27994
|
# @param [String] quota_user
|
|
@@ -28578,11 +28662,12 @@ module Google
|
|
|
28578
28662
|
# The standard list page token.
|
|
28579
28663
|
# @param [Boolean] return_partial_success
|
|
28580
28664
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
28581
|
-
# those that are unreachable are returned in the
|
|
28582
|
-
# unreachable
|
|
28583
|
-
#
|
|
28584
|
-
# by default
|
|
28585
|
-
# explicitly documented otherwise in service or product specific
|
|
28665
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
28666
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
28667
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
28668
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
28669
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
28670
|
+
# documentation.
|
|
28586
28671
|
# @param [String] fields
|
|
28587
28672
|
# Selector specifying which fields to include in a partial response.
|
|
28588
28673
|
# @param [String] quota_user
|
|
@@ -29094,11 +29179,12 @@ module Google
|
|
|
29094
29179
|
# The standard list page token.
|
|
29095
29180
|
# @param [Boolean] return_partial_success
|
|
29096
29181
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
29097
|
-
# those that are unreachable are returned in the
|
|
29098
|
-
# unreachable
|
|
29099
|
-
#
|
|
29100
|
-
# by default
|
|
29101
|
-
# explicitly documented otherwise in service or product specific
|
|
29182
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
29183
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
29184
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
29185
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
29186
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
29187
|
+
# documentation.
|
|
29102
29188
|
# @param [String] fields
|
|
29103
29189
|
# Selector specifying which fields to include in a partial response.
|
|
29104
29190
|
# @param [String] quota_user
|
|
@@ -29638,11 +29724,12 @@ module Google
|
|
|
29638
29724
|
# The standard list page token.
|
|
29639
29725
|
# @param [Boolean] return_partial_success
|
|
29640
29726
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
29641
|
-
# those that are unreachable are returned in the
|
|
29642
|
-
# unreachable
|
|
29643
|
-
#
|
|
29644
|
-
# by default
|
|
29645
|
-
# explicitly documented otherwise in service or product specific
|
|
29727
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
29728
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
29729
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
29730
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
29731
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
29732
|
+
# documentation.
|
|
29646
29733
|
# @param [String] fields
|
|
29647
29734
|
# Selector specifying which fields to include in a partial response.
|
|
29648
29735
|
# @param [String] quota_user
|
|
@@ -29829,11 +29916,12 @@ module Google
|
|
|
29829
29916
|
# The standard list page token.
|
|
29830
29917
|
# @param [Boolean] return_partial_success
|
|
29831
29918
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
29832
|
-
# those that are unreachable are returned in the
|
|
29833
|
-
# unreachable
|
|
29834
|
-
#
|
|
29835
|
-
# by default
|
|
29836
|
-
# explicitly documented otherwise in service or product specific
|
|
29919
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
29920
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
29921
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
29922
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
29923
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
29924
|
+
# documentation.
|
|
29837
29925
|
# @param [String] fields
|
|
29838
29926
|
# Selector specifying which fields to include in a partial response.
|
|
29839
29927
|
# @param [String] quota_user
|
|
@@ -30233,11 +30321,12 @@ module Google
|
|
|
30233
30321
|
# The standard list page token.
|
|
30234
30322
|
# @param [Boolean] return_partial_success
|
|
30235
30323
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
30236
|
-
# those that are unreachable are returned in the
|
|
30237
|
-
# unreachable
|
|
30238
|
-
#
|
|
30239
|
-
# by default
|
|
30240
|
-
# explicitly documented otherwise in service or product specific
|
|
30324
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
30325
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
30326
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
30327
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
30328
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
30329
|
+
# documentation.
|
|
30241
30330
|
# @param [String] fields
|
|
30242
30331
|
# Selector specifying which fields to include in a partial response.
|
|
30243
30332
|
# @param [String] quota_user
|
|
@@ -30713,11 +30802,12 @@ module Google
|
|
|
30713
30802
|
# The standard list page token.
|
|
30714
30803
|
# @param [Boolean] return_partial_success
|
|
30715
30804
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
30716
|
-
# those that are unreachable are returned in the
|
|
30717
|
-
# unreachable
|
|
30718
|
-
#
|
|
30719
|
-
# by default
|
|
30720
|
-
# explicitly documented otherwise in service or product specific
|
|
30805
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
30806
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
30807
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
30808
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
30809
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
30810
|
+
# documentation.
|
|
30721
30811
|
# @param [String] fields
|
|
30722
30812
|
# Selector specifying which fields to include in a partial response.
|
|
30723
30813
|
# @param [String] quota_user
|
|
@@ -31610,11 +31700,12 @@ module Google
|
|
|
31610
31700
|
# The standard list page token.
|
|
31611
31701
|
# @param [Boolean] return_partial_success
|
|
31612
31702
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
31613
|
-
# those that are unreachable are returned in the
|
|
31614
|
-
# unreachable
|
|
31615
|
-
#
|
|
31616
|
-
# by default
|
|
31617
|
-
# explicitly documented otherwise in service or product specific
|
|
31703
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
31704
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
31705
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
31706
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
31707
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
31708
|
+
# documentation.
|
|
31618
31709
|
# @param [String] fields
|
|
31619
31710
|
# Selector specifying which fields to include in a partial response.
|
|
31620
31711
|
# @param [String] quota_user
|
|
@@ -31940,11 +32031,12 @@ module Google
|
|
|
31940
32031
|
# The standard list page token.
|
|
31941
32032
|
# @param [Boolean] return_partial_success
|
|
31942
32033
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
31943
|
-
# those that are unreachable are returned in the
|
|
31944
|
-
# unreachable
|
|
31945
|
-
#
|
|
31946
|
-
# by default
|
|
31947
|
-
# explicitly documented otherwise in service or product specific
|
|
32034
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
32035
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
32036
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
32037
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
32038
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
32039
|
+
# documentation.
|
|
31948
32040
|
# @param [String] fields
|
|
31949
32041
|
# Selector specifying which fields to include in a partial response.
|
|
31950
32042
|
# @param [String] quota_user
|
|
@@ -32131,11 +32223,12 @@ module Google
|
|
|
32131
32223
|
# The standard list page token.
|
|
32132
32224
|
# @param [Boolean] return_partial_success
|
|
32133
32225
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
32134
|
-
# those that are unreachable are returned in the
|
|
32135
|
-
# unreachable
|
|
32136
|
-
#
|
|
32137
|
-
# by default
|
|
32138
|
-
# explicitly documented otherwise in service or product specific
|
|
32226
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
32227
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
32228
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
32229
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
32230
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
32231
|
+
# documentation.
|
|
32139
32232
|
# @param [String] fields
|
|
32140
32233
|
# Selector specifying which fields to include in a partial response.
|
|
32141
32234
|
# @param [String] quota_user
|
|
@@ -33360,11 +33453,12 @@ module Google
|
|
|
33360
33453
|
# The standard list page token.
|
|
33361
33454
|
# @param [Boolean] return_partial_success
|
|
33362
33455
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
33363
|
-
# those that are unreachable are returned in the
|
|
33364
|
-
# unreachable
|
|
33365
|
-
#
|
|
33366
|
-
# by default
|
|
33367
|
-
# explicitly documented otherwise in service or product specific
|
|
33456
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
33457
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
33458
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
33459
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
33460
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
33461
|
+
# documentation.
|
|
33368
33462
|
# @param [String] fields
|
|
33369
33463
|
# Selector specifying which fields to include in a partial response.
|
|
33370
33464
|
# @param [String] quota_user
|
|
@@ -33625,11 +33719,12 @@ module Google
|
|
|
33625
33719
|
# The standard list page token.
|
|
33626
33720
|
# @param [Boolean] return_partial_success
|
|
33627
33721
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
33628
|
-
# those that are unreachable are returned in the
|
|
33629
|
-
# unreachable
|
|
33630
|
-
#
|
|
33631
|
-
# by default
|
|
33632
|
-
# explicitly documented otherwise in service or product specific
|
|
33722
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
33723
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
33724
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
33725
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
33726
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
33727
|
+
# documentation.
|
|
33633
33728
|
# @param [String] fields
|
|
33634
33729
|
# Selector specifying which fields to include in a partial response.
|
|
33635
33730
|
# @param [String] quota_user
|
|
@@ -33995,11 +34090,12 @@ module Google
|
|
|
33995
34090
|
# The standard list page token.
|
|
33996
34091
|
# @param [Boolean] return_partial_success
|
|
33997
34092
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
33998
|
-
# those that are unreachable are returned in the
|
|
33999
|
-
# unreachable
|
|
34000
|
-
#
|
|
34001
|
-
# by default
|
|
34002
|
-
# explicitly documented otherwise in service or product specific
|
|
34093
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
34094
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
34095
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
34096
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
34097
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
34098
|
+
# documentation.
|
|
34003
34099
|
# @param [String] fields
|
|
34004
34100
|
# Selector specifying which fields to include in a partial response.
|
|
34005
34101
|
# @param [String] quota_user
|
|
@@ -34455,11 +34551,12 @@ module Google
|
|
|
34455
34551
|
# The standard list page token.
|
|
34456
34552
|
# @param [Boolean] return_partial_success
|
|
34457
34553
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
34458
|
-
# those that are unreachable are returned in the
|
|
34459
|
-
# unreachable
|
|
34460
|
-
#
|
|
34461
|
-
# by default
|
|
34462
|
-
# explicitly documented otherwise in service or product specific
|
|
34554
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
34555
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
34556
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
34557
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
34558
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
34559
|
+
# documentation.
|
|
34463
34560
|
# @param [String] fields
|
|
34464
34561
|
# Selector specifying which fields to include in a partial response.
|
|
34465
34562
|
# @param [String] quota_user
|
|
@@ -34924,11 +35021,12 @@ module Google
|
|
|
34924
35021
|
# The standard list page token.
|
|
34925
35022
|
# @param [Boolean] return_partial_success
|
|
34926
35023
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
34927
|
-
# those that are unreachable are returned in the
|
|
34928
|
-
# unreachable
|
|
34929
|
-
#
|
|
34930
|
-
# by default
|
|
34931
|
-
# explicitly documented otherwise in service or product specific
|
|
35024
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
35025
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
35026
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
35027
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
35028
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
35029
|
+
# documentation.
|
|
34932
35030
|
# @param [String] fields
|
|
34933
35031
|
# Selector specifying which fields to include in a partial response.
|
|
34934
35032
|
# @param [String] quota_user
|
|
@@ -35078,11 +35176,12 @@ module Google
|
|
|
35078
35176
|
# The standard list page token.
|
|
35079
35177
|
# @param [Boolean] return_partial_success
|
|
35080
35178
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
35081
|
-
# those that are unreachable are returned in the
|
|
35082
|
-
# unreachable
|
|
35083
|
-
#
|
|
35084
|
-
# by default
|
|
35085
|
-
# explicitly documented otherwise in service or product specific
|
|
35179
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
35180
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
35181
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
35182
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
35183
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
35184
|
+
# documentation.
|
|
35086
35185
|
# @param [String] fields
|
|
35087
35186
|
# Selector specifying which fields to include in a partial response.
|
|
35088
35187
|
# @param [String] quota_user
|
|
@@ -35406,11 +35505,12 @@ module Google
|
|
|
35406
35505
|
# The standard list page token.
|
|
35407
35506
|
# @param [Boolean] return_partial_success
|
|
35408
35507
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
35409
|
-
# those that are unreachable are returned in the
|
|
35410
|
-
# unreachable
|
|
35411
|
-
#
|
|
35412
|
-
# by default
|
|
35413
|
-
# explicitly documented otherwise in service or product specific
|
|
35508
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
35509
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
35510
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
35511
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
35512
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
35513
|
+
# documentation.
|
|
35414
35514
|
# @param [String] fields
|
|
35415
35515
|
# Selector specifying which fields to include in a partial response.
|
|
35416
35516
|
# @param [String] quota_user
|
|
@@ -35767,11 +35867,12 @@ module Google
|
|
|
35767
35867
|
# The standard list page token.
|
|
35768
35868
|
# @param [Boolean] return_partial_success
|
|
35769
35869
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
35770
|
-
# those that are unreachable are returned in the
|
|
35771
|
-
# unreachable
|
|
35772
|
-
#
|
|
35773
|
-
# by default
|
|
35774
|
-
# explicitly documented otherwise in service or product specific
|
|
35870
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
35871
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
35872
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
35873
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
35874
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
35875
|
+
# documentation.
|
|
35775
35876
|
# @param [String] fields
|
|
35776
35877
|
# Selector specifying which fields to include in a partial response.
|
|
35777
35878
|
# @param [String] quota_user
|
|
@@ -36304,11 +36405,12 @@ module Google
|
|
|
36304
36405
|
# The standard list page token.
|
|
36305
36406
|
# @param [Boolean] return_partial_success
|
|
36306
36407
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
36307
|
-
# those that are unreachable are returned in the
|
|
36308
|
-
# unreachable
|
|
36309
|
-
#
|
|
36310
|
-
# by default
|
|
36311
|
-
# explicitly documented otherwise in service or product specific
|
|
36408
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
36409
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
36410
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
36411
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
36412
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
36413
|
+
# documentation.
|
|
36312
36414
|
# @param [String] fields
|
|
36313
36415
|
# Selector specifying which fields to include in a partial response.
|
|
36314
36416
|
# @param [String] quota_user
|
|
@@ -37056,11 +37158,12 @@ module Google
|
|
|
37056
37158
|
# The standard list page token.
|
|
37057
37159
|
# @param [Boolean] return_partial_success
|
|
37058
37160
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
37059
|
-
# those that are unreachable are returned in the
|
|
37060
|
-
# unreachable
|
|
37061
|
-
#
|
|
37062
|
-
# by default
|
|
37063
|
-
# explicitly documented otherwise in service or product specific
|
|
37161
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
37162
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
37163
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
37164
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
37165
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
37166
|
+
# documentation.
|
|
37064
37167
|
# @param [String] fields
|
|
37065
37168
|
# Selector specifying which fields to include in a partial response.
|
|
37066
37169
|
# @param [String] quota_user
|
|
@@ -37516,11 +37619,12 @@ module Google
|
|
|
37516
37619
|
# The standard list page token.
|
|
37517
37620
|
# @param [Boolean] return_partial_success
|
|
37518
37621
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
37519
|
-
# those that are unreachable are returned in the
|
|
37520
|
-
# unreachable
|
|
37521
|
-
#
|
|
37522
|
-
# by default
|
|
37523
|
-
# explicitly documented otherwise in service or product specific
|
|
37622
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
37623
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
37624
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
37625
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
37626
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
37627
|
+
# documentation.
|
|
37524
37628
|
# @param [String] fields
|
|
37525
37629
|
# Selector specifying which fields to include in a partial response.
|
|
37526
37630
|
# @param [String] quota_user
|
|
@@ -38017,11 +38121,12 @@ module Google
|
|
|
38017
38121
|
# The standard list page token.
|
|
38018
38122
|
# @param [Boolean] return_partial_success
|
|
38019
38123
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
38020
|
-
# those that are unreachable are returned in the
|
|
38021
|
-
# unreachable
|
|
38022
|
-
#
|
|
38023
|
-
# by default
|
|
38024
|
-
# explicitly documented otherwise in service or product specific
|
|
38124
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
38125
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
38126
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
38127
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
38128
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
38129
|
+
# documentation.
|
|
38025
38130
|
# @param [String] fields
|
|
38026
38131
|
# Selector specifying which fields to include in a partial response.
|
|
38027
38132
|
# @param [String] quota_user
|
|
@@ -38208,11 +38313,12 @@ module Google
|
|
|
38208
38313
|
# The standard list page token.
|
|
38209
38314
|
# @param [Boolean] return_partial_success
|
|
38210
38315
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
38211
|
-
# those that are unreachable are returned in the
|
|
38212
|
-
# unreachable
|
|
38213
|
-
#
|
|
38214
|
-
# by default
|
|
38215
|
-
# explicitly documented otherwise in service or product specific
|
|
38316
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
38317
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
38318
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
38319
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
38320
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
38321
|
+
# documentation.
|
|
38216
38322
|
# @param [String] fields
|
|
38217
38323
|
# Selector specifying which fields to include in a partial response.
|
|
38218
38324
|
# @param [String] quota_user
|
|
@@ -38592,11 +38698,12 @@ module Google
|
|
|
38592
38698
|
# The standard list page token.
|
|
38593
38699
|
# @param [Boolean] return_partial_success
|
|
38594
38700
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
38595
|
-
# those that are unreachable are returned in the
|
|
38596
|
-
# unreachable
|
|
38597
|
-
#
|
|
38598
|
-
# by default
|
|
38599
|
-
# explicitly documented otherwise in service or product specific
|
|
38701
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
38702
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
38703
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
38704
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
38705
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
38706
|
+
# documentation.
|
|
38600
38707
|
# @param [String] fields
|
|
38601
38708
|
# Selector specifying which fields to include in a partial response.
|
|
38602
38709
|
# @param [String] quota_user
|
|
@@ -39490,11 +39597,12 @@ module Google
|
|
|
39490
39597
|
# The standard list page token.
|
|
39491
39598
|
# @param [Boolean] return_partial_success
|
|
39492
39599
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
39493
|
-
# those that are unreachable are returned in the
|
|
39494
|
-
# unreachable
|
|
39495
|
-
#
|
|
39496
|
-
# by default
|
|
39497
|
-
# explicitly documented otherwise in service or product specific
|
|
39600
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
39601
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
39602
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
39603
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
39604
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
39605
|
+
# documentation.
|
|
39498
39606
|
# @param [String] fields
|
|
39499
39607
|
# Selector specifying which fields to include in a partial response.
|
|
39500
39608
|
# @param [String] quota_user
|
|
@@ -39681,11 +39789,12 @@ module Google
|
|
|
39681
39789
|
# The standard list page token.
|
|
39682
39790
|
# @param [Boolean] return_partial_success
|
|
39683
39791
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
39684
|
-
# those that are unreachable are returned in the
|
|
39685
|
-
# unreachable
|
|
39686
|
-
#
|
|
39687
|
-
# by default
|
|
39688
|
-
# explicitly documented otherwise in service or product specific
|
|
39792
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
39793
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
39794
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
39795
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
39796
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
39797
|
+
# documentation.
|
|
39689
39798
|
# @param [String] fields
|
|
39690
39799
|
# Selector specifying which fields to include in a partial response.
|
|
39691
39800
|
# @param [String] quota_user
|
|
@@ -39872,11 +39981,12 @@ module Google
|
|
|
39872
39981
|
# The standard list page token.
|
|
39873
39982
|
# @param [Boolean] return_partial_success
|
|
39874
39983
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
39875
|
-
# those that are unreachable are returned in the
|
|
39876
|
-
# unreachable
|
|
39877
|
-
#
|
|
39878
|
-
# by default
|
|
39879
|
-
# explicitly documented otherwise in service or product specific
|
|
39984
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
39985
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
39986
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
39987
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
39988
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
39989
|
+
# documentation.
|
|
39880
39990
|
# @param [String] fields
|
|
39881
39991
|
# Selector specifying which fields to include in a partial response.
|
|
39882
39992
|
# @param [String] quota_user
|
|
@@ -41101,11 +41211,12 @@ module Google
|
|
|
41101
41211
|
# The standard list page token.
|
|
41102
41212
|
# @param [Boolean] return_partial_success
|
|
41103
41213
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
41104
|
-
# those that are unreachable are returned in the
|
|
41105
|
-
# unreachable
|
|
41106
|
-
#
|
|
41107
|
-
# by default
|
|
41108
|
-
# explicitly documented otherwise in service or product specific
|
|
41214
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
41215
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
41216
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
41217
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
41218
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
41219
|
+
# documentation.
|
|
41109
41220
|
# @param [String] fields
|
|
41110
41221
|
# Selector specifying which fields to include in a partial response.
|
|
41111
41222
|
# @param [String] quota_user
|
|
@@ -41366,11 +41477,12 @@ module Google
|
|
|
41366
41477
|
# The standard list page token.
|
|
41367
41478
|
# @param [Boolean] return_partial_success
|
|
41368
41479
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
41369
|
-
# those that are unreachable are returned in the
|
|
41370
|
-
# unreachable
|
|
41371
|
-
#
|
|
41372
|
-
# by default
|
|
41373
|
-
# explicitly documented otherwise in service or product specific
|
|
41480
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
41481
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
41482
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
41483
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
41484
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
41485
|
+
# documentation.
|
|
41374
41486
|
# @param [String] fields
|
|
41375
41487
|
# Selector specifying which fields to include in a partial response.
|
|
41376
41488
|
# @param [String] quota_user
|
|
@@ -41736,11 +41848,12 @@ module Google
|
|
|
41736
41848
|
# The standard list page token.
|
|
41737
41849
|
# @param [Boolean] return_partial_success
|
|
41738
41850
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
41739
|
-
# those that are unreachable are returned in the
|
|
41740
|
-
# unreachable
|
|
41741
|
-
#
|
|
41742
|
-
# by default
|
|
41743
|
-
# explicitly documented otherwise in service or product specific
|
|
41851
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
41852
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
41853
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
41854
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
41855
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
41856
|
+
# documentation.
|
|
41744
41857
|
# @param [String] fields
|
|
41745
41858
|
# Selector specifying which fields to include in a partial response.
|
|
41746
41859
|
# @param [String] quota_user
|
|
@@ -42196,11 +42309,12 @@ module Google
|
|
|
42196
42309
|
# The standard list page token.
|
|
42197
42310
|
# @param [Boolean] return_partial_success
|
|
42198
42311
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
42199
|
-
# those that are unreachable are returned in the
|
|
42200
|
-
# unreachable
|
|
42201
|
-
#
|
|
42202
|
-
# by default
|
|
42203
|
-
# explicitly documented otherwise in service or product specific
|
|
42312
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
42313
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
42314
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
42315
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
42316
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
42317
|
+
# documentation.
|
|
42204
42318
|
# @param [String] fields
|
|
42205
42319
|
# Selector specifying which fields to include in a partial response.
|
|
42206
42320
|
# @param [String] quota_user
|
|
@@ -42387,11 +42501,12 @@ module Google
|
|
|
42387
42501
|
# The standard list page token.
|
|
42388
42502
|
# @param [Boolean] return_partial_success
|
|
42389
42503
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
42390
|
-
# those that are unreachable are returned in the
|
|
42391
|
-
# unreachable
|
|
42392
|
-
#
|
|
42393
|
-
# by default
|
|
42394
|
-
# explicitly documented otherwise in service or product specific
|
|
42504
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
42505
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
42506
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
42507
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
42508
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
42509
|
+
# documentation.
|
|
42395
42510
|
# @param [String] fields
|
|
42396
42511
|
# Selector specifying which fields to include in a partial response.
|
|
42397
42512
|
# @param [String] quota_user
|
|
@@ -42541,11 +42656,12 @@ module Google
|
|
|
42541
42656
|
# The standard list page token.
|
|
42542
42657
|
# @param [Boolean] return_partial_success
|
|
42543
42658
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
42544
|
-
# those that are unreachable are returned in the
|
|
42545
|
-
# unreachable
|
|
42546
|
-
#
|
|
42547
|
-
# by default
|
|
42548
|
-
# explicitly documented otherwise in service or product specific
|
|
42659
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
42660
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
42661
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
42662
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
42663
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
42664
|
+
# documentation.
|
|
42549
42665
|
# @param [String] fields
|
|
42550
42666
|
# Selector specifying which fields to include in a partial response.
|
|
42551
42667
|
# @param [String] quota_user
|
|
@@ -42690,11 +42806,12 @@ module Google
|
|
|
42690
42806
|
# The standard list page token.
|
|
42691
42807
|
# @param [Boolean] return_partial_success
|
|
42692
42808
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
42693
|
-
# those that are unreachable are returned in the
|
|
42694
|
-
# unreachable
|
|
42695
|
-
#
|
|
42696
|
-
# by default
|
|
42697
|
-
# explicitly documented otherwise in service or product specific
|
|
42809
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
42810
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
42811
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
42812
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
42813
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
42814
|
+
# documentation.
|
|
42698
42815
|
# @param [String] fields
|
|
42699
42816
|
# Selector specifying which fields to include in a partial response.
|
|
42700
42817
|
# @param [String] quota_user
|
|
@@ -42881,11 +42998,12 @@ module Google
|
|
|
42881
42998
|
# The standard list page token.
|
|
42882
42999
|
# @param [Boolean] return_partial_success
|
|
42883
43000
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
42884
|
-
# those that are unreachable are returned in the
|
|
42885
|
-
# unreachable
|
|
42886
|
-
#
|
|
42887
|
-
# by default
|
|
42888
|
-
# explicitly documented otherwise in service or product specific
|
|
43001
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43002
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43003
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43004
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43005
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43006
|
+
# documentation.
|
|
42889
43007
|
# @param [String] fields
|
|
42890
43008
|
# Selector specifying which fields to include in a partial response.
|
|
42891
43009
|
# @param [String] quota_user
|
|
@@ -43072,11 +43190,12 @@ module Google
|
|
|
43072
43190
|
# The standard list page token.
|
|
43073
43191
|
# @param [Boolean] return_partial_success
|
|
43074
43192
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
43075
|
-
# those that are unreachable are returned in the
|
|
43076
|
-
# unreachable
|
|
43077
|
-
#
|
|
43078
|
-
# by default
|
|
43079
|
-
# explicitly documented otherwise in service or product specific
|
|
43193
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43194
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43195
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43196
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43197
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43198
|
+
# documentation.
|
|
43080
43199
|
# @param [String] fields
|
|
43081
43200
|
# Selector specifying which fields to include in a partial response.
|
|
43082
43201
|
# @param [String] quota_user
|
|
@@ -43263,11 +43382,12 @@ module Google
|
|
|
43263
43382
|
# The standard list page token.
|
|
43264
43383
|
# @param [Boolean] return_partial_success
|
|
43265
43384
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
43266
|
-
# those that are unreachable are returned in the
|
|
43267
|
-
# unreachable
|
|
43268
|
-
#
|
|
43269
|
-
# by default
|
|
43270
|
-
# explicitly documented otherwise in service or product specific
|
|
43385
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43386
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43387
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43388
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43389
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43390
|
+
# documentation.
|
|
43271
43391
|
# @param [String] fields
|
|
43272
43392
|
# Selector specifying which fields to include in a partial response.
|
|
43273
43393
|
# @param [String] quota_user
|
|
@@ -43454,11 +43574,12 @@ module Google
|
|
|
43454
43574
|
# The standard list page token.
|
|
43455
43575
|
# @param [Boolean] return_partial_success
|
|
43456
43576
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
43457
|
-
# those that are unreachable are returned in the
|
|
43458
|
-
# unreachable
|
|
43459
|
-
#
|
|
43460
|
-
# by default
|
|
43461
|
-
# explicitly documented otherwise in service or product specific
|
|
43577
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43578
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43579
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43580
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43581
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43582
|
+
# documentation.
|
|
43462
43583
|
# @param [String] fields
|
|
43463
43584
|
# Selector specifying which fields to include in a partial response.
|
|
43464
43585
|
# @param [String] quota_user
|
|
@@ -43645,11 +43766,12 @@ module Google
|
|
|
43645
43766
|
# The standard list page token.
|
|
43646
43767
|
# @param [Boolean] return_partial_success
|
|
43647
43768
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
43648
|
-
# those that are unreachable are returned in the
|
|
43649
|
-
# unreachable
|
|
43650
|
-
#
|
|
43651
|
-
# by default
|
|
43652
|
-
# explicitly documented otherwise in service or product specific
|
|
43769
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43770
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43771
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43772
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43773
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43774
|
+
# documentation.
|
|
43653
43775
|
# @param [String] fields
|
|
43654
43776
|
# Selector specifying which fields to include in a partial response.
|
|
43655
43777
|
# @param [String] quota_user
|
|
@@ -43836,11 +43958,12 @@ module Google
|
|
|
43836
43958
|
# The standard list page token.
|
|
43837
43959
|
# @param [Boolean] return_partial_success
|
|
43838
43960
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
43839
|
-
# those that are unreachable are returned in the
|
|
43840
|
-
# unreachable
|
|
43841
|
-
#
|
|
43842
|
-
# by default
|
|
43843
|
-
# explicitly documented otherwise in service or product specific
|
|
43961
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43962
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43963
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43964
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43965
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43966
|
+
# documentation.
|
|
43844
43967
|
# @param [String] fields
|
|
43845
43968
|
# Selector specifying which fields to include in a partial response.
|
|
43846
43969
|
# @param [String] quota_user
|
|
@@ -44027,11 +44150,12 @@ module Google
|
|
|
44027
44150
|
# The standard list page token.
|
|
44028
44151
|
# @param [Boolean] return_partial_success
|
|
44029
44152
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
44030
|
-
# those that are unreachable are returned in the
|
|
44031
|
-
# unreachable
|
|
44032
|
-
#
|
|
44033
|
-
# by default
|
|
44034
|
-
# explicitly documented otherwise in service or product specific
|
|
44153
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
44154
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
44155
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
44156
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
44157
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
44158
|
+
# documentation.
|
|
44035
44159
|
# @param [String] fields
|
|
44036
44160
|
# Selector specifying which fields to include in a partial response.
|
|
44037
44161
|
# @param [String] quota_user
|