huaweicloudsdkcodeartsbuild 3.1.141__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.
- huaweicloudsdkcodeartsbuild/v3/codeartsbuild_async_client.py +30 -30
- huaweicloudsdkcodeartsbuild/v3/codeartsbuild_client.py +30 -30
- huaweicloudsdkcodeartsbuild/v3/model/build_step.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/create_build_job_parameter.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/create_build_job_parameter_param.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/create_build_job_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/create_build_job_request_body.py +21 -21
- huaweicloudsdkcodeartsbuild/v3/model/create_build_job_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/create_build_job_response_body_result.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/create_build_job_scm.py +21 -21
- huaweicloudsdkcodeartsbuild/v3/model/create_build_job_steps.py +11 -11
- huaweicloudsdkcodeartsbuild/v3/model/create_template.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/create_template_steps.py +11 -11
- huaweicloudsdkcodeartsbuild/v3/model/create_templates_items.py +39 -39
- huaweicloudsdkcodeartsbuild/v3/model/create_templates_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/create_templates_request_body.py +11 -11
- huaweicloudsdkcodeartsbuild/v3/model/create_templates_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_response.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_response_body_result.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/delete_templates_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/delete_templates_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/disable_build_job_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/disable_build_job_response.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/disable_notice_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/disable_notice_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/download_build_log_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/download_build_log_response.py +1 -1
- huaweicloudsdkcodeartsbuild/v3/model/download_keystore_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/download_keystore_response.py +1 -1
- huaweicloudsdkcodeartsbuild/v3/model/download_log_by_record_id_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/download_log_by_record_id_response.py +1 -1
- huaweicloudsdkcodeartsbuild/v3/model/download_task_log_request.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/download_task_log_response.py +1 -1
- huaweicloudsdkcodeartsbuild/v3/model/enable_build_job_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/enable_build_job_response.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/flow_graph_result.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/flow_graph_result_edges.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/history_record.py +13 -13
- huaweicloudsdkcodeartsbuild/v3/model/history_record1.py +23 -23
- huaweicloudsdkcodeartsbuild/v3/model/job.py +35 -35
- huaweicloudsdkcodeartsbuild/v3/model/limits_param.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/list_job_config_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/list_job_config_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/list_notice_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/list_notice_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/list_templates_request.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/list_templates_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/out_put_info_result.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/out_put_result.py +15 -15
- huaweicloudsdkcodeartsbuild/v3/model/parameter_item.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/query_job_notice_items.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/query_template.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/query_templates_items.py +41 -41
- huaweicloudsdkcodeartsbuild/v3/model/query_templates_result.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/record_info2_result.py +67 -67
- huaweicloudsdkcodeartsbuild/v3/model/record_info_result.py +67 -67
- huaweicloudsdkcodeartsbuild/v3/model/run_job_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/run_job_request_body.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/run_job_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/scm.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_flow_graph_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/show_flow_graph_response.py +9 -9
- huaweicloudsdkcodeartsbuild/v3/model/show_history_details_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_history_details_response.py +13 -13
- huaweicloudsdkcodeartsbuild/v3/model/show_job_list_by_project_id_request.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/show_job_list_by_project_id_response.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_job_status_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/show_job_status_response.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/show_job_success_ratio_request.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/show_job_success_ratio_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/show_last_history_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_last_history_response.py +17 -17
- huaweicloudsdkcodeartsbuild/v3/model/show_list_history_request.py +9 -9
- huaweicloudsdkcodeartsbuild/v3/model/show_list_history_response.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_list_period_history_request.py +11 -11
- huaweicloudsdkcodeartsbuild/v3/model/show_list_period_history_response.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_output_info_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_output_info_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/show_record_detail_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_record_detail_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/show_record_info_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/show_record_info_response.py +9 -9
- huaweicloudsdkcodeartsbuild/v3/model/stop_build_job_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/stop_build_job_response.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/stop_job_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/stop_job_request_body.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/stop_job_response.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/update_build_job_parameter.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/update_build_job_parameter_param.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/update_build_job_request.py +3 -3
- huaweicloudsdkcodeartsbuild/v3/model/update_build_job_request_body.py +23 -23
- huaweicloudsdkcodeartsbuild/v3/model/update_build_job_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/update_build_job_scm.py +21 -21
- huaweicloudsdkcodeartsbuild/v3/model/update_build_job_steps.py +11 -11
- huaweicloudsdkcodeartsbuild/v3/model/update_notice_request.py +5 -5
- huaweicloudsdkcodeartsbuild/v3/model/update_notice_request_body.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/update_notice_response.py +7 -7
- huaweicloudsdkcodeartsbuild/v3/model/vertices.py +15 -15
- {huaweicloudsdkcodeartsbuild-3.1.141.dist-info → huaweicloudsdkcodeartsbuild-3.1.143.dist-info}/METADATA +2 -2
- huaweicloudsdkcodeartsbuild-3.1.143.dist-info/RECORD +109 -0
- huaweicloudsdkcodeartsbuild-3.1.141.dist-info/RECORD +0 -109
- {huaweicloudsdkcodeartsbuild-3.1.141.dist-info → huaweicloudsdkcodeartsbuild-3.1.143.dist-info}/LICENSE +0 -0
- {huaweicloudsdkcodeartsbuild-3.1.141.dist-info → huaweicloudsdkcodeartsbuild-3.1.143.dist-info}/WHEEL +0 -0
- {huaweicloudsdkcodeartsbuild-3.1.141.dist-info → huaweicloudsdkcodeartsbuild-3.1.143.dist-info}/top_level.txt +0 -0
@@ -30,7 +30,7 @@ class DeleteTemplatesResponse(SdkResponse):
|
|
30
30
|
}
|
31
31
|
|
32
32
|
def __init__(self, result=None, error=None, status=None):
|
33
|
-
"""DeleteTemplatesResponse
|
33
|
+
r"""DeleteTemplatesResponse
|
34
34
|
|
35
35
|
The model defined in huaweicloud sdk
|
36
36
|
|
@@ -58,7 +58,7 @@ class DeleteTemplatesResponse(SdkResponse):
|
|
58
58
|
|
59
59
|
@property
|
60
60
|
def result(self):
|
61
|
-
"""Gets the result of this DeleteTemplatesResponse.
|
61
|
+
r"""Gets the result of this DeleteTemplatesResponse.
|
62
62
|
|
63
63
|
查询模板结果
|
64
64
|
|
@@ -69,7 +69,7 @@ class DeleteTemplatesResponse(SdkResponse):
|
|
69
69
|
|
70
70
|
@result.setter
|
71
71
|
def result(self, result):
|
72
|
-
"""Sets the result of this DeleteTemplatesResponse.
|
72
|
+
r"""Sets the result of this DeleteTemplatesResponse.
|
73
73
|
|
74
74
|
查询模板结果
|
75
75
|
|
@@ -80,7 +80,7 @@ class DeleteTemplatesResponse(SdkResponse):
|
|
80
80
|
|
81
81
|
@property
|
82
82
|
def error(self):
|
83
|
-
"""Gets the error of this DeleteTemplatesResponse.
|
83
|
+
r"""Gets the error of this DeleteTemplatesResponse.
|
84
84
|
|
85
85
|
返回错误信息
|
86
86
|
|
@@ -91,7 +91,7 @@ class DeleteTemplatesResponse(SdkResponse):
|
|
91
91
|
|
92
92
|
@error.setter
|
93
93
|
def error(self, error):
|
94
|
-
"""Sets the error of this DeleteTemplatesResponse.
|
94
|
+
r"""Sets the error of this DeleteTemplatesResponse.
|
95
95
|
|
96
96
|
返回错误信息
|
97
97
|
|
@@ -102,7 +102,7 @@ class DeleteTemplatesResponse(SdkResponse):
|
|
102
102
|
|
103
103
|
@property
|
104
104
|
def status(self):
|
105
|
-
"""Gets the status of this DeleteTemplatesResponse.
|
105
|
+
r"""Gets the status of this DeleteTemplatesResponse.
|
106
106
|
|
107
107
|
返回状态信息
|
108
108
|
|
@@ -113,7 +113,7 @@ class DeleteTemplatesResponse(SdkResponse):
|
|
113
113
|
|
114
114
|
@status.setter
|
115
115
|
def status(self, status):
|
116
|
-
"""Sets the status of this DeleteTemplatesResponse.
|
116
|
+
r"""Sets the status of this DeleteTemplatesResponse.
|
117
117
|
|
118
118
|
返回状态信息
|
119
119
|
|
@@ -25,7 +25,7 @@ class DisableBuildJobRequest:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, job_id=None):
|
28
|
-
"""DisableBuildJobRequest
|
28
|
+
r"""DisableBuildJobRequest
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -42,7 +42,7 @@ class DisableBuildJobRequest:
|
|
42
42
|
|
43
43
|
@property
|
44
44
|
def job_id(self):
|
45
|
-
"""Gets the job_id of this DisableBuildJobRequest.
|
45
|
+
r"""Gets the job_id of this DisableBuildJobRequest.
|
46
46
|
|
47
47
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
48
48
|
|
@@ -53,7 +53,7 @@ class DisableBuildJobRequest:
|
|
53
53
|
|
54
54
|
@job_id.setter
|
55
55
|
def job_id(self, job_id):
|
56
|
-
"""Sets the job_id of this DisableBuildJobRequest.
|
56
|
+
r"""Sets the job_id of this DisableBuildJobRequest.
|
57
57
|
|
58
58
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
59
59
|
|
@@ -26,7 +26,7 @@ class DisableBuildJobResponse(SdkResponse):
|
|
26
26
|
}
|
27
27
|
|
28
28
|
def __init__(self, status=None):
|
29
|
-
"""DisableBuildJobResponse
|
29
|
+
r"""DisableBuildJobResponse
|
30
30
|
|
31
31
|
The model defined in huaweicloud sdk
|
32
32
|
|
@@ -44,7 +44,7 @@ class DisableBuildJobResponse(SdkResponse):
|
|
44
44
|
|
45
45
|
@property
|
46
46
|
def status(self):
|
47
|
-
"""Gets the status of this DisableBuildJobResponse.
|
47
|
+
r"""Gets the status of this DisableBuildJobResponse.
|
48
48
|
|
49
49
|
返回结果状态
|
50
50
|
|
@@ -55,7 +55,7 @@ class DisableBuildJobResponse(SdkResponse):
|
|
55
55
|
|
56
56
|
@status.setter
|
57
57
|
def status(self, status):
|
58
|
-
"""Sets the status of this DisableBuildJobResponse.
|
58
|
+
r"""Sets the status of this DisableBuildJobResponse.
|
59
59
|
|
60
60
|
返回结果状态
|
61
61
|
|
@@ -27,7 +27,7 @@ class DisableNoticeRequest:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, job_id=None, notice_type=None):
|
30
|
-
"""DisableNoticeRequest
|
30
|
+
r"""DisableNoticeRequest
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -48,7 +48,7 @@ class DisableNoticeRequest:
|
|
48
48
|
|
49
49
|
@property
|
50
50
|
def job_id(self):
|
51
|
-
"""Gets the job_id of this DisableNoticeRequest.
|
51
|
+
r"""Gets the job_id of this DisableNoticeRequest.
|
52
52
|
|
53
53
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
54
54
|
|
@@ -59,7 +59,7 @@ class DisableNoticeRequest:
|
|
59
59
|
|
60
60
|
@job_id.setter
|
61
61
|
def job_id(self, job_id):
|
62
|
-
"""Sets the job_id of this DisableNoticeRequest.
|
62
|
+
r"""Sets the job_id of this DisableNoticeRequest.
|
63
63
|
|
64
64
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
65
65
|
|
@@ -70,7 +70,7 @@ class DisableNoticeRequest:
|
|
70
70
|
|
71
71
|
@property
|
72
72
|
def notice_type(self):
|
73
|
-
"""Gets the notice_type of this DisableNoticeRequest.
|
73
|
+
r"""Gets the notice_type of this DisableNoticeRequest.
|
74
74
|
|
75
75
|
通知的类型,分为消息,邮件和钉钉
|
76
76
|
|
@@ -81,7 +81,7 @@ class DisableNoticeRequest:
|
|
81
81
|
|
82
82
|
@notice_type.setter
|
83
83
|
def notice_type(self, notice_type):
|
84
|
-
"""Sets the notice_type of this DisableNoticeRequest.
|
84
|
+
r"""Sets the notice_type of this DisableNoticeRequest.
|
85
85
|
|
86
86
|
通知的类型,分为消息,邮件和钉钉
|
87
87
|
|
@@ -30,7 +30,7 @@ class DisableNoticeResponse(SdkResponse):
|
|
30
30
|
}
|
31
31
|
|
32
32
|
def __init__(self, result=None, error=None, status=None):
|
33
|
-
"""DisableNoticeResponse
|
33
|
+
r"""DisableNoticeResponse
|
34
34
|
|
35
35
|
The model defined in huaweicloud sdk
|
36
36
|
|
@@ -58,7 +58,7 @@ class DisableNoticeResponse(SdkResponse):
|
|
58
58
|
|
59
59
|
@property
|
60
60
|
def result(self):
|
61
|
-
"""Gets the result of this DisableNoticeResponse.
|
61
|
+
r"""Gets the result of this DisableNoticeResponse.
|
62
62
|
|
63
63
|
返回错误信息
|
64
64
|
|
@@ -69,7 +69,7 @@ class DisableNoticeResponse(SdkResponse):
|
|
69
69
|
|
70
70
|
@result.setter
|
71
71
|
def result(self, result):
|
72
|
-
"""Sets the result of this DisableNoticeResponse.
|
72
|
+
r"""Sets the result of this DisableNoticeResponse.
|
73
73
|
|
74
74
|
返回错误信息
|
75
75
|
|
@@ -80,7 +80,7 @@ class DisableNoticeResponse(SdkResponse):
|
|
80
80
|
|
81
81
|
@property
|
82
82
|
def error(self):
|
83
|
-
"""Gets the error of this DisableNoticeResponse.
|
83
|
+
r"""Gets the error of this DisableNoticeResponse.
|
84
84
|
|
85
85
|
返回错误信息
|
86
86
|
|
@@ -91,7 +91,7 @@ class DisableNoticeResponse(SdkResponse):
|
|
91
91
|
|
92
92
|
@error.setter
|
93
93
|
def error(self, error):
|
94
|
-
"""Sets the error of this DisableNoticeResponse.
|
94
|
+
r"""Sets the error of this DisableNoticeResponse.
|
95
95
|
|
96
96
|
返回错误信息
|
97
97
|
|
@@ -102,7 +102,7 @@ class DisableNoticeResponse(SdkResponse):
|
|
102
102
|
|
103
103
|
@property
|
104
104
|
def status(self):
|
105
|
-
"""Gets the status of this DisableNoticeResponse.
|
105
|
+
r"""Gets the status of this DisableNoticeResponse.
|
106
106
|
|
107
107
|
返回状态信息
|
108
108
|
|
@@ -113,7 +113,7 @@ class DisableNoticeResponse(SdkResponse):
|
|
113
113
|
|
114
114
|
@status.setter
|
115
115
|
def status(self, status):
|
116
|
-
"""Sets the status of this DisableNoticeResponse.
|
116
|
+
r"""Sets the status of this DisableNoticeResponse.
|
117
117
|
|
118
118
|
返回状态信息
|
119
119
|
|
@@ -27,7 +27,7 @@ class DownloadBuildLogRequest:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, record_id=None, log_level=None):
|
30
|
-
"""DownloadBuildLogRequest
|
30
|
+
r"""DownloadBuildLogRequest
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -49,7 +49,7 @@ class DownloadBuildLogRequest:
|
|
49
49
|
|
50
50
|
@property
|
51
51
|
def record_id(self):
|
52
|
-
"""Gets the record_id of this DownloadBuildLogRequest.
|
52
|
+
r"""Gets the record_id of this DownloadBuildLogRequest.
|
53
53
|
|
54
54
|
记录ID,36位数字、小写字母、'-'组组合。
|
55
55
|
|
@@ -60,7 +60,7 @@ class DownloadBuildLogRequest:
|
|
60
60
|
|
61
61
|
@record_id.setter
|
62
62
|
def record_id(self, record_id):
|
63
|
-
"""Sets the record_id of this DownloadBuildLogRequest.
|
63
|
+
r"""Sets the record_id of this DownloadBuildLogRequest.
|
64
64
|
|
65
65
|
记录ID,36位数字、小写字母、'-'组组合。
|
66
66
|
|
@@ -71,7 +71,7 @@ class DownloadBuildLogRequest:
|
|
71
71
|
|
72
72
|
@property
|
73
73
|
def log_level(self):
|
74
|
-
"""Gets the log_level of this DownloadBuildLogRequest.
|
74
|
+
r"""Gets the log_level of this DownloadBuildLogRequest.
|
75
75
|
|
76
76
|
日志等级 值为INFO | DEBUG。
|
77
77
|
|
@@ -82,7 +82,7 @@ class DownloadBuildLogRequest:
|
|
82
82
|
|
83
83
|
@log_level.setter
|
84
84
|
def log_level(self, log_level):
|
85
|
-
"""Sets the log_level of this DownloadBuildLogRequest.
|
85
|
+
r"""Sets the log_level of this DownloadBuildLogRequest.
|
86
86
|
|
87
87
|
日志等级 值为INFO | DEBUG。
|
88
88
|
|
@@ -27,7 +27,7 @@ class DownloadKeystoreRequest:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, file_name=None, domain_id=None):
|
30
|
-
"""DownloadKeystoreRequest
|
30
|
+
r"""DownloadKeystoreRequest
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -48,7 +48,7 @@ class DownloadKeystoreRequest:
|
|
48
48
|
|
49
49
|
@property
|
50
50
|
def file_name(self):
|
51
|
-
"""Gets the file_name of this DownloadKeystoreRequest.
|
51
|
+
r"""Gets the file_name of this DownloadKeystoreRequest.
|
52
52
|
|
53
53
|
下载的文件名称
|
54
54
|
|
@@ -59,7 +59,7 @@ class DownloadKeystoreRequest:
|
|
59
59
|
|
60
60
|
@file_name.setter
|
61
61
|
def file_name(self, file_name):
|
62
|
-
"""Sets the file_name of this DownloadKeystoreRequest.
|
62
|
+
r"""Sets the file_name of this DownloadKeystoreRequest.
|
63
63
|
|
64
64
|
下载的文件名称
|
65
65
|
|
@@ -70,7 +70,7 @@ class DownloadKeystoreRequest:
|
|
70
70
|
|
71
71
|
@property
|
72
72
|
def domain_id(self):
|
73
|
-
"""Gets the domain_id of this DownloadKeystoreRequest.
|
73
|
+
r"""Gets the domain_id of this DownloadKeystoreRequest.
|
74
74
|
|
75
75
|
租户ID。32位数字、小写字母组合
|
76
76
|
|
@@ -81,7 +81,7 @@ class DownloadKeystoreRequest:
|
|
81
81
|
|
82
82
|
@domain_id.setter
|
83
83
|
def domain_id(self, domain_id):
|
84
|
-
"""Sets the domain_id of this DownloadKeystoreRequest.
|
84
|
+
r"""Sets the domain_id of this DownloadKeystoreRequest.
|
85
85
|
|
86
86
|
租户ID。32位数字、小写字母组合
|
87
87
|
|
@@ -25,7 +25,7 @@ class DownloadLogByRecordIdRequest:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, record_id=None):
|
28
|
-
"""DownloadLogByRecordIdRequest
|
28
|
+
r"""DownloadLogByRecordIdRequest
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -42,7 +42,7 @@ class DownloadLogByRecordIdRequest:
|
|
42
42
|
|
43
43
|
@property
|
44
44
|
def record_id(self):
|
45
|
-
"""Gets the record_id of this DownloadLogByRecordIdRequest.
|
45
|
+
r"""Gets the record_id of this DownloadLogByRecordIdRequest.
|
46
46
|
|
47
47
|
记录ID,36位数字、小写字母、'-'组组合。
|
48
48
|
|
@@ -53,7 +53,7 @@ class DownloadLogByRecordIdRequest:
|
|
53
53
|
|
54
54
|
@record_id.setter
|
55
55
|
def record_id(self, record_id):
|
56
|
-
"""Sets the record_id of this DownloadLogByRecordIdRequest.
|
56
|
+
r"""Sets the record_id of this DownloadLogByRecordIdRequest.
|
57
57
|
|
58
58
|
记录ID,36位数字、小写字母、'-'组组合。
|
59
59
|
|
@@ -29,7 +29,7 @@ class DownloadTaskLogRequest:
|
|
29
29
|
}
|
30
30
|
|
31
31
|
def __init__(self, record_id=None, task_name=None, log_level=None):
|
32
|
-
"""DownloadTaskLogRequest
|
32
|
+
r"""DownloadTaskLogRequest
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
@@ -55,7 +55,7 @@ class DownloadTaskLogRequest:
|
|
55
55
|
|
56
56
|
@property
|
57
57
|
def record_id(self):
|
58
|
-
"""Gets the record_id of this DownloadTaskLogRequest.
|
58
|
+
r"""Gets the record_id of this DownloadTaskLogRequest.
|
59
59
|
|
60
60
|
记录ID,36位数字、小写字母、'-'组组合。
|
61
61
|
|
@@ -66,7 +66,7 @@ class DownloadTaskLogRequest:
|
|
66
66
|
|
67
67
|
@record_id.setter
|
68
68
|
def record_id(self, record_id):
|
69
|
-
"""Sets the record_id of this DownloadTaskLogRequest.
|
69
|
+
r"""Sets the record_id of this DownloadTaskLogRequest.
|
70
70
|
|
71
71
|
记录ID,36位数字、小写字母、'-'组组合。
|
72
72
|
|
@@ -77,7 +77,7 @@ class DownloadTaskLogRequest:
|
|
77
77
|
|
78
78
|
@property
|
79
79
|
def task_name(self):
|
80
|
-
"""Gets the task_name of this DownloadTaskLogRequest.
|
80
|
+
r"""Gets the task_name of this DownloadTaskLogRequest.
|
81
81
|
|
82
82
|
步骤名称
|
83
83
|
|
@@ -88,7 +88,7 @@ class DownloadTaskLogRequest:
|
|
88
88
|
|
89
89
|
@task_name.setter
|
90
90
|
def task_name(self, task_name):
|
91
|
-
"""Sets the task_name of this DownloadTaskLogRequest.
|
91
|
+
r"""Sets the task_name of this DownloadTaskLogRequest.
|
92
92
|
|
93
93
|
步骤名称
|
94
94
|
|
@@ -99,7 +99,7 @@ class DownloadTaskLogRequest:
|
|
99
99
|
|
100
100
|
@property
|
101
101
|
def log_level(self):
|
102
|
-
"""Gets the log_level of this DownloadTaskLogRequest.
|
102
|
+
r"""Gets the log_level of this DownloadTaskLogRequest.
|
103
103
|
|
104
104
|
日志等级 值为INFO | DEBUG。
|
105
105
|
|
@@ -110,7 +110,7 @@ class DownloadTaskLogRequest:
|
|
110
110
|
|
111
111
|
@log_level.setter
|
112
112
|
def log_level(self, log_level):
|
113
|
-
"""Sets the log_level of this DownloadTaskLogRequest.
|
113
|
+
r"""Sets the log_level of this DownloadTaskLogRequest.
|
114
114
|
|
115
115
|
日志等级 值为INFO | DEBUG。
|
116
116
|
|
@@ -25,7 +25,7 @@ class EnableBuildJobRequest:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, job_id=None):
|
28
|
-
"""EnableBuildJobRequest
|
28
|
+
r"""EnableBuildJobRequest
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -42,7 +42,7 @@ class EnableBuildJobRequest:
|
|
42
42
|
|
43
43
|
@property
|
44
44
|
def job_id(self):
|
45
|
-
"""Gets the job_id of this EnableBuildJobRequest.
|
45
|
+
r"""Gets the job_id of this EnableBuildJobRequest.
|
46
46
|
|
47
47
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
48
48
|
|
@@ -53,7 +53,7 @@ class EnableBuildJobRequest:
|
|
53
53
|
|
54
54
|
@job_id.setter
|
55
55
|
def job_id(self, job_id):
|
56
|
-
"""Sets the job_id of this EnableBuildJobRequest.
|
56
|
+
r"""Sets the job_id of this EnableBuildJobRequest.
|
57
57
|
|
58
58
|
构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
|
59
59
|
|
@@ -26,7 +26,7 @@ class EnableBuildJobResponse(SdkResponse):
|
|
26
26
|
}
|
27
27
|
|
28
28
|
def __init__(self, status=None):
|
29
|
-
"""EnableBuildJobResponse
|
29
|
+
r"""EnableBuildJobResponse
|
30
30
|
|
31
31
|
The model defined in huaweicloud sdk
|
32
32
|
|
@@ -44,7 +44,7 @@ class EnableBuildJobResponse(SdkResponse):
|
|
44
44
|
|
45
45
|
@property
|
46
46
|
def status(self):
|
47
|
-
"""Gets the status of this EnableBuildJobResponse.
|
47
|
+
r"""Gets the status of this EnableBuildJobResponse.
|
48
48
|
|
49
49
|
返回结果状态
|
50
50
|
|
@@ -55,7 +55,7 @@ class EnableBuildJobResponse(SdkResponse):
|
|
55
55
|
|
56
56
|
@status.setter
|
57
57
|
def status(self, status):
|
58
|
-
"""Sets the status of this EnableBuildJobResponse.
|
58
|
+
r"""Sets the status of this EnableBuildJobResponse.
|
59
59
|
|
60
60
|
返回结果状态
|
61
61
|
|
@@ -27,7 +27,7 @@ class FlowGraphResult:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, edges=None, vertices=None):
|
30
|
-
"""FlowGraphResult
|
30
|
+
r"""FlowGraphResult
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -50,7 +50,7 @@ class FlowGraphResult:
|
|
50
50
|
|
51
51
|
@property
|
52
52
|
def edges(self):
|
53
|
-
"""Gets the edges of this FlowGraphResult.
|
53
|
+
r"""Gets the edges of this FlowGraphResult.
|
54
54
|
|
55
55
|
edges
|
56
56
|
|
@@ -61,7 +61,7 @@ class FlowGraphResult:
|
|
61
61
|
|
62
62
|
@edges.setter
|
63
63
|
def edges(self, edges):
|
64
|
-
"""Sets the edges of this FlowGraphResult.
|
64
|
+
r"""Sets the edges of this FlowGraphResult.
|
65
65
|
|
66
66
|
edges
|
67
67
|
|
@@ -72,7 +72,7 @@ class FlowGraphResult:
|
|
72
72
|
|
73
73
|
@property
|
74
74
|
def vertices(self):
|
75
|
-
"""Gets the vertices of this FlowGraphResult.
|
75
|
+
r"""Gets the vertices of this FlowGraphResult.
|
76
76
|
|
77
77
|
record信息
|
78
78
|
|
@@ -83,7 +83,7 @@ class FlowGraphResult:
|
|
83
83
|
|
84
84
|
@vertices.setter
|
85
85
|
def vertices(self, vertices):
|
86
|
-
"""Sets the vertices of this FlowGraphResult.
|
86
|
+
r"""Sets the vertices of this FlowGraphResult.
|
87
87
|
|
88
88
|
record信息
|
89
89
|
|
@@ -27,7 +27,7 @@ class FlowGraphResultEdges:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, _from=None, to=None):
|
30
|
-
"""FlowGraphResultEdges
|
30
|
+
r"""FlowGraphResultEdges
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -50,7 +50,7 @@ class FlowGraphResultEdges:
|
|
50
50
|
|
51
51
|
@property
|
52
52
|
def _from(self):
|
53
|
-
"""Gets the _from of this FlowGraphResultEdges.
|
53
|
+
r"""Gets the _from of this FlowGraphResultEdges.
|
54
54
|
|
55
55
|
依赖子任务ID
|
56
56
|
|
@@ -61,7 +61,7 @@ class FlowGraphResultEdges:
|
|
61
61
|
|
62
62
|
@_from.setter
|
63
63
|
def _from(self, _from):
|
64
|
-
"""Sets the _from of this FlowGraphResultEdges.
|
64
|
+
r"""Sets the _from of this FlowGraphResultEdges.
|
65
65
|
|
66
66
|
依赖子任务ID
|
67
67
|
|
@@ -72,7 +72,7 @@ class FlowGraphResultEdges:
|
|
72
72
|
|
73
73
|
@property
|
74
74
|
def to(self):
|
75
|
-
"""Gets the to of this FlowGraphResultEdges.
|
75
|
+
r"""Gets the to of this FlowGraphResultEdges.
|
76
76
|
|
77
77
|
被依赖的子任务ID
|
78
78
|
|
@@ -83,7 +83,7 @@ class FlowGraphResultEdges:
|
|
83
83
|
|
84
84
|
@to.setter
|
85
85
|
def to(self, to):
|
86
|
-
"""Sets the to of this FlowGraphResultEdges.
|
86
|
+
r"""Sets the to of this FlowGraphResultEdges.
|
87
87
|
|
88
88
|
被依赖的子任务ID
|
89
89
|
|