aliyun-python-sdk-dataphin-public 1.0.8__py2.py3-none-any.whl → 1.0.10__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.
- {aliyun_python_sdk_dataphin_public-1.0.8.dist-info → aliyun_python_sdk_dataphin_public-1.0.10.dist-info}/METADATA +1 -1
- {aliyun_python_sdk_dataphin_public-1.0.8.dist-info → aliyun_python_sdk_dataphin_public-1.0.10.dist-info}/RECORD +61 -6
- aliyunsdkdataphin_public/__init__.py +1 -1
- aliyunsdkdataphin_public/request/v20230630/AddDataServiceProjectMemberRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/AddProjectMemberRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ApplyDataServiceApiRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ApplyDataServiceAppRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/CheckComputeSourceConnectivityByIdRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/CheckComputeSourceConnectivityRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CheckProjectHasDependencyRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/CreateComputeSourceRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CreateResourceRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CreateUdfRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/DeleteComputeSourceRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/DeleteResourceRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/DeleteUdfRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/GetComputeSourceRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/GetDataServiceApiCallSummaryRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/GetDataServiceApiCallTrendRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/GetDataServiceApiDocumentRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetDataServiceApiErrorImpactRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/GetDataServiceApiGroupsRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/GetDataServiceAppAuthorizedUsersRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetDataServiceAppGroupsRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/GetDataServiceAppsByGroupIdRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetDataServiceAuthorizedAppsByGroupIdRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetDataServiceAuthorizedProjectsRequest.py +33 -0
- aliyunsdkdataphin_public/request/v20230630/GetDataServiceMyProjectsRequest.py +33 -0
- aliyunsdkdataphin_public/request/v20230630/GetDataServiceProjectAddableUsersRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/GetDataSourceDependenciesRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/GetFileStorageCredentialRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/GetProjectByNameRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/GetProjectRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetProjectWhiteListsRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/GetResourceByVersionRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/GetResourceRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetUdfByVersionRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/GetUdfRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GrantDataServiceApiRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListComputeSourcesRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListDataServiceApiCallStatisticsRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListDataServiceApiCallsRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListDataServiceApiImpactsRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListDataServiceAuthorizedAppsRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListDataServiceMyApiPermissionsRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListDataServiceMyAppPermissionsRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListDataServicePublishedApisRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListProjectMembersRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListProjectsRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/PublishDataServiceApiRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/RemoveProjectMemberRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ReplaceProjectWhiteListsRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/RevokeDataServiceApiRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateComputeSourceRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateProjectMemberRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateResourceRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateTenantComputeEngineRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateUdfRequest.py +39 -0
- {aliyun_python_sdk_dataphin_public-1.0.8.dist-info → aliyun_python_sdk_dataphin_public-1.0.10.dist-info}/LICENSE +0 -0
- {aliyun_python_sdk_dataphin_public-1.0.8.dist-info → aliyun_python_sdk_dataphin_public-1.0.10.dist-info}/WHEEL +0 -0
- {aliyun_python_sdk_dataphin_public-1.0.8.dist-info → aliyun_python_sdk_dataphin_public-1.0.10.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,48 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class DeleteResourceRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'DeleteResource')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_Comment(self): # String
|
35
|
+
return self.get_query_params().get('Comment')
|
36
|
+
|
37
|
+
def set_Comment(self, Comment): # String
|
38
|
+
self.add_query_param('Comment', Comment)
|
39
|
+
def get_Id(self): # Long
|
40
|
+
return self.get_query_params().get('Id')
|
41
|
+
|
42
|
+
def set_Id(self, Id): # Long
|
43
|
+
self.add_query_param('Id', Id)
|
44
|
+
def get_ProjectId(self): # Long
|
45
|
+
return self.get_query_params().get('ProjectId')
|
46
|
+
|
47
|
+
def set_ProjectId(self, ProjectId): # Long
|
48
|
+
self.add_query_param('ProjectId', ProjectId)
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class DeleteUdfRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'DeleteUdf')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_Comment(self): # String
|
35
|
+
return self.get_query_params().get('Comment')
|
36
|
+
|
37
|
+
def set_Comment(self, Comment): # String
|
38
|
+
self.add_query_param('Comment', Comment)
|
39
|
+
def get_Id(self): # Long
|
40
|
+
return self.get_query_params().get('Id')
|
41
|
+
|
42
|
+
def set_Id(self, Id): # Long
|
43
|
+
self.add_query_param('Id', Id)
|
44
|
+
def get_ProjectId(self): # Long
|
45
|
+
return self.get_query_params().get('ProjectId')
|
46
|
+
|
47
|
+
def set_ProjectId(self, ProjectId): # Long
|
48
|
+
self.add_query_param('ProjectId', ProjectId)
|
@@ -0,0 +1,38 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetComputeSourceRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetComputeSource')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_Id(self): # Long
|
35
|
+
return self.get_query_params().get('Id')
|
36
|
+
|
37
|
+
def set_Id(self, Id): # Long
|
38
|
+
self.add_query_param('Id', Id)
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetDataServiceApiCallSummaryRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetDataServiceApiCallSummary')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_EndTime(self): # String
|
35
|
+
return self.get_query_params().get('EndTime')
|
36
|
+
|
37
|
+
def set_EndTime(self, EndTime): # String
|
38
|
+
self.add_query_param('EndTime', EndTime)
|
39
|
+
def get_StartTime(self): # String
|
40
|
+
return self.get_query_params().get('StartTime')
|
41
|
+
|
42
|
+
def set_StartTime(self, StartTime): # String
|
43
|
+
self.add_query_param('StartTime', StartTime)
|
44
|
+
def get_ProjectId(self): # Integer
|
45
|
+
return self.get_query_params().get('ProjectId')
|
46
|
+
|
47
|
+
def set_ProjectId(self, ProjectId): # Integer
|
48
|
+
self.add_query_param('ProjectId', ProjectId)
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetDataServiceApiCallTrendRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetDataServiceApiCallTrend')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_EndTime(self): # String
|
35
|
+
return self.get_query_params().get('EndTime')
|
36
|
+
|
37
|
+
def set_EndTime(self, EndTime): # String
|
38
|
+
self.add_query_param('EndTime', EndTime)
|
39
|
+
def get_StartTime(self): # String
|
40
|
+
return self.get_query_params().get('StartTime')
|
41
|
+
|
42
|
+
def set_StartTime(self, StartTime): # String
|
43
|
+
self.add_query_param('StartTime', StartTime)
|
44
|
+
def get_ProjectId(self): # Integer
|
45
|
+
return self.get_query_params().get('ProjectId')
|
46
|
+
|
47
|
+
def set_ProjectId(self, ProjectId): # Integer
|
48
|
+
self.add_query_param('ProjectId', ProjectId)
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetDataServiceApiDocumentRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetDataServiceApiDocument')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_VersionId(self): # String
|
35
|
+
return self.get_query_params().get('VersionId')
|
36
|
+
|
37
|
+
def set_VersionId(self, VersionId): # String
|
38
|
+
self.add_query_param('VersionId', VersionId)
|
39
|
+
def get_Id(self): # Long
|
40
|
+
return self.get_query_params().get('Id')
|
41
|
+
|
42
|
+
def set_Id(self, Id): # Long
|
43
|
+
self.add_query_param('Id', Id)
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetDataServiceApiErrorImpactRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetDataServiceApiErrorImpact')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_EndTime(self): # String
|
35
|
+
return self.get_query_params().get('EndTime')
|
36
|
+
|
37
|
+
def set_EndTime(self, EndTime): # String
|
38
|
+
self.add_query_param('EndTime', EndTime)
|
39
|
+
def get_StartTime(self): # String
|
40
|
+
return self.get_query_params().get('StartTime')
|
41
|
+
|
42
|
+
def set_StartTime(self, StartTime): # String
|
43
|
+
self.add_query_param('StartTime', StartTime)
|
44
|
+
def get_ProjectId(self): # Integer
|
45
|
+
return self.get_query_params().get('ProjectId')
|
46
|
+
|
47
|
+
def set_ProjectId(self, ProjectId): # Integer
|
48
|
+
self.add_query_param('ProjectId', ProjectId)
|
@@ -0,0 +1,38 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetDataServiceApiGroupsRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetDataServiceApiGroups')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_ProjectId(self): # Integer
|
35
|
+
return self.get_query_params().get('ProjectId')
|
36
|
+
|
37
|
+
def set_ProjectId(self, ProjectId): # Integer
|
38
|
+
self.add_query_param('ProjectId', ProjectId)
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetDataServiceAppAuthorizedUsersRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetDataServiceAppAuthorizedUsers')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_AppId(self): # Integer
|
35
|
+
return self.get_query_params().get('AppId')
|
36
|
+
|
37
|
+
def set_AppId(self, AppId): # Integer
|
38
|
+
self.add_query_param('AppId', AppId)
|
39
|
+
def get_ProjectId(self): # Integer
|
40
|
+
return self.get_query_params().get('ProjectId')
|
41
|
+
|
42
|
+
def set_ProjectId(self, ProjectId): # Integer
|
43
|
+
self.add_query_param('ProjectId', ProjectId)
|
@@ -0,0 +1,38 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetDataServiceAppGroupsRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetDataServiceAppGroups')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_ProjectId(self): # Integer
|
35
|
+
return self.get_query_params().get('ProjectId')
|
36
|
+
|
37
|
+
def set_ProjectId(self, ProjectId): # Integer
|
38
|
+
self.add_query_param('ProjectId', ProjectId)
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetDataServiceAppsByGroupIdRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetDataServiceAppsByGroupId')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_GroupId(self): # Integer
|
35
|
+
return self.get_query_params().get('GroupId')
|
36
|
+
|
37
|
+
def set_GroupId(self, GroupId): # Integer
|
38
|
+
self.add_query_param('GroupId', GroupId)
|
39
|
+
def get_ProjectId(self): # Integer
|
40
|
+
return self.get_query_params().get('ProjectId')
|
41
|
+
|
42
|
+
def set_ProjectId(self, ProjectId): # Integer
|
43
|
+
self.add_query_param('ProjectId', ProjectId)
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetDataServiceAuthorizedAppsByGroupIdRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetDataServiceAuthorizedAppsByGroupId')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_GroupId(self): # Integer
|
35
|
+
return self.get_query_params().get('GroupId')
|
36
|
+
|
37
|
+
def set_GroupId(self, GroupId): # Integer
|
38
|
+
self.add_query_param('GroupId', GroupId)
|
39
|
+
def get_ProjectId(self): # Integer
|
40
|
+
return self.get_query_params().get('ProjectId')
|
41
|
+
|
42
|
+
def set_ProjectId(self, ProjectId): # Integer
|
43
|
+
self.add_query_param('ProjectId', ProjectId)
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetDataServiceAuthorizedProjectsRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetDataServiceAuthorizedProjects')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetDataServiceMyProjectsRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetDataServiceMyProjects')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
@@ -0,0 +1,38 @@
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
3
|
+
# distributed with this work for additional information
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
6
|
+
# "License"); you may not use this file except in compliance
|
7
|
+
# with the License. You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
#
|
13
|
+
# Unless required by applicable law or agreed to in writing,
|
14
|
+
# software distributed under the License is distributed on an
|
15
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16
|
+
# KIND, either express or implied. See the License for the
|
17
|
+
# specific language governing permissions and limitations
|
18
|
+
# under the License.
|
19
|
+
|
20
|
+
from aliyunsdkcore.request import RpcRequest
|
21
|
+
|
22
|
+
class GetDataServiceProjectAddableUsersRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetDataServiceProjectAddableUsers')
|
26
|
+
self.set_protocol_type('https')
|
27
|
+
self.set_method('POST')
|
28
|
+
|
29
|
+
def get_OpTenantId(self): # Long
|
30
|
+
return self.get_query_params().get('OpTenantId')
|
31
|
+
|
32
|
+
def set_OpTenantId(self, OpTenantId): # Long
|
33
|
+
self.add_query_param('OpTenantId', OpTenantId)
|
34
|
+
def get_ProjectId(self): # Integer
|
35
|
+
return self.get_query_params().get('ProjectId')
|
36
|
+
|
37
|
+
def set_ProjectId(self, ProjectId): # Integer
|
38
|
+
self.add_query_param('ProjectId', ProjectId)
|