huaweicloudsdkmssi 3.1.142__py2.py3-none-any.whl → 3.1.143__py2.py3-none-any.whl

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.
Files changed (53) hide show
  1. huaweicloudsdkmssi/v1/model/action_base_info.py +33 -33
  2. huaweicloudsdkmssi/v1/model/api_config.py +3 -3
  3. huaweicloudsdkmssi/v1/model/auth_config_a.py +15 -15
  4. huaweicloudsdkmssi/v1/model/base_connection_info.py +23 -23
  5. huaweicloudsdkmssi/v1/model/connection_info.py +55 -55
  6. huaweicloudsdkmssi/v1/model/connector_info.py +47 -47
  7. huaweicloudsdkmssi/v1/model/connector_info0.py +35 -35
  8. huaweicloudsdkmssi/v1/model/create_connection_info_request.py +3 -3
  9. huaweicloudsdkmssi/v1/model/create_connection_info_response.py +7 -7
  10. huaweicloudsdkmssi/v1/model/create_custom_connector_from_openapi_request.py +3 -3
  11. huaweicloudsdkmssi/v1/model/create_custom_connector_from_openapi_response.py +15 -15
  12. huaweicloudsdkmssi/v1/model/create_flow_request.py +3 -3
  13. huaweicloudsdkmssi/v1/model/create_flow_response.py +9 -9
  14. huaweicloudsdkmssi/v1/model/create_flow_template_from_flow_request.py +5 -5
  15. huaweicloudsdkmssi/v1/model/create_flow_template_from_flow_response.py +9 -9
  16. huaweicloudsdkmssi/v1/model/custom_connector_info_v2.py +13 -13
  17. huaweicloudsdkmssi/v1/model/delete_connection_info_request.py +3 -3
  18. huaweicloudsdkmssi/v1/model/delete_connection_info_response.py +7 -7
  19. huaweicloudsdkmssi/v1/model/delete_custom_connector_request.py +3 -3
  20. huaweicloudsdkmssi/v1/model/delete_custom_connector_response.py +7 -7
  21. huaweicloudsdkmssi/v1/model/delete_flow_request.py +3 -3
  22. huaweicloudsdkmssi/v1/model/delete_flow_response.py +7 -7
  23. huaweicloudsdkmssi/v1/model/flow_meta.py +73 -73
  24. huaweicloudsdkmssi/v1/model/runtime_permission.py +11 -11
  25. huaweicloudsdkmssi/v1/model/search_flow_by_id_request.py +5 -5
  26. huaweicloudsdkmssi/v1/model/search_flow_by_id_response.py +73 -73
  27. huaweicloudsdkmssi/v1/model/show_all_connections_request.py +7 -7
  28. huaweicloudsdkmssi/v1/model/show_all_connections_response.py +1 -1
  29. huaweicloudsdkmssi/v1/model/show_all_flows_request.py +13 -13
  30. huaweicloudsdkmssi/v1/model/show_all_flows_response.py +5 -5
  31. huaweicloudsdkmssi/v1/model/show_connectors_request.py +13 -13
  32. huaweicloudsdkmssi/v1/model/show_connectors_response.py +5 -5
  33. huaweicloudsdkmssi/v1/model/show_custom_connector_request.py +3 -3
  34. huaweicloudsdkmssi/v1/model/show_custom_connector_response.py +7 -7
  35. huaweicloudsdkmssi/v1/model/show_custom_connectors_request.py +7 -7
  36. huaweicloudsdkmssi/v1/model/show_custom_connectors_response.py +5 -5
  37. huaweicloudsdkmssi/v1/model/show_single_connection_request.py +3 -3
  38. huaweicloudsdkmssi/v1/model/show_single_connection_response.py +55 -55
  39. huaweicloudsdkmssi/v1/model/tag.py +5 -5
  40. huaweicloudsdkmssi/v1/model/template_message.py +7 -7
  41. huaweicloudsdkmssi/v1/model/trigger_base_info.py +33 -33
  42. huaweicloudsdkmssi/v1/model/update_connection_info_request.py +5 -5
  43. huaweicloudsdkmssi/v1/model/update_connection_info_response.py +7 -7
  44. huaweicloudsdkmssi/v1/model/update_flow_request.py +5 -5
  45. huaweicloudsdkmssi/v1/model/update_flow_response.py +9 -9
  46. huaweicloudsdkmssi/v1/mssi_async_client.py +16 -16
  47. huaweicloudsdkmssi/v1/mssi_client.py +16 -16
  48. {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/METADATA +2 -2
  49. huaweicloudsdkmssi-3.1.143.dist-info/RECORD +57 -0
  50. huaweicloudsdkmssi-3.1.142.dist-info/RECORD +0 -57
  51. {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/LICENSE +0 -0
  52. {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/WHEEL +0 -0
  53. {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/top_level.txt +0 -0
@@ -55,7 +55,7 @@ class TriggerBaseInfo:
55
55
  }
56
56
 
57
57
  def __init__(self, category=None, connector_action_html=None, connector_created_type=None, connector_id=None, connector_version=None, created_time=None, definition=None, description=None, id=None, name=None, operation_id=None, swagger=None, test_result=None, trigger_type=None, type=None, updated_time=None):
58
- """TriggerBaseInfo
58
+ r"""TriggerBaseInfo
59
59
 
60
60
  The model defined in huaweicloud sdk
61
61
 
@@ -148,7 +148,7 @@ class TriggerBaseInfo:
148
148
 
149
149
  @property
150
150
  def category(self):
151
- """Gets the category of this TriggerBaseInfo.
151
+ r"""Gets the category of this TriggerBaseInfo.
152
152
 
153
153
  分类
154
154
 
@@ -159,7 +159,7 @@ class TriggerBaseInfo:
159
159
 
160
160
  @category.setter
161
161
  def category(self, category):
162
- """Sets the category of this TriggerBaseInfo.
162
+ r"""Sets the category of this TriggerBaseInfo.
163
163
 
164
164
  分类
165
165
 
@@ -170,7 +170,7 @@ class TriggerBaseInfo:
170
170
 
171
171
  @property
172
172
  def connector_action_html(self):
173
- """Gets the connector_action_html of this TriggerBaseInfo.
173
+ r"""Gets the connector_action_html of this TriggerBaseInfo.
174
174
 
175
175
  :return: The connector_action_html of this TriggerBaseInfo.
176
176
  :rtype: str
@@ -179,7 +179,7 @@ class TriggerBaseInfo:
179
179
 
180
180
  @connector_action_html.setter
181
181
  def connector_action_html(self, connector_action_html):
182
- """Sets the connector_action_html of this TriggerBaseInfo.
182
+ r"""Sets the connector_action_html of this TriggerBaseInfo.
183
183
 
184
184
  :param connector_action_html: The connector_action_html of this TriggerBaseInfo.
185
185
  :type connector_action_html: str
@@ -188,7 +188,7 @@ class TriggerBaseInfo:
188
188
 
189
189
  @property
190
190
  def connector_created_type(self):
191
- """Gets the connector_created_type of this TriggerBaseInfo.
191
+ r"""Gets the connector_created_type of this TriggerBaseInfo.
192
192
 
193
193
  :return: The connector_created_type of this TriggerBaseInfo.
194
194
  :rtype: str
@@ -197,7 +197,7 @@ class TriggerBaseInfo:
197
197
 
198
198
  @connector_created_type.setter
199
199
  def connector_created_type(self, connector_created_type):
200
- """Sets the connector_created_type of this TriggerBaseInfo.
200
+ r"""Sets the connector_created_type of this TriggerBaseInfo.
201
201
 
202
202
  :param connector_created_type: The connector_created_type of this TriggerBaseInfo.
203
203
  :type connector_created_type: str
@@ -206,7 +206,7 @@ class TriggerBaseInfo:
206
206
 
207
207
  @property
208
208
  def connector_id(self):
209
- """Gets the connector_id of this TriggerBaseInfo.
209
+ r"""Gets the connector_id of this TriggerBaseInfo.
210
210
 
211
211
  自定义连接器ID
212
212
 
@@ -217,7 +217,7 @@ class TriggerBaseInfo:
217
217
 
218
218
  @connector_id.setter
219
219
  def connector_id(self, connector_id):
220
- """Sets the connector_id of this TriggerBaseInfo.
220
+ r"""Sets the connector_id of this TriggerBaseInfo.
221
221
 
222
222
  自定义连接器ID
223
223
 
@@ -228,7 +228,7 @@ class TriggerBaseInfo:
228
228
 
229
229
  @property
230
230
  def connector_version(self):
231
- """Gets the connector_version of this TriggerBaseInfo.
231
+ r"""Gets the connector_version of this TriggerBaseInfo.
232
232
 
233
233
  连接器版本
234
234
 
@@ -239,7 +239,7 @@ class TriggerBaseInfo:
239
239
 
240
240
  @connector_version.setter
241
241
  def connector_version(self, connector_version):
242
- """Sets the connector_version of this TriggerBaseInfo.
242
+ r"""Sets the connector_version of this TriggerBaseInfo.
243
243
 
244
244
  连接器版本
245
245
 
@@ -250,7 +250,7 @@ class TriggerBaseInfo:
250
250
 
251
251
  @property
252
252
  def created_time(self):
253
- """Gets the created_time of this TriggerBaseInfo.
253
+ r"""Gets the created_time of this TriggerBaseInfo.
254
254
 
255
255
  创建时间
256
256
 
@@ -261,7 +261,7 @@ class TriggerBaseInfo:
261
261
 
262
262
  @created_time.setter
263
263
  def created_time(self, created_time):
264
- """Sets the created_time of this TriggerBaseInfo.
264
+ r"""Sets the created_time of this TriggerBaseInfo.
265
265
 
266
266
  创建时间
267
267
 
@@ -272,7 +272,7 @@ class TriggerBaseInfo:
272
272
 
273
273
  @property
274
274
  def definition(self):
275
- """Gets the definition of this TriggerBaseInfo.
275
+ r"""Gets the definition of this TriggerBaseInfo.
276
276
 
277
277
  操作or触发器的详细定义
278
278
 
@@ -283,7 +283,7 @@ class TriggerBaseInfo:
283
283
 
284
284
  @definition.setter
285
285
  def definition(self, definition):
286
- """Sets the definition of this TriggerBaseInfo.
286
+ r"""Sets the definition of this TriggerBaseInfo.
287
287
 
288
288
  操作or触发器的详细定义
289
289
 
@@ -294,7 +294,7 @@ class TriggerBaseInfo:
294
294
 
295
295
  @property
296
296
  def description(self):
297
- """Gets the description of this TriggerBaseInfo.
297
+ r"""Gets the description of this TriggerBaseInfo.
298
298
 
299
299
  描述
300
300
 
@@ -305,7 +305,7 @@ class TriggerBaseInfo:
305
305
 
306
306
  @description.setter
307
307
  def description(self, description):
308
- """Sets the description of this TriggerBaseInfo.
308
+ r"""Sets the description of this TriggerBaseInfo.
309
309
 
310
310
  描述
311
311
 
@@ -316,7 +316,7 @@ class TriggerBaseInfo:
316
316
 
317
317
  @property
318
318
  def id(self):
319
- """Gets the id of this TriggerBaseInfo.
319
+ r"""Gets the id of this TriggerBaseInfo.
320
320
 
321
321
  触发事件ID
322
322
 
@@ -327,7 +327,7 @@ class TriggerBaseInfo:
327
327
 
328
328
  @id.setter
329
329
  def id(self, id):
330
- """Sets the id of this TriggerBaseInfo.
330
+ r"""Sets the id of this TriggerBaseInfo.
331
331
 
332
332
  触发事件ID
333
333
 
@@ -338,7 +338,7 @@ class TriggerBaseInfo:
338
338
 
339
339
  @property
340
340
  def name(self):
341
- """Gets the name of this TriggerBaseInfo.
341
+ r"""Gets the name of this TriggerBaseInfo.
342
342
 
343
343
  执行动作名称
344
344
 
@@ -349,7 +349,7 @@ class TriggerBaseInfo:
349
349
 
350
350
  @name.setter
351
351
  def name(self, name):
352
- """Sets the name of this TriggerBaseInfo.
352
+ r"""Sets the name of this TriggerBaseInfo.
353
353
 
354
354
  执行动作名称
355
355
 
@@ -360,7 +360,7 @@ class TriggerBaseInfo:
360
360
 
361
361
  @property
362
362
  def operation_id(self):
363
- """Gets the operation_id of this TriggerBaseInfo.
363
+ r"""Gets the operation_id of this TriggerBaseInfo.
364
364
 
365
365
  执行动作ID
366
366
 
@@ -371,7 +371,7 @@ class TriggerBaseInfo:
371
371
 
372
372
  @operation_id.setter
373
373
  def operation_id(self, operation_id):
374
- """Sets the operation_id of this TriggerBaseInfo.
374
+ r"""Sets the operation_id of this TriggerBaseInfo.
375
375
 
376
376
  执行动作ID
377
377
 
@@ -382,7 +382,7 @@ class TriggerBaseInfo:
382
382
 
383
383
  @property
384
384
  def swagger(self):
385
- """Gets the swagger of this TriggerBaseInfo.
385
+ r"""Gets the swagger of this TriggerBaseInfo.
386
386
 
387
387
  swagger文档
388
388
 
@@ -393,7 +393,7 @@ class TriggerBaseInfo:
393
393
 
394
394
  @swagger.setter
395
395
  def swagger(self, swagger):
396
- """Sets the swagger of this TriggerBaseInfo.
396
+ r"""Sets the swagger of this TriggerBaseInfo.
397
397
 
398
398
  swagger文档
399
399
 
@@ -404,7 +404,7 @@ class TriggerBaseInfo:
404
404
 
405
405
  @property
406
406
  def test_result(self):
407
- """Gets the test_result of this TriggerBaseInfo.
407
+ r"""Gets the test_result of this TriggerBaseInfo.
408
408
 
409
409
  最近一次测试结果
410
410
 
@@ -415,7 +415,7 @@ class TriggerBaseInfo:
415
415
 
416
416
  @test_result.setter
417
417
  def test_result(self, test_result):
418
- """Sets the test_result of this TriggerBaseInfo.
418
+ r"""Sets the test_result of this TriggerBaseInfo.
419
419
 
420
420
  最近一次测试结果
421
421
 
@@ -426,7 +426,7 @@ class TriggerBaseInfo:
426
426
 
427
427
  @property
428
428
  def trigger_type(self):
429
- """Gets the trigger_type of this TriggerBaseInfo.
429
+ r"""Gets the trigger_type of this TriggerBaseInfo.
430
430
 
431
431
  触发事件的类型
432
432
 
@@ -437,7 +437,7 @@ class TriggerBaseInfo:
437
437
 
438
438
  @trigger_type.setter
439
439
  def trigger_type(self, trigger_type):
440
- """Sets the trigger_type of this TriggerBaseInfo.
440
+ r"""Sets the trigger_type of this TriggerBaseInfo.
441
441
 
442
442
  触发事件的类型
443
443
 
@@ -448,7 +448,7 @@ class TriggerBaseInfo:
448
448
 
449
449
  @property
450
450
  def type(self):
451
- """Gets the type of this TriggerBaseInfo.
451
+ r"""Gets the type of this TriggerBaseInfo.
452
452
 
453
453
  类型
454
454
 
@@ -459,7 +459,7 @@ class TriggerBaseInfo:
459
459
 
460
460
  @type.setter
461
461
  def type(self, type):
462
- """Sets the type of this TriggerBaseInfo.
462
+ r"""Sets the type of this TriggerBaseInfo.
463
463
 
464
464
  类型
465
465
 
@@ -470,7 +470,7 @@ class TriggerBaseInfo:
470
470
 
471
471
  @property
472
472
  def updated_time(self):
473
- """Gets the updated_time of this TriggerBaseInfo.
473
+ r"""Gets the updated_time of this TriggerBaseInfo.
474
474
 
475
475
  修改时间
476
476
 
@@ -481,7 +481,7 @@ class TriggerBaseInfo:
481
481
 
482
482
  @updated_time.setter
483
483
  def updated_time(self, updated_time):
484
- """Sets the updated_time of this TriggerBaseInfo.
484
+ r"""Sets the updated_time of this TriggerBaseInfo.
485
485
 
486
486
  修改时间
487
487
 
@@ -27,7 +27,7 @@ class UpdateConnectionInfoRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, connect_id=None, body=None):
30
- """UpdateConnectionInfoRequest
30
+ r"""UpdateConnectionInfoRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class UpdateConnectionInfoRequest:
49
49
 
50
50
  @property
51
51
  def connect_id(self):
52
- """Gets the connect_id of this UpdateConnectionInfoRequest.
52
+ r"""Gets the connect_id of this UpdateConnectionInfoRequest.
53
53
 
54
54
  ID of Connection
55
55
 
@@ -60,7 +60,7 @@ class UpdateConnectionInfoRequest:
60
60
 
61
61
  @connect_id.setter
62
62
  def connect_id(self, connect_id):
63
- """Sets the connect_id of this UpdateConnectionInfoRequest.
63
+ r"""Sets the connect_id of this UpdateConnectionInfoRequest.
64
64
 
65
65
  ID of Connection
66
66
 
@@ -71,7 +71,7 @@ class UpdateConnectionInfoRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this UpdateConnectionInfoRequest.
74
+ r"""Gets the body of this UpdateConnectionInfoRequest.
75
75
 
76
76
  :return: The body of this UpdateConnectionInfoRequest.
77
77
  :rtype: :class:`huaweicloudsdkmssi.v1.ConnectionInfo`
@@ -80,7 +80,7 @@ class UpdateConnectionInfoRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this UpdateConnectionInfoRequest.
83
+ r"""Sets the body of this UpdateConnectionInfoRequest.
84
84
 
85
85
  :param body: The body of this UpdateConnectionInfoRequest.
86
86
  :type body: :class:`huaweicloudsdkmssi.v1.ConnectionInfo`
@@ -30,7 +30,7 @@ class UpdateConnectionInfoResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, res_code=None, res_log=None, res_msg=None):
33
- """UpdateConnectionInfoResponse
33
+ r"""UpdateConnectionInfoResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class UpdateConnectionInfoResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def res_code(self):
61
- """Gets the res_code of this UpdateConnectionInfoResponse.
61
+ r"""Gets the res_code of this UpdateConnectionInfoResponse.
62
62
 
63
63
  状态码
64
64
 
@@ -69,7 +69,7 @@ class UpdateConnectionInfoResponse(SdkResponse):
69
69
 
70
70
  @res_code.setter
71
71
  def res_code(self, res_code):
72
- """Sets the res_code of this UpdateConnectionInfoResponse.
72
+ r"""Sets the res_code of this UpdateConnectionInfoResponse.
73
73
 
74
74
  状态码
75
75
 
@@ -80,7 +80,7 @@ class UpdateConnectionInfoResponse(SdkResponse):
80
80
 
81
81
  @property
82
82
  def res_log(self):
83
- """Gets the res_log of this UpdateConnectionInfoResponse.
83
+ r"""Gets the res_log of this UpdateConnectionInfoResponse.
84
84
 
85
85
  成功信息
86
86
 
@@ -91,7 +91,7 @@ class UpdateConnectionInfoResponse(SdkResponse):
91
91
 
92
92
  @res_log.setter
93
93
  def res_log(self, res_log):
94
- """Sets the res_log of this UpdateConnectionInfoResponse.
94
+ r"""Sets the res_log of this UpdateConnectionInfoResponse.
95
95
 
96
96
  成功信息
97
97
 
@@ -102,7 +102,7 @@ class UpdateConnectionInfoResponse(SdkResponse):
102
102
 
103
103
  @property
104
104
  def res_msg(self):
105
- """Gets the res_msg of this UpdateConnectionInfoResponse.
105
+ r"""Gets the res_msg of this UpdateConnectionInfoResponse.
106
106
 
107
107
  成功信息
108
108
 
@@ -113,7 +113,7 @@ class UpdateConnectionInfoResponse(SdkResponse):
113
113
 
114
114
  @res_msg.setter
115
115
  def res_msg(self, res_msg):
116
- """Sets the res_msg of this UpdateConnectionInfoResponse.
116
+ r"""Sets the res_msg of this UpdateConnectionInfoResponse.
117
117
 
118
118
  成功信息
119
119
 
@@ -27,7 +27,7 @@ class UpdateFlowRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, flow_id=None, body=None):
30
- """UpdateFlowRequest
30
+ r"""UpdateFlowRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class UpdateFlowRequest:
49
49
 
