google-apis-aiplatform_v1beta1 0.66.0 → 0.68.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +270 -8
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +102 -0
- data/lib/google/apis/aiplatform_v1beta1/service.rb +863 -626
- 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
|
|
@@ -14816,6 +14872,45 @@ module Google
|
|
|
14816
14872
|
execute_or_queue_command(command, &block)
|
|
14817
14873
|
end
|
|
14818
14874
|
|
|
14875
|
+
# Forwards arbitrary HTTP requests for both streaming and non-streaming cases.
|
|
14876
|
+
# To use this method, invoke_route_prefix must be set to allow the paths that
|
|
14877
|
+
# will be specified in the request.
|
|
14878
|
+
# @param [String] endpoint
|
|
14879
|
+
# Required. The name of the Endpoint requested to serve the prediction. Format: `
|
|
14880
|
+
# projects/`project`/locations/`location`/endpoints/`endpoint``
|
|
14881
|
+
# @param [Google::Apis::AiplatformV1beta1::GoogleApiHttpBody] google_api_http_body_object
|
|
14882
|
+
# @param [String] deployed_model_id
|
|
14883
|
+
# ID of the DeployedModel that serves the invoke request.
|
|
14884
|
+
# @param [String] fields
|
|
14885
|
+
# Selector specifying which fields to include in a partial response.
|
|
14886
|
+
# @param [String] quota_user
|
|
14887
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
14888
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
14889
|
+
# @param [Google::Apis::RequestOptions] options
|
|
14890
|
+
# Request-specific options
|
|
14891
|
+
#
|
|
14892
|
+
# @yield [result, err] Result & error if block supplied
|
|
14893
|
+
# @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleApiHttpBody] parsed result object
|
|
14894
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
14895
|
+
#
|
|
14896
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleApiHttpBody]
|
|
14897
|
+
#
|
|
14898
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
14899
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
14900
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
14901
|
+
def inference_project_location_endpoint_google_science(endpoint, google_api_http_body_object = nil, deployed_model_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
14902
|
+
command = make_simple_command(:post, 'v1beta1/{+endpoint}/science/inference', options)
|
|
14903
|
+
command.request_representation = Google::Apis::AiplatformV1beta1::GoogleApiHttpBody::Representation
|
|
14904
|
+
command.request_object = google_api_http_body_object
|
|
14905
|
+
command.response_representation = Google::Apis::AiplatformV1beta1::GoogleApiHttpBody::Representation
|
|
14906
|
+
command.response_class = Google::Apis::AiplatformV1beta1::GoogleApiHttpBody
|
|
14907
|
+
command.params['endpoint'] = endpoint unless endpoint.nil?
|
|
14908
|
+
command.query['deployedModelId'] = deployed_model_id unless deployed_model_id.nil?
|
|
14909
|
+
command.query['fields'] = fields unless fields.nil?
|
|
14910
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
14911
|
+
execute_or_queue_command(command, &block)
|
|
14912
|
+
end
|
|
14913
|
+
|
|
14819
14914
|
# Forwards arbitrary HTTP requests for both streaming and non-streaming cases.
|
|
14820
14915
|
# To use this method, invoke_route_prefix must be set to allow the paths that
|
|
14821
14916
|
# will be specified in the request.
|
|
@@ -15006,11 +15101,12 @@ module Google
|
|
|
15006
15101
|
# The standard list page token.
|
|
15007
15102
|
# @param [Boolean] return_partial_success
|
|
15008
15103
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
15009
|
-
# those that are unreachable are returned in the
|
|
15010
|
-
# unreachable
|
|
15011
|
-
#
|
|
15012
|
-
# by default
|
|
15013
|
-
# 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.
|
|
15014
15110
|
# @param [String] fields
|
|
15015
15111
|
# Selector specifying which fields to include in a partial response.
|
|
15016
15112
|
# @param [String] quota_user
|
|
@@ -15303,11 +15399,12 @@ module Google
|
|
|
15303
15399
|
# The standard list page token.
|
|
15304
15400
|
# @param [Boolean] return_partial_success
|
|
15305
15401
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
15306
|
-
# those that are unreachable are returned in the
|
|
15307
|
-
# unreachable
|
|
15308
|
-
#
|
|
15309
|
-
# by default
|
|
15310
|
-
# 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.
|
|
15311
15408
|
# @param [String] fields
|
|
15312
15409
|
# Selector specifying which fields to include in a partial response.
|
|
15313
15410
|
# @param [String] quota_user
|
|
@@ -15635,11 +15732,12 @@ module Google
|
|
|
15635
15732
|
# The standard list page token.
|
|
15636
15733
|
# @param [Boolean] return_partial_success
|
|
15637
15734
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
15638
|
-
# those that are unreachable are returned in the
|
|
15639
|
-
# unreachable
|
|
15640
|
-
#
|
|
15641
|
-
# by default
|
|
15642
|
-
# 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.
|
|
15643
15741
|
# @param [String] fields
|
|
15644
15742
|
# Selector specifying which fields to include in a partial response.
|
|
15645
15743
|
# @param [String] quota_user
|
|
@@ -15970,11 +16068,12 @@ module Google
|
|
|
15970
16068
|
# The standard list page token.
|
|
15971
16069
|
# @param [Boolean] return_partial_success
|
|
15972
16070
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
15973
|
-
# those that are unreachable are returned in the
|
|
15974
|
-
# unreachable
|
|
15975
|
-
#
|
|
15976
|
-
# by default
|
|
15977
|
-
# 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.
|
|
15978
16077
|
# @param [String] fields
|
|
15979
16078
|
# Selector specifying which fields to include in a partial response.
|
|
15980
16079
|
# @param [String] quota_user
|
|
@@ -16124,11 +16223,12 @@ module Google
|
|
|
16124
16223
|
# The standard list page token.
|
|
16125
16224
|
# @param [Boolean] return_partial_success
|
|
16126
16225
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
16127
|
-
# those that are unreachable are returned in the
|
|
16128
|
-
# unreachable
|
|
16129
|
-
#
|
|
16130
|
-
# by default
|
|
16131
|
-
# 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.
|
|
16132
16232
|
# @param [String] fields
|
|
16133
16233
|
# Selector specifying which fields to include in a partial response.
|
|
16134
16234
|
# @param [String] quota_user
|
|
@@ -16647,11 +16747,12 @@ module Google
|
|
|
16647
16747
|
# The standard list page token.
|
|
16648
16748
|
# @param [Boolean] return_partial_success
|
|
16649
16749
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
16650
|
-
# those that are unreachable are returned in the
|
|
16651
|
-
# unreachable
|
|
16652
|
-
#
|
|
16653
|
-
# by default
|
|
16654
|
-
# 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.
|
|
16655
16756
|
# @param [String] fields
|
|
16656
16757
|
# Selector specifying which fields to include in a partial response.
|
|
16657
16758
|
# @param [String] quota_user
|
|
@@ -16838,11 +16939,12 @@ module Google
|
|
|
16838
16939
|
# The standard list page token.
|
|
16839
16940
|
# @param [Boolean] return_partial_success
|
|
16840
16941
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
16841
|
-
# those that are unreachable are returned in the
|
|
16842
|
-
# unreachable
|
|
16843
|
-
#
|
|
16844
|
-
# by default
|
|
16845
|
-
# 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.
|
|
16846
16948
|
# @param [String] fields
|
|
16847
16949
|
# Selector specifying which fields to include in a partial response.
|
|
16848
16950
|
# @param [String] quota_user
|
|
@@ -17279,11 +17381,12 @@ module Google
|
|
|
17279
17381
|
# The standard list page token.
|
|
17280
17382
|
# @param [Boolean] return_partial_success
|
|
17281
17383
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
17282
|
-
# those that are unreachable are returned in the
|
|
17283
|
-
# unreachable
|
|
17284
|
-
#
|
|
17285
|
-
# by default
|
|
17286
|
-
# 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.
|
|
17287
17390
|
# @param [String] fields
|
|
17288
17391
|
# Selector specifying which fields to include in a partial response.
|
|
17289
17392
|
# @param [String] quota_user
|
|
@@ -18089,11 +18192,12 @@ module Google
|
|
|
18089
18192
|
# The standard list page token.
|
|
18090
18193
|
# @param [Boolean] return_partial_success
|
|
18091
18194
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
18092
|
-
# those that are unreachable are returned in the
|
|
18093
|
-
# unreachable
|
|
18094
|
-
#
|
|
18095
|
-
# by default
|
|
18096
|
-
# 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.
|
|
18097
18201
|
# @param [String] fields
|
|
18098
18202
|
# Selector specifying which fields to include in a partial response.
|
|
18099
18203
|
# @param [String] quota_user
|
|
@@ -18523,11 +18627,12 @@ module Google
|
|
|
18523
18627
|
# The standard list page token.
|
|
18524
18628
|
# @param [Boolean] return_partial_success
|
|
18525
18629
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
18526
|
-
# those that are unreachable are returned in the
|
|
18527
|
-
# unreachable
|
|
18528
|
-
#
|
|
18529
|
-
# by default
|
|
18530
|
-
# 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.
|
|
18531
18636
|
# @param [String] fields
|
|
18532
18637
|
# Selector specifying which fields to include in a partial response.
|
|
18533
18638
|
# @param [String] quota_user
|
|
@@ -18677,11 +18782,12 @@ module Google
|
|
|
18677
18782
|
# The standard list page token.
|
|
18678
18783
|
# @param [Boolean] return_partial_success
|
|
18679
18784
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
18680
|
-
# those that are unreachable are returned in the
|
|
18681
|
-
# unreachable
|
|
18682
|
-
#
|
|
18683
|
-
# by default
|
|
18684
|
-
# 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.
|
|
18685
18791
|
# @param [String] fields
|
|
18686
18792
|
# Selector specifying which fields to include in a partial response.
|
|
18687
18793
|
# @param [String] quota_user
|
|
@@ -19801,11 +19907,12 @@ module Google
|
|
|
19801
19907
|
# The standard list page token.
|
|
19802
19908
|
# @param [Boolean] return_partial_success
|
|
19803
19909
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
19804
|
-
# those that are unreachable are returned in the
|
|
19805
|
-
# unreachable
|
|
19806
|
-
#
|
|
19807
|
-
# by default
|
|
19808
|
-
# 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.
|
|
19809
19916
|
# @param [String] fields
|
|
19810
19917
|
# Selector specifying which fields to include in a partial response.
|
|
19811
19918
|
# @param [String] quota_user
|
|
@@ -19955,11 +20062,12 @@ module Google
|
|
|
19955
20062
|
# The standard list page token.
|
|
19956
20063
|
# @param [Boolean] return_partial_success
|
|
19957
20064
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
19958
|
-
# those that are unreachable are returned in the
|
|
19959
|
-
# unreachable
|
|
19960
|
-
#
|
|
19961
|
-
# by default
|
|
19962
|
-
# 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.
|
|
19963
20071
|
# @param [String] fields
|
|
19964
20072
|
# Selector specifying which fields to include in a partial response.
|
|
19965
20073
|
# @param [String] quota_user
|
|
@@ -21445,11 +21553,12 @@ module Google
|
|
|
21445
21553
|
# The standard list page token.
|
|
21446
21554
|
# @param [Boolean] return_partial_success
|
|
21447
21555
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
21448
|
-
# those that are unreachable are returned in the
|
|
21449
|
-
# unreachable
|
|
21450
|
-
#
|
|
21451
|
-
# by default
|
|
21452
|
-
# 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.
|
|
21453
21562
|
# @param [String] fields
|
|
21454
21563
|
# Selector specifying which fields to include in a partial response.
|
|
21455
21564
|
# @param [String] quota_user
|
|
@@ -21636,11 +21745,12 @@ module Google
|
|
|
21636
21745
|
# The standard list page token.
|
|
21637
21746
|
# @param [Boolean] return_partial_success
|
|
21638
21747
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
21639
|
-
# those that are unreachable are returned in the
|
|
21640
|
-
# unreachable
|
|
21641
|
-
#
|
|
21642
|
-
# by default
|
|
21643
|
-
# 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.
|
|
21644
21754
|
# @param [String] fields
|
|
21645
21755
|
# Selector specifying which fields to include in a partial response.
|
|
21646
21756
|
# @param [String] quota_user
|
|
@@ -21827,11 +21937,12 @@ module Google
|
|
|
21827
21937
|
# The standard list page token.
|
|
21828
21938
|
# @param [Boolean] return_partial_success
|
|
21829
21939
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
21830
|
-
# those that are unreachable are returned in the
|
|
21831
|
-
# unreachable
|
|
21832
|
-
#
|
|
21833
|
-
# by default
|
|
21834
|
-
# 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.
|
|
21835
21946
|
# @param [String] fields
|
|
21836
21947
|
# Selector specifying which fields to include in a partial response.
|
|
21837
21948
|
# @param [String] quota_user
|
|
@@ -22213,11 +22324,12 @@ module Google
|
|
|
22213
22324
|
# The standard list page token.
|
|
22214
22325
|
# @param [Boolean] return_partial_success
|
|
22215
22326
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
22216
|
-
# those that are unreachable are returned in the
|
|
22217
|
-
# unreachable
|
|
22218
|
-
#
|
|
22219
|
-
# by default
|
|
22220
|
-
# 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.
|
|
22221
22333
|
# @param [String] fields
|
|
22222
22334
|
# Selector specifying which fields to include in a partial response.
|
|
22223
22335
|
# @param [String] quota_user
|
|
@@ -22766,11 +22878,12 @@ module Google
|
|
|
22766
22878
|
# The standard list page token.
|
|
22767
22879
|
# @param [Boolean] return_partial_success
|
|
22768
22880
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
22769
|
-
# those that are unreachable are returned in the
|
|
22770
|
-
# unreachable
|
|
22771
|
-
#
|
|
22772
|
-
# by default
|
|
22773
|
-
# 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.
|
|
22774
22887
|
# @param [String] fields
|
|
22775
22888
|
# Selector specifying which fields to include in a partial response.
|
|
22776
22889
|
# @param [String] quota_user
|
|
@@ -23237,11 +23350,12 @@ module Google
|
|
|
23237
23350
|
# The standard list page token.
|
|
23238
23351
|
# @param [Boolean] return_partial_success
|
|
23239
23352
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
23240
|
-
# those that are unreachable are returned in the
|
|
23241
|
-
# unreachable
|
|
23242
|
-
#
|
|
23243
|
-
# by default
|
|
23244
|
-
# 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.
|
|
23245
23359
|
# @param [String] fields
|
|
23246
23360
|
# Selector specifying which fields to include in a partial response.
|
|
23247
23361
|
# @param [String] quota_user
|
|
@@ -23891,11 +24005,12 @@ module Google
|
|
|
23891
24005
|
# The standard list page token.
|
|
23892
24006
|
# @param [Boolean] return_partial_success
|
|
23893
24007
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
23894
|
-
# those that are unreachable are returned in the
|
|
23895
|
-
# unreachable
|
|
23896
|
-
#
|
|
23897
|
-
# by default
|
|
23898
|
-
# 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.
|
|
23899
24014
|
# @param [String] fields
|
|
23900
24015
|
# Selector specifying which fields to include in a partial response.
|
|
23901
24016
|
# @param [String] quota_user
|
|
@@ -24484,11 +24599,12 @@ module Google
|
|
|
24484
24599
|
# The standard list page token.
|
|
24485
24600
|
# @param [Boolean] return_partial_success
|
|
24486
24601
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
24487
|
-
# those that are unreachable are returned in the
|
|
24488
|
-
# unreachable
|
|
24489
|
-
#
|
|
24490
|
-
# by default
|
|
24491
|
-
# 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.
|
|
24492
24608
|
# @param [String] fields
|
|
24493
24609
|
# Selector specifying which fields to include in a partial response.
|
|
24494
24610
|
# @param [String] quota_user
|
|
@@ -24999,11 +25115,12 @@ module Google
|
|
|
24999
25115
|
# The standard list page token.
|
|
25000
25116
|
# @param [Boolean] return_partial_success
|
|
25001
25117
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
25002
|
-
# those that are unreachable are returned in the
|
|
25003
|
-
# unreachable
|
|
25004
|
-
#
|
|
25005
|
-
# by default
|
|
25006
|
-
# 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.
|
|
25007
25124
|
# @param [String] fields
|
|
25008
25125
|
# Selector specifying which fields to include in a partial response.
|
|
25009
25126
|
# @param [String] quota_user
|
|
@@ -25310,11 +25427,12 @@ module Google
|
|
|
25310
25427
|
# The standard list page token.
|
|
25311
25428
|
# @param [Boolean] return_partial_success
|
|
25312
25429
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
25313
|
-
# those that are unreachable are returned in the
|
|
25314
|
-
# unreachable
|
|
25315
|
-
#
|
|
25316
|
-
# by default
|
|
25317
|
-
# 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.
|
|
25318
25436
|
# @param [String] fields
|
|
25319
25437
|
# Selector specifying which fields to include in a partial response.
|
|
25320
25438
|
# @param [String] quota_user
|
|
@@ -25573,11 +25691,12 @@ module Google
|
|
|
25573
25691
|
# The standard list page token.
|
|
25574
25692
|
# @param [Boolean] return_partial_success
|
|
25575
25693
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
25576
|
-
# those that are unreachable are returned in the
|
|
25577
|
-
# unreachable
|
|
25578
|
-
#
|
|
25579
|
-
# by default
|
|
25580
|
-
# 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.
|
|
25581
25700
|
# @param [String] fields
|
|
25582
25701
|
# Selector specifying which fields to include in a partial response.
|
|
25583
25702
|
# @param [String] quota_user
|
|
@@ -26076,11 +26195,12 @@ module Google
|
|
|
26076
26195
|
# The standard list page token.
|
|
26077
26196
|
# @param [Boolean] return_partial_success
|
|
26078
26197
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
26079
|
-
# those that are unreachable are returned in the
|
|
26080
|
-
# unreachable
|
|
26081
|
-
#
|
|
26082
|
-
# by default
|
|
26083
|
-
# 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.
|
|
26084
26204
|
# @param [String] fields
|
|
26085
26205
|
# Selector specifying which fields to include in a partial response.
|
|
26086
26206
|
# @param [String] quota_user
|
|
@@ -26670,11 +26790,12 @@ module Google
|
|
|
26670
26790
|
# The standard list page token.
|
|
26671
26791
|
# @param [Boolean] return_partial_success
|
|
26672
26792
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
26673
|
-
# those that are unreachable are returned in the
|
|
26674
|
-
# unreachable
|
|
26675
|
-
#
|
|
26676
|
-
# by default
|
|
26677
|
-
# 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.
|
|
26678
26799
|
# @param [String] fields
|
|
26679
26800
|
# Selector specifying which fields to include in a partial response.
|
|
26680
26801
|
# @param [String] quota_user
|
|
@@ -27557,11 +27678,12 @@ module Google
|
|
|
27557
27678
|
# The standard list page token.
|
|
27558
27679
|
# @param [Boolean] return_partial_success
|
|
27559
27680
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
27560
|
-
# those that are unreachable are returned in the
|
|
27561
|
-
# unreachable
|
|
27562
|
-
#
|
|
27563
|
-
# by default
|
|
27564
|
-
# 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.
|
|
27565
27687
|
# @param [String] fields
|
|
27566
27688
|
# Selector specifying which fields to include in a partial response.
|
|
27567
27689
|
# @param [String] quota_user
|
|
@@ -27861,11 +27983,12 @@ module Google
|
|
|
27861
27983
|
# The standard list page token.
|
|
27862
27984
|
# @param [Boolean] return_partial_success
|
|
27863
27985
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
27864
|
-
# those that are unreachable are returned in the
|
|
27865
|
-
# unreachable
|
|
27866
|
-
#
|
|
27867
|
-
# by default
|
|
27868
|
-
# 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.
|
|
27869
27992
|
# @param [String] fields
|
|
27870
27993
|
# Selector specifying which fields to include in a partial response.
|
|
27871
27994
|
# @param [String] quota_user
|
|
@@ -28539,11 +28662,12 @@ module Google
|
|
|
28539
28662
|
# The standard list page token.
|
|
28540
28663
|
# @param [Boolean] return_partial_success
|
|
28541
28664
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
28542
|
-
# those that are unreachable are returned in the
|
|
28543
|
-
# unreachable
|
|
28544
|
-
#
|
|
28545
|
-
# by default
|
|
28546
|
-
# 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.
|
|
28547
28671
|
# @param [String] fields
|
|
28548
28672
|
# Selector specifying which fields to include in a partial response.
|
|
28549
28673
|
# @param [String] quota_user
|
|
@@ -29055,11 +29179,12 @@ module Google
|
|
|
29055
29179
|
# The standard list page token.
|
|
29056
29180
|
# @param [Boolean] return_partial_success
|
|
29057
29181
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
29058
|
-
# those that are unreachable are returned in the
|
|
29059
|
-
# unreachable
|
|
29060
|
-
#
|
|
29061
|
-
# by default
|
|
29062
|
-
# explicitly documented otherwise in service or product specific
|
|
29182
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
29183
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
29184
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
29185
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
29186
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
29187
|
+
# documentation.
|
|
29063
29188
|
# @param [String] fields
|
|
29064
29189
|
# Selector specifying which fields to include in a partial response.
|
|
29065
29190
|
# @param [String] quota_user
|
|
@@ -29599,11 +29724,12 @@ module Google
|
|
|
29599
29724
|
# The standard list page token.
|
|
29600
29725
|
# @param [Boolean] return_partial_success
|
|
29601
29726
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
29602
|
-
# those that are unreachable are returned in the
|
|
29603
|
-
# unreachable
|
|
29604
|
-
#
|
|
29605
|
-
# by default
|
|
29606
|
-
# explicitly documented otherwise in service or product specific
|
|
29727
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
29728
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
29729
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
29730
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
29731
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
29732
|
+
# documentation.
|
|
29607
29733
|
# @param [String] fields
|
|
29608
29734
|
# Selector specifying which fields to include in a partial response.
|
|
29609
29735
|
# @param [String] quota_user
|
|
@@ -29790,11 +29916,12 @@ module Google
|
|
|
29790
29916
|
# The standard list page token.
|
|
29791
29917
|
# @param [Boolean] return_partial_success
|
|
29792
29918
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
29793
|
-
# those that are unreachable are returned in the
|
|
29794
|
-
# unreachable
|
|
29795
|
-
#
|
|
29796
|
-
# by default
|
|
29797
|
-
# explicitly documented otherwise in service or product specific
|
|
29919
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
29920
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
29921
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
29922
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
29923
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
29924
|
+
# documentation.
|
|
29798
29925
|
# @param [String] fields
|
|
29799
29926
|
# Selector specifying which fields to include in a partial response.
|
|
29800
29927
|
# @param [String] quota_user
|
|
@@ -30194,11 +30321,12 @@ module Google
|
|
|
30194
30321
|
# The standard list page token.
|
|
30195
30322
|
# @param [Boolean] return_partial_success
|
|
30196
30323
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
30197
|
-
# those that are unreachable are returned in the
|
|
30198
|
-
# unreachable
|
|
30199
|
-
#
|
|
30200
|
-
# by default
|
|
30201
|
-
# explicitly documented otherwise in service or product specific
|
|
30324
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
30325
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
30326
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
30327
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
30328
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
30329
|
+
# documentation.
|
|
30202
30330
|
# @param [String] fields
|
|
30203
30331
|
# Selector specifying which fields to include in a partial response.
|
|
30204
30332
|
# @param [String] quota_user
|
|
@@ -30674,11 +30802,12 @@ module Google
|
|
|
30674
30802
|
# The standard list page token.
|
|
30675
30803
|
# @param [Boolean] return_partial_success
|
|
30676
30804
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
30677
|
-
# those that are unreachable are returned in the
|
|
30678
|
-
# unreachable
|
|
30679
|
-
#
|
|
30680
|
-
# by default
|
|
30681
|
-
# explicitly documented otherwise in service or product specific
|
|
30805
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
30806
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
30807
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
30808
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
30809
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
30810
|
+
# documentation.
|
|
30682
30811
|
# @param [String] fields
|
|
30683
30812
|
# Selector specifying which fields to include in a partial response.
|
|
30684
30813
|
# @param [String] quota_user
|
|
@@ -31571,11 +31700,12 @@ module Google
|
|
|
31571
31700
|
# The standard list page token.
|
|
31572
31701
|
# @param [Boolean] return_partial_success
|
|
31573
31702
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
31574
|
-
# those that are unreachable are returned in the
|
|
31575
|
-
# unreachable
|
|
31576
|
-
#
|
|
31577
|
-
# by default
|
|
31578
|
-
# explicitly documented otherwise in service or product specific
|
|
31703
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
31704
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
31705
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
31706
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
31707
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
31708
|
+
# documentation.
|
|
31579
31709
|
# @param [String] fields
|
|
31580
31710
|
# Selector specifying which fields to include in a partial response.
|
|
31581
31711
|
# @param [String] quota_user
|
|
@@ -31901,11 +32031,12 @@ module Google
|
|
|
31901
32031
|
# The standard list page token.
|
|
31902
32032
|
# @param [Boolean] return_partial_success
|
|
31903
32033
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
31904
|
-
# those that are unreachable are returned in the
|
|
31905
|
-
# unreachable
|
|
31906
|
-
#
|
|
31907
|
-
# by default
|
|
31908
|
-
# explicitly documented otherwise in service or product specific
|
|
32034
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
32035
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
32036
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
32037
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
32038
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
32039
|
+
# documentation.
|
|
31909
32040
|
# @param [String] fields
|
|
31910
32041
|
# Selector specifying which fields to include in a partial response.
|
|
31911
32042
|
# @param [String] quota_user
|
|
@@ -32092,11 +32223,12 @@ module Google
|
|
|
32092
32223
|
# The standard list page token.
|
|
32093
32224
|
# @param [Boolean] return_partial_success
|
|
32094
32225
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
32095
|
-
# those that are unreachable are returned in the
|
|
32096
|
-
# unreachable
|
|
32097
|
-
#
|
|
32098
|
-
# by default
|
|
32099
|
-
# explicitly documented otherwise in service or product specific
|
|
32226
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
32227
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
32228
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
32229
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
32230
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
32231
|
+
# documentation.
|
|
32100
32232
|
# @param [String] fields
|
|
32101
32233
|
# Selector specifying which fields to include in a partial response.
|
|
32102
32234
|
# @param [String] quota_user
|
|
@@ -33022,8 +33154,9 @@ module Google
|
|
|
33022
33154
|
# reasoning_engine``
|
|
33023
33155
|
# @param [String] filter
|
|
33024
33156
|
# Optional. The standard list filter. More detail in [AIP-160](https://google.
|
|
33025
|
-
# aip.dev/160). Supported fields
|
|
33026
|
-
#
|
|
33157
|
+
# aip.dev/160). Supported fields: * `scope` (as a JSON string with equality
|
|
33158
|
+
# match only) * `topics` (i.e. `topics.custom_memory_topic_label: "example topic"
|
|
33159
|
+
# OR topics.managed_memory_topic: USER_PREFERENCES`)
|
|
33027
33160
|
# @param [String] order_by
|
|
33028
33161
|
# Optional. The standard list order by string. If not specified, the default
|
|
33029
33162
|
# order is `create_time desc`. If specified, the default sorting order of
|
|
@@ -33102,6 +33235,41 @@ module Google
|
|
|
33102
33235
|
execute_or_queue_command(command, &block)
|
|
33103
33236
|
end
|
|
33104
33237
|
|
|
33238
|
+
# Purge memories.
|
|
33239
|
+
# @param [String] parent
|
|
33240
|
+
# Required. The resource name of the ReasoningEngine to purge memories from.
|
|
33241
|
+
# Format: `projects/`project`/locations/`location`/reasoningEngines/`
|
|
33242
|
+
# reasoning_engine``
|
|
33243
|
+
# @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PurgeMemoriesRequest] google_cloud_aiplatform_v1beta1_purge_memories_request_object
|
|
33244
|
+
# @param [String] fields
|
|
33245
|
+
# Selector specifying which fields to include in a partial response.
|
|
33246
|
+
# @param [String] quota_user
|
|
33247
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
33248
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
33249
|
+
# @param [Google::Apis::RequestOptions] options
|
|
33250
|
+
# Request-specific options
|
|
33251
|
+
#
|
|
33252
|
+
# @yield [result, err] Result & error if block supplied
|
|
33253
|
+
# @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation] parsed result object
|
|
33254
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
33255
|
+
#
|
|
33256
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation]
|
|
33257
|
+
#
|
|
33258
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
33259
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
33260
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
33261
|
+
def purge_project_location_reasoning_engine_memory(parent, google_cloud_aiplatform_v1beta1_purge_memories_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
33262
|
+
command = make_simple_command(:post, 'v1beta1/{+parent}/memories:purge', options)
|
|
33263
|
+
command.request_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PurgeMemoriesRequest::Representation
|
|
33264
|
+
command.request_object = google_cloud_aiplatform_v1beta1_purge_memories_request_object
|
|
33265
|
+
command.response_representation = Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation::Representation
|
|
33266
|
+
command.response_class = Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation
|
|
33267
|
+
command.params['parent'] = parent unless parent.nil?
|
|
33268
|
+
command.query['fields'] = fields unless fields.nil?
|
|
33269
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
33270
|
+
execute_or_queue_command(command, &block)
|
|
33271
|
+
end
|
|
33272
|
+
|
|
33105
33273
|
# Retrieve memories.
|
|
33106
33274
|
# @param [String] parent
|
|
33107
33275
|
# Required. The resource name of the ReasoningEngine to retrieve memories from.
|
|
@@ -33285,11 +33453,12 @@ module Google
|
|
|
33285
33453
|
# The standard list page token.
|
|
33286
33454
|
# @param [Boolean] return_partial_success
|
|
33287
33455
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
33288
|
-
# those that are unreachable are returned in the
|
|
33289
|
-
# unreachable
|
|
33290
|
-
#
|
|
33291
|
-
# by default
|
|
33292
|
-
# explicitly documented otherwise in service or product specific
|
|
33456
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
33457
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
33458
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
33459
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
33460
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
33461
|
+
# documentation.
|
|
33293
33462
|
# @param [String] fields
|
|
33294
33463
|
# Selector specifying which fields to include in a partial response.
|
|
33295
33464
|
# @param [String] quota_user
|
|
@@ -33550,11 +33719,12 @@ module Google
|
|
|
33550
33719
|
# The standard list page token.
|
|
33551
33720
|
# @param [Boolean] return_partial_success
|
|
33552
33721
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
33553
|
-
# those that are unreachable are returned in the
|
|
33554
|
-
# unreachable
|
|
33555
|
-
#
|
|
33556
|
-
# by default
|
|
33557
|
-
# explicitly documented otherwise in service or product specific
|
|
33722
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
33723
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
33724
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
33725
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
33726
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
33727
|
+
# documentation.
|
|
33558
33728
|
# @param [String] fields
|
|
33559
33729
|
# Selector specifying which fields to include in a partial response.
|
|
33560
33730
|
# @param [String] quota_user
|
|
@@ -33920,11 +34090,12 @@ module Google
|
|
|
33920
34090
|
# The standard list page token.
|
|
33921
34091
|
# @param [Boolean] return_partial_success
|
|
33922
34092
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
33923
|
-
# those that are unreachable are returned in the
|
|
33924
|
-
# unreachable
|
|
33925
|
-
#
|
|
33926
|
-
# by default
|
|
33927
|
-
# explicitly documented otherwise in service or product specific
|
|
34093
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
34094
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
34095
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
34096
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
34097
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
34098
|
+
# documentation.
|
|
33928
34099
|
# @param [String] fields
|
|
33929
34100
|
# Selector specifying which fields to include in a partial response.
|
|
33930
34101
|
# @param [String] quota_user
|
|
@@ -34135,7 +34306,8 @@ module Google
|
|
|
34135
34306
|
# projects/`project`/locations/`location`/reasoningEngines/`reasoning_engine``
|
|
34136
34307
|
# @param [String] filter
|
|
34137
34308
|
# Optional. The standard list filter. Supported fields: * `display_name` * `
|
|
34138
|
-
# user_id` Example: `display_name="abc"`, `user_id="123"
|
|
34309
|
+
# user_id` * `labels` Example: `display_name="abc"`, `user_id="123"`, `labels.
|
|
34310
|
+
# key="value"`.
|
|
34139
34311
|
# @param [String] order_by
|
|
34140
34312
|
# Optional. A comma-separated list of fields to order by, sorted in ascending
|
|
34141
34313
|
# order. Use "desc" after a field name for descending. Supported fields: * `
|
|
@@ -34379,11 +34551,12 @@ module Google
|
|
|
34379
34551
|
# The standard list page token.
|
|
34380
34552
|
# @param [Boolean] return_partial_success
|
|
34381
34553
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
34382
|
-
# those that are unreachable are returned in the
|
|
34383
|
-
# unreachable
|
|
34384
|
-
#
|
|
34385
|
-
# by default
|
|
34386
|
-
# explicitly documented otherwise in service or product specific
|
|
34554
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
34555
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
34556
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
34557
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
34558
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
34559
|
+
# documentation.
|
|
34387
34560
|
# @param [String] fields
|
|
34388
34561
|
# Selector specifying which fields to include in a partial response.
|
|
34389
34562
|
# @param [String] quota_user
|
|
@@ -34848,11 +35021,12 @@ module Google
|
|
|
34848
35021
|
# The standard list page token.
|
|
34849
35022
|
# @param [Boolean] return_partial_success
|
|
34850
35023
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
34851
|
-
# those that are unreachable are returned in the
|
|
34852
|
-
# unreachable
|
|
34853
|
-
#
|
|
34854
|
-
# by default
|
|
34855
|
-
# explicitly documented otherwise in service or product specific
|
|
35024
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
35025
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
35026
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
35027
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
35028
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
35029
|
+
# documentation.
|
|
34856
35030
|
# @param [String] fields
|
|
34857
35031
|
# Selector specifying which fields to include in a partial response.
|
|
34858
35032
|
# @param [String] quota_user
|
|
@@ -35002,11 +35176,12 @@ module Google
|
|
|
35002
35176
|
# The standard list page token.
|
|
35003
35177
|
# @param [Boolean] return_partial_success
|
|
35004
35178
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
35005
|
-
# those that are unreachable are returned in the
|
|
35006
|
-
# unreachable
|
|
35007
|
-
#
|
|
35008
|
-
# by default
|
|
35009
|
-
# explicitly documented otherwise in service or product specific
|
|
35179
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
35180
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
35181
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
35182
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
35183
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
35184
|
+
# documentation.
|
|
35010
35185
|
# @param [String] fields
|
|
35011
35186
|
# Selector specifying which fields to include in a partial response.
|
|
35012
35187
|
# @param [String] quota_user
|
|
@@ -35330,11 +35505,12 @@ module Google
|
|
|
35330
35505
|
# The standard list page token.
|
|
35331
35506
|
# @param [Boolean] return_partial_success
|
|
35332
35507
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
35333
|
-
# those that are unreachable are returned in the
|
|
35334
|
-
# unreachable
|
|
35335
|
-
#
|
|
35336
|
-
# by default
|
|
35337
|
-
# explicitly documented otherwise in service or product specific
|
|
35508
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
35509
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
35510
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
35511
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
35512
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
35513
|
+
# documentation.
|
|
35338
35514
|
# @param [String] fields
|
|
35339
35515
|
# Selector specifying which fields to include in a partial response.
|
|
35340
35516
|
# @param [String] quota_user
|
|
@@ -35691,11 +35867,12 @@ module Google
|
|
|
35691
35867
|
# The standard list page token.
|
|
35692
35868
|
# @param [Boolean] return_partial_success
|
|
35693
35869
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
35694
|
-
# those that are unreachable are returned in the
|
|
35695
|
-
# unreachable
|
|
35696
|
-
#
|
|
35697
|
-
# by default
|
|
35698
|
-
# explicitly documented otherwise in service or product specific
|
|
35870
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
35871
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
35872
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
35873
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
35874
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
35875
|
+
# documentation.
|
|
35699
35876
|
# @param [String] fields
|
|
35700
35877
|
# Selector specifying which fields to include in a partial response.
|
|
35701
35878
|
# @param [String] quota_user
|
|
@@ -36228,11 +36405,12 @@ module Google
|
|
|
36228
36405
|
# The standard list page token.
|
|
36229
36406
|
# @param [Boolean] return_partial_success
|
|
36230
36407
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
36231
|
-
# those that are unreachable are returned in the
|
|
36232
|
-
# unreachable
|
|
36233
|
-
#
|
|
36234
|
-
# by default
|
|
36235
|
-
# explicitly documented otherwise in service or product specific
|
|
36408
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
36409
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
36410
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
36411
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
36412
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
36413
|
+
# documentation.
|
|
36236
36414
|
# @param [String] fields
|
|
36237
36415
|
# Selector specifying which fields to include in a partial response.
|
|
36238
36416
|
# @param [String] quota_user
|
|
@@ -36980,11 +37158,12 @@ module Google
|
|
|
36980
37158
|
# The standard list page token.
|
|
36981
37159
|
# @param [Boolean] return_partial_success
|
|
36982
37160
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
36983
|
-
# those that are unreachable are returned in the
|
|
36984
|
-
# unreachable
|
|
36985
|
-
#
|
|
36986
|
-
# by default
|
|
36987
|
-
# explicitly documented otherwise in service or product specific
|
|
37161
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
37162
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
37163
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
37164
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
37165
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
37166
|
+
# documentation.
|
|
36988
37167
|
# @param [String] fields
|
|
36989
37168
|
# Selector specifying which fields to include in a partial response.
|
|
36990
37169
|
# @param [String] quota_user
|
|
@@ -37440,11 +37619,12 @@ module Google
|
|
|
37440
37619
|
# The standard list page token.
|
|
37441
37620
|
# @param [Boolean] return_partial_success
|
|
37442
37621
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
37443
|
-
# those that are unreachable are returned in the
|
|
37444
|
-
# unreachable
|
|
37445
|
-
#
|
|
37446
|
-
# by default
|
|
37447
|
-
# explicitly documented otherwise in service or product specific
|
|
37622
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
37623
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
37624
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
37625
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
37626
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
37627
|
+
# documentation.
|
|
37448
37628
|
# @param [String] fields
|
|
37449
37629
|
# Selector specifying which fields to include in a partial response.
|
|
37450
37630
|
# @param [String] quota_user
|
|
@@ -37941,11 +38121,12 @@ module Google
|
|
|
37941
38121
|
# The standard list page token.
|
|
37942
38122
|
# @param [Boolean] return_partial_success
|
|
37943
38123
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
37944
|
-
# those that are unreachable are returned in the
|
|
37945
|
-
# unreachable
|
|
37946
|
-
#
|
|
37947
|
-
# by default
|
|
37948
|
-
# explicitly documented otherwise in service or product specific
|
|
38124
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
38125
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
38126
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
38127
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
38128
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
38129
|
+
# documentation.
|
|
37949
38130
|
# @param [String] fields
|
|
37950
38131
|
# Selector specifying which fields to include in a partial response.
|
|
37951
38132
|
# @param [String] quota_user
|
|
@@ -38132,11 +38313,12 @@ module Google
|
|
|
38132
38313
|
# The standard list page token.
|
|
38133
38314
|
# @param [Boolean] return_partial_success
|
|
38134
38315
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
38135
|
-
# those that are unreachable are returned in the
|
|
38136
|
-
# unreachable
|
|
38137
|
-
#
|
|
38138
|
-
# by default
|
|
38139
|
-
# explicitly documented otherwise in service or product specific
|
|
38316
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
38317
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
38318
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
38319
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
38320
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
38321
|
+
# documentation.
|
|
38140
38322
|
# @param [String] fields
|
|
38141
38323
|
# Selector specifying which fields to include in a partial response.
|
|
38142
38324
|
# @param [String] quota_user
|
|
@@ -38516,11 +38698,12 @@ module Google
|
|
|
38516
38698
|
# The standard list page token.
|
|
38517
38699
|
# @param [Boolean] return_partial_success
|
|
38518
38700
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
38519
|
-
# those that are unreachable are returned in the
|
|
38520
|
-
# unreachable
|
|
38521
|
-
#
|
|
38522
|
-
# by default
|
|
38523
|
-
# explicitly documented otherwise in service or product specific
|
|
38701
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
38702
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
38703
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
38704
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
38705
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
38706
|
+
# documentation.
|
|
38524
38707
|
# @param [String] fields
|
|
38525
38708
|
# Selector specifying which fields to include in a partial response.
|
|
38526
38709
|
# @param [String] quota_user
|
|
@@ -39414,11 +39597,12 @@ module Google
|
|
|
39414
39597
|
# The standard list page token.
|
|
39415
39598
|
# @param [Boolean] return_partial_success
|
|
39416
39599
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
39417
|
-
# those that are unreachable are returned in the
|
|
39418
|
-
# unreachable
|
|
39419
|
-
#
|
|
39420
|
-
# by default
|
|
39421
|
-
# explicitly documented otherwise in service or product specific
|
|
39600
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
39601
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
39602
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
39603
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
39604
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
39605
|
+
# documentation.
|
|
39422
39606
|
# @param [String] fields
|
|
39423
39607
|
# Selector specifying which fields to include in a partial response.
|
|
39424
39608
|
# @param [String] quota_user
|
|
@@ -39605,11 +39789,12 @@ module Google
|
|
|
39605
39789
|
# The standard list page token.
|
|
39606
39790
|
# @param [Boolean] return_partial_success
|
|
39607
39791
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
39608
|
-
# those that are unreachable are returned in the
|
|
39609
|
-
# unreachable
|
|
39610
|
-
#
|
|
39611
|
-
# by default
|
|
39612
|
-
# explicitly documented otherwise in service or product specific
|
|
39792
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
39793
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
39794
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
39795
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
39796
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
39797
|
+
# documentation.
|
|
39613
39798
|
# @param [String] fields
|
|
39614
39799
|
# Selector specifying which fields to include in a partial response.
|
|
39615
39800
|
# @param [String] quota_user
|
|
@@ -39796,11 +39981,12 @@ module Google
|
|
|
39796
39981
|
# The standard list page token.
|
|
39797
39982
|
# @param [Boolean] return_partial_success
|
|
39798
39983
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
39799
|
-
# those that are unreachable are returned in the
|
|
39800
|
-
# unreachable
|
|
39801
|
-
#
|
|
39802
|
-
# by default
|
|
39803
|
-
# explicitly documented otherwise in service or product specific
|
|
39984
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
39985
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
39986
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
39987
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
39988
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
39989
|
+
# documentation.
|
|
39804
39990
|
# @param [String] fields
|
|
39805
39991
|
# Selector specifying which fields to include in a partial response.
|
|
39806
39992
|
# @param [String] quota_user
|
|
@@ -40726,8 +40912,9 @@ module Google
|
|
|
40726
40912
|
# reasoning_engine``
|
|
40727
40913
|
# @param [String] filter
|
|
40728
40914
|
# Optional. The standard list filter. More detail in [AIP-160](https://google.
|
|
40729
|
-
# aip.dev/160). Supported fields
|
|
40730
|
-
#
|
|
40915
|
+
# aip.dev/160). Supported fields: * `scope` (as a JSON string with equality
|
|
40916
|
+
# match only) * `topics` (i.e. `topics.custom_memory_topic_label: "example topic"
|
|
40917
|
+
# OR topics.managed_memory_topic: USER_PREFERENCES`)
|
|
40731
40918
|
# @param [String] order_by
|
|
40732
40919
|
# Optional. The standard list order by string. If not specified, the default
|
|
40733
40920
|
# order is `create_time desc`. If specified, the default sorting order of
|
|
@@ -40806,6 +40993,41 @@ module Google
|
|
|
40806
40993
|
execute_or_queue_command(command, &block)
|
|
40807
40994
|
end
|
|
40808
40995
|
|
|
40996
|
+
# Purge memories.
|
|
40997
|
+
# @param [String] parent
|
|
40998
|
+
# Required. The resource name of the ReasoningEngine to purge memories from.
|
|
40999
|
+
# Format: `projects/`project`/locations/`location`/reasoningEngines/`
|
|
41000
|
+
# reasoning_engine``
|
|
41001
|
+
# @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PurgeMemoriesRequest] google_cloud_aiplatform_v1beta1_purge_memories_request_object
|
|
41002
|
+
# @param [String] fields
|
|
41003
|
+
# Selector specifying which fields to include in a partial response.
|
|
41004
|
+
# @param [String] quota_user
|
|
41005
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
41006
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
41007
|
+
# @param [Google::Apis::RequestOptions] options
|
|
41008
|
+
# Request-specific options
|
|
41009
|
+
#
|
|
41010
|
+
# @yield [result, err] Result & error if block supplied
|
|
41011
|
+
# @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation] parsed result object
|
|
41012
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
41013
|
+
#
|
|
41014
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation]
|
|
41015
|
+
#
|
|
41016
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
41017
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
41018
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
41019
|
+
def purge_reasoning_engine_memory(parent, google_cloud_aiplatform_v1beta1_purge_memories_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
41020
|
+
command = make_simple_command(:post, 'v1beta1/{+parent}/memories:purge', options)
|
|
41021
|
+
command.request_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PurgeMemoriesRequest::Representation
|
|
41022
|
+
command.request_object = google_cloud_aiplatform_v1beta1_purge_memories_request_object
|
|
41023
|
+
command.response_representation = Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation::Representation
|
|
41024
|
+
command.response_class = Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation
|
|
41025
|
+
command.params['parent'] = parent unless parent.nil?
|
|
41026
|
+
command.query['fields'] = fields unless fields.nil?
|
|
41027
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
41028
|
+
execute_or_queue_command(command, &block)
|
|
41029
|
+
end
|
|
41030
|
+
|
|
40809
41031
|
# Retrieve memories.
|
|
40810
41032
|
# @param [String] parent
|
|
40811
41033
|
# Required. The resource name of the ReasoningEngine to retrieve memories from.
|
|
@@ -40989,11 +41211,12 @@ module Google
|
|
|
40989
41211
|
# The standard list page token.
|
|
40990
41212
|
# @param [Boolean] return_partial_success
|
|
40991
41213
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
40992
|
-
# those that are unreachable are returned in the
|
|
40993
|
-
# unreachable
|
|
40994
|
-
#
|
|
40995
|
-
# by default
|
|
40996
|
-
# explicitly documented otherwise in service or product specific
|
|
41214
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
41215
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
41216
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
41217
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
41218
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
41219
|
+
# documentation.
|
|
40997
41220
|
# @param [String] fields
|
|
40998
41221
|
# Selector specifying which fields to include in a partial response.
|
|
40999
41222
|
# @param [String] quota_user
|
|
@@ -41254,11 +41477,12 @@ module Google
|
|
|
41254
41477
|
# The standard list page token.
|
|
41255
41478
|
# @param [Boolean] return_partial_success
|
|
41256
41479
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
41257
|
-
# those that are unreachable are returned in the
|
|
41258
|
-
# unreachable
|
|
41259
|
-
#
|
|
41260
|
-
# by default
|
|
41261
|
-
# explicitly documented otherwise in service or product specific
|
|
41480
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
41481
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
41482
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
41483
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
41484
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
41485
|
+
# documentation.
|
|
41262
41486
|
# @param [String] fields
|
|
41263
41487
|
# Selector specifying which fields to include in a partial response.
|
|
41264
41488
|
# @param [String] quota_user
|
|
@@ -41624,11 +41848,12 @@ module Google
|
|
|
41624
41848
|
# The standard list page token.
|
|
41625
41849
|
# @param [Boolean] return_partial_success
|
|
41626
41850
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
41627
|
-
# those that are unreachable are returned in the
|
|
41628
|
-
# unreachable
|
|
41629
|
-
#
|
|
41630
|
-
# by default
|
|
41631
|
-
# explicitly documented otherwise in service or product specific
|
|
41851
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
41852
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
41853
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
41854
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
41855
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
41856
|
+
# documentation.
|
|
41632
41857
|
# @param [String] fields
|
|
41633
41858
|
# Selector specifying which fields to include in a partial response.
|
|
41634
41859
|
# @param [String] quota_user
|
|
@@ -41839,7 +42064,8 @@ module Google
|
|
|
41839
42064
|
# projects/`project`/locations/`location`/reasoningEngines/`reasoning_engine``
|
|
41840
42065
|
# @param [String] filter
|
|
41841
42066
|
# Optional. The standard list filter. Supported fields: * `display_name` * `
|
|
41842
|
-
# user_id` Example: `display_name="abc"`, `user_id="123"
|
|
42067
|
+
# user_id` * `labels` Example: `display_name="abc"`, `user_id="123"`, `labels.
|
|
42068
|
+
# key="value"`.
|
|
41843
42069
|
# @param [String] order_by
|
|
41844
42070
|
# Optional. A comma-separated list of fields to order by, sorted in ascending
|
|
41845
42071
|
# order. Use "desc" after a field name for descending. Supported fields: * `
|
|
@@ -42083,11 +42309,12 @@ module Google
|
|
|
42083
42309
|
# The standard list page token.
|
|
42084
42310
|
# @param [Boolean] return_partial_success
|
|
42085
42311
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
42086
|
-
# those that are unreachable are returned in the
|
|
42087
|
-
# unreachable
|
|
42088
|
-
#
|
|
42089
|
-
# by default
|
|
42090
|
-
# explicitly documented otherwise in service or product specific
|
|
42312
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
42313
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
42314
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
42315
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
42316
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
42317
|
+
# documentation.
|
|
42091
42318
|
# @param [String] fields
|
|
42092
42319
|
# Selector specifying which fields to include in a partial response.
|
|
42093
42320
|
# @param [String] quota_user
|
|
@@ -42274,11 +42501,12 @@ module Google
|
|
|
42274
42501
|
# The standard list page token.
|
|
42275
42502
|
# @param [Boolean] return_partial_success
|
|
42276
42503
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
42277
|
-
# those that are unreachable are returned in the
|
|
42278
|
-
# unreachable
|
|
42279
|
-
#
|
|
42280
|
-
# by default
|
|
42281
|
-
# explicitly documented otherwise in service or product specific
|
|
42504
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
42505
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
42506
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
42507
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
42508
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
42509
|
+
# documentation.
|
|
42282
42510
|
# @param [String] fields
|
|
42283
42511
|
# Selector specifying which fields to include in a partial response.
|
|
42284
42512
|
# @param [String] quota_user
|
|
@@ -42428,11 +42656,12 @@ module Google
|
|
|
42428
42656
|
# The standard list page token.
|
|
42429
42657
|
# @param [Boolean] return_partial_success
|
|
42430
42658
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
42431
|
-
# those that are unreachable are returned in the
|
|
42432
|
-
# unreachable
|
|
42433
|
-
#
|
|
42434
|
-
# by default
|
|
42435
|
-
# explicitly documented otherwise in service or product specific
|
|
42659
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
42660
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
42661
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
42662
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
42663
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
42664
|
+
# documentation.
|
|
42436
42665
|
# @param [String] fields
|
|
42437
42666
|
# Selector specifying which fields to include in a partial response.
|
|
42438
42667
|
# @param [String] quota_user
|
|
@@ -42577,11 +42806,12 @@ module Google
|
|
|
42577
42806
|
# The standard list page token.
|
|
42578
42807
|
# @param [Boolean] return_partial_success
|
|
42579
42808
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
42580
|
-
# those that are unreachable are returned in the
|
|
42581
|
-
# unreachable
|
|
42582
|
-
#
|
|
42583
|
-
# by default
|
|
42584
|
-
# explicitly documented otherwise in service or product specific
|
|
42809
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
42810
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
42811
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
42812
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
42813
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
42814
|
+
# documentation.
|
|
42585
42815
|
# @param [String] fields
|
|
42586
42816
|
# Selector specifying which fields to include in a partial response.
|
|
42587
42817
|
# @param [String] quota_user
|
|
@@ -42768,11 +42998,12 @@ module Google
|
|
|
42768
42998
|
# The standard list page token.
|
|
42769
42999
|
# @param [Boolean] return_partial_success
|
|
42770
43000
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
42771
|
-
# those that are unreachable are returned in the
|
|
42772
|
-
# unreachable
|
|
42773
|
-
#
|
|
42774
|
-
# by default
|
|
42775
|
-
# explicitly documented otherwise in service or product specific
|
|
43001
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43002
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43003
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43004
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43005
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43006
|
+
# documentation.
|
|
42776
43007
|
# @param [String] fields
|
|
42777
43008
|
# Selector specifying which fields to include in a partial response.
|
|
42778
43009
|
# @param [String] quota_user
|
|
@@ -42959,11 +43190,12 @@ module Google
|
|
|
42959
43190
|
# The standard list page token.
|
|
42960
43191
|
# @param [Boolean] return_partial_success
|
|
42961
43192
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
42962
|
-
# those that are unreachable are returned in the
|
|
42963
|
-
# unreachable
|
|
42964
|
-
#
|
|
42965
|
-
# by default
|
|
42966
|
-
# explicitly documented otherwise in service or product specific
|
|
43193
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43194
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43195
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43196
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43197
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43198
|
+
# documentation.
|
|
42967
43199
|
# @param [String] fields
|
|
42968
43200
|
# Selector specifying which fields to include in a partial response.
|
|
42969
43201
|
# @param [String] quota_user
|
|
@@ -43150,11 +43382,12 @@ module Google
|
|
|
43150
43382
|
# The standard list page token.
|
|
43151
43383
|
# @param [Boolean] return_partial_success
|
|
43152
43384
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
43153
|
-
# those that are unreachable are returned in the
|
|
43154
|
-
# unreachable
|
|
43155
|
-
#
|
|
43156
|
-
# by default
|
|
43157
|
-
# explicitly documented otherwise in service or product specific
|
|
43385
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43386
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43387
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43388
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43389
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43390
|
+
# documentation.
|
|
43158
43391
|
# @param [String] fields
|
|
43159
43392
|
# Selector specifying which fields to include in a partial response.
|
|
43160
43393
|
# @param [String] quota_user
|
|
@@ -43341,11 +43574,12 @@ module Google
|
|
|
43341
43574
|
# The standard list page token.
|
|
43342
43575
|
# @param [Boolean] return_partial_success
|
|
43343
43576
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
43344
|
-
# those that are unreachable are returned in the
|
|
43345
|
-
# unreachable
|
|
43346
|
-
#
|
|
43347
|
-
# by default
|
|
43348
|
-
# explicitly documented otherwise in service or product specific
|
|
43577
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43578
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43579
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43580
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43581
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43582
|
+
# documentation.
|
|
43349
43583
|
# @param [String] fields
|
|
43350
43584
|
# Selector specifying which fields to include in a partial response.
|
|
43351
43585
|
# @param [String] quota_user
|
|
@@ -43532,11 +43766,12 @@ module Google
|
|
|
43532
43766
|
# The standard list page token.
|
|
43533
43767
|
# @param [Boolean] return_partial_success
|
|
43534
43768
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
43535
|
-
# those that are unreachable are returned in the
|
|
43536
|
-
# unreachable
|
|
43537
|
-
#
|
|
43538
|
-
# by default
|
|
43539
|
-
# explicitly documented otherwise in service or product specific
|
|
43769
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43770
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43771
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43772
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43773
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43774
|
+
# documentation.
|
|
43540
43775
|
# @param [String] fields
|
|
43541
43776
|
# Selector specifying which fields to include in a partial response.
|
|
43542
43777
|
# @param [String] quota_user
|
|
@@ -43723,11 +43958,12 @@ module Google
|
|
|
43723
43958
|
# The standard list page token.
|
|
43724
43959
|
# @param [Boolean] return_partial_success
|
|
43725
43960
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
43726
|
-
# those that are unreachable are returned in the
|
|
43727
|
-
# unreachable
|
|
43728
|
-
#
|
|
43729
|
-
# by default
|
|
43730
|
-
# explicitly documented otherwise in service or product specific
|
|
43961
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
43962
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
43963
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
43964
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
43965
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
43966
|
+
# documentation.
|
|
43731
43967
|
# @param [String] fields
|
|
43732
43968
|
# Selector specifying which fields to include in a partial response.
|
|
43733
43969
|
# @param [String] quota_user
|
|
@@ -43914,11 +44150,12 @@ module Google
|
|
|
43914
44150
|
# The standard list page token.
|
|
43915
44151
|
# @param [Boolean] return_partial_success
|
|
43916
44152
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
43917
|
-
# those that are unreachable are returned in the
|
|
43918
|
-
# unreachable
|
|
43919
|
-
#
|
|
43920
|
-
# by default
|
|
43921
|
-
# explicitly documented otherwise in service or product specific
|
|
44153
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
44154
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
44155
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
44156
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
44157
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
44158
|
+
# documentation.
|
|
43922
44159
|
# @param [String] fields
|
|
43923
44160
|
# Selector specifying which fields to include in a partial response.
|
|
43924
44161
|
# @param [String] quota_user
|