huaweicloudsdkcodeartsbuild 3.1.142__py2.py3-none-any.whl → 3.1.144__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 (105) hide show
  1. huaweicloudsdkcodeartsbuild/v3/codeartsbuild_async_client.py +30 -30
  2. huaweicloudsdkcodeartsbuild/v3/codeartsbuild_client.py +30 -30
  3. huaweicloudsdkcodeartsbuild/v3/model/build_step.py +7 -7
  4. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_parameter.py +5 -5
  5. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_parameter_param.py +7 -7
  6. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_request.py +3 -3
  7. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_request_body.py +21 -21
  8. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_response.py +7 -7
  9. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_response_body_result.py +3 -3
  10. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_scm.py +21 -21
  11. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_steps.py +11 -11
  12. huaweicloudsdkcodeartsbuild/v3/model/create_template.py +3 -3
  13. huaweicloudsdkcodeartsbuild/v3/model/create_template_steps.py +11 -11
  14. huaweicloudsdkcodeartsbuild/v3/model/create_templates_items.py +39 -39
  15. huaweicloudsdkcodeartsbuild/v3/model/create_templates_request.py +3 -3
  16. huaweicloudsdkcodeartsbuild/v3/model/create_templates_request_body.py +11 -11
  17. huaweicloudsdkcodeartsbuild/v3/model/create_templates_response.py +7 -7
  18. huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_request.py +3 -3
  19. huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_response.py +5 -5
  20. huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_response_body_result.py +5 -5
  21. huaweicloudsdkcodeartsbuild/v3/model/delete_templates_request.py +3 -3
  22. huaweicloudsdkcodeartsbuild/v3/model/delete_templates_response.py +7 -7
  23. huaweicloudsdkcodeartsbuild/v3/model/disable_build_job_request.py +3 -3
  24. huaweicloudsdkcodeartsbuild/v3/model/disable_build_job_response.py +3 -3
  25. huaweicloudsdkcodeartsbuild/v3/model/disable_notice_request.py +5 -5
  26. huaweicloudsdkcodeartsbuild/v3/model/disable_notice_response.py +7 -7
  27. huaweicloudsdkcodeartsbuild/v3/model/download_build_log_request.py +5 -5
  28. huaweicloudsdkcodeartsbuild/v3/model/download_build_log_response.py +1 -1
  29. huaweicloudsdkcodeartsbuild/v3/model/download_keystore_request.py +5 -5
  30. huaweicloudsdkcodeartsbuild/v3/model/download_keystore_response.py +1 -1
  31. huaweicloudsdkcodeartsbuild/v3/model/download_log_by_record_id_request.py +3 -3
  32. huaweicloudsdkcodeartsbuild/v3/model/download_log_by_record_id_response.py +1 -1
  33. huaweicloudsdkcodeartsbuild/v3/model/download_task_log_request.py +7 -7
  34. huaweicloudsdkcodeartsbuild/v3/model/download_task_log_response.py +1 -1
  35. huaweicloudsdkcodeartsbuild/v3/model/enable_build_job_request.py +3 -3
  36. huaweicloudsdkcodeartsbuild/v3/model/enable_build_job_response.py +3 -3
  37. huaweicloudsdkcodeartsbuild/v3/model/flow_graph_result.py +5 -5
  38. huaweicloudsdkcodeartsbuild/v3/model/flow_graph_result_edges.py +5 -5
  39. huaweicloudsdkcodeartsbuild/v3/model/history_record.py +13 -13
  40. huaweicloudsdkcodeartsbuild/v3/model/history_record1.py +23 -23
  41. huaweicloudsdkcodeartsbuild/v3/model/job.py +35 -35
  42. huaweicloudsdkcodeartsbuild/v3/model/limits_param.py +7 -7
  43. huaweicloudsdkcodeartsbuild/v3/model/list_job_config_request.py +5 -5
  44. huaweicloudsdkcodeartsbuild/v3/model/list_job_config_response.py +7 -7
  45. huaweicloudsdkcodeartsbuild/v3/model/list_notice_request.py +3 -3
  46. huaweicloudsdkcodeartsbuild/v3/model/list_notice_response.py +7 -7
  47. huaweicloudsdkcodeartsbuild/v3/model/list_templates_request.py +7 -7
  48. huaweicloudsdkcodeartsbuild/v3/model/list_templates_response.py +7 -7
  49. huaweicloudsdkcodeartsbuild/v3/model/out_put_info_result.py +7 -7
  50. huaweicloudsdkcodeartsbuild/v3/model/out_put_result.py +15 -15
  51. huaweicloudsdkcodeartsbuild/v3/model/parameter_item.py +5 -5
  52. huaweicloudsdkcodeartsbuild/v3/model/query_job_notice_items.py +7 -7
  53. huaweicloudsdkcodeartsbuild/v3/model/query_template.py +3 -3
  54. huaweicloudsdkcodeartsbuild/v3/model/query_templates_items.py +41 -41
  55. huaweicloudsdkcodeartsbuild/v3/model/query_templates_result.py +5 -5
  56. huaweicloudsdkcodeartsbuild/v3/model/record_info2_result.py +67 -67
  57. huaweicloudsdkcodeartsbuild/v3/model/record_info_result.py +67 -67
  58. huaweicloudsdkcodeartsbuild/v3/model/run_job_request.py +3 -3
  59. huaweicloudsdkcodeartsbuild/v3/model/run_job_request_body.py +7 -7
  60. huaweicloudsdkcodeartsbuild/v3/model/run_job_response.py +7 -7
  61. huaweicloudsdkcodeartsbuild/v3/model/scm.py +5 -5
  62. huaweicloudsdkcodeartsbuild/v3/model/show_flow_graph_request.py +3 -3
  63. huaweicloudsdkcodeartsbuild/v3/model/show_flow_graph_response.py +9 -9
  64. huaweicloudsdkcodeartsbuild/v3/model/show_history_details_request.py +5 -5
  65. huaweicloudsdkcodeartsbuild/v3/model/show_history_details_response.py +13 -13
  66. huaweicloudsdkcodeartsbuild/v3/model/show_job_list_by_project_id_request.py +7 -7
  67. huaweicloudsdkcodeartsbuild/v3/model/show_job_list_by_project_id_response.py +5 -5
  68. huaweicloudsdkcodeartsbuild/v3/model/show_job_status_request.py +3 -3
  69. huaweicloudsdkcodeartsbuild/v3/model/show_job_status_response.py +3 -3
  70. huaweicloudsdkcodeartsbuild/v3/model/show_job_success_ratio_request.py +7 -7
  71. huaweicloudsdkcodeartsbuild/v3/model/show_job_success_ratio_response.py +7 -7
  72. huaweicloudsdkcodeartsbuild/v3/model/show_last_history_request.py +5 -5
  73. huaweicloudsdkcodeartsbuild/v3/model/show_last_history_response.py +17 -17
  74. huaweicloudsdkcodeartsbuild/v3/model/show_list_history_request.py +9 -9
  75. huaweicloudsdkcodeartsbuild/v3/model/show_list_history_response.py +5 -5
  76. huaweicloudsdkcodeartsbuild/v3/model/show_list_period_history_request.py +11 -11
  77. huaweicloudsdkcodeartsbuild/v3/model/show_list_period_history_response.py +5 -5
  78. huaweicloudsdkcodeartsbuild/v3/model/show_output_info_request.py +5 -5
  79. huaweicloudsdkcodeartsbuild/v3/model/show_output_info_response.py +7 -7
  80. huaweicloudsdkcodeartsbuild/v3/model/show_record_detail_request.py +5 -5
  81. huaweicloudsdkcodeartsbuild/v3/model/show_record_detail_response.py +7 -7
  82. huaweicloudsdkcodeartsbuild/v3/model/show_record_info_request.py +5 -5
  83. huaweicloudsdkcodeartsbuild/v3/model/show_record_info_response.py +9 -9
  84. huaweicloudsdkcodeartsbuild/v3/model/stop_build_job_request.py +5 -5
  85. huaweicloudsdkcodeartsbuild/v3/model/stop_build_job_response.py +5 -5
  86. huaweicloudsdkcodeartsbuild/v3/model/stop_job_request.py +3 -3
  87. huaweicloudsdkcodeartsbuild/v3/model/stop_job_request_body.py +5 -5
  88. huaweicloudsdkcodeartsbuild/v3/model/stop_job_response.py +3 -3
  89. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_parameter.py +5 -5
  90. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_parameter_param.py +7 -7
  91. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_request.py +3 -3
  92. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_request_body.py +23 -23
  93. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_response.py +7 -7
  94. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_scm.py +21 -21
  95. huaweicloudsdkcodeartsbuild/v3/model/update_build_job_steps.py +11 -11
  96. huaweicloudsdkcodeartsbuild/v3/model/update_notice_request.py +5 -5
  97. huaweicloudsdkcodeartsbuild/v3/model/update_notice_request_body.py +7 -7
  98. huaweicloudsdkcodeartsbuild/v3/model/update_notice_response.py +7 -7
  99. huaweicloudsdkcodeartsbuild/v3/model/vertices.py +15 -15
  100. {huaweicloudsdkcodeartsbuild-3.1.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.144.dist-info}/METADATA +2 -2
  101. huaweicloudsdkcodeartsbuild-3.1.144.dist-info/RECORD +109 -0
  102. huaweicloudsdkcodeartsbuild-3.1.142.dist-info/RECORD +0 -109
  103. {huaweicloudsdkcodeartsbuild-3.1.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.144.dist-info}/LICENSE +0 -0
  104. {huaweicloudsdkcodeartsbuild-3.1.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.144.dist-info}/WHEEL +0 -0
  105. {huaweicloudsdkcodeartsbuild-3.1.142.dist-info → huaweicloudsdkcodeartsbuild-3.1.144.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class ListJobConfigRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, job_id=None, get_all_params=None):