50
50
  @property
51
51
  def flow_id(self):
52
- """Gets the flow_id of this UpdateFlowRequest.
52
+ r"""Gets the flow_id of this UpdateFlowRequest.
53
53
 
54
54
  flow_id
55
55
 
@@ -60,7 +60,7 @@ class UpdateFlowRequest:
60
60
 
61
61
  @flow_id.setter
62
62
  def flow_id(self, flow_id):
63
- """Sets the flow_id of this UpdateFlowRequest.
63
+ r"""Sets the flow_id of this UpdateFlowRequest.
64
64
 
65
65
  flow_id
66
66
 
@@ -71,7 +71,7 @@ class UpdateFlowRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this UpdateFlowRequest.
74
+ r"""Gets the body of this UpdateFlowRequest.
75
75
 
76
76
  :return: The body of this UpdateFlowRequest.
77
77
  :rtype: :class:`huaweicloudsdkmssi.v1.FlowMeta`
@@ -80,7 +80,7 @@ class UpdateFlowRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this UpdateFlowRequest.
83
+ r"""Sets the body of this UpdateFlowRequest.
84
84
 
85
85
  :param body: The body of this UpdateFlowRequest.
86
86
  :type body: :class:`huaweicloudsdkmssi.v1.FlowMeta`
@@ -32,7 +32,7 @@ class UpdateFlowResponse(SdkResponse):
32
32
  }
