google-apis-aiplatform_v1beta1 0.67.0 → 0.69.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 +8 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +361 -19
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +123 -0
- data/lib/google/apis/aiplatform_v1beta1/service.rb +843 -621
- 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
|
|
@@ -28872,7 +28957,12 @@ module Google
|
|
|
28872
28957
|
# @param [String] update_mask
|
|
28873
28958
|
# Required. The update mask applies to the resource. For the `FieldMask`
|
|
28874
28959
|
# definition, see google.protobuf.FieldMask. Input format: ``paths: "$`
|
|
28875
|
-
#
|
|
28960
|
+
# updated_field`"`` Updatable fields: * `encryption_spec.kms_key_name` * `
|
|
28961
|
+
# display_name` * `software_config.post_startup_script_config.
|
|
28962
|
+
# post_startup_script` * `software_config.post_startup_script_config.
|
|
28963
|
+
# post_startup_script_url` * `software_config.post_startup_script_config.
|
|
28964
|
+
# post_startup_script_behavior` * `software_config.env` * `software_config.
|
|
28965
|
+
# colab_image.release_name`
|
|
28876
28966
|
# @param [String] fields
|
|
28877
28967
|
# Selector specifying which fields to include in a partial response.
|
|
28878
28968
|
# @param [String] quota_user
|
|
@@ -29094,11 +29184,12 @@ module Google
|
|
|
29094
29184
|
# The standard list page token.
|
|
29095
29185
|
# @param [Boolean] return_partial_success
|
|
29096
29186
|
# 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
|
|
29187
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
29188
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
29189
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
29190
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
29191
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
29192
|
+
# documentation.
|
|
29102
29193
|
# @param [String] fields
|
|
29103
29194
|
# Selector specifying which fields to include in a partial response.
|
|
29104
29195
|
# @param [String] quota_user
|
|
@@ -29638,11 +29729,12 @@ module Google
|
|
|
29638
29729
|
# The standard list page token.
|
|
29639
29730
|
# @param [Boolean] return_partial_success
|
|
29640
29731
|
# 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
|
|
29732
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
29733
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
29734
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
29735
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
29736
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
29737
|
+
# documentation.
|
|
29646
29738
|
# @param [String] fields
|
|
29647
29739
|
# Selector specifying which fields to include in a partial response.
|
|
29648
29740
|
# @param [String] quota_user
|
|
@@ -29829,11 +29921,12 @@ module Google
|
|
|
29829
29921
|
# The standard list page token.
|
|
29830
29922
|
# @param [Boolean] return_partial_success
|
|
29831
29923
|
# 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
|
|
29924
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
29925
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
29926
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
29927
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
29928
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
29929
|
+
# documentation.
|
|
29837
29930
|
# @param [String] fields
|
|
29838
29931
|
# Selector specifying which fields to include in a partial response.
|
|
29839
29932
|
# @param [String] quota_user
|
|
@@ -30233,11 +30326,12 @@ module Google
|
|
|
30233
30326
|
# The standard list page token.
|
|
30234
30327
|
# @param [Boolean] return_partial_success
|
|
30235
30328
|
# 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
|
|
30329
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
30330
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
30331
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
30332
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
30333
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
30334
|
+
# documentation.
|
|
30241
30335
|
# @param [String] fields
|
|
30242
30336
|
# Selector specifying which fields to include in a partial response.
|
|
30243
30337
|
# @param [String] quota_user
|
|
@@ -30713,11 +30807,12 @@ module Google
|
|
|
30713
30807
|
# The standard list page token.
|
|
30714
30808
|
# @param [Boolean] return_partial_success
|
|
30715
30809
|
# 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
|
|
30810
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
30811
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
30812
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
30813
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
30814
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
30815
|
+
# documentation.
|
|
30721
30816
|
# @param [String] fields
|
|
30722
30817
|
# Selector specifying which fields to include in a partial response.
|
|
30723
30818
|
# @param [String] quota_user
|
|
@@ -31610,11 +31705,12 @@ module Google
|
|
|
31610
31705
|
# The standard list page token.
|
|
31611
31706
|
# @param [Boolean] return_partial_success
|
|
31612
31707
|
# 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
|
|
31708
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
31709
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
31710
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
31711
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
31712
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
31713
|
+
# documentation.
|
|
31618
31714
|
# @param [String] fields
|
|
31619
31715
|
# Selector specifying which fields to include in a partial response.
|
|
31620
31716
|
# @param [String] quota_user
|
|
@@ -31940,11 +32036,12 @@ module Google
|
|
|
31940
32036
|
# The standard list page token.
|
|
31941
32037
|
# @param [Boolean] return_partial_success
|
|
31942
32038
|
# 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
|
|
32039
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
32040
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
32041
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
32042
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
32043
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
32044
|
+
# documentation.
|
|
31948
32045
|
# @param [String] fields
|
|
31949
32046
|
# Selector specifying which fields to include in a partial response.
|
|
31950
32047
|
# @param [String] quota_user
|
|
@@ -32131,11 +32228,12 @@ module Google
|
|
|
32131
32228
|
# The standard list page token.
|
|
32132
32229
|
# @param [Boolean] return_partial_success
|
|
32133
32230
|
# 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
|
|
32231
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
32232
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
32233
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
32234
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
32235
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
32236
|
+
# documentation.
|
|
32139
32237
|
# @param [String] fields
|
|
32140
32238
|
# Selector specifying which fields to include in a partial response.
|
|
32141
32239
|
# @param [String] quota_user
|
|
@@ -33360,11 +33458,12 @@ module Google
|
|
|
33360
33458
|
# The standard list page token.
|
|
33361
33459
|
# @param [Boolean] return_partial_success
|
|
33362
33460
|
# 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
|
|
33461
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
33462
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
33463
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
33464
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
33465
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
33466
|
+
# documentation.
|
|
33368
33467
|
# @param [String] fields
|
|
33369
33468
|
# Selector specifying which fields to include in a partial response.
|
|
33370
33469
|
# @param [String] quota_user
|
|
@@ -33625,11 +33724,12 @@ module Google
|
|
|
33625
33724
|
# The standard list page token.
|
|
33626
33725
|
# @param [Boolean] return_partial_success
|
|
33627
33726
|
# 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
|
|
33727
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
33728
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
33729
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
33730
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
33731
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
33732
|
+
# documentation.
|
|
33633
33733
|
# @param [String] fields
|
|
33634
33734
|
# Selector specifying which fields to include in a partial response.
|
|
33635
33735
|
# @param [String] quota_user
|
|
@@ -33995,11 +34095,12 @@ module Google
|
|
|
33995
34095
|
# The standard list page token.
|
|
33996
34096
|
# @param [Boolean] return_partial_success
|
|
33997
34097
|
# 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
|
|
34098
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
34099
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
34100
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
34101
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
34102
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
34103
|
+
# documentation.
|
|
34003
34104
|
# @param [String] fields
|
|
34004
34105
|
# Selector specifying which fields to include in a partial response.
|
|
34005
34106
|
# @param [String] quota_user
|
|
@@ -34455,11 +34556,12 @@ module Google
|
|
|
34455
34556
|
# The standard list page token.
|
|
34456
34557
|
# @param [Boolean] return_partial_success
|
|
34457
34558
|
# 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
|
|
34559
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
34560
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
34561
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
34562
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
34563
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
34564
|
+
# documentation.
|
|
34463
34565
|
# @param [String] fields
|
|
34464
34566
|
# Selector specifying which fields to include in a partial response.
|
|
34465
34567
|
# @param [String] quota_user
|
|
@@ -34924,11 +35026,12 @@ module Google
|
|
|
34924
35026
|
# The standard list page token.
|
|
34925
35027
|
# @param [Boolean] return_partial_success
|
|
34926
35028
|
# 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
|
|
35029
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
35030
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
35031
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
35032
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
35033
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
35034
|
+
# documentation.
|
|
34932
35035
|
# @param [String] fields
|
|
34933
35036
|
# Selector specifying which fields to include in a partial response.
|
|
34934
35037
|
# @param [String] quota_user
|
|
@@ -35078,11 +35181,12 @@ module Google
|
|
|
35078
35181
|
# The standard list page token.
|
|
35079
35182
|
# @param [Boolean] return_partial_success
|
|
35080
35183
|
# 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
|
|
35184
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
35185
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
35186
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
35187
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
35188
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
35189
|
+
# documentation.
|
|
35086
35190
|
# @param [String] fields
|
|
35087
35191
|
# Selector specifying which fields to include in a partial response.
|
|
35088
35192
|
# @param [String] quota_user
|
|
@@ -35406,11 +35510,12 @@ module Google
|
|
|
35406
35510
|
# The standard list page token.
|
|
35407
35511
|
# @param [Boolean] return_partial_success
|
|
35408
35512
|
# 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
|
|
35513
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
35514
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
35515
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
35516
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
35517
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
35518
|
+
# documentation.
|
|
35414
35519
|
# @param [String] fields
|
|
35415
35520
|
# Selector specifying which fields to include in a partial response.
|
|
35416
35521
|
# @param [String] quota_user
|
|
@@ -35767,11 +35872,12 @@ module Google
|
|
|
35767
35872
|
# The standard list page token.
|
|
35768
35873
|
# @param [Boolean] return_partial_success
|
|
35769
35874
|
# 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
|
|
35875
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
35876
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
35877
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
35878
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
35879
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
35880
|
+
# documentation.
|
|
35775
35881
|
# @param [String] fields
|
|
35776
35882
|
# Selector specifying which fields to include in a partial response.
|
|
35777
35883
|
# @param [String] quota_user
|
|
@@ -36304,11 +36410,12 @@ module Google
|
|
|
36304
36410
|
# The standard list page token.
|
|
36305
36411
|
# @param [Boolean] return_partial_success
|
|
36306
36412
|
# 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
|
|
36413
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
36414
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
36415
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
36416
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
36417
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
36418
|
+
# documentation.
|
|
36312
36419
|
# @param [String] fields
|
|
36313
36420
|
# Selector specifying which fields to include in a partial response.
|
|
36314
36421
|
# @param [String] quota_user
|
|
@@ -37056,11 +37163,12 @@ module Google
|
|
|
37056
37163
|
# The standard list page token.
|
|
37057
37164
|
# @param [Boolean] return_partial_success
|
|
37058
37165
|
# 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
|
|
37166
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
37167
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
37168
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
37169
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
37170
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
37171
|
+
# documentation.
|
|
37064
37172
|
# @param [String] fields
|
|
37065
37173
|
# Selector specifying which fields to include in a partial response.
|
|
37066
37174
|
# @param [String] quota_user
|
|
@@ -37516,11 +37624,12 @@ module Google
|
|
|
37516
37624
|
# The standard list page token.
|
|
37517
37625
|
# @param [Boolean] return_partial_success
|
|
37518
37626
|
# 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
|
|
37627
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
37628
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
37629
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
37630
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
37631
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
37632
|
+
# documentation.
|
|
37524
37633
|
# @param [String] fields
|
|
37525
37634
|
# Selector specifying which fields to include in a partial response.
|
|
37526
37635
|
# @param [String] quota_user
|
|
@@ -38017,11 +38126,12 @@ module Google
|
|
|
38017
38126
|
# The standard list page token.
|
|
38018
38127
|
# @param [Boolean] return_partial_success
|
|
38019
38128
|
# 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
|
|
38129
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
38130
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
38131
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
38132
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
38133
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
38134
|
+
# documentation.
|
|
38025
38135
|
# @param [String] fields
|
|
38026
38136
|
# Selector specifying which fields to include in a partial response.
|
|
38027
38137
|
# @param [String] quota_user
|
|
@@ -38208,11 +38318,12 @@ module Google
|
|
|
38208
38318
|
# The standard list page token.
|
|
38209
38319
|
# @param [Boolean] return_partial_success
|
|
38210
38320
|
# 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
|
|
38321
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
38322
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
38323
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
38324
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
38325
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
38326
|
+
# documentation.
|
|
38216
38327
|
# @param [String] fields
|
|
38217
38328
|
# Selector specifying which fields to include in a partial response.
|
|
38218
38329
|
# @param [String] quota_user
|
|
@@ -38592,11 +38703,12 @@ module Google
|
|
|
38592
38703
|
# The standard list page token.
|
|
38593
38704
|
# @param [Boolean] return_partial_success
|
|
38594
38705
|
# 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
|
|
38706
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
38707
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
38708
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
38709
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
38710
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
38711
|
+
# documentation.
|
|
38600
38712
|
# @param [String] fields
|
|
38601
38713
|
# Selector specifying which fields to include in a partial response.
|
|
38602
38714
|
# @param [String] quota_user
|
|
@@ -39490,11 +39602,12 @@ module Google
|
|
|
39490
39602
|
# The standard list page token.
|
|
39491
39603
|
# @param [Boolean] return_partial_success
|
|
39492
39604
|
# 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
|
|
39605
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
39606
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
39607
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
39608
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
39609
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
39610
|
+
# documentation.
|
|
39498
39611
|
# @param [String] fields
|
|
39499
39612
|
# Selector specifying which fields to include in a partial response.
|
|
39500
39613
|
# @param [String] quota_user
|
|
@@ -39681,11 +39794,12 @@ module Google
|
|
|
39681
39794
|
# The standard list page token.
|
|
39682
39795
|
# @param [Boolean] return_partial_success
|
|
39683
39796
|
# 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
|
|
39797
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
39798
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
39799
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
39800
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
39801
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
39802
|
+
# documentation.
|
|
39689
39803
|
# @param [String] fields
|
|
39690
39804
|
# Selector specifying which fields to include in a partial response.
|
|
39691
39805
|
# @param [String] quota_user
|
|
@@ -39872,11 +39986,12 @@ module Google
|
|
|
39872
39986
|
# The standard list page token.
|
|
39873
39987
|
# @param [Boolean] return_partial_success
|
|
39874
39988
|
# 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
|
|
39989
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
39990
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
39991
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
39992
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
39993
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
39994
|
+
# documentation.
|
|
39880
39995
|
# @param [String] fields
|
|
39881
39996
|
# Selector specifying which fields to include in a partial response.
|
|
39882
39997
|
# @param [String] quota_user
|
|
@@ -41101,11 +41216,12 @@ module Google
|
|
|
41101
41216
|
# The standard list page token.
|
|
41102
41217
|
# @param [Boolean] return_partial_success
|
|
41103
41218
|
# 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
|
|
41219
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
41220
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
41221
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
41222
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
41223
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
41224
|
+
# documentation.
|
|
41109
41225
|
# @param [String] fields
|
|
41110
41226
|
# Selector specifying which fields to include in a partial response.
|
|
41111
41227
|
# @param [String] quota_user
|
|
@@ -41366,11 +41482,12 @@ module Google
|
|
|
41366
41482
|
# The standard list page token.
|
|
41367
41483
|
# @param [Boolean] return_partial_success
|
|
41368
41484
|
# 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
|
|
41485
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
41486
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
41487
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
41488
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
41489
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
41490
|
+
# documentation.
|
|
41374
41491
|
# @param [String] fields
|
|
41375
41492
|
# Selector specifying which fields to include in a partial response.
|
|
41376
41493
|
# @param [String] quota_user
|
|
@@ -41736,11 +41853,12 @@ module Google
|
|
|
41736
41853
|
# The standard list page token.
|
|
41737
41854
|
# @param [Boolean] return_partial_success
|
|
41738
41855
|
# 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
|
|
41856
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
41857
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
41858
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
41859
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
41860
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
41861
|
+
# documentation.
|
|
41744
41862
|
# @param [String] fields
|
|
41745
41863
|
# Selector specifying which fields to include in a partial response.
|
|
41746
41864
|
# @param [String] quota_user
|
|
@@ -42196,11 +42314,12 @@ module Google
|
|
|
42196
42314
|
# The standard list page token.
|
|
42197
42315
|
# @param [Boolean] return_partial_success
|
|
42198
42316
|
# 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
|
|
42317
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
42318
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
42319
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
42320
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
42321
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
42322
|
+
# documentation.
|
|
42204
42323
|
# @param [String] fields
|
|
42205
42324
|
# Selector specifying which fields to include in a partial response.
|
|
42206
42325
|
# @param [String] quota_user
|
|
@@ -42387,11 +42506,12 @@ module Google
|
|
|
42387
42506
|
# The standard list page token.
|
|
42388
42507
|
# @param [Boolean] return_partial_success
|
|
42389
42508
|
# 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
|
|
42509
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
42510
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
42511
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
42512
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
42513
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
42514
|
+
# documentation.
|
|
42395
42515
|
# @param [String] fields
|
|
42396
42516
|
# Selector specifying which fields to include in a partial response.
|
|
42397
42517
|
# @param [String] quota_user
|
|
@@ -42541,11 +42661,12 @@ module Google
|
|
|
42541
42661
|
# The standard list page token.
|
|
42542
42662
|
# @param [Boolean] return_partial_success
|
|
42543
42663
|
# 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
|
|
42664
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
42665
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
42666
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
42667
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
42668
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
42669
|
+
# documentation.
|
|
42549
42670
|
# @param [String] fields
|
|
42550
42671
|
# Selector specifying which fields to include in a partial response.
|
|
42551
42672
|
# @param [String] quota_user
|
|
@@ -42690,11 +42811,12 @@ module Google
|
|
|
42690
42811
|
# The standard list page token.
|
|
42691
42812
|
# @param [Boolean] return_partial_success
|
|
42692
42813
|
# 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
|
|
42814
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
42815
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
42816
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
42817
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
42818
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
42819
|
+
# documentation.
|
|
42698
42820
|
# @param [String] fields
|
|
42699
42821
|
# Selector specifying which fields to include in a partial response.
|
|
42700
42822
|
# @param [String] quota_user
|
|
@@ -42881,11 +43003,12 @@ module Google
|
|
|
42881
43003
|
# The standard list page token.
|
|
42882
43004
|
# @param [Boolean] return_partial_success
|
|
42883
43005
|
# 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
|
|
43006
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43007
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43008
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43009
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43010
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43011
|
+
# documentation.
|
|
42889
43012
|
# @param [String] fields
|
|
42890
43013
|
# Selector specifying which fields to include in a partial response.
|
|
42891
43014
|
# @param [String] quota_user
|
|
@@ -43072,11 +43195,12 @@ module Google
|
|
|
43072
43195
|
# The standard list page token.
|
|
43073
43196
|
# @param [Boolean] return_partial_success
|
|
43074
43197
|
# 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
|
|
43198
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43199
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43200
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43201
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43202
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43203
|
+
# documentation.
|
|
43080
43204
|
# @param [String] fields
|
|
43081
43205
|
# Selector specifying which fields to include in a partial response.
|
|
43082
43206
|
# @param [String] quota_user
|
|
@@ -43263,11 +43387,12 @@ module Google
|
|
|
43263
43387
|
# The standard list page token.
|
|
43264
43388
|
# @param [Boolean] return_partial_success
|
|
43265
43389
|
# 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
|
|
43390
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43391
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43392
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43393
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43394
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43395
|
+
# documentation.
|
|
43271
43396
|
# @param [String] fields
|
|
43272
43397
|
# Selector specifying which fields to include in a partial response.
|
|
43273
43398
|
# @param [String] quota_user
|
|
@@ -43454,11 +43579,12 @@ module Google
|
|
|
43454
43579
|
# The standard list page token.
|
|
43455
43580
|
# @param [Boolean] return_partial_success
|
|
43456
43581
|
# 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
|
|
43582
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43583
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43584
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43585
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43586
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43587
|
+
# documentation.
|
|
43462
43588
|
# @param [String] fields
|
|
43463
43589
|
# Selector specifying which fields to include in a partial response.
|
|
43464
43590
|
# @param [String] quota_user
|
|
@@ -43645,11 +43771,12 @@ module Google
|
|
|
43645
43771
|
# The standard list page token.
|
|
43646
43772
|
# @param [Boolean] return_partial_success
|
|
43647
43773
|
# 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
|
|
43774
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43775
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43776
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43777
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43778
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43779
|
+
# documentation.
|
|
43653
43780
|
# @param [String] fields
|
|
43654
43781
|
# Selector specifying which fields to include in a partial response.
|
|
43655
43782
|
# @param [String] quota_user
|
|
@@ -43836,11 +43963,12 @@ module Google
|
|
|
43836
43963
|
# The standard list page token.
|
|
43837
43964
|
# @param [Boolean] return_partial_success
|
|
43838
43965
|
# 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
|
|
43966
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43967
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43968
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43969
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43970
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43971
|
+
# documentation.
|
|
43844
43972
|
# @param [String] fields
|
|
43845
43973
|
# Selector specifying which fields to include in a partial response.
|
|
43846
43974
|
# @param [String] quota_user
|
|
@@ -44027,11 +44155,12 @@ module Google
|
|
|
44027
44155
|
# The standard list page token.
|
|
44028
44156
|
# @param [Boolean] return_partial_success
|
|
44029
44157
|
# 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
|
|
44158
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
44159
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
44160
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
44161
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
44162
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
44163
|
+
# documentation.
|
|
44035
44164
|
# @param [String] fields
|
|
44036
44165
|
# Selector specifying which fields to include in a partial response.
|
|
44037
44166
|
# @param [String] quota_user
|
|
@@ -44137,6 +44266,99 @@ module Google
|
|
|
44137
44266
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
44138
44267
|
execute_or_queue_command(command, &block)
|
|
44139
44268
|
end
|
|
44269
|
+
|
|
44270
|
+
# Evaluates a dataset based on a set of given metrics.
|
|
44271
|
+
# @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateDatasetRequest] google_cloud_aiplatform_v1beta1_evaluate_dataset_request_object
|
|
44272
|
+
# @param [String] fields
|
|
44273
|
+
# Selector specifying which fields to include in a partial response.
|
|
44274
|
+
# @param [String] quota_user
|
|
44275
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
44276
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
44277
|
+
# @param [Google::Apis::RequestOptions] options
|
|
44278
|
+
# Request-specific options
|
|
44279
|
+
#
|
|
44280
|
+
# @yield [result, err] Result & error if block supplied
|
|
44281
|
+
# @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation] parsed result object
|
|
44282
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
44283
|
+
#
|
|
44284
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation]
|
|
44285
|
+
#
|
|
44286
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
44287
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
44288
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
44289
|
+
def evaluate_dataset(google_cloud_aiplatform_v1beta1_evaluate_dataset_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
44290
|
+
command = make_simple_command(:post, 'v1beta1:evaluateDataset', options)
|
|
44291
|
+
command.request_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateDatasetRequest::Representation
|
|
44292
|
+
command.request_object = google_cloud_aiplatform_v1beta1_evaluate_dataset_request_object
|
|
44293
|
+
command.response_representation = Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation::Representation
|
|
44294
|
+
command.response_class = Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation
|
|
44295
|
+
command.query['fields'] = fields unless fields.nil?
|
|
44296
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
44297
|
+
execute_or_queue_command(command, &block)
|
|
44298
|
+
end
|
|
44299
|
+
|
|
44300
|
+
# Evaluates instances based on a given metric.
|
|
44301
|
+
# @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateInstancesRequest] google_cloud_aiplatform_v1beta1_evaluate_instances_request_object
|
|
44302
|
+
# @param [String] fields
|
|
44303
|
+
# Selector specifying which fields to include in a partial response.
|
|
44304
|
+
# @param [String] quota_user
|
|
44305
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
44306
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
44307
|
+
# @param [Google::Apis::RequestOptions] options
|
|
44308
|
+
# Request-specific options
|
|
44309
|
+
#
|
|
44310
|
+
# @yield [result, err] Result & error if block supplied
|
|
44311
|
+
# @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateInstancesResponse] parsed result object
|
|
44312
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
44313
|
+
#
|
|
44314
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateInstancesResponse]
|
|
44315
|
+
#
|
|
44316
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
44317
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
44318
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
44319
|
+
def evaluate_instances(google_cloud_aiplatform_v1beta1_evaluate_instances_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
44320
|
+
command = make_simple_command(:post, 'v1beta1:evaluateInstances', options)
|
|
44321
|
+
command.request_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateInstancesRequest::Representation
|
|
44322
|
+
command.request_object = google_cloud_aiplatform_v1beta1_evaluate_instances_request_object
|
|
44323
|
+
command.response_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateInstancesResponse::Representation
|
|
44324
|
+
command.response_class = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateInstancesResponse
|
|
44325
|
+
command.query['fields'] = fields unless fields.nil?
|
|
44326
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
44327
|
+
execute_or_queue_command(command, &block)
|
|
44328
|
+
end
|
|
44329
|
+
|
|
44330
|
+
# Generates rubrics for a given prompt. A rubric represents a single testable
|
|
44331
|
+
# criterion for evaluation. One input prompt could have multiple rubrics This
|
|
44332
|
+
# RPC allows users to get suggested rubrics based on provided prompt, which can
|
|
44333
|
+
# then be reviewed and used for subsequent evaluations.
|
|
44334
|
+
# @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateInstanceRubricsRequest] google_cloud_aiplatform_v1beta1_generate_instance_rubrics_request_object
|
|
44335
|
+
# @param [String] fields
|
|
44336
|
+
# Selector specifying which fields to include in a partial response.
|
|
44337
|
+
# @param [String] quota_user
|
|
44338
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
44339
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
44340
|
+
# @param [Google::Apis::RequestOptions] options
|
|
44341
|
+
# Request-specific options
|
|
44342
|
+
#
|
|
44343
|
+
# @yield [result, err] Result & error if block supplied
|
|
44344
|
+
# @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateInstanceRubricsResponse] parsed result object
|
|
44345
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
44346
|
+
#
|
|
44347
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateInstanceRubricsResponse]
|
|
44348
|
+
#
|
|
44349
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
44350
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
44351
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
44352
|
+
def generate_instance_rubrics(google_cloud_aiplatform_v1beta1_generate_instance_rubrics_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
44353
|
+
command = make_simple_command(:post, 'v1beta1:generateInstanceRubrics', options)
|
|
44354
|
+
command.request_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateInstanceRubricsRequest::Representation
|
|
44355
|
+
command.request_object = google_cloud_aiplatform_v1beta1_generate_instance_rubrics_request_object
|
|
44356
|
+
command.response_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateInstanceRubricsResponse::Representation
|
|
44357
|
+
command.response_class = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateInstanceRubricsResponse
|
|
44358
|
+
command.query['fields'] = fields unless fields.nil?
|
|
44359
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
44360
|
+
execute_or_queue_command(command, &block)
|
|
44361
|
+
end
|
|
44140
44362
|
|
|
44141
44363
|
protected
|
|
44142
44364
|
|