30
- """ListJobConfigRequest
30
+ r"""ListJobConfigRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class ListJobConfigRequest:
49
49
 
50
50
  @property
51
51
  def job_id(self):
52
- """Gets the job_id of this ListJobConfigRequest.
52
+ r"""Gets the job_id of this ListJobConfigRequest.
53
53
 
54
54
  构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
55
55
 
@@ -60,7 +60,7 @@ class ListJobConfigRequest:
60
60
 
61
61
  @job_id.setter
62
62
  def job_id(self, job_id):
63
- """Sets the job_id of this ListJobConfigRequest.
63
+ r"""Sets the job_id of this ListJobConfigRequest.
64
64
 
65
65
  构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
66
66
 
@@ -71,7 +71,7 @@ class ListJobConfigRequest:
71
71
 
72
72
  @property
73
73
  def get_all_params(self):
74
- """Gets the get_all_params of this ListJobConfigRequest.
74
+ r"""Gets the get_all_params of this ListJobConfigRequest.
75
75
 
76
76
  输入\"true\"或者\"false\"来控制返回参数是不是完整的
77
77
 
@@ -82,7 +82,7 @@ class ListJobConfigRequest:
82
82
 
83
83
  @get_all_params.setter
84
84
  def get_all_params(self, get_all_params):