33
33
 
34
34
  def __init__(self, apig_url=None, flow_id=None, steps=None, webhook=None):
35
- """UpdateFlowResponse
35
+ r"""UpdateFlowResponse
36
36
 
37
37
  The model defined in huaweicloud sdk
38
38
 
@@ -65,7 +65,7 @@ class UpdateFlowResponse(SdkResponse):
65
65
 
66
66
  @property
67
67
  def apig_url(self):
68
- """Gets the apig_url of this UpdateFlowResponse.
68
+ r"""Gets the apig_url of this UpdateFlowResponse.
69
69
 
70
70
  api流注册到apig的url
71
71
 
@@ -76,7 +76,7 @@ class UpdateFlowResponse(SdkResponse):
76
76
 
77
77
  @apig_url.setter
78
78
  def apig_url(self, apig_url):
79
- """Sets the apig_url of this UpdateFlowResponse.
79
+ r"""Sets the apig_url of this UpdateFlowResponse.
80
80
 
81
81
  api流注册到apig的url
82
82
 
@@ -87,7 +87,7 @@ class UpdateFlowResponse(SdkResponse):
87
87
 
88
88
  @property
89
89
  def flow_id(self):
90
- """Gets the flow_id of this UpdateFlowResponse.
90
+ r"""Gets the flow_id of this UpdateFlowResponse.
91
91
 
