Skip to content

Commit a913790

Browse files
committed
Generated 2020-05-18 for dataworks-public.
1 parent 1f2229e commit a913790

File tree

9 files changed

+4
-77
lines changed

9 files changed

+4
-77
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021-05-12 Version: 3.3.13
2+
- Generated 2020-05-18 for `dataworks-public`.
3+
14
2021-05-11 Version: 3.3.12
25
- Generated 2020-05-18 for `dataworks-public`.
36

aliyun-net-sdk-dataworks-public/Dataworks_public/Model/V20200518/CreateFileRequest.cs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ public CreateFileRequest()
4545

4646
private string dependentNodeIdList;
4747

48-
private bool? autoParse;
49-
5048
private string content;
5149

5250
private string projectIdentifier;
@@ -115,19 +113,6 @@ public string DependentNodeIdList
115113
}
116114
}
117115

118-
public bool? AutoParse
119-
{
120-
get
121-
{
122-
return autoParse;
123-
}
124-
set
125-
{
126-
autoParse = value;
127-
DictionaryUtil.Add(BodyParameters, "AutoParse", value.ToString());
128-
}
129-
}
130-
131116
public string Content
132117
{
133118
get

aliyun-net-sdk-dataworks-public/Dataworks_public/Model/V20200518/GetFileResponse.cs

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ public class GetFile_File
183183

184184
private long? businessId;
185185

186-
private bool? autoParse;
187-
188186
public string ConnectionName
189187
{
190188
get
@@ -424,18 +422,6 @@ public long? BusinessId
424422
businessId = value;
425423
}
426424
}
427-
428-
public bool? AutoParse
429-
{
430-
get
431-
{
432-
return autoParse;
433-
}
434-
set
435-
{
436-
autoParse = value;
437-
}
438-
}
439425
}
440426

441427
public class GetFile_NodeConfiguration
@@ -642,8 +628,6 @@ public class GetFile_NodeInputOutput
642628

643629
private string input;
644630

645-
private string parseType;
646-
647631
public string Input
648632
{
649633
get
@@ -655,18 +639,6 @@ public string Input
655639
input = value;
656640
}
657641
}
658-
659-
public string ParseType
660-
{
661-
get
662-
{
663-
return parseType;
664-
}
665-
set
666-
{
667-
parseType = value;
668-
}
669-
}
670642
}
671643

672644
public class GetFile_NodeInputOutput1

aliyun-net-sdk-dataworks-public/Dataworks_public/Model/V20200518/ListFilesResponse.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ public class ListFiles_File
211211

212212
private long? businessId;
213213

214-
private bool? autoParse;
215-
216214
public string ConnectionName
217215
{
218216
get
@@ -452,18 +450,6 @@ public long? BusinessId
452450
businessId = value;
453451
}
454452
}
455-
456-
public bool? AutoParse
457-
{
458-
get
459-
{
460-
return autoParse;
461-
}
462-
set
463-
{
464-
autoParse = value;
465-
}
466-
}
467453
}
468454
}
469455
}

aliyun-net-sdk-dataworks-public/Dataworks_public/Model/V20200518/QueryPublicModelEngineRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public QueryPublicModelEngineRequest()
3838
this.GetType().GetProperty("ProductEndpointMap").SetValue(this, Aliyun.Acs.dataworks_public.Endpoint.endpointMap, null);
3939
this.GetType().GetProperty("ProductEndpointType").SetValue(this, Aliyun.Acs.dataworks_public.Endpoint.endpointRegionalType, null);
4040
}
41-
Protocol = ProtocolType.HTTPS;
4241
Method = MethodType.POST;
4342
}
4443

aliyun-net-sdk-dataworks-public/Dataworks_public/Model/V20200518/UpdateFileRequest.cs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ public UpdateFileRequest()
4545

4646
private string dependentNodeIdList;
4747

48-
private bool? autoParse;
49-
5048
private string content;
5149

5250
private string projectIdentifier;
@@ -115,19 +113,6 @@ public string DependentNodeIdList
115113
}
116114
}
117115

118-
public bool? AutoParse
119-
{
120-
get
121-
{
122-
return autoParse;
123-
}
124-
set
125-
{
126-
autoParse = value;
127-
DictionaryUtil.Add(BodyParameters, "AutoParse", value.ToString());
128-
}
129-
}
130-
131116
public string Content
132117
{
133118
get

aliyun-net-sdk-dataworks-public/Dataworks_public/Transform/V20200518/GetFileResponseUnmarshaller.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public static GetFileResponse Unmarshall(UnmarshallerContext _ctx)
6060
file.CommitStatus = _ctx.IntegerValue("GetFile.Data.File.CommitStatus");
6161
file.DeletedStatus = _ctx.StringValue("GetFile.Data.File.DeletedStatus");
6262
file.BusinessId = _ctx.LongValue("GetFile.Data.File.BusinessId");
63-
file.AutoParse = _ctx.BooleanValue("GetFile.Data.File.AutoParse");
6463
data.File = file;
6564

6665
GetFileResponse.GetFile_Data.GetFile_NodeConfiguration nodeConfiguration = new GetFileResponse.GetFile_Data.GetFile_NodeConfiguration();
@@ -81,7 +80,6 @@ public static GetFileResponse Unmarshall(UnmarshallerContext _ctx)
8180
for (int i = 0; i < _ctx.Length("GetFile.Data.NodeConfiguration.InputList.Length"); i++) {
8281
GetFileResponse.GetFile_Data.GetFile_NodeConfiguration.GetFile_NodeInputOutput nodeInputOutput = new GetFileResponse.GetFile_Data.GetFile_NodeConfiguration.GetFile_NodeInputOutput();
8382
nodeInputOutput.Input = _ctx.StringValue("GetFile.Data.NodeConfiguration.InputList["+ i +"].Input");
84-
nodeInputOutput.ParseType = _ctx.StringValue("GetFile.Data.NodeConfiguration.InputList["+ i +"].ParseType");
8583

8684
nodeConfiguration_inputList.Add(nodeInputOutput);
8785
}

aliyun-net-sdk-dataworks-public/Dataworks_public/Transform/V20200518/ListFilesResponseUnmarshaller.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public static ListFilesResponse Unmarshall(UnmarshallerContext _ctx)
6565
file.CommitStatus = _ctx.IntegerValue("ListFiles.Data.Files["+ i +"].CommitStatus");
6666
file.FileId = _ctx.LongValue("ListFiles.Data.Files["+ i +"].FileId");
6767
file.BusinessId = _ctx.LongValue("ListFiles.Data.Files["+ i +"].BusinessId");
68-
file.AutoParse = _ctx.BooleanValue("ListFiles.Data.Files["+ i +"].AutoParse");
6968

7069
data_files.Add(file);
7170
}

aliyun-net-sdk-dataworks-public/aliyun-net-sdk-dataworks-public.vs2017.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
55
<RootNamespace>Aliyun.Acs.dataworks_public</RootNamespace>
6-
<Version>3.3.12</Version>
6+
<Version>3.3.13</Version>
77
<Authors>Alibaba Cloud</Authors>
88
<Copyright>©2009-2019 Alibaba Cloud</Copyright>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)