85
- """Sets the get_all_params of this ListJobConfigRequest.
85
+ r"""Sets the get_all_params of this ListJobConfigRequest.
86
86
 
87
87
  输入\"true\"或者\"false\"来控制返回参数是不是完整的
88
88
 
@@ -30,7 +30,7 @@ class ListJobConfigResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, result=None, error=None, status=None):
33
- """ListJobConfigResponse
33
+ r"""ListJobConfigResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class ListJobConfigResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def result(self):
61
- """Gets the result of this ListJobConfigResponse.
61
+ r"""Gets the result of this ListJobConfigResponse.
62
62
 
63
63
  :return: The result of this ListJobConfigResponse.
64
64
  :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.CreateBuildJobRequestBody`
@@ -67,7 +67,7 @@ class ListJobConfigResponse(SdkResponse):
67
67
 
68
68
  @result.setter
69
69
  def result(self, result):
70
- """Sets the result of this ListJobConfigResponse.
70
+ r"""Sets the result of this ListJobConfigResponse.
71
71
 
72
72
  :param result: The result of this ListJobConfigResponse.
73
73
  :type result: :class:`huaweicloudsdkcodeartsbuild.v3.CreateBuildJobRequestBody`
@@ -76,7 +76,7 @@ class ListJobConfigResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def error(self):
79
- """Gets the error of this ListJobConfigResponse.
79
+ r"""Gets the error of this ListJobConfigResponse.
80
80
 
81
81
  返回错误信息
82
82
 
@@ -87,7 +87,7 @@ class ListJobConfigResponse(SdkResponse):
87
87
 
88
88
  @error.setter
89
89
  def error(self, error):
90
- """Sets the error of this ListJobConfigResponse.
90
+ r"""Sets the error of this ListJobConfigResponse.
91
91
 
92
92
  返回错误信息
93
93
 
@@ -98,7 +98,7 @@ class ListJobConfigResponse(SdkResponse):
98
98
 
99
99
  @property
100
100
  def status(self):
101
- """Gets the status of this ListJobConfigResponse.
101
+ r"""Gets the status of this ListJobConfigResponse.
102
102
 
103
103
  返回状态信息
104
104
 
@@ -109,7 +109,7 @@ class ListJobConfigResponse(SdkResponse):
109
109
 
110
110
  @status.setter
111
111
  def status(self, status):
112
- """Sets the status of this ListJobConfigResponse.
112
+ r"""Sets the status of this ListJobConfigResponse.
113
113
 
114
114
  返回状态信息
115
115
 
@@ -25,7 +25,7 @@ class ListNoticeRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, job_id=None):
28
- """ListNoticeRequest
28
+ r"""ListNoticeRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class ListNoticeRequest:
42
42
 
43
43
  @property
44
44
  def job_id(self):
45
- """Gets the job_id of this ListNoticeRequest.
45
+ r"""Gets the job_id of this ListNoticeRequest.
46
46
 
47
47
  构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
48
48
 
@@ -53,7 +53,7 @@ class ListNoticeRequest:
53
53
 
54
54
  @job_id.setter
55
55
  def job_id(self, job_id):
56
- """Sets the job_id of this ListNoticeRequest.
56
+ r"""Sets the job_id of this ListNoticeRequest.
57
57
 
58
58
  构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
59
59
 
@@ -30,7 +30,7 @@ class ListNoticeResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, result=None, error=None, status=None):
33
- """ListNoticeResponse
33
+ r"""ListNoticeResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class ListNoticeResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def result(self):
61
- """Gets the result of this ListNoticeResponse.
61
+ r"""Gets the result of this ListNoticeResponse.
62
62
 
63
63
  查询模板结果
64
64
 
@@ -69,7 +69,7 @@ class ListNoticeResponse(SdkResponse):
69
69
 
70
70
  @result.setter
71
71
  def result(self, result):
72
- """Sets the result of this ListNoticeResponse.
72
+ r"""Sets the result of this ListNoticeResponse.
73
73
 
74
74
  查询模板结果
75
75
 
@@ -80,7 +80,7 @@ class ListNoticeResponse(SdkResponse):
80
80
 
81
81
  @property
82
82
  def error(self):
83
- """Gets the error of this ListNoticeResponse.
83
+ r"""Gets the error of this ListNoticeResponse.
84
84
 
85
85
  返回错误信息
86
86
 
@@ -91,7 +91,7 @@ class ListNoticeResponse(SdkResponse):
91
91
 
92
92
  @error.setter
93
93
  def error(self, error):
94
- """Sets the error of this ListNoticeResponse.
94
+ r"""Sets the error of this ListNoticeResponse.
95
95
 
96
96
  返回错误信息
97
97
 
@@ -102,7 +102,7 @@ class ListNoticeResponse(SdkResponse):
102
102
 
103
103
  @property
104
104
  def status(self):
105
- """Gets the status of this ListNoticeResponse.
105
+ r"""Gets the status of this ListNoticeResponse.
106
106
 
107
107
  返回状态信息
108
108
 
@@ -113,7 +113,7 @@ class ListNoticeResponse(SdkResponse):
113
113
 
114
114
  @status.setter
115
115
  def status(self, status):
116
- """Sets the status of this ListNoticeResponse.
116
+ r"""Sets the status of this ListNoticeResponse.
117
117
 
118
118
  返回状态信息
119
119
 
@@ -29,7 +29,7 @@ class ListTemplatesRequest:
29
29
  }
30
30
 
31
31
  def __init__(self, name=None, page=None, page_size=None):
32
- """ListTemplatesRequest
32
+ r"""ListTemplatesRequest
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class ListTemplatesRequest:
57
57
 
58
58
  @property
59
59
  def name(self):
60
- """Gets the name of this ListTemplatesRequest.
60
+ r"""Gets the name of this ListTemplatesRequest.
61
61
 
62
62
  检索的模板的名字模糊查询
63
63
 
@@ -68,7 +68,7 @@ class ListTemplatesRequest:
68
68
 
69
69
  @name.setter
70
70
  def name(self, name):
71
- """Sets the name of this ListTemplatesRequest.
71
+ r"""Sets the name of this ListTemplatesRequest.
72
72
 
73
73
  检索的模板的名字模糊查询
74
74
 
@@ -79,7 +79,7 @@ class ListTemplatesRequest:
79
79
 
80
80
  @property
81
81
  def page(self):
82
- """Gets the page of this ListTemplatesRequest.
82
+ r"""Gets the page of this ListTemplatesRequest.
83
83
 
84
84
  分页页码, 表示从此页开始查询
85
85
 
@@ -90,7 +90,7 @@ class ListTemplatesRequest:
90
90
 
91
91
  @page.setter
92
92
  def page(self, page):
93
- """Sets the page of this ListTemplatesRequest.
93
+ r"""Sets the page of this ListTemplatesRequest.
94
94
 
95
95
  分页页码, 表示从此页开始查询
96
96
 
@@ -101,7 +101,7 @@ class ListTemplatesRequest:
101
101
 
102
102
  @property
103
103
  def page_size(self):
104
- """Gets the page_size of this ListTemplatesRequest.
104
+ r"""Gets the page_size of this ListTemplatesRequest.
105
105
 
106
106
  每页显示的条目数量,page_size小于等于100
107
107
 
@@ -112,7 +112,7 @@ class ListTemplatesRequest:
112
112
 
113
113
  @page_size.setter
114
114
  def page_size(self, page_size):
115
- """Sets the page_size of this ListTemplatesRequest.
115
+ r"""Sets the page_size of this ListTemplatesRequest.
116
116
 
117
117
  每页显示的条目数量,page_size小于等于100
118
118
 
@@ -30,7 +30,7 @@ class ListTemplatesResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, result=None, error=None, status=None):
33
- """ListTemplatesResponse
33
+ r"""ListTemplatesResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class ListTemplatesResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def result(self):
61
- """Gets the result of this ListTemplatesResponse.
61
+ r"""Gets the result of this ListTemplatesResponse.
62
62
 
63
63
  :return: The result of this ListTemplatesResponse.
64
64
  :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.QueryTemplatesResult`