92
92
  ID
93
93
 
@@ -98,7 +98,7 @@ class UpdateFlowResponse(SdkResponse):
98
98
 
99
99
  @flow_id.setter
100
100
  def flow_id(self, flow_id):
101
- """Sets the flow_id of this UpdateFlowResponse.
101
+ r"""Sets the flow_id of this UpdateFlowResponse.
102
102
 
103
103
  ID
104
104
 
@@ -109,7 +109,7 @@ class UpdateFlowResponse(SdkResponse):
109
109
 
110
110
  @property
111
111
  def steps(self):
112
- """Gets the steps of this UpdateFlowResponse.
112
+ r"""Gets the steps of this UpdateFlowResponse.
113
113
 
114
114
  函数连接器对应functionId
115
115
 
@@ -120,7 +120,7 @@ class UpdateFlowResponse(SdkResponse):
120
120
 
121
121
  @steps.setter
122
122
  def steps(self, steps):
123
- """Sets the steps of this UpdateFlowResponse.
123
+ r"""Sets the steps of this UpdateFlowResponse.
124
124
 
125
125
  函数连接器对应functionId
126
126
 
@@ -131,7 +131,7 @@ class UpdateFlowResponse(SdkResponse):
131
131
 
132
132
  @property
133
133
  def webhook(self):
