google-apis-aiplatform_v1 0.68.0 → 0.69.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2056,6 +2056,13 @@ module Google
|
|
2056
2056
|
# The standard list page size.
|
2057
2057
|
# @param [String] page_token
|
2058
2058
|
# The standard list page token.
|
2059
|
+
# @param [Boolean] return_partial_success
|
2060
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
2061
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
2062
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
2063
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
2064
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
2065
|
+
# explicitly documented otherwise in service or product specific documentation.
|
2059
2066
|
# @param [String] fields
|
2060
2067
|
# Selector specifying which fields to include in a partial response.
|
2061
2068
|
# @param [String] quota_user
|
@@ -2073,7 +2080,7 @@ module Google
|
|
2073
2080
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2074
2081
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2075
2082
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2076
|
-
def list_project_location_custom_job_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2083
|
+
def list_project_location_custom_job_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2077
2084
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
2078
2085
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
2079
2086
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -2081,6 +2088,7 @@ module Google
|
|
2081
2088
|
command.query['filter'] = filter unless filter.nil?
|
2082
2089
|
command.query['pageSize'] = page_size unless page_size.nil?
|
2083
2090
|
command.query['pageToken'] = page_token unless page_token.nil?
|
2091
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
2084
2092
|
command.query['fields'] = fields unless fields.nil?
|
2085
2093
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2086
2094
|
execute_or_queue_command(command, &block)
|
@@ -2427,6 +2435,13 @@ module Google
|
|
2427
2435
|
# The standard list page size.
|
2428
2436
|
# @param [String] page_token
|
2429
2437
|
# The standard list page token.
|
2438
|
+
# @param [Boolean] return_partial_success
|
2439
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
2440
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
2441
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
2442
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
2443
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
2444
|
+
# explicitly documented otherwise in service or product specific documentation.
|
2430
2445
|
# @param [String] fields
|
2431
2446
|
# Selector specifying which fields to include in a partial response.
|
2432
2447
|
# @param [String] quota_user
|
@@ -2444,7 +2459,7 @@ module Google
|
|
2444
2459
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2445
2460
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2446
2461
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2447
|
-
def list_project_location_data_labeling_job_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2462
|
+
def list_project_location_data_labeling_job_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2448
2463
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
2449
2464
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
2450
2465
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -2452,6 +2467,7 @@ module Google
|
|
2452
2467
|
command.query['filter'] = filter unless filter.nil?
|
2453
2468
|
command.query['pageSize'] = page_size unless page_size.nil?
|
2454
2469
|
command.query['pageToken'] = page_token unless page_token.nil?
|
2470
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
2455
2471
|
command.query['fields'] = fields unless fields.nil?
|
2456
2472
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2457
2473
|
execute_or_queue_command(command, &block)
|
@@ -2995,6 +3011,13 @@ module Google
|
|
2995
3011
|
# The standard list page size.
|
2996
3012
|
# @param [String] page_token
|
2997
3013
|
# The standard list page token.
|
3014
|
+
# @param [Boolean] return_partial_success
|
3015
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
3016
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
3017
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
3018
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
3019
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
3020
|
+
# explicitly documented otherwise in service or product specific documentation.
|
2998
3021
|
# @param [String] fields
|
2999
3022
|
# Selector specifying which fields to include in a partial response.
|
3000
3023
|
# @param [String] quota_user
|
@@ -3012,7 +3035,7 @@ module Google
|
|
3012
3035
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3013
3036
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3014
3037
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3015
|
-
def list_project_location_dataset_annotation_spec_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3038
|
+
def list_project_location_dataset_annotation_spec_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3016
3039
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
3017
3040
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
3018
3041
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -3020,6 +3043,7 @@ module Google
|
|
3020
3043
|
command.query['filter'] = filter unless filter.nil?
|
3021
3044
|
command.query['pageSize'] = page_size unless page_size.nil?
|
3022
3045
|
command.query['pageToken'] = page_token unless page_token.nil?
|
3046
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
3023
3047
|
command.query['fields'] = fields unless fields.nil?
|
3024
3048
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3025
3049
|
execute_or_queue_command(command, &block)
|
@@ -3273,6 +3297,13 @@ module Google
|
|
3273
3297
|
# The standard list page size.
|
3274
3298
|
# @param [String] page_token
|
3275
3299
|
# The standard list page token.
|
3300
|
+
# @param [Boolean] return_partial_success
|
3301
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
3302
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
3303
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
3304
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
3305
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
3306
|
+
# explicitly documented otherwise in service or product specific documentation.
|
3276
3307
|
# @param [String] fields
|
3277
3308
|
# Selector specifying which fields to include in a partial response.
|
3278
3309
|
# @param [String] quota_user
|
@@ -3290,7 +3321,7 @@ module Google
|
|
3290
3321
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3291
3322
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3292
3323
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3293
|
-
def list_project_location_dataset_data_item_annotation_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3324
|
+
def list_project_location_dataset_data_item_annotation_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3294
3325
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
3295
3326
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
3296
3327
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -3298,6 +3329,7 @@ module Google
|
|
3298
3329
|
command.query['filter'] = filter unless filter.nil?
|
3299
3330
|
command.query['pageSize'] = page_size unless page_size.nil?
|
3300
3331
|
command.query['pageToken'] = page_token unless page_token.nil?
|
3332
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
3301
3333
|
command.query['fields'] = fields unless fields.nil?
|
3302
3334
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3303
3335
|
execute_or_queue_command(command, &block)
|
@@ -3456,6 +3488,13 @@ module Google
|
|
3456
3488
|
# The standard list page size.
|
3457
3489
|
# @param [String] page_token
|
3458
3490
|
# The standard list page token.
|
3491
|
+
# @param [Boolean] return_partial_success
|
3492
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
3493
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
3494
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
3495
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
3496
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
3497
|
+
# explicitly documented otherwise in service or product specific documentation.
|
3459
3498
|
# @param [String] fields
|
3460
3499
|
# Selector specifying which fields to include in a partial response.
|
3461
3500
|
# @param [String] quota_user
|
@@ -3473,7 +3512,7 @@ module Google
|
|
3473
3512
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3474
3513
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3475
3514
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3476
|
-
def list_project_location_dataset_data_item_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3515
|
+
def list_project_location_dataset_data_item_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3477
3516
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
3478
3517
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
3479
3518
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -3481,6 +3520,7 @@ module Google
|
|
3481
3520
|
command.query['filter'] = filter unless filter.nil?
|
3482
3521
|
command.query['pageSize'] = page_size unless page_size.nil?
|
3483
3522
|
command.query['pageToken'] = page_token unless page_token.nil?
|
3523
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
3484
3524
|
command.query['fields'] = fields unless fields.nil?
|
3485
3525
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3486
3526
|
execute_or_queue_command(command, &block)
|
@@ -3857,6 +3897,13 @@ module Google
|
|
3857
3897
|
# The standard list page size.
|
3858
3898
|
# @param [String] page_token
|
3859
3899
|
# The standard list page token.
|
3900
|
+
# @param [Boolean] return_partial_success
|
3901
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
3902
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
3903
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
3904
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
3905
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
3906
|
+
# explicitly documented otherwise in service or product specific documentation.
|
3860
3907
|
# @param [String] fields
|
3861
3908
|
# Selector specifying which fields to include in a partial response.
|
3862
3909
|
# @param [String] quota_user
|
@@ -3874,7 +3921,7 @@ module Google
|
|
3874
3921
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3875
3922
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3876
3923
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3877
|
-
def list_project_location_dataset_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3924
|
+
def list_project_location_dataset_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3878
3925
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
3879
3926
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
3880
3927
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -3882,6 +3929,7 @@ module Google
|
|
3882
3929
|
command.query['filter'] = filter unless filter.nil?
|
3883
3930
|
command.query['pageSize'] = page_size unless page_size.nil?
|
3884
3931
|
command.query['pageToken'] = page_token unless page_token.nil?
|
3932
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
3885
3933
|
command.query['fields'] = fields unless fields.nil?
|
3886
3934
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3887
3935
|
execute_or_queue_command(command, &block)
|
@@ -4118,6 +4166,13 @@ module Google
|
|
4118
4166
|
# The standard list page size.
|
4119
4167
|
# @param [String] page_token
|
4120
4168
|
# The standard list page token.
|
4169
|
+
# @param [Boolean] return_partial_success
|
4170
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
4171
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
4172
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
4173
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
4174
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
4175
|
+
# explicitly documented otherwise in service or product specific documentation.
|
4121
4176
|
# @param [String] fields
|
4122
4177
|
# Selector specifying which fields to include in a partial response.
|
4123
4178
|
# @param [String] quota_user
|
@@ -4135,7 +4190,7 @@ module Google
|
|
4135
4190
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
4136
4191
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
4137
4192
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
4138
|
-
def list_project_location_dataset_saved_query_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
4193
|
+
def list_project_location_dataset_saved_query_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
4139
4194
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
4140
4195
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
4141
4196
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -4143,6 +4198,7 @@ module Google
|
|
4143
4198
|
command.query['filter'] = filter unless filter.nil?
|
4144
4199
|
command.query['pageSize'] = page_size unless page_size.nil?
|
4145
4200
|
command.query['pageToken'] = page_token unless page_token.nil?
|
4201
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
4146
4202
|
command.query['fields'] = fields unless fields.nil?
|
4147
4203
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
4148
4204
|
execute_or_queue_command(command, &block)
|
@@ -4520,6 +4576,13 @@ module Google
|
|
4520
4576
|
# The standard list page size.
|
4521
4577
|
# @param [String] page_token
|
4522
4578
|
# The standard list page token.
|
4579
|
+
# @param [Boolean] return_partial_success
|
4580
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
4581
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
4582
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
4583
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
4584
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
4585
|
+
# explicitly documented otherwise in service or product specific documentation.
|
4523
4586
|
# @param [String] fields
|
4524
4587
|
# Selector specifying which fields to include in a partial response.
|
4525
4588
|
# @param [String] quota_user
|
@@ -4537,7 +4600,7 @@ module Google
|
|
4537
4600
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
4538
4601
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
4539
4602
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
4540
|
-
def list_project_location_deployment_resource_pool_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
4603
|
+
def list_project_location_deployment_resource_pool_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
4541
4604
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
4542
4605
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
4543
4606
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -4545,6 +4608,7 @@ module Google
|
|
4545
4608
|
command.query['filter'] = filter unless filter.nil?
|
4546
4609
|
command.query['pageSize'] = page_size unless page_size.nil?
|
4547
4610
|
command.query['pageToken'] = page_token unless page_token.nil?
|
4611
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
4548
4612
|
command.query['fields'] = fields unless fields.nil?
|
4549
4613
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
4550
4614
|
execute_or_queue_command(command, &block)
|
@@ -5659,6 +5723,13 @@ module Google
|
|
5659
5723
|
# The standard list page size.
|
5660
5724
|
# @param [String] page_token
|
5661
5725
|
# The standard list page token.
|
5726
|
+
# @param [Boolean] return_partial_success
|
5727
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
5728
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
5729
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
5730
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
5731
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
5732
|
+
# explicitly documented otherwise in service or product specific documentation.
|
5662
5733
|
# @param [String] fields
|
5663
5734
|
# Selector specifying which fields to include in a partial response.
|
5664
5735
|
# @param [String] quota_user
|
@@ -5676,7 +5747,7 @@ module Google
|
|
5676
5747
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
5677
5748
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
5678
5749
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
5679
|
-
def list_project_location_endpoint_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
5750
|
+
def list_project_location_endpoint_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
5680
5751
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
5681
5752
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
5682
5753
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -5684,6 +5755,7 @@ module Google
|
|
5684
5755
|
command.query['filter'] = filter unless filter.nil?
|
5685
5756
|
command.query['pageSize'] = page_size unless page_size.nil?
|
5686
5757
|
command.query['pageToken'] = page_token unless page_token.nil?
|
5758
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
5687
5759
|
command.query['fields'] = fields unless fields.nil?
|
5688
5760
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
5689
5761
|
execute_or_queue_command(command, &block)
|
@@ -6902,6 +6974,13 @@ module Google
|
|
6902
6974
|
# The standard list page size.
|
6903
6975
|
# @param [String] page_token
|
6904
6976
|
# The standard list page token.
|
6977
|
+
# @param [Boolean] return_partial_success
|
6978
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
6979
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
6980
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
6981
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
6982
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
6983
|
+
# explicitly documented otherwise in service or product specific documentation.
|
6905
6984
|
# @param [String] fields
|
6906
6985
|
# Selector specifying which fields to include in a partial response.
|
6907
6986
|
# @param [String] quota_user
|
@@ -6919,7 +6998,7 @@ module Google
|
|
6919
6998
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
6920
6999
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
6921
7000
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
6922
|
-
def list_project_location_feature_group_feature_operation_wait(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
7001
|
+
def list_project_location_feature_group_feature_operation_wait(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
6923
7002
|
command = make_simple_command(:get, 'v1/{+name}:wait', options)
|
6924
7003
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
6925
7004
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -6927,6 +7006,7 @@ module Google
|
|
6927
7006
|
command.query['filter'] = filter unless filter.nil?
|
6928
7007
|
command.query['pageSize'] = page_size unless page_size.nil?
|
6929
7008
|
command.query['pageToken'] = page_token unless page_token.nil?
|
7009
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
6930
7010
|
command.query['fields'] = fields unless fields.nil?
|
6931
7011
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
6932
7012
|
execute_or_queue_command(command, &block)
|
@@ -7048,6 +7128,13 @@ module Google
|
|
7048
7128
|
# The standard list page size.
|
7049
7129
|
# @param [String] page_token
|
7050
7130
|
# The standard list page token.
|
7131
|
+
# @param [Boolean] return_partial_success
|
7132
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
7133
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
7134
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
7135
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
7136
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
7137
|
+
# explicitly documented otherwise in service or product specific documentation.
|
7051
7138
|
# @param [String] fields
|
7052
7139
|
# Selector specifying which fields to include in a partial response.
|
7053
7140
|
# @param [String] quota_user
|
@@ -7065,7 +7152,7 @@ module Google
|
|
7065
7152
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
7066
7153
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
7067
7154
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
7068
|
-
def list_project_location_feature_group_operation_wait(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
7155
|
+
def list_project_location_feature_group_operation_wait(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
7069
7156
|
command = make_simple_command(:get, 'v1/{+name}:wait', options)
|
7070
7157
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
7071
7158
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -7073,6 +7160,7 @@ module Google
|
|
7073
7160
|
command.query['filter'] = filter unless filter.nil?
|
7074
7161
|
command.query['pageSize'] = page_size unless page_size.nil?
|
7075
7162
|
command.query['pageToken'] = page_token unless page_token.nil?
|
7163
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
7076
7164
|
command.query['fields'] = fields unless fields.nil?
|
7077
7165
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
7078
7166
|
execute_or_queue_command(command, &block)
|
@@ -7600,6 +7688,41 @@ module Google
|
|
7600
7688
|
execute_or_queue_command(command, &block)
|
7601
7689
|
end
|
7602
7690
|
|
7691
|
+
# RPC to generate an access token for the given feature view. FeatureViews under
|
7692
|
+
# the same FeatureOnlineStore share the same access token.
|
7693
|
+
# @param [String] feature_view
|
7694
|
+
# FeatureView resource format `projects/`project`/locations/`location`/
|
7695
|
+
# featureOnlineStores/`featureOnlineStore`/featureViews/`featureView``
|
7696
|
+
# @param [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateFetchAccessTokenRequest] google_cloud_aiplatform_v1_generate_fetch_access_token_request_object
|
7697
|
+
# @param [String] fields
|
7698
|
+
# Selector specifying which fields to include in a partial response.
|
7699
|
+
# @param [String] quota_user
|
7700
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
7701
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
7702
|
+
# @param [Google::Apis::RequestOptions] options
|
7703
|
+
# Request-specific options
|
7704
|
+
#
|
7705
|
+
# @yield [result, err] Result & error if block supplied
|
7706
|
+
# @yieldparam result [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateFetchAccessTokenResponse] parsed result object
|
7707
|
+
# @yieldparam err [StandardError] error object if request failed
|
7708
|
+
#
|
7709
|
+
# @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateFetchAccessTokenResponse]
|
7710
|
+
#
|
7711
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
7712
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
7713
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
7714
|
+
def generate_project_location_feature_online_store_feature_view_fetch_access_token(feature_view, google_cloud_aiplatform_v1_generate_fetch_access_token_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
7715
|
+
command = make_simple_command(:post, 'v1/{+featureView}:generateFetchAccessToken', options)
|
7716
|
+
command.request_representation = Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateFetchAccessTokenRequest::Representation
|
7717
|
+
command.request_object = google_cloud_aiplatform_v1_generate_fetch_access_token_request_object
|
7718
|
+
command.response_representation = Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateFetchAccessTokenResponse::Representation
|
7719
|
+
command.response_class = Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateFetchAccessTokenResponse
|
7720
|
+
command.params['featureView'] = feature_view unless feature_view.nil?
|
7721
|
+
command.query['fields'] = fields unless fields.nil?
|
7722
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
7723
|
+
execute_or_queue_command(command, &block)
|
7724
|
+
end
|
7725
|
+
|
7603
7726
|
# Gets details of a single FeatureView.
|
7604
7727
|
# @param [String] name
|
7605
7728
|
# Required. The name of the FeatureView resource. Format: `projects/`project`/
|
@@ -8093,6 +8216,13 @@ module Google
|
|
8093
8216
|
# The standard list page size.
|
8094
8217
|
# @param [String] page_token
|
8095
8218
|
# The standard list page token.
|
8219
|
+
# @param [Boolean] return_partial_success
|
8220
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
8221
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
8222
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
8223
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
8224
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
8225
|
+
# explicitly documented otherwise in service or product specific documentation.
|
8096
8226
|
# @param [String] fields
|
8097
8227
|
# Selector specifying which fields to include in a partial response.
|
8098
8228
|
# @param [String] quota_user
|
@@ -8110,7 +8240,7 @@ module Google
|
|
8110
8240
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
8111
8241
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
8112
8242
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
8113
|
-
def list_project_location_feature_online_store_feature_view_operation_wait(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
8243
|
+
def list_project_location_feature_online_store_feature_view_operation_wait(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
8114
8244
|
command = make_simple_command(:get, 'v1/{+name}:wait', options)
|
8115
8245
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
8116
8246
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -8118,6 +8248,7 @@ module Google
|
|
8118
8248
|
command.query['filter'] = filter unless filter.nil?
|
8119
8249
|
command.query['pageSize'] = page_size unless page_size.nil?
|
8120
8250
|
command.query['pageToken'] = page_token unless page_token.nil?
|
8251
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
8121
8252
|
command.query['fields'] = fields unless fields.nil?
|
8122
8253
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
8123
8254
|
execute_or_queue_command(command, &block)
|
@@ -8239,6 +8370,13 @@ module Google
|
|
8239
8370
|
# The standard list page size.
|
8240
8371
|
# @param [String] page_token
|
8241
8372
|
# The standard list page token.
|
8373
|
+
# @param [Boolean] return_partial_success
|
8374
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
8375
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
8376
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
8377
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
8378
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
8379
|
+
# explicitly documented otherwise in service or product specific documentation.
|
8242
8380
|
# @param [String] fields
|
8243
8381
|
# Selector specifying which fields to include in a partial response.
|
8244
8382
|
# @param [String] quota_user
|
@@ -8256,7 +8394,7 @@ module Google
|
|
8256
8394
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
8257
8395
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
8258
8396
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
8259
|
-
def list_project_location_feature_online_store_operation_wait(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
8397
|
+
def list_project_location_feature_online_store_operation_wait(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
8260
8398
|
command = make_simple_command(:get, 'v1/{+name}:wait', options)
|
8261
8399
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
8262
8400
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -8264,6 +8402,7 @@ module Google
|
|
8264
8402
|
command.query['filter'] = filter unless filter.nil?
|
8265
8403
|
command.query['pageSize'] = page_size unless page_size.nil?
|
8266
8404
|
command.query['pageToken'] = page_token unless page_token.nil?
|
8405
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
8267
8406
|
command.query['fields'] = fields unless fields.nil?
|
8268
8407
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
8269
8408
|
execute_or_queue_command(command, &block)
|
@@ -9719,6 +9858,13 @@ module Google
|
|
9719
9858
|
# The standard list page size.
|
9720
9859
|
# @param [String] page_token
|
9721
9860
|
# The standard list page token.
|
9861
|
+
# @param [Boolean] return_partial_success
|
9862
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
9863
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
9864
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
9865
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
9866
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
9867
|
+
# explicitly documented otherwise in service or product specific documentation.
|
9722
9868
|
# @param [String] fields
|
9723
9869
|
# Selector specifying which fields to include in a partial response.
|
9724
9870
|
# @param [String] quota_user
|
@@ -9736,7 +9882,7 @@ module Google
|
|
9736
9882
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
9737
9883
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
9738
9884
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
9739
|
-
def list_project_location_featurestore_entity_type_feature_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
9885
|
+
def list_project_location_featurestore_entity_type_feature_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
9740
9886
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
9741
9887
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
9742
9888
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -9744,6 +9890,7 @@ module Google
|
|
9744
9890
|
command.query['filter'] = filter unless filter.nil?
|
9745
9891
|
command.query['pageSize'] = page_size unless page_size.nil?
|
9746
9892
|
command.query['pageToken'] = page_token unless page_token.nil?
|
9893
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
9747
9894
|
command.query['fields'] = fields unless fields.nil?
|
9748
9895
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
9749
9896
|
execute_or_queue_command(command, &block)
|
@@ -9902,6 +10049,13 @@ module Google
|
|
9902
10049
|
# The standard list page size.
|
9903
10050
|
# @param [String] page_token
|
9904
10051
|
# The standard list page token.
|
10052
|
+
# @param [Boolean] return_partial_success
|
10053
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
10054
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
10055
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
10056
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
10057
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
10058
|
+
# explicitly documented otherwise in service or product specific documentation.
|
9905
10059
|
# @param [String] fields
|
9906
10060
|
# Selector specifying which fields to include in a partial response.
|
9907
10061
|
# @param [String] quota_user
|
@@ -9919,7 +10073,7 @@ module Google
|
|
9919
10073
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
9920
10074
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
9921
10075
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
9922
|
-
def list_project_location_featurestore_entity_type_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
10076
|
+
def list_project_location_featurestore_entity_type_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
9923
10077
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
9924
10078
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
9925
10079
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -9927,6 +10081,7 @@ module Google
|
|
9927
10081
|
command.query['filter'] = filter unless filter.nil?
|
9928
10082
|
command.query['pageSize'] = page_size unless page_size.nil?
|
9929
10083
|
command.query['pageToken'] = page_token unless page_token.nil?
|
10084
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
9930
10085
|
command.query['fields'] = fields unless fields.nil?
|
9931
10086
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
9932
10087
|
execute_or_queue_command(command, &block)
|
@@ -10085,6 +10240,13 @@ module Google
|
|
10085
10240
|
# The standard list page size.
|
10086
10241
|
# @param [String] page_token
|
10087
10242
|
# The standard list page token.
|
10243
|
+
# @param [Boolean] return_partial_success
|
10244
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
10245
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
10246
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
10247
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
10248
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
10249
|
+
# explicitly documented otherwise in service or product specific documentation.
|
10088
10250
|
# @param [String] fields
|
10089
10251
|
# Selector specifying which fields to include in a partial response.
|
10090
10252
|
# @param [String] quota_user
|
@@ -10102,7 +10264,7 @@ module Google
|
|
10102
10264
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
10103
10265
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
10104
10266
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
10105
|
-
def list_project_location_featurestore_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
10267
|
+
def list_project_location_featurestore_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
10106
10268
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
10107
10269
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
10108
10270
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -10110,6 +10272,7 @@ module Google
|
|
10110
10272
|
command.query['filter'] = filter unless filter.nil?
|
10111
10273
|
command.query['pageSize'] = page_size unless page_size.nil?
|
10112
10274
|
command.query['pageToken'] = page_token unless page_token.nil?
|
10275
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
10113
10276
|
command.query['fields'] = fields unless fields.nil?
|
10114
10277
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
10115
10278
|
execute_or_queue_command(command, &block)
|
@@ -10463,6 +10626,13 @@ module Google
|
|
10463
10626
|
# The standard list page size.
|
10464
10627
|
# @param [String] page_token
|
10465
10628
|
# The standard list page token.
|
10629
|
+
# @param [Boolean] return_partial_success
|
10630
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
10631
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
10632
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
10633
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
10634
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
10635
|
+
# explicitly documented otherwise in service or product specific documentation.
|
10466
10636
|
# @param [String] fields
|
10467
10637
|
# Selector specifying which fields to include in a partial response.
|
10468
10638
|
# @param [String] quota_user
|
@@ -10480,7 +10650,7 @@ module Google
|
|
10480
10650
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
10481
10651
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
10482
10652
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
10483
|
-
def list_project_location_hyperparameter_tuning_job_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
10653
|
+
def list_project_location_hyperparameter_tuning_job_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
10484
10654
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
10485
10655
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
10486
10656
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -10488,6 +10658,7 @@ module Google
|
|
10488
10658
|
command.query['filter'] = filter unless filter.nil?
|
10489
10659
|
command.query['pageSize'] = page_size unless page_size.nil?
|
10490
10660
|
command.query['pageToken'] = page_token unless page_token.nil?
|
10661
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
10491
10662
|
command.query['fields'] = fields unless fields.nil?
|
10492
10663
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
10493
10664
|
execute_or_queue_command(command, &block)
|
@@ -11008,6 +11179,13 @@ module Google
|
|
11008
11179
|
# The standard list page size.
|
11009
11180
|
# @param [String] page_token
|
11010
11181
|
# The standard list page token.
|
11182
|
+
# @param [Boolean] return_partial_success
|
11183
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
11184
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
11185
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
11186
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
11187
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
11188
|
+
# explicitly documented otherwise in service or product specific documentation.
|
11011
11189
|
# @param [String] fields
|
11012
11190
|
# Selector specifying which fields to include in a partial response.
|
11013
11191
|
# @param [String] quota_user
|
@@ -11025,7 +11203,7 @@ module Google
|
|
11025
11203
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
11026
11204
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
11027
11205
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
11028
|
-
def list_project_location_index_endpoint_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
11206
|
+
def list_project_location_index_endpoint_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
11029
11207
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
11030
11208
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
11031
11209
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -11033,6 +11211,7 @@ module Google
|
|
11033
11211
|
command.query['filter'] = filter unless filter.nil?
|
11034
11212
|
command.query['pageSize'] = page_size unless page_size.nil?
|
11035
11213
|
command.query['pageToken'] = page_token unless page_token.nil?
|
11214
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
11036
11215
|
command.query['fields'] = fields unless fields.nil?
|
11037
11216
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
11038
11217
|
execute_or_queue_command(command, &block)
|
@@ -11437,6 +11616,13 @@ module Google
|
|
11437
11616
|
# The standard list page size.
|
11438
11617
|
# @param [String] page_token
|
11439
11618
|
# The standard list page token.
|
11619
|
+
# @param [Boolean] return_partial_success
|
11620
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
11621
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
11622
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
11623
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
11624
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
11625
|
+
# explicitly documented otherwise in service or product specific documentation.
|
11440
11626
|
# @param [String] fields
|
11441
11627
|
# Selector specifying which fields to include in a partial response.
|
11442
11628
|
# @param [String] quota_user
|
@@ -11454,7 +11640,7 @@ module Google
|
|
11454
11640
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
11455
11641
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
11456
11642
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
11457
|
-
def list_project_location_index_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
11643
|
+
def list_project_location_index_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
11458
11644
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
11459
11645
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
11460
11646
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -11462,6 +11648,7 @@ module Google
|
|
11462
11648
|
command.query['filter'] = filter unless filter.nil?
|
11463
11649
|
command.query['pageSize'] = page_size unless page_size.nil?
|
11464
11650
|
command.query['pageToken'] = page_token unless page_token.nil?
|
11651
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
11465
11652
|
command.query['fields'] = fields unless fields.nil?
|
11466
11653
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
11467
11654
|
execute_or_queue_command(command, &block)
|
@@ -12083,6 +12270,13 @@ module Google
|
|
12083
12270
|
# The standard list page size.
|
12084
12271
|
# @param [String] page_token
|
12085
12272
|
# The standard list page token.
|
12273
|
+
# @param [Boolean] return_partial_success
|
12274
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
12275
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
12276
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
12277
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
12278
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
12279
|
+
# explicitly documented otherwise in service or product specific documentation.
|
12086
12280
|
# @param [String] fields
|
12087
12281
|
# Selector specifying which fields to include in a partial response.
|
12088
12282
|
# @param [String] quota_user
|
@@ -12100,7 +12294,7 @@ module Google
|
|
12100
12294
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
12101
12295
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
12102
12296
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
12103
|
-
def list_project_location_metadata_store_artifact_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
12297
|
+
def list_project_location_metadata_store_artifact_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
12104
12298
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
12105
12299
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
12106
12300
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -12108,6 +12302,7 @@ module Google
|
|
12108
12302
|
command.query['filter'] = filter unless filter.nil?
|
12109
12303
|
command.query['pageSize'] = page_size unless page_size.nil?
|
12110
12304
|
command.query['pageToken'] = page_token unless page_token.nil?
|
12305
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
12111
12306
|
command.query['fields'] = fields unless fields.nil?
|
12112
12307
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
12113
12308
|
execute_or_queue_command(command, &block)
|
@@ -12668,6 +12863,13 @@ module Google
|
|
12668
12863
|
# The standard list page size.
|
12669
12864
|
# @param [String] page_token
|
12670
12865
|
# The standard list page token.
|
12866
|
+
# @param [Boolean] return_partial_success
|
12867
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
12868
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
12869
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
12870
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
12871
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
12872
|
+
# explicitly documented otherwise in service or product specific documentation.
|
12671
12873
|
# @param [String] fields
|
12672
12874
|
# Selector specifying which fields to include in a partial response.
|
12673
12875
|
# @param [String] quota_user
|
@@ -12685,7 +12887,7 @@ module Google
|
|
12685
12887
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
12686
12888
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
12687
12889
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
12688
|
-
def list_project_location_metadata_store_context_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
12890
|
+
def list_project_location_metadata_store_context_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
12689
12891
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
12690
12892
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
12691
12893
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -12693,6 +12895,7 @@ module Google
|
|
12693
12895
|
command.query['filter'] = filter unless filter.nil?
|
12694
12896
|
command.query['pageSize'] = page_size unless page_size.nil?
|
12695
12897
|
command.query['pageToken'] = page_token unless page_token.nil?
|
12898
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
12696
12899
|
command.query['fields'] = fields unless fields.nil?
|
12697
12900
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
12698
12901
|
execute_or_queue_command(command, &block)
|
@@ -13175,6 +13378,13 @@ module Google
|
|
13175
13378
|
# The standard list page size.
|
13176
13379
|
# @param [String] page_token
|
13177
13380
|
# The standard list page token.
|
13381
|
+
# @param [Boolean] return_partial_success
|
13382
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
13383
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
13384
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
13385
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
13386
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
13387
|
+
# explicitly documented otherwise in service or product specific documentation.
|
13178
13388
|
# @param [String] fields
|
13179
13389
|
# Selector specifying which fields to include in a partial response.
|
13180
13390
|
# @param [String] quota_user
|
@@ -13192,7 +13402,7 @@ module Google
|
|
13192
13402
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
13193
13403
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
13194
13404
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
13195
|
-
def list_project_location_metadata_store_execution_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
13405
|
+
def list_project_location_metadata_store_execution_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
13196
13406
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
13197
13407
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
13198
13408
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -13200,6 +13410,7 @@ module Google
|
|
13200
13410
|
command.query['filter'] = filter unless filter.nil?
|
13201
13411
|
command.query['pageSize'] = page_size unless page_size.nil?
|
13202
13412
|
command.query['pageToken'] = page_token unless page_token.nil?
|
13413
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
13203
13414
|
command.query['fields'] = fields unless fields.nil?
|
13204
13415
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
13205
13416
|
execute_or_queue_command(command, &block)
|
@@ -13478,6 +13689,13 @@ module Google
|
|
13478
13689
|
# The standard list page size.
|
13479
13690
|
# @param [String] page_token
|
13480
13691
|
# The standard list page token.
|
13692
|
+
# @param [Boolean] return_partial_success
|
13693
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
13694
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
13695
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
13696
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
13697
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
13698
|
+
# explicitly documented otherwise in service or product specific documentation.
|
13481
13699
|
# @param [String] fields
|
13482
13700
|
# Selector specifying which fields to include in a partial response.
|
13483
13701
|
# @param [String] quota_user
|
@@ -13495,7 +13713,7 @@ module Google
|
|
13495
13713
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
13496
13714
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
13497
13715
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
13498
|
-
def list_project_location_metadata_store_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
13716
|
+
def list_project_location_metadata_store_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
13499
13717
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
13500
13718
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
13501
13719
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -13503,6 +13721,7 @@ module Google
|
|
13503
13721
|
command.query['filter'] = filter unless filter.nil?
|
13504
13722
|
command.query['pageSize'] = page_size unless page_size.nil?
|
13505
13723
|
command.query['pageToken'] = page_token unless page_token.nil?
|
13724
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
13506
13725
|
command.query['fields'] = fields unless fields.nil?
|
13507
13726
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
13508
13727
|
execute_or_queue_command(command, &block)
|
@@ -13733,6 +13952,13 @@ module Google
|
|
13733
13952
|
# The standard list page size.
|
13734
13953
|
# @param [String] page_token
|
13735
13954
|
# The standard list page token.
|
13955
|
+
# @param [Boolean] return_partial_success
|
13956
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
13957
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
13958
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
13959
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
13960
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
13961
|
+
# explicitly documented otherwise in service or product specific documentation.
|
13736
13962
|
# @param [String] fields
|
13737
13963
|
# Selector specifying which fields to include in a partial response.
|
13738
13964
|
# @param [String] quota_user
|
@@ -13750,7 +13976,7 @@ module Google
|
|
13750
13976
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
13751
13977
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
13752
13978
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
13753
|
-
def list_project_location_migratable_resource_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
13979
|
+
def list_project_location_migratable_resource_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
13754
13980
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
13755
13981
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
13756
13982
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -13758,6 +13984,7 @@ module Google
|
|
13758
13984
|
command.query['filter'] = filter unless filter.nil?
|
13759
13985
|
command.query['pageSize'] = page_size unless page_size.nil?
|
13760
13986
|
command.query['pageToken'] = page_token unless page_token.nil?
|
13987
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
13761
13988
|
command.query['fields'] = fields unless fields.nil?
|
13762
13989
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
13763
13990
|
execute_or_queue_command(command, &block)
|
@@ -14228,6 +14455,13 @@ module Google
|
|
14228
14455
|
# The standard list page size.
|
14229
14456
|
# @param [String] page_token
|
14230
14457
|
# The standard list page token.
|
14458
|
+
# @param [Boolean] return_partial_success
|
14459
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
14460
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
14461
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
14462
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
14463
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
14464
|
+
# explicitly documented otherwise in service or product specific documentation.
|
14231
14465
|
# @param [String] fields
|
14232
14466
|
# Selector specifying which fields to include in a partial response.
|
14233
14467
|
# @param [String] quota_user
|
@@ -14245,7 +14479,7 @@ module Google
|
|
14245
14479
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
14246
14480
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
14247
14481
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
14248
|
-
def list_project_location_model_deployment_monitoring_job_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
14482
|
+
def list_project_location_model_deployment_monitoring_job_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
14249
14483
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
14250
14484
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
14251
14485
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -14253,6 +14487,7 @@ module Google
|
|
14253
14487
|
command.query['filter'] = filter unless filter.nil?
|
14254
14488
|
command.query['pageSize'] = page_size unless page_size.nil?
|
14255
14489
|
command.query['pageToken'] = page_token unless page_token.nil?
|
14490
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
14256
14491
|
command.query['fields'] = fields unless fields.nil?
|
14257
14492
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
14258
14493
|
execute_or_queue_command(command, &block)
|
@@ -15112,6 +15347,13 @@ module Google
|
|
15112
15347
|
# The standard list page size.
|
15113
15348
|
# @param [String] page_token
|
15114
15349
|
# The standard list page token.
|
15350
|
+
# @param [Boolean] return_partial_success
|
15351
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
15352
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
15353
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
15354
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
15355
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
15356
|
+
# explicitly documented otherwise in service or product specific documentation.
|
15115
15357
|
# @param [String] fields
|
15116
15358
|
# Selector specifying which fields to include in a partial response.
|
15117
15359
|
# @param [String] quota_user
|
@@ -15129,7 +15371,7 @@ module Google
|
|
15129
15371
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
15130
15372
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
15131
15373
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
15132
|
-
def list_project_location_model_evaluation_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
15374
|
+
def list_project_location_model_evaluation_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
15133
15375
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
15134
15376
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
15135
15377
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -15137,6 +15379,7 @@ module Google
|
|
15137
15379
|
command.query['filter'] = filter unless filter.nil?
|
15138
15380
|
command.query['pageSize'] = page_size unless page_size.nil?
|
15139
15381
|
command.query['pageToken'] = page_token unless page_token.nil?
|
15382
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
15140
15383
|
command.query['fields'] = fields unless fields.nil?
|
15141
15384
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
15142
15385
|
execute_or_queue_command(command, &block)
|
@@ -15408,6 +15651,13 @@ module Google
|
|
15408
15651
|
# The standard list page size.
|
15409
15652
|
# @param [String] page_token
|
15410
15653
|
# The standard list page token.
|
15654
|
+
# @param [Boolean] return_partial_success
|
15655
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
15656
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
15657
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
15658
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
15659
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
15660
|
+
# explicitly documented otherwise in service or product specific documentation.
|
15411
15661
|
# @param [String] fields
|
15412
15662
|
# Selector specifying which fields to include in a partial response.
|
15413
15663
|
# @param [String] quota_user
|
@@ -15425,7 +15675,7 @@ module Google
|
|
15425
15675
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
15426
15676
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
15427
15677
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
15428
|
-
def list_project_location_model_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
15678
|
+
def list_project_location_model_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
15429
15679
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
15430
15680
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
15431
15681
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -15433,6 +15683,7 @@ module Google
|
|
15433
15683
|
command.query['filter'] = filter unless filter.nil?
|
15434
15684
|
command.query['pageSize'] = page_size unless page_size.nil?
|
15435
15685
|
command.query['pageToken'] = page_token unless page_token.nil?
|
15686
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
15436
15687
|
command.query['fields'] = fields unless fields.nil?
|
15437
15688
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
15438
15689
|
execute_or_queue_command(command, &block)
|
@@ -16006,6 +16257,13 @@ module Google
|
|
16006
16257
|
# The standard list page size.
|
16007
16258
|
# @param [String] page_token
|
16008
16259
|
# The standard list page token.
|
16260
|
+
# @param [Boolean] return_partial_success
|
16261
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
16262
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
16263
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
16264
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
16265
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
16266
|
+
# explicitly documented otherwise in service or product specific documentation.
|
16009
16267
|
# @param [String] fields
|
16010
16268
|
# Selector specifying which fields to include in a partial response.
|
16011
16269
|
# @param [String] quota_user
|
@@ -16023,7 +16281,7 @@ module Google
|
|
16023
16281
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
16024
16282
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
16025
16283
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
16026
|
-
def list_project_location_notebook_execution_job_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
16284
|
+
def list_project_location_notebook_execution_job_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
16027
16285
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
16028
16286
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
16029
16287
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -16031,6 +16289,7 @@ module Google
|
|
16031
16289
|
command.query['filter'] = filter unless filter.nil?
|
16032
16290
|
command.query['pageSize'] = page_size unless page_size.nil?
|
16033
16291
|
command.query['pageToken'] = page_token unless page_token.nil?
|
16292
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
16034
16293
|
command.query['fields'] = fields unless fields.nil?
|
16035
16294
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
16036
16295
|
execute_or_queue_command(command, &block)
|
@@ -16514,6 +16773,13 @@ module Google
|
|
16514
16773
|
# The standard list page size.
|
16515
16774
|
# @param [String] page_token
|
16516
16775
|
# The standard list page token.
|
16776
|
+
# @param [Boolean] return_partial_success
|
16777
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
16778
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
16779
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
16780
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
16781
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
16782
|
+
# explicitly documented otherwise in service or product specific documentation.
|
16517
16783
|
# @param [String] fields
|
16518
16784
|
# Selector specifying which fields to include in a partial response.
|
16519
16785
|
# @param [String] quota_user
|
@@ -16531,7 +16797,7 @@ module Google
|
|
16531
16797
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
16532
16798
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
16533
16799
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
16534
|
-
def list_project_location_notebook_runtime_template_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
16800
|
+
def list_project_location_notebook_runtime_template_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
16535
16801
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
16536
16802
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
16537
16803
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -16539,6 +16805,7 @@ module Google
|
|
16539
16805
|
command.query['filter'] = filter unless filter.nil?
|
16540
16806
|
command.query['pageSize'] = page_size unless page_size.nil?
|
16541
16807
|
command.query['pageToken'] = page_token unless page_token.nil?
|
16808
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
16542
16809
|
command.query['fields'] = fields unless fields.nil?
|
16543
16810
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
16544
16811
|
execute_or_queue_command(command, &block)
|
@@ -16978,6 +17245,13 @@ module Google
|
|
16978
17245
|
# The standard list page size.
|
16979
17246
|
# @param [String] page_token
|
16980
17247
|
# The standard list page token.
|
17248
|
+
# @param [Boolean] return_partial_success
|
17249
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
17250
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
17251
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
17252
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
17253
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
17254
|
+
# explicitly documented otherwise in service or product specific documentation.
|
16981
17255
|
# @param [String] fields
|
16982
17256
|
# Selector specifying which fields to include in a partial response.
|
16983
17257
|
# @param [String] quota_user
|
@@ -16995,7 +17269,7 @@ module Google
|
|
16995
17269
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
16996
17270
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
16997
17271
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
16998
|
-
def list_project_location_notebook_runtime_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
17272
|
+
def list_project_location_notebook_runtime_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
16999
17273
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
17000
17274
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
17001
17275
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -17003,6 +17277,7 @@ module Google
|
|
17003
17277
|
command.query['filter'] = filter unless filter.nil?
|
17004
17278
|
command.query['pageSize'] = page_size unless page_size.nil?
|
17005
17279
|
command.query['pageToken'] = page_token unless page_token.nil?
|
17280
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
17006
17281
|
command.query['fields'] = fields unless fields.nil?
|
17007
17282
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
17008
17283
|
execute_or_queue_command(command, &block)
|
@@ -17161,6 +17436,13 @@ module Google
|
|
17161
17436
|
# The standard list page size.
|
17162
17437
|
# @param [String] page_token
|
17163
17438
|
# The standard list page token.
|
17439
|
+
# @param [Boolean] return_partial_success
|
17440
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
17441
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
17442
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
17443
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
17444
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
17445
|
+
# explicitly documented otherwise in service or product specific documentation.
|
17164
17446
|
# @param [String] fields
|
17165
17447
|
# Selector specifying which fields to include in a partial response.
|
17166
17448
|
# @param [String] quota_user
|
@@ -17178,7 +17460,7 @@ module Google
|
|
17178
17460
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
17179
17461
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
17180
17462
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
17181
|
-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
17463
|
+
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
17182
17464
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
17183
17465
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
17184
17466
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -17186,6 +17468,7 @@ module Google
|
|
17186
17468
|
command.query['filter'] = filter unless filter.nil?
|
17187
17469
|
command.query['pageSize'] = page_size unless page_size.nil?
|
17188
17470
|
command.query['pageToken'] = page_token unless page_token.nil?
|
17471
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
17189
17472
|
command.query['fields'] = fields unless fields.nil?
|
17190
17473
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
17191
17474
|
execute_or_queue_command(command, &block)
|
@@ -17557,6 +17840,13 @@ module Google
|
|
17557
17840
|
# The standard list page size.
|
17558
17841
|
# @param [String] page_token
|
17559
17842
|
# The standard list page token.
|
17843
|
+
# @param [Boolean] return_partial_success
|
17844
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
17845
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
17846
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
17847
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
17848
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
17849
|
+
# explicitly documented otherwise in service or product specific documentation.
|
17560
17850
|
# @param [String] fields
|
17561
17851
|
# Selector specifying which fields to include in a partial response.
|
17562
17852
|
# @param [String] quota_user
|
@@ -17574,7 +17864,7 @@ module Google
|
|
17574
17864
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
17575
17865
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
17576
17866
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
17577
|
-
def list_project_location_persistent_resource_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
17867
|
+
def list_project_location_persistent_resource_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
17578
17868
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
17579
17869
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
17580
17870
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -17582,6 +17872,7 @@ module Google
|
|
17582
17872
|
command.query['filter'] = filter unless filter.nil?
|
17583
17873
|
command.query['pageSize'] = page_size unless page_size.nil?
|
17584
17874
|
command.query['pageToken'] = page_token unless page_token.nil?
|
17875
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
17585
17876
|
command.query['fields'] = fields unless fields.nil?
|
17586
17877
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
17587
17878
|
execute_or_queue_command(command, &block)
|
@@ -18029,6 +18320,13 @@ module Google
|
|
18029
18320
|
# The standard list page size.
|
18030
18321
|
# @param [String] page_token
|
18031
18322
|
# The standard list page token.
|
18323
|
+
# @param [Boolean] return_partial_success
|
18324
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
18325
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
18326
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
18327
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
18328
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
18329
|
+
# explicitly documented otherwise in service or product specific documentation.
|
18032
18330
|
# @param [String] fields
|
18033
18331
|
# Selector specifying which fields to include in a partial response.
|
18034
18332
|
# @param [String] quota_user
|
@@ -18046,7 +18344,7 @@ module Google
|
|
18046
18344
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
18047
18345
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
18048
18346
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
18049
|
-
def list_project_location_pipeline_job_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
18347
|
+
def list_project_location_pipeline_job_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
18050
18348
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
18051
18349
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
18052
18350
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -18054,6 +18352,7 @@ module Google
|
|
18054
18352
|
command.query['filter'] = filter unless filter.nil?
|
18055
18353
|
command.query['pageSize'] = page_size unless page_size.nil?
|
18056
18354
|
command.query['pageToken'] = page_token unless page_token.nil?
|
18355
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
18057
18356
|
command.query['fields'] = fields unless fields.nil?
|
18058
18357
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
18059
18358
|
execute_or_queue_command(command, &block)
|
@@ -18734,6 +19033,13 @@ module Google
|
|
18734
19033
|
# The standard list page size.
|
18735
19034
|
# @param [String] page_token
|
18736
19035
|
# The standard list page token.
|
19036
|
+
# @param [Boolean] return_partial_success
|
19037
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
19038
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
19039
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
19040
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
19041
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
19042
|
+
# explicitly documented otherwise in service or product specific documentation.
|
18737
19043
|
# @param [String] fields
|
18738
19044
|
# Selector specifying which fields to include in a partial response.
|
18739
19045
|
# @param [String] quota_user
|
@@ -18751,7 +19057,7 @@ module Google
|
|
18751
19057
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
18752
19058
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
18753
19059
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
18754
|
-
def list_project_location_rag_corpora_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
19060
|
+
def list_project_location_rag_corpora_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
18755
19061
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
18756
19062
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
18757
19063
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -18759,6 +19065,7 @@ module Google
|
|
18759
19065
|
command.query['filter'] = filter unless filter.nil?
|
18760
19066
|
command.query['pageSize'] = page_size unless page_size.nil?
|
18761
19067
|
command.query['pageToken'] = page_token unless page_token.nil?
|
19068
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
18762
19069
|
command.query['fields'] = fields unless fields.nil?
|
18763
19070
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
18764
19071
|
execute_or_queue_command(command, &block)
|
@@ -19056,6 +19363,13 @@ module Google
|
|
19056
19363
|
# The standard list page size.
|
19057
19364
|
# @param [String] page_token
|
19058
19365
|
# The standard list page token.
|
19366
|
+
# @param [Boolean] return_partial_success
|
19367
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
19368
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
19369
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
19370
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
19371
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
19372
|
+
# explicitly documented otherwise in service or product specific documentation.
|
19059
19373
|
# @param [String] fields
|
19060
19374
|
# Selector specifying which fields to include in a partial response.
|
19061
19375
|
# @param [String] quota_user
|
@@ -19073,7 +19387,7 @@ module Google
|
|
19073
19387
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
19074
19388
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
19075
19389
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
19076
|
-
def list_project_location_rag_corpora_rag_file_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
19390
|
+
def list_project_location_rag_corpora_rag_file_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
19077
19391
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
19078
19392
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
19079
19393
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -19081,6 +19395,7 @@ module Google
|
|
19081
19395
|
command.query['filter'] = filter unless filter.nil?
|
19082
19396
|
command.query['pageSize'] = page_size unless page_size.nil?
|
19083
19397
|
command.query['pageToken'] = page_token unless page_token.nil?
|
19398
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
19084
19399
|
command.query['fields'] = fields unless fields.nil?
|
19085
19400
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
19086
19401
|
execute_or_queue_command(command, &block)
|
@@ -19239,6 +19554,13 @@ module Google
|
|
19239
19554
|
# The standard list page size.
|
19240
19555
|
# @param [String] page_token
|
19241
19556
|
# The standard list page token.
|
19557
|
+
# @param [Boolean] return_partial_success
|
19558
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
19559
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
19560
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
19561
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
19562
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
19563
|
+
# explicitly documented otherwise in service or product specific documentation.
|
19242
19564
|
# @param [String] fields
|
19243
19565
|
# Selector specifying which fields to include in a partial response.
|
19244
19566
|
# @param [String] quota_user
|
@@ -19256,7 +19578,7 @@ module Google
|
|
19256
19578
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
19257
19579
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
19258
19580
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
19259
|
-
def list_project_location_rag_engine_config_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
19581
|
+
def list_project_location_rag_engine_config_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
19260
19582
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
19261
19583
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
19262
19584
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -19264,6 +19586,7 @@ module Google
|
|
19264
19586
|
command.query['filter'] = filter unless filter.nil?
|
19265
19587
|
command.query['pageSize'] = page_size unless page_size.nil?
|
19266
19588
|
command.query['pageToken'] = page_token unless page_token.nil?
|
19589
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
19267
19590
|
command.query['fields'] = fields unless fields.nil?
|
19268
19591
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
19269
19592
|
execute_or_queue_command(command, &block)
|
@@ -19669,6 +19992,13 @@ module Google
|
|
19669
19992
|
# The standard list page size.
|
19670
19993
|
# @param [String] page_token
|
19671
19994
|
# The standard list page token.
|
19995
|
+
# @param [Boolean] return_partial_success
|
19996
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
19997
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
19998
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
19999
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
20000
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
20001
|
+
# explicitly documented otherwise in service or product specific documentation.
|
19672
20002
|
# @param [String] fields
|
19673
20003
|
# Selector specifying which fields to include in a partial response.
|
19674
20004
|
# @param [String] quota_user
|
@@ -19686,7 +20016,7 @@ module Google
|
|
19686
20016
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
19687
20017
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
19688
20018
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
19689
|
-
def list_project_location_reasoning_engine_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
20019
|
+
def list_project_location_reasoning_engine_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
19690
20020
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
19691
20021
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
19692
20022
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -19694,6 +20024,7 @@ module Google
|
|
19694
20024
|
command.query['filter'] = filter unless filter.nil?
|
19695
20025
|
command.query['pageSize'] = page_size unless page_size.nil?
|
19696
20026
|
command.query['pageToken'] = page_token unless page_token.nil?
|
20027
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
19697
20028
|
command.query['fields'] = fields unless fields.nil?
|
19698
20029
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
19699
20030
|
execute_or_queue_command(command, &block)
|
@@ -20130,6 +20461,13 @@ module Google
|
|
20130
20461
|
# The standard list page size.
|
20131
20462
|
# @param [String] page_token
|
20132
20463
|
# The standard list page token.
|
20464
|
+
# @param [Boolean] return_partial_success
|
20465
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
20466
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
20467
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
20468
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
20469
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
20470
|
+
# explicitly documented otherwise in service or product specific documentation.
|
20133
20471
|
# @param [String] fields
|
20134
20472
|
# Selector specifying which fields to include in a partial response.
|
20135
20473
|
# @param [String] quota_user
|
@@ -20147,7 +20485,7 @@ module Google
|
|
20147
20485
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
20148
20486
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
20149
20487
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
20150
|
-
def list_project_location_schedule_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
20488
|
+
def list_project_location_schedule_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
20151
20489
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
20152
20490
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
20153
20491
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -20155,6 +20493,7 @@ module Google
|
|
20155
20493
|
command.query['filter'] = filter unless filter.nil?
|
20156
20494
|
command.query['pageSize'] = page_size unless page_size.nil?
|
20157
20495
|
command.query['pageToken'] = page_token unless page_token.nil?
|
20496
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
20158
20497
|
command.query['fields'] = fields unless fields.nil?
|
20159
20498
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
20160
20499
|
execute_or_queue_command(command, &block)
|
@@ -20492,6 +20831,13 @@ module Google
|
|
20492
20831
|
# The standard list page size.
|
20493
20832
|
# @param [String] page_token
|
20494
20833
|
# The standard list page token.
|
20834
|
+
# @param [Boolean] return_partial_success
|
20835
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
20836
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
20837
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
20838
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
20839
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
20840
|
+
# explicitly documented otherwise in service or product specific documentation.
|
20495
20841
|
# @param [String] fields
|
20496
20842
|
# Selector specifying which fields to include in a partial response.
|
20497
20843
|
# @param [String] quota_user
|
@@ -20509,7 +20855,7 @@ module Google
|
|
20509
20855
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
20510
20856
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
20511
20857
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
20512
|
-
def list_project_location_specialist_pool_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
20858
|
+
def list_project_location_specialist_pool_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
20513
20859
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
20514
20860
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
20515
20861
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -20517,6 +20863,7 @@ module Google
|
|
20517
20863
|
command.query['filter'] = filter unless filter.nil?
|
20518
20864
|
command.query['pageSize'] = page_size unless page_size.nil?
|
20519
20865
|
command.query['pageToken'] = page_token unless page_token.nil?
|
20866
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
20520
20867
|
command.query['fields'] = fields unless fields.nil?
|
20521
20868
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
20522
20869
|
execute_or_queue_command(command, &block)
|
@@ -20845,6 +21192,13 @@ module Google
|
|
20845
21192
|
# The standard list page size.
|
20846
21193
|
# @param [String] page_token
|
20847
21194
|
# The standard list page token.
|
21195
|
+
# @param [Boolean] return_partial_success
|
21196
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
21197
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
21198
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
21199
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
21200
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
21201
|
+
# explicitly documented otherwise in service or product specific documentation.
|
20848
21202
|
# @param [String] fields
|
20849
21203
|
# Selector specifying which fields to include in a partial response.
|
20850
21204
|
# @param [String] quota_user
|
@@ -20862,7 +21216,7 @@ module Google
|
|
20862
21216
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
20863
21217
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
20864
21218
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
20865
|
-
def list_project_location_study_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
21219
|
+
def list_project_location_study_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
20866
21220
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
20867
21221
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
20868
21222
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -20870,6 +21224,7 @@ module Google
|
|
20870
21224
|
command.query['filter'] = filter unless filter.nil?
|
20871
21225
|
command.query['pageSize'] = page_size unless page_size.nil?
|
20872
21226
|
command.query['pageToken'] = page_token unless page_token.nil?
|
21227
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
20873
21228
|
command.query['fields'] = fields unless fields.nil?
|
20874
21229
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
20875
21230
|
execute_or_queue_command(command, &block)
|
@@ -21374,6 +21729,13 @@ module Google
|
|
21374
21729
|
# The standard list page size.
|
21375
21730
|
# @param [String] page_token
|
21376
21731
|
# The standard list page token.
|
21732
|
+
# @param [Boolean] return_partial_success
|
21733
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
21734
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
21735
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
21736
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
21737
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
21738
|
+
# explicitly documented otherwise in service or product specific documentation.
|
21377
21739
|
# @param [String] fields
|
21378
21740
|
# Selector specifying which fields to include in a partial response.
|
21379
21741
|
# @param [String] quota_user
|
@@ -21391,7 +21753,7 @@ module Google
|
|
21391
21753
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
21392
21754
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
21393
21755
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
21394
|
-
def list_project_location_study_trial_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
21756
|
+
def list_project_location_study_trial_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
21395
21757
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
21396
21758
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
21397
21759
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -21399,6 +21761,7 @@ module Google
|
|
21399
21761
|
command.query['filter'] = filter unless filter.nil?
|
21400
21762
|
command.query['pageSize'] = page_size unless page_size.nil?
|
21401
21763
|
command.query['pageToken'] = page_token unless page_token.nil?
|
21764
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
21402
21765
|
command.query['fields'] = fields unless fields.nil?
|
21403
21766
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
21404
21767
|
execute_or_queue_command(command, &block)
|
@@ -22118,6 +22481,13 @@ module Google
|
|
22118
22481
|
# The standard list page size.
|
22119
22482
|
# @param [String] page_token
|
22120
22483
|
# The standard list page token.
|
22484
|
+
# @param [Boolean] return_partial_success
|
22485
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
22486
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
22487
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
22488
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
22489
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
22490
|
+
# explicitly documented otherwise in service or product specific documentation.
|
22121
22491
|
# @param [String] fields
|
22122
22492
|
# Selector specifying which fields to include in a partial response.
|
22123
22493
|
# @param [String] quota_user
|
@@ -22135,7 +22505,7 @@ module Google
|
|
22135
22505
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
22136
22506
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
22137
22507
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
22138
|
-
def list_project_location_tensorboard_experiment_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
22508
|
+
def list_project_location_tensorboard_experiment_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
22139
22509
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
22140
22510
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
22141
22511
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -22143,6 +22513,7 @@ module Google
|
|
22143
22513
|
command.query['filter'] = filter unless filter.nil?
|
22144
22514
|
command.query['pageSize'] = page_size unless page_size.nil?
|
22145
22515
|
command.query['pageToken'] = page_token unless page_token.nil?
|
22516
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
22146
22517
|
command.query['fields'] = fields unless fields.nil?
|
22147
22518
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
22148
22519
|
execute_or_queue_command(command, &block)
|
@@ -22570,6 +22941,13 @@ module Google
|
|
22570
22941
|
# The standard list page size.
|
22571
22942
|
# @param [String] page_token
|
22572
22943
|
# The standard list page token.
|
22944
|
+
# @param [Boolean] return_partial_success
|
22945
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
22946
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
22947
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
22948
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
22949
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
22950
|
+
# explicitly documented otherwise in service or product specific documentation.
|
22573
22951
|
# @param [String] fields
|
22574
22952
|
# Selector specifying which fields to include in a partial response.
|
22575
22953
|
# @param [String] quota_user
|
@@ -22587,7 +22965,7 @@ module Google
|
|
22587
22965
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
22588
22966
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
22589
22967
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
22590
|
-
def list_project_location_tensorboard_experiment_run_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
22968
|
+
def list_project_location_tensorboard_experiment_run_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
22591
22969
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
22592
22970
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
22593
22971
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -22595,6 +22973,7 @@ module Google
|
|
22595
22973
|
command.query['filter'] = filter unless filter.nil?
|
22596
22974
|
command.query['pageSize'] = page_size unless page_size.nil?
|
22597
22975
|
command.query['pageToken'] = page_token unless page_token.nil?
|
22976
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
22598
22977
|
command.query['fields'] = fields unless fields.nil?
|
22599
22978
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
22600
22979
|
execute_or_queue_command(command, &block)
|
@@ -23063,6 +23442,13 @@ module Google
|
|
23063
23442
|
# The standard list page size.
|
23064
23443
|
# @param [String] page_token
|
23065
23444
|
# The standard list page token.
|
23445
|
+
# @param [Boolean] return_partial_success
|
23446
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
23447
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
23448
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
23449
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
23450
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
23451
|
+
# explicitly documented otherwise in service or product specific documentation.
|
23066
23452
|
# @param [String] fields
|
23067
23453
|
# Selector specifying which fields to include in a partial response.
|
23068
23454
|
# @param [String] quota_user
|
@@ -23080,7 +23466,7 @@ module Google
|
|
23080
23466
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
23081
23467
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
23082
23468
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
23083
|
-
def list_project_location_tensorboard_experiment_run_time_series_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
23469
|
+
def list_project_location_tensorboard_experiment_run_time_series_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
23084
23470
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
23085
23471
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
23086
23472
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -23088,6 +23474,7 @@ module Google
|
|
23088
23474
|
command.query['filter'] = filter unless filter.nil?
|
23089
23475
|
command.query['pageSize'] = page_size unless page_size.nil?
|
23090
23476
|
command.query['pageToken'] = page_token unless page_token.nil?
|
23477
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
23091
23478
|
command.query['fields'] = fields unless fields.nil?
|
23092
23479
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
23093
23480
|
execute_or_queue_command(command, &block)
|
@@ -23246,6 +23633,13 @@ module Google
|
|
23246
23633
|
# The standard list page size.
|
23247
23634
|
# @param [String] page_token
|
23248
23635
|
# The standard list page token.
|
23636
|
+
# @param [Boolean] return_partial_success
|
23637
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
23638
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
23639
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
23640
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
23641
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
23642
|
+
# explicitly documented otherwise in service or product specific documentation.
|
23249
23643
|
# @param [String] fields
|
23250
23644
|
# Selector specifying which fields to include in a partial response.
|
23251
23645
|
# @param [String] quota_user
|
@@ -23263,7 +23657,7 @@ module Google
|
|
23263
23657
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
23264
23658
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
23265
23659
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
23266
|
-
def list_project_location_tensorboard_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
23660
|
+
def list_project_location_tensorboard_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
23267
23661
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
23268
23662
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
23269
23663
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -23271,6 +23665,7 @@ module Google
|
|
23271
23665
|
command.query['filter'] = filter unless filter.nil?
|
23272
23666
|
command.query['pageSize'] = page_size unless page_size.nil?
|
23273
23667
|
command.query['pageToken'] = page_token unless page_token.nil?
|
23668
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
23274
23669
|
command.query['fields'] = fields unless fields.nil?
|
23275
23670
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
23276
23671
|
execute_or_queue_command(command, &block)
|
@@ -23622,6 +24017,13 @@ module Google
|
|
23622
24017
|
# The standard list page size.
|
23623
24018
|
# @param [String] page_token
|
23624
24019
|
# The standard list page token.
|
24020
|
+
# @param [Boolean] return_partial_success
|
24021
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
24022
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
24023
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
24024
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
24025
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
24026
|
+
# explicitly documented otherwise in service or product specific documentation.
|
23625
24027
|
# @param [String] fields
|
23626
24028
|
# Selector specifying which fields to include in a partial response.
|
23627
24029
|
# @param [String] quota_user
|
@@ -23639,7 +24041,7 @@ module Google
|
|
23639
24041
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
23640
24042
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
23641
24043
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
23642
|
-
def list_project_location_training_pipeline_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
24044
|
+
def list_project_location_training_pipeline_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
23643
24045
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
23644
24046
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
23645
24047
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -23647,6 +24049,7 @@ module Google
|
|
23647
24049
|
command.query['filter'] = filter unless filter.nil?
|
23648
24050
|
command.query['pageSize'] = page_size unless page_size.nil?
|
23649
24051
|
command.query['pageToken'] = page_token unless page_token.nil?
|
24052
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
23650
24053
|
command.query['fields'] = fields unless fields.nil?
|
23651
24054
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
23652
24055
|
execute_or_queue_command(command, &block)
|
@@ -23988,6 +24391,13 @@ module Google
|
|
23988
24391
|
# The standard list page size.
|
23989
24392
|
# @param [String] page_token
|
23990
24393
|
# The standard list page token.
|
24394
|
+
# @param [Boolean] return_partial_success
|
24395
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
24396
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
24397
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
24398
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
24399
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
24400
|
+
# explicitly documented otherwise in service or product specific documentation.
|
23991
24401
|
# @param [String] fields
|
23992
24402
|
# Selector specifying which fields to include in a partial response.
|
23993
24403
|
# @param [String] quota_user
|
@@ -24005,7 +24415,7 @@ module Google
|
|
24005
24415
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
24006
24416
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
24007
24417
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
24008
|
-
def list_project_location_tuning_job_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
24418
|
+
def list_project_location_tuning_job_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
24009
24419
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
24010
24420
|
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse::Representation
|
24011
24421
|
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningListOperationsResponse
|
@@ -24013,6 +24423,7 @@ module Google
|
|
24013
24423
|
command.query['filter'] = filter unless filter.nil?
|
24014
24424
|
command.query['pageSize'] = page_size unless page_size.nil?
|
24015
24425
|
command.query['pageToken'] = page_token unless page_token.nil?
|
24426
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
24016
24427
|
command.query['fields'] = fields unless fields.nil?
|
24017
24428
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
24018
24429
|
execute_or_queue_command(command, &block)
|