GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Test Failed
Push — master ( 35af49...de984d )
by
unknown
07:10
created

DeleteFile::withProjectId()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 6
c 0
b 0
f 0
rs 10
cc 1
nc 1
nop 1
1
<?php
2
3
namespace AlibabaCloud\DataworksPublic\V20180601;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method CheckCallback checkCallback(array $options = [])
9
 * @method CreateManualDag createManualDag(array $options = [])
10
 * @method DeleteFile deleteFile(array $options = [])
11
 * @method DescribeEmrHiveTable describeEmrHiveTable(array $options = [])
12
 * @method ListEmrHiveAuditLogs listEmrHiveAuditLogs(array $options = [])
13
 * @method ListEmrHiveDatabases listEmrHiveDatabases(array $options = [])
14
 * @method ListEmrHiveTables listEmrHiveTables(array $options = [])
15
 * @method ListHiveColumnLineages listHiveColumnLineages(array $options = [])
16
 * @method ListHiveTableLineages listHiveTableLineages(array $options = [])
17
 * @method ListTablePartitions listTablePartitions(array $options = [])
18
 * @method SearchManualDagNodeInstance searchManualDagNodeInstance(array $options = [])
19
 */
20
class DataworksPublicApiResolver extends ApiResolver
21
{
22
}
23
24
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
25
{
26
    /** @var string */
27
    public $product = 'dataworks-public';
28
29
    /** @var string */
30
    public $version = '2018-06-01';
31
32
    /** @var string */
33
    public $method = 'POST';
34
}
35
36
/**
37
 * @method string getCallbackResultString()
38
 */
39
class CheckCallback extends Rpc
40
{
41
42
    /**
43
     * @param string $value
44
     *
45
     * @return $this
46
     */
47
    public function withCallbackResultString($value)
48
    {
49
        $this->data['CallbackResultString'] = $value;
50
        $this->options['form_params']['CallbackResultString'] = $value;
51
52
        return $this;
53
    }
54
}
55
56
/**
57
 * @method string getProjectName()
58
 * @method $this withProjectName($value)
59
 * @method string getBizdate()
60
 * @method $this withBizdate($value)
61
 * @method string getFlowName()
62
 * @method $this withFlowName($value)
63
 * @method string getDagPara()
64
 * @method $this withDagPara($value)
65
 * @method string getNodePara()
66
 * @method $this withNodePara($value)
67
 */
68
class CreateManualDag extends Rpc
69
{
70
}
71
72
/**
73
 * @method string getProjectId()
74
 * @method string getProjectIdentifier()
75
 * @method string getFileId()
76
 */
77
class DeleteFile extends Rpc
78
{
79
80
    /**
81
     * @param string $value
82
     *
83
     * @return $this
84
     */
85
    public function withProjectId($value)
86
    {
87
        $this->data['ProjectId'] = $value;
88
        $this->options['form_params']['ProjectId'] = $value;
89
90
        return $this;
91
    }
92
93
    /**
94
     * @param string $value
95
     *
96
     * @return $this
97
     */
98
    public function withProjectIdentifier($value)
99
    {
100
        $this->data['ProjectIdentifier'] = $value;
101
        $this->options['form_params']['ProjectIdentifier'] = $value;
102
103
        return $this;
104
    }
105
106
    /**
107
     * @param string $value
108
     *
109
     * @return $this
110
     */
111
    public function withFileId($value)
112
    {
113
        $this->data['FileId'] = $value;
114
        $this->options['form_params']['FileId'] = $value;
115
116
        return $this;
117
    }
118
}
119
120
/**
121
 * @method string getDatabaseName()
122
 * @method $this withDatabaseName($value)
123
 * @method string getClusterId()
124
 * @method $this withClusterId($value)
125
 * @method string getTableName()
126
 * @method $this withTableName($value)
127
 */
128
class DescribeEmrHiveTable extends Rpc
129
{
130
}
131
132
/**
133
 * @method string getDatabaseName()
134
 * @method $this withDatabaseName($value)
135
 * @method string getPageSize()
136
 * @method $this withPageSize($value)
137
 * @method string getEndTime()
138
 * @method $this withEndTime($value)
139
 * @method string getClusterId()
140
 * @method $this withClusterId($value)
141
 * @method string getStartTime()
142
 * @method $this withStartTime($value)
143
 * @method string getTableName()
144
 * @method $this withTableName($value)
145
 * @method string getPageNumber()
146
 * @method $this withPageNumber($value)
147
 */
148
class ListEmrHiveAuditLogs extends Rpc
149
{
150
}
151
152
/**
153
 * @method string getClusterId()
154
 * @method $this withClusterId($value)
155
 */
156
class ListEmrHiveDatabases extends Rpc
157
{
158
}
159
160
/**
161
 * @method string getDatabaseName()
162
 * @method $this withDatabaseName($value)
163
 * @method string getPageSize()
164
 * @method $this withPageSize($value)
165
 * @method string getClusterId()
166
 * @method $this withClusterId($value)
167
 * @method string getPageNumber()
168
 * @method $this withPageNumber($value)
169
 */
170
class ListEmrHiveTables extends Rpc
171
{
172
}
173
174
/**
175
 * @method string getDatabaseName()
176
 * @method $this withDatabaseName($value)
177
 * @method string getClusterId()
178
 * @method $this withClusterId($value)
179
 * @method string getTableName()
180
 * @method $this withTableName($value)
181
 * @method string getColumnName()
182
 * @method $this withColumnName($value)
183
 */
184
class ListHiveColumnLineages extends Rpc
185
{
186
}
187
188
/**
189
 * @method string getDatabaseName()
190
 * @method $this withDatabaseName($value)
191
 * @method string getClusterId()
192
 * @method $this withClusterId($value)
193
 * @method string getTableName()
194
 * @method $this withTableName($value)
195
 */
196
class ListHiveTableLineages extends Rpc
197
{
198
}
199
200
/**
201
 * @method string getDatabaseName()
202
 * @method $this withDatabaseName($value)
203
 * @method string getPageSize()
204
 * @method $this withPageSize($value)
205
 * @method string getClusterId()
206
 * @method $this withClusterId($value)
207
 * @method string getSort()
208
 * @method $this withSort($value)
209
 * @method string getTableName()
210
 * @method $this withTableName($value)
211
 * @method string getPageNumber()
212
 * @method $this withPageNumber($value)
213
 * @method string getOrder()
214
 * @method $this withOrder($value)
215
 */
216
class ListTablePartitions extends Rpc
217
{
218
}
219
220
/**
221
 * @method string getProjectName()
222
 * @method $this withProjectName($value)
223
 * @method string getDagId()
224
 * @method $this withDagId($value)
225
 */
226
class SearchManualDagNodeInstance extends Rpc
227
{
228
}
229