134
- """Gets the webhook of this UpdateFlowResponse.
134
+ r"""Gets the webhook of this UpdateFlowResponse.
135
135
 
136
136
  webhook触发url的ID
137
137
 
@@ -142,7 +142,7 @@ class UpdateFlowResponse(SdkResponse):
142
142
 
143
143
  @webhook.setter
144
144
  def webhook(self, webhook):
145
- """Sets the webhook of this UpdateFlowResponse.
145
+ r"""Sets the webhook of this UpdateFlowResponse.
146
146
 
147
147
  webhook触发url的ID
148
148
 
@@ -34,7 +34,7 @@ class MssiAsyncClient(Client):
34
34
  return client_builder
35
35
 
36
36
  def create_connection_info_async(self, request):
37
- """新建Connection
37
+ r"""新建Connection
38
38
 
39
39
  新建连接
40
40
 
@@ -99,7 +99,7 @@ class MssiAsyncClient(Client):
99
99
  return http_info
100
100
 
101
101
  def create_custom_connector_from_openapi_async(self, request):
102
- """新建自定义连接器(导入swagger方式)
102
+ r"""新建自定义连接器(导入swagger方式)
103
103
 
104
104
  新建自定义连接器(导入swagger方式)
105
105
 
@@ -164,7 +164,7 @@ class MssiAsyncClient(Client):
164
164
  return http_info