@@ -67,7 +67,7 @@ class ListTemplatesResponse(SdkResponse):
67
67
 
68
68
  @result.setter
69
69
  def result(self, result):
70
- """Sets the result of this ListTemplatesResponse.
70
+ r"""Sets the result of this ListTemplatesResponse.
71
71
 
72
72
  :param result: The result of this ListTemplatesResponse.
73
73
  :type result: :class:`huaweicloudsdkcodeartsbuild.v3.QueryTemplatesResult`
@@ -76,7 +76,7 @@ class ListTemplatesResponse(SdkResponse):
76
76
 
77
77
  @property
78
78
  def error(self):
79
- """Gets the error of this ListTemplatesResponse.
79
+ r"""Gets the error of this ListTemplatesResponse.
80
80
 
81
81
  返回错误信息
82
82
 
@@ -87,7 +87,7 @@ class ListTemplatesResponse(SdkResponse):
87
87
 
88
88
  @error.setter
89
89
  def error(self, error):
90
- """Sets the error of this ListTemplatesResponse.
90
+ r"""Sets the error of this ListTemplatesResponse.
91
91
 
92
92
  返回错误信息
93
93
 
@@ -98,7 +98,7 @@ class ListTemplatesResponse(SdkResponse):
98
98
 
99
99
  @property