165
165
 
166
166
  def create_flow_async(self, request):
167
- """创建flow
167
+ r"""创建flow
168
168
 
169
169
  创建flow
170
170
 
@@ -229,7 +229,7 @@ class MssiAsyncClient(Client):
229
229
  return http_info
230
230
 
231
231
  def create_flow_template_from_flow_async(self, request):
232
- """根据流创建Flow模板
232
+ r"""根据流创建Flow模板
233
233
 
234
234
 
235
235
  Please refer to HUAWEI cloud API Explorer for details.
@@ -295,7 +295,7 @@ class MssiAsyncClient(Client):
295
295
  return http_info
296
296
 
297
297
  def delete_connection_info_async(self, request):
298
- """删除Connection
298
+ r"""删除Connection
299
299
 
300
300
  删除Connection
301
301
 
@@ -360,7 +360,7 @@ class MssiAsyncClient(Client):
360
360
  return http_info
361
361
 
362
362
  def delete_custom_connector_async(self, request):
363
- """删除自定义连接器
363
+ r"""删除自定义连接器
364
364
 
365
365
  删除自定义连接器
366
366
 
@@ -425,7 +425,7 @@ class MssiAsyncClient(Client):
425
425
  return http_info
426
426
 
427
427
  def delete_flow_async(self, request):
428
- """删除Flow
428
+ r"""删除Flow
429
429
 
430
430
  删除Flow
431
431
 
@@ -490,7 +490,7 @@ class MssiAsyncClient(Client):
490
490
  return http_info
491
491
 
492
492
  def search_flow_by_id_async(self, request):
493
- """查询特定flow
493
+ r"""查询特定flow
494
494
 
495
495
  查询特定flow
496
496
 
@@ -557,7 +557,7 @@ class MssiAsyncClient(Client):
557
557
  return http_info
558
558
 
559
559
  def show_all_connections_async(self, request):
560
- """查询Connection列表
560
+ r"""查询Connection列表
561
561
 
562
562
  查询所有连接
563
563
 
@@ -626,7 +626,7 @@ class MssiAsyncClient(Client):
626
626
  return http_info
627
627
 
628
628
  def show_all_flows_async(self, request):
629
- """查询所有Flow
629
+ r"""查询所有Flow
630
630
 
631
631
  查询所有Flow
632
632
 
@@ -701,7 +701,7 @@ class MssiAsyncClient(Client):
701
701
  return http_info
702
702
 
703
703
  def show_connectors_async(self, request):
704
- """查询Connector列表
704
+ r"""查询Connector列表
705
705
 
706
706
  查询Connector列表
707
707
 
@@ -776,7 +776,7 @@ class MssiAsyncClient(Client):
776
776
  return http_info
777
777
 
778
778
  def show_custom_connector_async(self, request):
779
- """发布连接器
779
+ r"""发布连接器
780
780
 
781
781
  发布连接器
782
782
 
@@ -841,7 +841,7 @@ class MssiAsyncClient(Client):
841
841
  return http_info
842
842
 
843
843
  def show_custom_connectors_async(self, request):
844
- """查询CustomConnector列表
844
+ r"""查询CustomConnector列表
845
845
 
846
846
  查询CustomConnector列表
847
847
 
@@ -910,7 +910,7 @@ class MssiAsyncClient(Client):
910
910
  return http_info
911
911
 
912
912
  def show_single_connection_async(self, request):
913
- """查询单个Connection
913
+ r"""查询单个Connection
914
914
 
915
915
  查询单个连接
916
916
 
@@ -975,7 +975,7 @@ class MssiAsyncClient(Client):
975
975
  return http_info
976
976
 
977
977
  def update_connection_info_async(self, request):
978
- """修改连接配置内容
978
+ r"""修改连接配置内容
979
979
 
980
980
 
981
981
  Please refer to HUAWEI cloud API Explorer for details.
@@ -1041,7 +1041,7 @@ class MssiAsyncClient(Client):
1041
1041
  return http_info
1042
1042
 
1043
1043
  def update_flow_async(self, request):
1044
- """更新flow
1044
+ r"""更新flow
1045
1045
 
1046
1046
  更新flow
1047
1047