100
100
  def status(self):
101
- """Gets the status of this ListTemplatesResponse.
101
+ r"""Gets the status of this ListTemplatesResponse.
102
102
 
103
103
  返回状态信息
104
104
 
@@ -109,7 +109,7 @@ class ListTemplatesResponse(SdkResponse):
109
109
 
110
110
  @status.setter
111
111
  def status(self, status):
112
- """Sets the status of this ListTemplatesResponse.
112
+ r"""Sets the status of this ListTemplatesResponse.
113
113
 
114
114
  返回状态信息
115
115
 
@@ -29,7 +29,7 @@ class OutPutInfoResult:
29
29
  }
30
30
 
31
31
  def __init__(self, package_info=None, package_infos=None, image_infos=None):
32
- """OutPutInfoResult
32
+ r"""OutPutInfoResult
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class OutPutInfoResult:
57
57
 
58
58
  @property
59
59
  def package_info(self):
60
- """Gets the package_info of this OutPutInfoResult.
60
+ r"""Gets the package_info of this OutPutInfoResult.
61
61
 
62
62
  :return: The package_info of this OutPutInfoResult.
63
63
  :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.OutPutResult`
@@ -66,7 +66,7 @@ class OutPutInfoResult:
66
66
 
67
67
  @package_info.setter
68
68
  def package_info(self, package_info):
69
- """Sets the package_info of this OutPutInfoResult.
69
+ r"""Sets the package_info of this OutPutInfoResult.
70
70
 
71
71
  :param package_info: The package_info of this OutPutInfoResult.
72
72
  :type package_info: :class:`huaweicloudsdkcodeartsbuild.v3.OutPutResult`
@@ -75,7 +75,7 @@ class OutPutInfoResult:
75
75
 
76
76
  @property
77
77
  def package_infos(self):
78
- """Gets the package_infos of this OutPutInfoResult.
78
+ r"""Gets the package_infos of this OutPutInfoResult.
79
79
 
80
80
  二方包信息
81
81
 
@@ -86,7 +86,7 @@ class OutPutInfoResult:
86
86
 
87
87
  @package_infos.setter
88
88
  def package_infos(self, package_infos):
89
- """Sets the package_infos of this OutPutInfoResult.
89
+ r"""Sets the package_infos of this OutPutInfoResult.
90
90
 
91
91
  二方包信息
92
92
 
@@ -97,7 +97,7 @@ class OutPutInfoResult:
97
97
 
98
98
  @property
99
99
  def image_infos(self):
100
- """Gets the image_infos of this OutPutInfoResult.
100
+ r"""Gets the image_infos of this OutPutInfoResult.
101
101
 
102
102
  镜像包信息
103
103
 
@@ -108,7 +108,7 @@ class OutPutInfoResult:
108
108
 
109
109
  @image_infos.setter
110
110
  def image_infos(self, image_infos):
111
- """Sets the image_infos of this OutPutInfoResult.
111
+ r"""Sets the image_infos of this OutPutInfoResult.
112
112
 
113
113
  镜像包信息
114
114
 
@@ -37,7 +37,7 @@ class OutPutResult:
37
37
  }
38
38
 
39
39
  def __init__(self, project_id=None, name=None, version=None, package_type=None, uri=None, type=None, daily_build_number=None):
40
- """OutPutResult
40
+ r"""OutPutResult
41
41
 
42
42
  The model defined in huaweicloud sdk
43
43
 
@@ -85,7 +85,7 @@ class OutPutResult:
85
85
 
86
86
  @property
87
87
  def project_id(self):
88
- """Gets the project_id of this OutPutResult.
88
+ r"""Gets the project_id of this OutPutResult.
89
89
 
90
90
  构建任务所在项目的ID
91
91
 
@@ -96,7 +96,7 @@ class OutPutResult:
96
96
 
97
97
  @project_id.setter
98
98
  def project_id(self, project_id):
99
- """Sets the project_id of this OutPutResult.
99
+ r"""Sets the project_id of this OutPutResult.
100
100
 
101
101
  构建任务所在项目的ID
102
102
 
@@ -107,7 +107,7 @@ class OutPutResult:
107
107
 
108
108
  @property
109
109
  def name(self):
110
- """Gets the name of this OutPutResult.
110
+ r"""Gets the name of this OutPutResult.
111
111
 
112
112
  产物名称
113
113
 
@@ -118,7 +118,7 @@ class OutPutResult:
118
118
 
119
119
  @name.setter
120
120
  def name(self, name):
121
- """Sets the name of this OutPutResult.
121
+ r"""Sets the name of this OutPutResult.
122
122
 
123
123
  产物名称
124
124
 
@@ -129,7 +129,7 @@ class OutPutResult:
129
129
 
130
130
  @property
131
131
  def version(self):
132
- """Gets the version of this OutPutResult.
132
+ r"""Gets the version of this OutPutResult.
133
133
 
134
134
  产物版本
135
135
 
@@ -140,7 +140,7 @@ class OutPutResult:
140
140
 
141
141
  @version.setter
142
142
  def version(self, version):
143
- """Sets the version of this OutPutResult.
143
+ r"""Sets the version of this OutPutResult.
144
144
 
145
145
  产物版本
146
146
 
@@ -151,7 +151,7 @@ class OutPutResult:
151
151
 
152
152
  @property
153
153
  def package_type(self):
154
- """Gets the package_type of this OutPutResult.
154
+ r"""Gets the package_type of this OutPutResult.
155
155
 
156
156
  产物类型
157
157
 
@@ -162,7 +162,7 @@ class OutPutResult:
162
162
 
163
163
  @package_type.setter
164
164
  def package_type(self, package_type):
165
- """Sets the package_type of this OutPutResult.
165
+ r"""Sets the package_type of this OutPutResult.
166
166
 
167
167
  产物类型
168
168
 
@@ -173,7 +173,7 @@ class OutPutResult:
173
173
 
174
174
  @property
175
175
  def uri(self):
176
- """Gets the uri of this OutPutResult.
176
+ r"""Gets the uri of this OutPutResult.
177
177
 
178
178
  产物路径
179
179
 
@@ -184,7 +184,7 @@ class OutPutResult:
184
184
 
185
185
  @uri.setter
186
186
  def uri(self, uri):
187
- """Sets the uri of this OutPutResult.
187
+ r"""Sets the uri of this OutPutResult.
188
188
 
189
189
  产物路径
190
190
 
@@ -195,7 +195,7 @@ class OutPutResult:
195
195
 
196
196
  @property
197
197
  def type(self):
198
- """Gets the type of this OutPutResult.
198
+ r"""Gets the type of this OutPutResult.
199
199
 
200
200
  类型
201
201
 
@@ -206,7 +206,7 @@ class OutPutResult:
206
206
 
207
207
  @type.setter
208
208
  def type(self, type):
209
- """Sets the type of this OutPutResult.
209
+ r"""Sets the type of this OutPutResult.
210
210
 
211
211
  类型
212
212
 
@@ -217,7 +217,7 @@ class OutPutResult:
217
217
 
218
218
  @property
219
219
  def daily_build_number(self):
220
- """Gets the daily_build_number of this OutPutResult.
220
+ r"""Gets the daily_build_number of this OutPutResult.
221
221
 
222
222
  构建编号,每日从1开始
223
223
 
@@ -228,7 +228,7 @@ class OutPutResult:
228
228
 
229
229
  @daily_build_number.setter
230
230
  def daily_build_number(self, daily_build_number):
231
- """Sets the daily_build_number of this OutPutResult.
231
+ r"""Sets the daily_build_number of this OutPutResult.
232
232
 
233
233
  构建编号,每日从1开始
234
234
 
@@ -27,7 +27,7 @@ class ParameterItem:
27
27
  }
28
28
 
29
29
  def __init__(self, name=None, value=None):
30
- """ParameterItem
30
+ r"""ParameterItem
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class ParameterItem:
48
48
 
49
49
  @property
50
50
  def name(self):
51
- """Gets the name of this ParameterItem.
51
+ r"""Gets the name of this ParameterItem.
52
52
 
53
53
  参数名称
54
54
 
@@ -59,7 +59,7 @@ class ParameterItem:
59
59
 
60
60
  @name.setter
61
61
  def name(self, name):
62
- """Sets the name of this ParameterItem.
62
+ r"""Sets the name of this ParameterItem.
63
63
 
64
64
  参数名称
65
65
 
@@ -70,7 +70,7 @@ class ParameterItem:
70
70
 
71
71
  @property
72
72
  def value(self):
73
- """Gets the value of this ParameterItem.
73
+ r"""Gets the value of this ParameterItem.
74
74
 
75
75
  参数值
76
76
 
@@ -81,7 +81,7 @@ class ParameterItem:
81
81
 
82
82
  @value.setter
83
83
  def value(self, value):
84
- """Sets the value of this ParameterItem.
84
+ r"""Sets the value of this ParameterItem.
85
85
 
86
86
  参数值
87
87
 
@@ -29,7 +29,7 @@ class QueryJobNoticeItems:
29
29
  }
30
30
 
31
31
  def __init__(self, notice_type=None, enable_map=None, param_config=None):
32
- """QueryJobNoticeItems
32
+ r"""QueryJobNoticeItems
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class QueryJobNoticeItems:
57
57
 
58
58
  @property
59
59
  def notice_type(self):
60
- """Gets the notice_type of this QueryJobNoticeItems.
60
+ r"""Gets the notice_type of this QueryJobNoticeItems.
61
61
 
62
62
  通知类型
63
63
 
@@ -68,7 +68,7 @@ class QueryJobNoticeItems:
68
68
 
69
69
  @notice_type.setter
70
70
  def notice_type(self, notice_type):
71
- """Sets the notice_type of this QueryJobNoticeItems.
71
+ r"""Sets the notice_type of this QueryJobNoticeItems.
72
72
 
73
73
  通知类型
74
74
 
@@ -79,7 +79,7 @@ class QueryJobNoticeItems:
79
79
 
80
80
  @property
81
81
  def enable_map(self):
82
- """Gets the enable_map of this QueryJobNoticeItems.
82
+ r"""Gets the enable_map of this QueryJobNoticeItems.
83
83
 
84
84
  通知品种开启详情的表
85
85
 
@@ -90,7 +90,7 @@ class QueryJobNoticeItems:
90
90
 
91
91
  @enable_map.setter
92
92
  def enable_map(self, enable_map):
93
- """Sets the enable_map of this QueryJobNoticeItems.
93
+ r"""Sets the enable_map of this QueryJobNoticeItems.
94
94
 
95
95
  通知品种开启详情的表
96
96
 
@@ -101,7 +101,7 @@ class QueryJobNoticeItems:
101
101
 
102
102
  @property
103
103
  def param_config(self):
104
- """Gets the param_config of this QueryJobNoticeItems.
104
+ r"""Gets the param_config of this QueryJobNoticeItems.
105
105
 
106
106
  参数配置
107
107
 
@@ -112,7 +112,7 @@ class QueryJobNoticeItems:
112
112
 
113
113
  @param_config.setter
114
114
  def param_config(self, param_config):
115
- """Sets the param_config of this QueryJobNoticeItems.
115
+ r"""Sets the param_config of this QueryJobNoticeItems.
116
116
 
117
117
  参数配置
118
118
 
@@ -25,7 +25,7 @@ class QueryTemplate:
25
25
  }
26
26
 
27
27
  def __init__(self, steps=None):
28
- """QueryTemplate
28
+ r"""QueryTemplate
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class QueryTemplate:
42
42
 
43
43
  @property
44
44
  def steps(self):
45
- """Gets the steps of this QueryTemplate.
45
+ r"""Gets the steps of this QueryTemplate.
46
46
 
47
47
  构建执行的步骤
48
48
 
@@ -53,7 +53,7 @@ class QueryTemplate:
53
53
 
54
54
  @steps.setter
55
55
  def steps(self, steps):
56
- """Sets the steps of this QueryTemplate.
56
+ r"""Sets the steps of this QueryTemplate.
57
57
 
58
58
  构建执行的步骤
59
59