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 ( 55a128...24716f )
by
unknown
11:28
created

CreateTrigger::withInput()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
eloc 3
dl 0
loc 6
c 1
b 0
f 0
rs 10
cc 1
nc 1
nop 1
1
<?php
2
3
namespace AlibabaCloud\Imm\V20200930;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method AddImageMosaic addImageMosaic(array $options = [])
9
 * @method AddStoryFiles addStoryFiles(array $options = [])
10
 * @method AttachOSSBucket attachOSSBucket(array $options = [])
11
 * @method BatchDeleteFileMeta batchDeleteFileMeta(array $options = [])
12
 * @method BatchGetFigureCluster batchGetFigureCluster(array $options = [])
13
 * @method BatchGetFileMeta batchGetFileMeta(array $options = [])
14
 * @method BatchIndexFileMeta batchIndexFileMeta(array $options = [])
15
 * @method BatchUpdateFileMeta batchUpdateFileMeta(array $options = [])
16
 * @method CompareImageFaces compareImageFaces(array $options = [])
17
 * @method CreateArchiveFileInspectionTask createArchiveFileInspectionTask(array $options = [])
18
 * @method CreateBatch createBatch(array $options = [])
19
 * @method CreateBinding createBinding(array $options = [])
20
 * @method CreateCompressPointCloudTask createCompressPointCloudTask(array $options = [])
21
 * @method CreateCustomizedStory createCustomizedStory(array $options = [])
22
 * @method CreateDataset createDataset(array $options = [])
23
 * @method CreateFacesSearchingTask createFacesSearchingTask(array $options = [])
24
 * @method CreateFigureClusteringTask createFigureClusteringTask(array $options = [])
25
 * @method CreateFigureClustersMergingTask createFigureClustersMergingTask(array $options = [])
26
 * @method CreateFileCompressionTask createFileCompressionTask(array $options = [])
27
 * @method CreateFileUncompressionTask createFileUncompressionTask(array $options = [])
28
 * @method CreateImageModerationTask createImageModerationTask(array $options = [])
29
 * @method CreateImageSplicingTask createImageSplicingTask(array $options = [])
30
 * @method CreateImageToPDFTask createImageToPDFTask(array $options = [])
31
 * @method CreateLocationDateClusteringTask createLocationDateClusteringTask(array $options = [])
32
 * @method CreateMediaConvertTask createMediaConvertTask(array $options = [])
33
 * @method CreateOfficeConversionTask createOfficeConversionTask(array $options = [])
34
 * @method CreateProject createProject(array $options = [])
35
 * @method CreateSimilarImageClusteringTask createSimilarImageClusteringTask(array $options = [])
36
 * @method CreateStory createStory(array $options = [])
37
 * @method CreateTrigger createTrigger(array $options = [])
38
 * @method CreateVideoLabelClassificationTask createVideoLabelClassificationTask(array $options = [])
39
 * @method CreateVideoModerationTask createVideoModerationTask(array $options = [])
40
 * @method DeleteBatch deleteBatch(array $options = [])
41
 * @method DeleteBinding deleteBinding(array $options = [])
42
 * @method DeleteDataset deleteDataset(array $options = [])
43
 * @method DeleteFileMeta deleteFileMeta(array $options = [])
44
 * @method DeleteLocationDateCluster deleteLocationDateCluster(array $options = [])
45
 * @method DeleteProject deleteProject(array $options = [])
46
 * @method DeleteStory deleteStory(array $options = [])
47
 * @method DeleteTrigger deleteTrigger(array $options = [])
48
 * @method DetachOSSBucket detachOSSBucket(array $options = [])
49
 * @method DetectImageBodies detectImageBodies(array $options = [])
50
 * @method DetectImageCars detectImageCars(array $options = [])
51
 * @method DetectImageCodes detectImageCodes(array $options = [])
52
 * @method DetectImageCropping detectImageCropping(array $options = [])
53
 * @method DetectImageFaces detectImageFaces(array $options = [])
54
 * @method DetectImageLabels detectImageLabels(array $options = [])
55
 * @method DetectImageScore detectImageScore(array $options = [])
56
 * @method DetectMediaMeta detectMediaMeta(array $options = [])
57
 * @method DetectTextAnomaly detectTextAnomaly(array $options = [])
58
 * @method ExtractDocumentText extractDocumentText(array $options = [])
59
 * @method FuzzyQuery fuzzyQuery(array $options = [])
60
 * @method GenerateDRMLicense generateDRMLicense(array $options = [])
61
 * @method GenerateVideoPlaylist generateVideoPlaylist(array $options = [])
62
 * @method GenerateWebofficeToken generateWebofficeToken(array $options = [])
63
 * @method GetBatch getBatch(array $options = [])
64
 * @method GetBinding getBinding(array $options = [])
65
 * @method GetDataset getDataset(array $options = [])
66
 * @method GetDRMLicense getDRMLicense(array $options = [])
67
 * @method GetFigureCluster getFigureCluster(array $options = [])
68
 * @method GetFileMeta getFileMeta(array $options = [])
69
 * @method GetImageModerationResult getImageModerationResult(array $options = [])
70
 * @method GetOSSBucketAttachment getOSSBucketAttachment(array $options = [])
71
 * @method GetProject getProject(array $options = [])
72
 * @method GetStory getStory(array $options = [])
73
 * @method GetTask getTask(array $options = [])
74
 * @method GetTrigger getTrigger(array $options = [])
75
 * @method GetVideoLabelClassificationResult getVideoLabelClassificationResult(array $options = [])
76
 * @method GetVideoModerationResult getVideoModerationResult(array $options = [])
77
 * @method IndexFileMeta indexFileMeta(array $options = [])
78
 * @method ListBatches listBatches(array $options = [])
79
 * @method ListBindings listBindings(array $options = [])
80
 * @method ListDatasets listDatasets(array $options = [])
81
 * @method ListProjects listProjects(array $options = [])
82
 * @method ListRegions listRegions(array $options = [])
83
 * @method ListTasks listTasks(array $options = [])
84
 * @method ListTriggers listTriggers(array $options = [])
85
 * @method LiveTranscoding liveTranscoding(array $options = [])
86
 * @method QueryFigureClusters queryFigureClusters(array $options = [])
87
 * @method QueryLocationDateClusters queryLocationDateClusters(array $options = [])
88
 * @method QuerySimilarImageClusters querySimilarImageClusters(array $options = [])
89
 * @method QueryStories queryStories(array $options = [])
90
 * @method RefreshWebofficeToken refreshWebofficeToken(array $options = [])
91
 * @method RemoveStoryFiles removeStoryFiles(array $options = [])
92
 * @method ResumeBatch resumeBatch(array $options = [])
93
 * @method ResumeBinding resumeBinding(array $options = [])
94
 * @method ResumeTrigger resumeTrigger(array $options = [])
95
 * @method SearchImageFigureCluster searchImageFigureCluster(array $options = [])
96
 * @method SemanticQuery semanticQuery(array $options = [])
97
 * @method SimpleQuery simpleQuery(array $options = [])
98
 * @method StopBinding stopBinding(array $options = [])
99
 * @method SuspendBatch suspendBatch(array $options = [])
100
 * @method SuspendTrigger suspendTrigger(array $options = [])
101
 * @method UpdateBatch updateBatch(array $options = [])
102
 * @method UpdateDataset updateDataset(array $options = [])
103
 * @method UpdateFigureCluster updateFigureCluster(array $options = [])
104
 * @method UpdateFileMeta updateFileMeta(array $options = [])
105
 * @method UpdateLocationDateCluster updateLocationDateCluster(array $options = [])
106
 * @method UpdateProject updateProject(array $options = [])
107
 * @method UpdateStory updateStory(array $options = [])
108
 * @method UpdateTrigger updateTrigger(array $options = [])
109
 */
110
class ImmApiResolver extends ApiResolver
111
{
112
}
113
114
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
115
{
116
    /** @var string */
117
    public $product = 'imm';
118
119
    /** @var string */
120
    public $version = '2020-09-30';
121
122
    /** @var string */
123
    public $method = 'POST';
124
125
    /** @var string */
126
    public $serviceCode = 'imm';
127
}
128
129
/**
130
 * @method string getTargets()
131
 * @method $this withTargets($value)
132
 * @method string getTargetURI()
133
 * @method $this withTargetURI($value)
134
 * @method string getImageFormat()
135
 * @method $this withImageFormat($value)
136
 * @method string getProjectName()
137
 * @method $this withProjectName($value)
138
 * @method string getCredentialConfig()
139
 * @method $this withCredentialConfig($value)
140
 * @method string getQuality()
141
 * @method $this withQuality($value)
142
 * @method string getSourceURI()
143
 * @method $this withSourceURI($value)
144
 */
145
class AddImageMosaic extends Rpc
146
{
147
}
148
149
/**
150
 * @method string getDatasetName()
151
 * @method string getProjectName()
152
 * @method string getFiles()
153
 * @method string getObjectId()
154
 */
155
class AddStoryFiles extends Rpc
156
{
157
158
    /**
159
     * @param string $value
160
     *
161
     * @return $this
162
     */
163
    public function withDatasetName($value)
164
    {
165
        $this->data['DatasetName'] = $value;
166
        $this->options['form_params']['DatasetName'] = $value;
167
168
        return $this;
169
    }
170
171
    /**
172
     * @param string $value
173
     *
174
     * @return $this
175
     */
176
    public function withProjectName($value)
177
    {
178
        $this->data['ProjectName'] = $value;
179
        $this->options['form_params']['ProjectName'] = $value;
180
181
        return $this;
182
    }
183
184
    /**
185
     * @param string $value
186
     *
187
     * @return $this
188
     */
189
    public function withFiles($value)
190
    {
191
        $this->data['Files'] = $value;
192
        $this->options['form_params']['Files'] = $value;
193
194
        return $this;
195
    }
196
197
    /**
198
     * @param string $value
199
     *
200
     * @return $this
201
     */
202
    public function withObjectId($value)
203
    {
204
        $this->data['ObjectId'] = $value;
205
        $this->options['form_params']['ObjectId'] = $value;
206
207
        return $this;
208
    }
209
}
210
211
/**
212
 * @method string getProjectName()
213
 * @method $this withProjectName($value)
214
 * @method string getOSSBucket()
215
 * @method $this withOSSBucket($value)
216
 */
217
class AttachOSSBucket extends Rpc
218
{
219
}
220
221
/**
222
 * @method string getDatasetName()
223
 * @method $this withDatasetName($value)
224
 * @method string getProjectName()
225
 * @method $this withProjectName($value)
226
 * @method string getURIs()
227
 * @method $this withURIs($value)
228
 */
229
class BatchDeleteFileMeta extends Rpc
230
{
231
}
232
233
/**
234
 * @method string getDatasetName()
235
 * @method $this withDatasetName($value)
236
 * @method string getProjectName()
237
 * @method $this withProjectName($value)
238
 * @method string getObjectIds()
239
 * @method $this withObjectIds($value)
240
 */
241
class BatchGetFigureCluster extends Rpc
242
{
243
}
244
245
/**
246
 * @method string getDatasetName()
247
 * @method $this withDatasetName($value)
248
 * @method string getProjectName()
249
 * @method $this withProjectName($value)
250
 * @method string getURIs()
251
 * @method $this withURIs($value)
252
 */
253
class BatchGetFileMeta extends Rpc
254
{
255
}
256
257
/**
258
 * @method string getNotification()
259
 * @method $this withNotification($value)
260
 * @method string getNotifyEndpoint()
261
 * @method $this withNotifyEndpoint($value)
262
 * @method string getDatasetName()
263
 * @method $this withDatasetName($value)
264
 * @method string getProjectName()
265
 * @method $this withProjectName($value)
266
 * @method string getNotifyTopicName()
267
 * @method $this withNotifyTopicName($value)
268
 * @method string getFiles()
269
 * @method $this withFiles($value)
270
 */
271
class BatchIndexFileMeta extends Rpc
272
{
273
}
274
275
/**
276
 * @method string getDatasetName()
277
 * @method $this withDatasetName($value)
278
 * @method string getProjectName()
279
 * @method $this withProjectName($value)
280
 * @method string getFiles()
281
 * @method $this withFiles($value)
282
 */
283
class BatchUpdateFileMeta extends Rpc
284
{
285
}
286
287
/**
288
 * @method string getSource()
289
 * @method $this withSource($value)
290
 * @method string getProjectName()
291
 * @method $this withProjectName($value)
292
 * @method string getCredentialConfig()
293
 * @method $this withCredentialConfig($value)
294
 */
295
class CompareImageFaces extends Rpc
296
{
297
}
298
299
/**
300
 * @method string getUserData()
301
 * @method $this withUserData($value)
302
 * @method string getNotification()
303
 * @method $this withNotification($value)
304
 * @method string getPassword()
305
 * @method $this withPassword($value)
306
 * @method string getNotifyEndpoint()
307
 * @method $this withNotifyEndpoint($value)
308
 * @method string getTargetURI()
309
 * @method $this withTargetURI($value)
310
 * @method string getProjectName()
311
 * @method $this withProjectName($value)
312
 * @method string getNotifyTopicName()
313
 * @method $this withNotifyTopicName($value)
314
 * @method string getCredentialConfig()
315
 * @method $this withCredentialConfig($value)
316
 * @method string getSourceURI()
317
 * @method $this withSourceURI($value)
318
 */
319
class CreateArchiveFileInspectionTask extends Rpc
320
{
321
}
322
323
/**
324
 * @method string getNotification()
325
 * @method string getProjectName()
326
 * @method string getTags()
327
 * @method string getInput()
328
 * @method string getServiceRole()
329
 * @method string getActions()
330
 */
331
class CreateBatch extends Rpc
332
{
333
334
    /**
335
     * @param string $value
336
     *
337
     * @return $this
338
     */
339
    public function withNotification($value)
340
    {
341
        $this->data['Notification'] = $value;
342
        $this->options['form_params']['Notification'] = $value;
343
344
        return $this;
345
    }
346
347
    /**
348
     * @param string $value
349
     *
350
     * @return $this
351
     */
352
    public function withProjectName($value)
353
    {
354
        $this->data['ProjectName'] = $value;
355
        $this->options['form_params']['ProjectName'] = $value;
356
357
        return $this;
358
    }
359
360
    /**
361
     * @param string $value
362
     *
363
     * @return $this
364
     */
365
    public function withTags($value)
366
    {
367
        $this->data['Tags'] = $value;
368
        $this->options['form_params']['Tags'] = $value;
369
370
        return $this;
371
    }
372
373
    /**
374
     * @param string $value
375
     *
376
     * @return $this
377
     */
378
    public function withInput($value)
379
    {
380
        $this->data['Input'] = $value;
381
        $this->options['form_params']['Input'] = $value;
382
383
        return $this;
384
    }
385
386
    /**
387
     * @param string $value
388
     *
389
     * @return $this
390
     */
391
    public function withServiceRole($value)
392
    {
393
        $this->data['ServiceRole'] = $value;
394
        $this->options['form_params']['ServiceRole'] = $value;
395
396
        return $this;
397
    }
398
399
    /**
400
     * @param string $value
401
     *
402
     * @return $this
403
     */
404
    public function withActions($value)
405
    {
406
        $this->data['Actions'] = $value;
407
        $this->options['form_params']['Actions'] = $value;
408
409
        return $this;
410
    }
411
}
412
413
/**
414
 * @method string getBucketOwnerId()
415
 * @method $this withBucketOwnerId($value)
416
 * @method string getDatasetName()
417
 * @method $this withDatasetName($value)
418
 * @method string getProjectName()
419
 * @method $this withProjectName($value)
420
 * @method string getURI()
421
 * @method $this withURI($value)
422
 */
423
class CreateBinding extends Rpc
424
{
425
}
426
427
/**
428
 * @method string getNotification()
429
 * @method $this withNotification($value)
430
 * @method string getNotifyEndpoint()
431
 * @method $this withNotifyEndpoint($value)
432
 * @method string getCompressMethod()
433
 * @method $this withCompressMethod($value)
434
 * @method string getProjectName()
435
 * @method $this withProjectName($value)
436
 * @method string getNotifyTopicName()
437
 * @method $this withNotifyTopicName($value)
438
 * @method string getTags()
439
 * @method $this withTags($value)
440
 * @method string getPointCloudFields()
441
 * @method $this withPointCloudFields($value)
442
 * @method string getSourceURI()
443
 * @method $this withSourceURI($value)
444
 * @method string getPointCloudFileFormat()
445
 * @method $this withPointCloudFileFormat($value)
446
 * @method string getOctreeOption()
447
 * @method $this withOctreeOption($value)
448
 * @method string getUserData()
449
 * @method $this withUserData($value)
450
 * @method string getTargetURI()
451
 * @method $this withTargetURI($value)
452
 * @method string getKdtreeOption()
453
 * @method $this withKdtreeOption($value)
454
 * @method string getCredentialConfig()
455
 * @method $this withCredentialConfig($value)
456
 */
457
class CreateCompressPointCloudTask extends Rpc
458
{
459
}
460
461
/**
462
 * @method string getCustomLabels()
463
 * @method string getCover()
464
 * @method string getDatasetName()
465
 * @method string getProjectName()
466
 * @method string getStoryType()
467
 * @method string getStorySubType()
468
 * @method string getFiles()
469
 * @method string getStoryName()
470
 */
471
class CreateCustomizedStory extends Rpc
472
{
473
474
    /**
475
     * @param string $value
476
     *
477
     * @return $this
478
     */
479
    public function withCustomLabels($value)
480
    {
481
        $this->data['CustomLabels'] = $value;
482
        $this->options['form_params']['CustomLabels'] = $value;
483
484
        return $this;
485
    }
486
487
    /**
488
     * @param string $value
489
     *
490
     * @return $this
491
     */
492
    public function withCover($value)
493
    {
494
        $this->data['Cover'] = $value;
495
        $this->options['form_params']['Cover'] = $value;
496
497
        return $this;
498
    }
499
500
    /**
501
     * @param string $value
502
     *
503
     * @return $this
504
     */
505
    public function withDatasetName($value)
506
    {
507
        $this->data['DatasetName'] = $value;
508
        $this->options['form_params']['DatasetName'] = $value;
509
510
        return $this;
511
    }
512
513
    /**
514
     * @param string $value
515
     *
516
     * @return $this
517
     */
518
    public function withProjectName($value)
519
    {
520
        $this->data['ProjectName'] = $value;
521
        $this->options['form_params']['ProjectName'] = $value;
522
523
        return $this;
524
    }
525
526
    /**
527
     * @param string $value
528
     *
529
     * @return $this
530
     */
531
    public function withStoryType($value)
532
    {
533
        $this->data['StoryType'] = $value;
534
        $this->options['form_params']['StoryType'] = $value;
535
536
        return $this;
537
    }
538
539
    /**
540
     * @param string $value
541
     *
542
     * @return $this
543
     */
544
    public function withStorySubType($value)
545
    {
546
        $this->data['StorySubType'] = $value;
547
        $this->options['form_params']['StorySubType'] = $value;
548
549
        return $this;
550
    }
551
552
    /**
553
     * @param string $value
554
     *
555
     * @return $this
556
     */
557
    public function withFiles($value)
558
    {
559
        $this->data['Files'] = $value;
560
        $this->options['form_params']['Files'] = $value;
561
562
        return $this;
563
    }
564
565
    /**
566
     * @param string $value
567
     *
568
     * @return $this
569
     */
570
    public function withStoryName($value)
571
    {
572
        $this->data['StoryName'] = $value;
573
        $this->options['form_params']['StoryName'] = $value;
574
575
        return $this;
576
    }
577
}
578
579
/**
580
 * @method string getDatasetMaxBindCount()
581
 * @method $this withDatasetMaxBindCount($value)
582
 * @method string getDescription()
583
 * @method $this withDescription($value)
584
 * @method string getDatasetMaxRelationCount()
585
 * @method $this withDatasetMaxRelationCount($value)
586
 * @method string getDatasetName()
587
 * @method $this withDatasetName($value)
588
 * @method string getDatasetMaxFileCount()
589
 * @method $this withDatasetMaxFileCount($value)
590
 * @method string getProjectName()
591
 * @method $this withProjectName($value)
592
 * @method string getDatasetMaxEntityCount()
593
 * @method $this withDatasetMaxEntityCount($value)
594
 * @method string getTemplateId()
595
 * @method $this withTemplateId($value)
596
 * @method string getDatasetMaxTotalFileSize()
597
 * @method $this withDatasetMaxTotalFileSize($value)
598
 */
599
class CreateDataset extends Rpc
600
{
601
}
602
603
/**
604
 * @method string getTopK()
605
 * @method $this withTopK($value)
606
 * @method string getSources()
607
 * @method $this withSources($value)
608
 * @method string getUserData()
609
 * @method $this withUserData($value)
610
 * @method string getNotification()
611
 * @method $this withNotification($value)
612
 * @method string getDatasetName()
613
 * @method $this withDatasetName($value)
614
 * @method string getProjectName()
615
 * @method $this withProjectName($value)
616
 * @method string getNotifyTopicName()
617
 * @method $this withNotifyTopicName($value)
618
 * @method string getMaxResult()
619
 * @method $this withMaxResult($value)
620
 */
621
class CreateFacesSearchingTask extends Rpc
622
{
623
}
624
625
/**
626
 * @method string getUserData()
627
 * @method $this withUserData($value)
628
 * @method string getNotification()
629
 * @method $this withNotification($value)
630
 * @method string getNotifyEndpoint()
631
 * @method $this withNotifyEndpoint($value)
632
 * @method string getDatasetName()
633
 * @method $this withDatasetName($value)
634
 * @method string getProjectName()
635
 * @method $this withProjectName($value)
636
 * @method string getNotifyTopicName()
637
 * @method $this withNotifyTopicName($value)
638
 * @method string getTags()
639
 * @method $this withTags($value)
640
 */
641
class CreateFigureClusteringTask extends Rpc
642
{
643
}
644
645
/**
646
 * @method string getUserData()
647
 * @method $this withUserData($value)
648
 * @method string getNotification()
649
 * @method $this withNotification($value)
650
 * @method string getNotifyEndpoint()
651
 * @method $this withNotifyEndpoint($value)
652
 * @method string getDatasetName()
653
 * @method $this withDatasetName($value)
654
 * @method string getFrom()
655
 * @method $this withFrom($value)
656
 * @method string getFroms()
657
 * @method $this withFroms($value)
658
 * @method string getProjectName()
659
 * @method $this withProjectName($value)
660
 * @method string getNotifyTopicName()
661
 * @method $this withNotifyTopicName($value)
662
 * @method string getTags()
663
 * @method $this withTags($value)
664
 * @method string getTo()
665
 * @method $this withTo($value)
666
 */
667
class CreateFigureClustersMergingTask extends Rpc
668
{
669
}
670
671
/**
672
 * @method string getSources()
673
 * @method $this withSources($value)
674
 * @method string getSourceManifestURI()
675
 * @method $this withSourceManifestURI($value)
676
 * @method string getUserData()
677
 * @method $this withUserData($value)
678
 * @method string getNotification()
679
 * @method $this withNotification($value)
680
 * @method string getPassword()
681
 * @method $this withPassword($value)
682
 * @method string getNotifyEndpoint()
683
 * @method $this withNotifyEndpoint($value)
684
 * @method string getTargetURI()
685
 * @method $this withTargetURI($value)
686
 * @method string getProjectName()
687
 * @method $this withProjectName($value)
688
 * @method string getNotifyTopicName()
689
 * @method $this withNotifyTopicName($value)
690
 * @method string getCredentialConfig()
691
 * @method $this withCredentialConfig($value)
692
 * @method string getAllowCrossRegion()
693
 * @method $this withAllowCrossRegion($value)
694
 * @method string getCompressedFormat()
695
 * @method $this withCompressedFormat($value)
696
 */
697
class CreateFileCompressionTask extends Rpc
698
{
699
}
700
701
/**
702
 * @method string getUserData()
703
 * @method $this withUserData($value)
704
 * @method string getNotification()
705
 * @method $this withNotification($value)
706
 * @method string getPassword()
707
 * @method $this withPassword($value)
708
 * @method string getSelectedFiles()
709
 * @method $this withSelectedFiles($value)
710
 * @method string getNotifyEndpoint()
711
 * @method $this withNotifyEndpoint($value)
712
 * @method string getProjectName()
713
 * @method $this withProjectName($value)
714
 * @method string getNotifyTopicName()
715
 * @method $this withNotifyTopicName($value)
716
 * @method string getCredentialConfig()
717
 * @method $this withCredentialConfig($value)
718
 * @method string getTarget()
719
 * @method $this withTarget($value)
720
 * @method string getSourceURI()
721
 * @method $this withSourceURI($value)
722
 */
723
class CreateFileUncompressionTask extends Rpc
724
{
725
}
726
727
/**
728
 * @method string getUserData()
729
 * @method $this withUserData($value)
730
 * @method string getNotification()
731
 * @method $this withNotification($value)
732
 * @method string getNotifyEndpoint()
733
 * @method $this withNotifyEndpoint($value)
734
 * @method string getProjectName()
735
 * @method $this withProjectName($value)
736
 * @method string getNotifyTopicName()
737
 * @method $this withNotifyTopicName($value)
738
 * @method string getMaxFrames()
739
 * @method $this withMaxFrames($value)
740
 * @method string getCredentialConfig()
741
 * @method $this withCredentialConfig($value)
742
 * @method string getReviewer()
743
 * @method $this withReviewer($value)
744
 * @method string getTags()
745
 * @method $this withTags($value)
746
 * @method string getSourceURI()
747
 * @method $this withSourceURI($value)
748
 * @method string getScenes()
749
 * @method $this withScenes($value)
750
 * @method string getInterval()
751
 * @method $this withInterval($value)
752
 */
753
class CreateImageModerationTask extends Rpc
754
{
755
}
756
757
/**
758
 * @method string getAlign()
759
 * @method $this withAlign($value)
760
 * @method string getBackgroundColor()
761
 * @method $this withBackgroundColor($value)
762
 * @method string getNotification()
763
 * @method $this withNotification($value)
764
 * @method string getNotifyEndpoint()
765
 * @method $this withNotifyEndpoint($value)
766
 * @method string getScaleType()
767
 * @method $this withScaleType($value)
768
 * @method string getProjectName()
769
 * @method $this withProjectName($value)
770
 * @method string getMargin()
771
 * @method $this withMargin($value)
772
 * @method string getNotifyTopicName()
773
 * @method $this withNotifyTopicName($value)
774
 * @method string getQuality()
775
 * @method $this withQuality($value)
776
 * @method string getTags()
777
 * @method $this withTags($value)
778
 * @method string getSources()
779
 * @method $this withSources($value)
780
 * @method string getUserData()
781
 * @method $this withUserData($value)
782
 * @method string getTargetURI()
783
 * @method $this withTargetURI($value)
784
 * @method string getImageFormat()
785
 * @method $this withImageFormat($value)
786
 * @method string getDirection()
787
 * @method $this withDirection($value)
788
 * @method string getPadding()
789
 * @method $this withPadding($value)
790
 * @method string getCredentialConfig()
791
 * @method $this withCredentialConfig($value)
792
 */
793
class CreateImageSplicingTask extends Rpc
794
{
795
}
796
797
/**
798
 * @method string getSources()
799
 * @method $this withSources($value)
800
 * @method string getUserData()
801
 * @method $this withUserData($value)
802
 * @method string getNotification()
803
 * @method $this withNotification($value)
804
 * @method string getNotifyEndpoint()
805
 * @method $this withNotifyEndpoint($value)
806
 * @method string getTargetURI()
807
 * @method $this withTargetURI($value)
808
 * @method string getProjectName()
809
 * @method $this withProjectName($value)
810
 * @method string getNotifyTopicName()
811
 * @method $this withNotifyTopicName($value)
812
 * @method string getCredentialConfig()
813
 * @method $this withCredentialConfig($value)
814
 * @method string getTags()
815
 * @method $this withTags($value)
816
 */
817
class CreateImageToPDFTask extends Rpc
818
{
819
}
820
821
/**
822
 * @method string getUserData()
823
 * @method $this withUserData($value)
824
 * @method string getNotification()
825
 * @method $this withNotification($value)
826
 * @method string getDatasetName()
827
 * @method $this withDatasetName($value)
828
 * @method string getProjectName()
829
 * @method $this withProjectName($value)
830
 * @method string getLocationOptions()
831
 * @method $this withLocationOptions($value)
832
 * @method string getNotifyTopicName()
833
 * @method $this withNotifyTopicName($value)
834
 * @method string getTags()
835
 * @method $this withTags($value)
836
 * @method string getDateOptions()
837
 * @method $this withDateOptions($value)
838
 */
839
class CreateLocationDateClusteringTask extends Rpc
840
{
841
}
842
843
/**
844
 * @method string getSources()
845
 * @method $this withSources($value)
846
 * @method string getTargets()
847
 * @method $this withTargets($value)
848
 * @method string getUserData()
849
 * @method $this withUserData($value)
850
 * @method string getNotification()
851
 * @method $this withNotification($value)
852
 * @method string getNotifyEndpoint()
853
 * @method $this withNotifyEndpoint($value)
854
 * @method string getProjectName()
855
 * @method $this withProjectName($value)
856
 * @method string getNotifyTopicName()
857
 * @method $this withNotifyTopicName($value)
858
 * @method string getCredentialConfig()
859
 * @method $this withCredentialConfig($value)
860
 * @method string getTags()
861
 * @method $this withTags($value)
862
 */
863
class CreateMediaConvertTask extends Rpc
864
{
865
}
866
867
/**
868
 * @method string getSheetCount()
869
 * @method $this withSheetCount($value)
870
 * @method string getShowComments()
871
 * @method $this withShowComments($value)
872
 * @method string getNotification()
873
 * @method $this withNotification($value)
874
 * @method string getPassword()
875
 * @method $this withPassword($value)
876
 * @method string getPages()
877
 * @method $this withPages($value)
878
 * @method string getNotifyEndpoint()
879
 * @method $this withNotifyEndpoint($value)
880
 * @method string getSourceType()
881
 * @method $this withSourceType($value)
882
 * @method string getProjectName()
883
 * @method $this withProjectName($value)
884
 * @method string getNotifyTopicName()
885
 * @method $this withNotifyTopicName($value)
886
 * @method string getFitToHeight()
887
 * @method $this withFitToHeight($value)
888
 * @method string getEndPage()
889
 * @method $this withEndPage($value)
890
 * @method string getFitToWidth()
891
 * @method $this withFitToWidth($value)
892
 * @method string getQuality()
893
 * @method $this withQuality($value)
894
 * @method string getTags()
895
 * @method $this withTags($value)
896
 * @method string getSourceURI()
897
 * @method $this withSourceURI($value)
898
 * @method string getSheetIndex()
899
 * @method $this withSheetIndex($value)
900
 * @method string getHoldLineFeed()
901
 * @method $this withHoldLineFeed($value)
902
 * @method string getLongText()
903
 * @method $this withLongText($value)
904
 * @method string getTargetType()
905
 * @method $this withTargetType($value)
906
 * @method string getTrimPolicy()
907
 * @method $this withTrimPolicy($value)
908
 * @method string getMaxSheetColumn()
909
 * @method $this withMaxSheetColumn($value)
910
 * @method string getFirstPage()
911
 * @method $this withFirstPage($value)
912
 * @method string getPaperHorizontal()
913
 * @method $this withPaperHorizontal($value)
914
 * @method string getUserData()
915
 * @method $this withUserData($value)
916
 * @method string getScalePercentage()
917
 * @method $this withScalePercentage($value)
918
 * @method string getStartPage()
919
 * @method $this withStartPage($value)
920
 * @method string getTargetURIPrefix()
921
 * @method $this withTargetURIPrefix($value)
922
 * @method string getTargetURI()
923
 * @method $this withTargetURI($value)
924
 * @method string getPaperSize()
925
 * @method $this withPaperSize($value)
926
 * @method string getImageDPI()
927
 * @method $this withImageDPI($value)
928
 * @method string getLongPicture()
929
 * @method $this withLongPicture($value)
930
 * @method string getMaxSheetRow()
931
 * @method $this withMaxSheetRow($value)
932
 * @method string getCredentialConfig()
933
 * @method $this withCredentialConfig($value)
934
 */
935
class CreateOfficeConversionTask extends Rpc
936
{
937
}
938
939
/**
940
 * @method string getDatasetMaxBindCount()
941
 * @method $this withDatasetMaxBindCount($value)
942
 * @method string getDescription()
943
 * @method $this withDescription($value)
944
 * @method string getDatasetMaxRelationCount()
945
 * @method $this withDatasetMaxRelationCount($value)
946
 * @method string getDatasetMaxFileCount()
947
 * @method $this withDatasetMaxFileCount($value)
948
 * @method string getProjectName()
949
 * @method $this withProjectName($value)
950
 * @method string getProjectMaxDatasetCount()
951
 * @method $this withProjectMaxDatasetCount($value)
952
 * @method string getDatasetMaxEntityCount()
953
 * @method $this withDatasetMaxEntityCount($value)
954
 * @method string getTemplateId()
955
 * @method $this withTemplateId($value)
956
 * @method string getDatasetMaxTotalFileSize()
957
 * @method $this withDatasetMaxTotalFileSize($value)
958
 * @method string getServiceRole()
959
 * @method $this withServiceRole($value)
960
 */
961
class CreateProject extends Rpc
962
{
963
}
964
965
/**
966
 * @method string getUserData()
967
 * @method $this withUserData($value)
968
 * @method string getNotification()
969
 * @method $this withNotification($value)
970
 * @method string getDatasetName()
971
 * @method $this withDatasetName($value)
972
 * @method string getProjectName()
973
 * @method $this withProjectName($value)
974
 * @method string getNotifyTopicName()
975
 * @method $this withNotifyTopicName($value)
976
 * @method string getTags()
977
 * @method $this withTags($value)
978
 */
979
class CreateSimilarImageClusteringTask extends Rpc
980
{
981
}
982
983
/**
984
 * @method string getCustomLabels()
985
 * @method string getNotification()
986
 * @method $this withNotification($value)
987
 * @method string getNotifyEndpoint()
988
 * @method string getProjectName()
989
 * @method string getNotifyTopicName()
990
 * @method string getStoryType()
991
 * @method string getTags()
992
 * @method $this withTags($value)
993
 * @method string getStorySubType()
994
 * @method string getMinFileCount()
995
 * @method string getUserData()
996
 * @method $this withUserData($value)
997
 * @method string getMaxFileCount()
998
 * @method string getDatasetName()
999
 * @method string getStoryStartTime()
1000
 * @method string getAddress()
1001
 * @method string getCustomId()
1002
 * @method string getStoryEndTime()
1003
 * @method string getObjectId()
1004
 * @method string getStoryName()
1005
 */
1006
class CreateStory extends Rpc
1007
{
1008
1009
    /**
1010
     * @param string $value
1011
     *
1012
     * @return $this
1013
     */
1014
    public function withCustomLabels($value)
1015
    {
1016
        $this->data['CustomLabels'] = $value;
1017
        $this->options['form_params']['CustomLabels'] = $value;
1018
1019
        return $this;
1020
    }
1021
1022
    /**
1023
     * @param string $value
1024
     *
1025
     * @return $this
1026
     */
1027
    public function withNotifyEndpoint($value)
1028
    {
1029
        $this->data['NotifyEndpoint'] = $value;
1030
        $this->options['form_params']['NotifyEndpoint'] = $value;
1031
1032
        return $this;
1033
    }
1034
1035
    /**
1036
     * @param string $value
1037
     *
1038
     * @return $this
1039
     */
1040
    public function withProjectName($value)
1041
    {
1042
        $this->data['ProjectName'] = $value;
1043
        $this->options['form_params']['ProjectName'] = $value;
1044
1045
        return $this;
1046
    }
1047
1048
    /**
1049
     * @param string $value
1050
     *
1051
     * @return $this
1052
     */
1053
    public function withNotifyTopicName($value)
1054
    {
1055
        $this->data['NotifyTopicName'] = $value;
1056
        $this->options['form_params']['NotifyTopicName'] = $value;
1057
1058
        return $this;
1059
    }
1060
1061
    /**
1062
     * @param string $value
1063
     *
1064
     * @return $this
1065
     */
1066
    public function withStoryType($value)
1067
    {
1068
        $this->data['StoryType'] = $value;
1069
        $this->options['form_params']['StoryType'] = $value;
1070
1071
        return $this;
1072
    }
1073
1074
    /**
1075
     * @param string $value
1076
     *
1077
     * @return $this
1078
     */
1079
    public function withStorySubType($value)
1080
    {
1081
        $this->data['StorySubType'] = $value;
1082
        $this->options['form_params']['StorySubType'] = $value;
1083
1084
        return $this;
1085
    }
1086
1087
    /**
1088
     * @param string $value
1089
     *
1090
     * @return $this
1091
     */
1092
    public function withMinFileCount($value)
1093
    {
1094
        $this->data['MinFileCount'] = $value;
1095
        $this->options['form_params']['MinFileCount'] = $value;
1096
1097
        return $this;
1098
    }
1099
1100
    /**
1101
     * @param string $value
1102
     *
1103
     * @return $this
1104
     */
1105
    public function withMaxFileCount($value)
1106
    {
1107
        $this->data['MaxFileCount'] = $value;
1108
        $this->options['form_params']['MaxFileCount'] = $value;
1109
1110
        return $this;
1111
    }
1112
1113
    /**
1114
     * @param string $value
1115
     *
1116
     * @return $this
1117
     */
1118
    public function withDatasetName($value)
1119
    {
1120
        $this->data['DatasetName'] = $value;
1121
        $this->options['form_params']['DatasetName'] = $value;
1122
1123
        return $this;
1124
    }
1125
1126
    /**
1127
     * @param string $value
1128
     *
1129
     * @return $this
1130
     */
1131
    public function withStoryStartTime($value)
1132
    {
1133
        $this->data['StoryStartTime'] = $value;
1134
        $this->options['form_params']['StoryStartTime'] = $value;
1135
1136
        return $this;
1137
    }
1138
1139
    /**
1140
     * @param string $value
1141
     *
1142
     * @return $this
1143
     */
1144
    public function withAddress($value)
1145
    {
1146
        $this->data['Address'] = $value;
1147
        $this->options['form_params']['Address'] = $value;
1148
1149
        return $this;
1150
    }
1151
1152
    /**
1153
     * @param string $value
1154
     *
1155
     * @return $this
1156
     */
1157
    public function withCustomId($value)
1158
    {
1159
        $this->data['CustomId'] = $value;
1160
        $this->options['form_params']['CustomId'] = $value;
1161
1162
        return $this;
1163
    }
1164
1165
    /**
1166
     * @param string $value
1167
     *
1168
     * @return $this
1169
     */
1170
    public function withStoryEndTime($value)
1171
    {
1172
        $this->data['StoryEndTime'] = $value;
1173
        $this->options['form_params']['StoryEndTime'] = $value;
1174
1175
        return $this;
1176
    }
1177
1178
    /**
1179
     * @param string $value
1180
     *
1181
     * @return $this
1182
     */
1183
    public function withObjectId($value)
1184
    {
1185
        $this->data['ObjectId'] = $value;
1186
        $this->options['form_params']['ObjectId'] = $value;
1187
1188
        return $this;
1189
    }
1190
1191
    /**
1192
     * @param string $value
1193
     *
1194
     * @return $this
1195
     */
1196
    public function withStoryName($value)
1197
    {
1198
        $this->data['StoryName'] = $value;
1199
        $this->options['form_params']['StoryName'] = $value;
1200
1201
        return $this;
1202
    }
1203
}
1204
1205
/**
1206
 * @method string getNotification()
1207
 * @method string getProjectName()
1208
 * @method string getTags()
1209
 * @method string getInput()
1210
 * @method string getServiceRole()
1211
 * @method string getActions()
1212
 */
1213
class CreateTrigger extends Rpc
1214
{
1215
1216
    /**
1217
     * @param string $value
1218
     *
1219
     * @return $this
1220
     */
1221
    public function withNotification($value)
1222
    {
1223
        $this->data['Notification'] = $value;
1224
        $this->options['form_params']['Notification'] = $value;
1225
1226
        return $this;
1227
    }
1228
1229
    /**
1230
     * @param string $value
1231
     *
1232
     * @return $this
1233
     */
1234
    public function withProjectName($value)
1235
    {
1236
        $this->data['ProjectName'] = $value;
1237
        $this->options['form_params']['ProjectName'] = $value;
1238
1239
        return $this;
1240
    }
1241
1242
    /**
1243
     * @param string $value
1244
     *
1245
     * @return $this
1246
     */
1247
    public function withTags($value)
1248
    {
1249
        $this->data['Tags'] = $value;
1250
        $this->options['form_params']['Tags'] = $value;
1251
1252
        return $this;
1253
    }
1254
1255
    /**
1256
     * @param string $value
1257
     *
1258
     * @return $this
1259
     */
1260
    public function withInput($value)
1261
    {
1262
        $this->data['Input'] = $value;
1263
        $this->options['form_params']['Input'] = $value;
1264
1265
        return $this;
1266
    }
1267
1268
    /**
1269
     * @param string $value
1270
     *
1271
     * @return $this
1272
     */
1273
    public function withServiceRole($value)
1274
    {
1275
        $this->data['ServiceRole'] = $value;
1276
        $this->options['form_params']['ServiceRole'] = $value;
1277
1278
        return $this;
1279
    }
1280
1281
    /**
1282
     * @param string $value
1283
     *
1284
     * @return $this
1285
     */
1286
    public function withActions($value)
1287
    {
1288
        $this->data['Actions'] = $value;
1289
        $this->options['form_params']['Actions'] = $value;
1290
1291
        return $this;
1292
    }
1293
}
1294
1295
/**
1296
 * @method string getUserData()
1297
 * @method $this withUserData($value)
1298
 * @method string getNotification()
1299
 * @method $this withNotification($value)
1300
 * @method string getNotifyEndpoint()
1301
 * @method $this withNotifyEndpoint($value)
1302
 * @method string getProjectName()
1303
 * @method $this withProjectName($value)
1304
 * @method string getNotifyTopicName()
1305
 * @method $this withNotifyTopicName($value)
1306
 * @method string getCredentialConfig()
1307
 * @method $this withCredentialConfig($value)
1308
 * @method string getTags()
1309
 * @method $this withTags($value)
1310
 * @method string getSourceURI()
1311
 * @method $this withSourceURI($value)
1312
 */
1313
class CreateVideoLabelClassificationTask extends Rpc
1314
{
1315
}
1316
1317
/**
1318
 * @method string getUserData()
1319
 * @method $this withUserData($value)
1320
 * @method string getNotification()
1321
 * @method $this withNotification($value)
1322
 * @method string getNotifyEndpoint()
1323
 * @method $this withNotifyEndpoint($value)
1324
 * @method string getProjectName()
1325
 * @method $this withProjectName($value)
1326
 * @method string getNotifyTopicName()
1327
 * @method $this withNotifyTopicName($value)
1328
 * @method string getMaxFrames()
1329
 * @method $this withMaxFrames($value)
1330
 * @method string getCredentialConfig()
1331
 * @method $this withCredentialConfig($value)
1332
 * @method string getReviewer()
1333
 * @method $this withReviewer($value)
1334
 * @method string getTags()
1335
 * @method $this withTags($value)
1336
 * @method string getSourceURI()
1337
 * @method $this withSourceURI($value)
1338
 * @method string getScenes()
1339
 * @method $this withScenes($value)
1340
 * @method string getInterval()
1341
 * @method $this withInterval($value)
1342
 */
1343
class CreateVideoModerationTask extends Rpc
1344
{
1345
}
1346
1347
/**
1348
 * @method string getId()
1349
 * @method string getProjectName()
1350
 */
1351
class DeleteBatch extends Rpc
1352
{
1353
1354
    /**
1355
     * @param string $value
1356
     *
1357
     * @return $this
1358
     */
1359
    public function withId($value)
1360
    {
1361
        $this->data['Id'] = $value;
1362
        $this->options['form_params']['Id'] = $value;
1363
1364
        return $this;
1365
    }
1366
1367
    /**
1368
     * @param string $value
1369
     *
1370
     * @return $this
1371
     */
1372
    public function withProjectName($value)
1373
    {
1374
        $this->data['ProjectName'] = $value;
1375
        $this->options['form_params']['ProjectName'] = $value;
1376
1377
        return $this;
1378
    }
1379
}
1380
1381
/**
1382
 * @method string getDatasetName()
1383
 * @method $this withDatasetName($value)
1384
 * @method string getProjectName()
1385
 * @method $this withProjectName($value)
1386
 * @method string getURI()
1387
 * @method $this withURI($value)
1388
 * @method string getCleanup()
1389
 * @method $this withCleanup($value)
1390
 */
1391
class DeleteBinding extends Rpc
1392
{
1393
}
1394
1395
/**
1396
 * @method string getDatasetName()
1397
 * @method $this withDatasetName($value)
1398
 * @method string getProjectName()
1399
 * @method $this withProjectName($value)
1400
 */
1401
class DeleteDataset extends Rpc
1402
{
1403
}
1404
1405
/**
1406
 * @method string getDatasetName()
1407
 * @method $this withDatasetName($value)
1408
 * @method string getProjectName()
1409
 * @method $this withProjectName($value)
1410
 * @method string getURI()
1411
 * @method $this withURI($value)
1412
 */
1413
class DeleteFileMeta extends Rpc
1414
{
1415
}
1416
1417
/**
1418
 * @method string getDatasetName()
1419
 * @method $this withDatasetName($value)
1420
 * @method string getProjectName()
1421
 * @method $this withProjectName($value)
1422
 * @method string getObjectId()
1423
 */
1424
class DeleteLocationDateCluster extends Rpc
1425
{
1426
1427
    /**
1428
     * @param string $value
1429
     *
1430
     * @return $this
1431
     */
1432
    public function withObjectId($value)
1433
    {
1434
        $this->data['ObjectId'] = $value;
1435
        $this->options['form_params']['ObjectId'] = $value;
1436
1437
        return $this;
1438
    }
1439
}
1440
1441
/**
1442
 * @method string getProjectName()
1443
 * @method $this withProjectName($value)
1444
 */
1445
class DeleteProject extends Rpc
1446
{
1447
}
1448
1449
/**
1450
 * @method string getDatasetName()
1451
 * @method $this withDatasetName($value)
1452
 * @method string getProjectName()
1453
 * @method $this withProjectName($value)
1454
 * @method string getObjectId()
1455
 * @method $this withObjectId($value)
1456
 */
1457
class DeleteStory extends Rpc
1458
{
1459
}
1460
1461
/**
1462
 * @method string getId()
1463
 * @method string getProjectName()
1464
 */
1465
class DeleteTrigger extends Rpc
1466
{
1467
1468
    /**
1469
     * @param string $value
1470
     *
1471
     * @return $this
1472
     */
1473
    public function withId($value)
1474
    {
1475
        $this->data['Id'] = $value;
1476
        $this->options['form_params']['Id'] = $value;
1477
1478
        return $this;
1479
    }
1480
1481
    /**
1482
     * @param string $value
1483
     *
1484
     * @return $this
1485
     */
1486
    public function withProjectName($value)
1487
    {
1488
        $this->data['ProjectName'] = $value;
1489
        $this->options['form_params']['ProjectName'] = $value;
1490
1491
        return $this;
1492
    }
1493
}
1494
1495
/**
1496
 * @method string getOSSBucket()
1497
 * @method $this withOSSBucket($value)
1498
 */
1499
class DetachOSSBucket extends Rpc
1500
{
1501
}
1502
1503
/**
1504
 * @method string getProjectName()
1505
 * @method $this withProjectName($value)
1506
 * @method string getCredentialConfig()
1507
 * @method $this withCredentialConfig($value)
1508
 * @method string getSourceURI()
1509
 * @method $this withSourceURI($value)
1510
 * @method string getSensitivity()
1511
 * @method $this withSensitivity($value)
1512
 */
1513
class DetectImageBodies extends Rpc
1514
{
1515
}
1516
1517
/**
1518
 * @method string getProjectName()
1519
 * @method $this withProjectName($value)
1520
 * @method string getCredentialConfig()
1521
 * @method $this withCredentialConfig($value)
1522
 * @method string getSourceURI()
1523
 * @method $this withSourceURI($value)
1524
 */
1525
class DetectImageCars extends Rpc
1526
{
1527
}
1528
1529
/**
1530
 * @method string getProjectName()
1531
 * @method $this withProjectName($value)
1532
 * @method string getCredentialConfig()
1533
 * @method $this withCredentialConfig($value)
1534
 * @method string getSourceURI()
1535
 * @method $this withSourceURI($value)
1536
 */
1537
class DetectImageCodes extends Rpc
1538
{
1539
}
1540
1541
/**
1542
 * @method string getAspectRatios()
1543
 * @method $this withAspectRatios($value)
1544
 * @method string getProjectName()
1545
 * @method $this withProjectName($value)
1546
 * @method string getCredentialConfig()
1547
 * @method $this withCredentialConfig($value)
1548
 * @method string getSourceURI()
1549
 * @method $this withSourceURI($value)
1550
 */
1551
class DetectImageCropping extends Rpc
1552
{
1553
}
1554
1555
/**
1556
 * @method string getProjectName()
1557
 * @method $this withProjectName($value)
1558
 * @method string getCredentialConfig()
1559
 * @method $this withCredentialConfig($value)
1560
 * @method string getSourceURI()
1561
 * @method $this withSourceURI($value)
1562
 */
1563
class DetectImageFaces extends Rpc
1564
{
1565
}
1566
1567
/**
1568
 * @method string getThreshold()
1569
 * @method $this withThreshold($value)
1570
 * @method string getProjectName()
1571
 * @method $this withProjectName($value)
1572
 * @method string getCredentialConfig()
1573
 * @method $this withCredentialConfig($value)
1574
 * @method string getSourceURI()
1575
 * @method $this withSourceURI($value)
1576
 */
1577
class DetectImageLabels extends Rpc
1578
{
1579
}
1580
1581
/**
1582
 * @method string getProjectName()
1583
 * @method $this withProjectName($value)
1584
 * @method string getCredentialConfig()
1585
 * @method $this withCredentialConfig($value)
1586
 * @method string getSourceURI()
1587
 * @method $this withSourceURI($value)
1588
 */
1589
class DetectImageScore extends Rpc
1590
{
1591
}
1592
1593
/**
1594
 * @method string getProjectName()
1595
 * @method $this withProjectName($value)
1596
 * @method string getCredentialConfig()
1597
 * @method $this withCredentialConfig($value)
1598
 * @method string getSourceURI()
1599
 * @method $this withSourceURI($value)
1600
 */
1601
class DetectMediaMeta extends Rpc
1602
{
1603
}
1604
1605
/**
1606
 * @method string getContent()
1607
 * @method $this withContent($value)
1608
 * @method string getProjectName()
1609
 * @method $this withProjectName($value)
1610
 */
1611
class DetectTextAnomaly extends Rpc
1612
{
1613
}
1614
1615
/**
1616
 * @method string getProjectName()
1617
 * @method $this withProjectName($value)
1618
 * @method string getCredentialConfig()
1619
 * @method $this withCredentialConfig($value)
1620
 * @method string getSourceURI()
1621
 * @method $this withSourceURI($value)
1622
 */
1623
class ExtractDocumentText extends Rpc
1624
{
1625
}
1626
1627
/**
1628
 * @method string getNextToken()
1629
 * @method $this withNextToken($value)
1630
 * @method string getDatasetName()
1631
 * @method $this withDatasetName($value)
1632
 * @method string getOrder()
1633
 * @method $this withOrder($value)
1634
 * @method string getProjectName()
1635
 * @method $this withProjectName($value)
1636
 * @method string getQuery()
1637
 * @method $this withQuery($value)
1638
 * @method string getSort()
1639
 * @method $this withSort($value)
1640
 * @method string getMaxResults()
1641
 * @method $this withMaxResults($value)
1642
 */
1643
class FuzzyQuery extends Rpc
1644
{
1645
}
1646
1647
/**
1648
 * @method string getProtectionSystem()
1649
 * @method $this withProtectionSystem($value)
1650
 * @method string getNotifyEndpoint()
1651
 * @method $this withNotifyEndpoint($value)
1652
 * @method string getProjectName()
1653
 * @method $this withProjectName($value)
1654
 * @method string getNotifyTopicName()
1655
 * @method $this withNotifyTopicName($value)
1656
 * @method string getKeyId()
1657
 * @method $this withKeyId($value)
1658
 */
1659
class GenerateDRMLicense extends Rpc
1660
{
1661
}
1662
1663
/**
1664
 * @method string getSourceDuration()
1665
 * @method $this withSourceDuration($value)
1666
 * @method string getTargets()
1667
 * @method $this withTargets($value)
1668
 * @method string getMasterURI()
1669
 * @method $this withMasterURI($value)
1670
 * @method string getProjectName()
1671
 * @method $this withProjectName($value)
1672
 * @method string getCredentialConfig()
1673
 * @method $this withCredentialConfig($value)
1674
 * @method string getTags()
1675
 * @method $this withTags($value)
1676
 * @method string getSourceStartTime()
1677
 * @method $this withSourceStartTime($value)
1678
 * @method string getSourceURI()
1679
 * @method $this withSourceURI($value)
1680
 * @method string getSourceSubtitles()
1681
 * @method $this withSourceSubtitles($value)
1682
 */
1683
class GenerateVideoPlaylist extends Rpc
1684
{
1685
}
1686
1687
/**
1688
 * @method string getReferer()
1689
 * @method $this withReferer($value)
1690
 * @method string getNotification()
1691
 * @method $this withNotification($value)
1692
 * @method string getPassword()
1693
 * @method $this withPassword($value)
1694
 * @method string getNotifyEndpoint()
1695
 * @method $this withNotifyEndpoint($value)
1696
 * @method string getProjectName()
1697
 * @method $this withProjectName($value)
1698
 * @method string getWatermark()
1699
 * @method $this withWatermark($value)
1700
 * @method string getNotifyTopicName()
1701
 * @method $this withNotifyTopicName($value)
1702
 * @method string getFilename()
1703
 * @method $this withFilename($value)
1704
 * @method string getSourceURI()
1705
 * @method $this withSourceURI($value)
1706
 * @method string getExternalUploaded()
1707
 * @method $this withExternalUploaded($value)
1708
 * @method string getUserData()
1709
 * @method $this withUserData($value)
1710
 * @method string getPreviewPages()
1711
 * @method $this withPreviewPages($value)
1712
 * @method string getHidecmb()
1713
 * @method $this withHidecmb($value)
1714
 * @method string getCachePreview()
1715
 * @method $this withCachePreview($value)
1716
 * @method string getPermission()
1717
 * @method $this withPermission($value)
1718
 * @method string getCredentialConfig()
1719
 * @method $this withCredentialConfig($value)
1720
 * @method string getUser()
1721
 * @method $this withUser($value)
1722
 */
1723
class GenerateWebofficeToken extends Rpc
1724
{
1725
}
1726
1727
/**
1728
 * @method string getId()
1729
 * @method $this withId($value)
1730
 * @method string getProjectName()
1731
 * @method $this withProjectName($value)
1732
 */
1733
class GetBatch extends Rpc
1734
{
1735
}
1736
1737
/**
1738
 * @method string getDatasetName()
1739
 * @method $this withDatasetName($value)
1740
 * @method string getOwner()
1741
 * @method $this withOwner($value)
1742
 * @method string getProjectName()
1743
 * @method $this withProjectName($value)
1744
 * @method string getURI()
1745
 * @method $this withURI($value)
1746
 */
1747
class GetBinding extends Rpc
1748
{
1749
}
1750
1751
/**
1752
 * @method string getDatasetName()
1753
 * @method $this withDatasetName($value)
1754
 * @method string getProjectName()
1755
 * @method $this withProjectName($value)
1756
 * @method string getWithStatistics()
1757
 * @method $this withWithStatistics($value)
1758
 */
1759
class GetDataset extends Rpc
1760
{
1761
}
1762
1763
/**
1764
 * @method string getProtectionSystem()
1765
 * @method $this withProtectionSystem($value)
1766
 * @method string getNotifyEndpoint()
1767
 * @method $this withNotifyEndpoint($value)
1768
 * @method string getProjectName()
1769
 * @method $this withProjectName($value)
1770
 * @method string getNotifyTopicName()
1771
 * @method $this withNotifyTopicName($value)
1772
 * @method string getKeyId()
1773
 * @method $this withKeyId($value)
1774
 */
1775
class GetDRMLicense extends Rpc
1776
{
1777
}
1778
1779
/**
1780
 * @method string getDatasetName()
1781
 * @method $this withDatasetName($value)
1782
 * @method string getProjectName()
1783
 * @method $this withProjectName($value)
1784
 * @method string getObjectId()
1785
 * @method $this withObjectId($value)
1786
 */
1787
class GetFigureCluster extends Rpc
1788
{
1789
}
1790
1791
/**
1792
 * @method string getDatasetName()
1793
 * @method $this withDatasetName($value)
1794
 * @method string getProjectName()
1795
 * @method $this withProjectName($value)
1796
 * @method string getURI()
1797
 * @method $this withURI($value)
1798
 */
1799
class GetFileMeta extends Rpc
1800
{
1801
}
1802
1803
/**
1804
 * @method string getTaskId()
1805
 * @method $this withTaskId($value)
1806
 * @method string getProjectName()
1807
 * @method $this withProjectName($value)
1808
 * @method string getTaskType()
1809
 * @method $this withTaskType($value)
1810
 */
1811
class GetImageModerationResult extends Rpc
1812
{
1813
}
1814
1815
/**
1816
 * @method string getOSSBucket()
1817
 * @method $this withOSSBucket($value)
1818
 */
1819
class GetOSSBucketAttachment extends Rpc
1820
{
1821
}
1822
1823
/**
1824
 * @method string getProjectName()
1825
 * @method $this withProjectName($value)
1826
 * @method string getWithStatistics()
1827
 * @method $this withWithStatistics($value)
1828
 */
1829
class GetProject extends Rpc
1830
{
1831
}
1832
1833
/**
1834
 * @method string getDatasetName()
1835
 * @method $this withDatasetName($value)
1836
 * @method string getProjectName()
1837
 * @method $this withProjectName($value)
1838
 * @method string getObjectId()
1839
 * @method $this withObjectId($value)
1840
 */
1841
class GetStory extends Rpc
1842
{
1843
}
1844
1845
/**
1846
 * @method string getTaskId()
1847
 * @method $this withTaskId($value)
1848
 * @method string getProjectName()
1849
 * @method $this withProjectName($value)
1850
 * @method string getTaskType()
1851
 * @method $this withTaskType($value)
1852
 */
1853
class GetTask extends Rpc
1854
{
1855
}
1856
1857
/**
1858
 * @method string getId()
1859
 * @method $this withId($value)
1860
 * @method string getProjectName()
1861
 * @method $this withProjectName($value)
1862
 */
1863
class GetTrigger extends Rpc
1864
{
1865
}
1866
1867
/**
1868
 * @method string getTaskId()
1869
 * @method $this withTaskId($value)
1870
 * @method string getProjectName()
1871
 * @method $this withProjectName($value)
1872
 * @method string getTaskType()
1873
 * @method $this withTaskType($value)
1874
 */
1875
class GetVideoLabelClassificationResult extends Rpc
1876
{
1877
}
1878
1879
/**
1880
 * @method string getTaskId()
1881
 * @method $this withTaskId($value)
1882
 * @method string getProjectName()
1883
 * @method $this withProjectName($value)
1884
 * @method string getTaskType()
1885
 * @method $this withTaskType($value)
1886
 */
1887
class GetVideoModerationResult extends Rpc
1888
{
1889
}
1890
1891
/**
1892
 * @method string getNotification()
1893
 * @method $this withNotification($value)
1894
 * @method string getFile()
1895
 * @method $this withFile($value)
1896
 * @method string getNotifyEndpoint()
1897
 * @method $this withNotifyEndpoint($value)
1898
 * @method string getDatasetName()
1899
 * @method $this withDatasetName($value)
1900
 * @method string getProjectName()
1901
 * @method $this withProjectName($value)
1902
 * @method string getNotifyTopicName()
1903
 * @method $this withNotifyTopicName($value)
1904
 */
1905
class IndexFileMeta extends Rpc
1906
{
1907
}
1908
1909
/**
1910
 * @method string getNextToken()
1911
 * @method $this withNextToken($value)
1912
 * @method string getState()
1913
 * @method $this withState($value)
1914
 * @method string getOrder()
1915
 * @method $this withOrder($value)
1916
 * @method string getProjectName()
1917
 * @method $this withProjectName($value)
1918
 * @method string getSort()
1919
 * @method $this withSort($value)
1920
 * @method string getMaxResults()
1921
 * @method $this withMaxResults($value)
1922
 * @method string getTagSelector()
1923
 * @method $this withTagSelector($value)
1924
 */
1925
class ListBatches extends Rpc
1926
{
1927
}
1928
1929
/**
1930
 * @method string getNextToken()
1931
 * @method $this withNextToken($value)
1932
 * @method string getDatasetName()
1933
 * @method $this withDatasetName($value)
1934
 * @method string getProjectName()
1935
 * @method $this withProjectName($value)
1936
 * @method string getMaxResults()
1937
 * @method $this withMaxResults($value)
1938
 */
1939
class ListBindings extends Rpc
1940
{
1941
}
1942
1943
/**
1944
 * @method string getPrefix()
1945
 * @method $this withPrefix($value)
1946
 * @method string getNextToken()
1947
 * @method $this withNextToken($value)
1948
 * @method string getProjectName()
1949
 * @method $this withProjectName($value)
1950
 * @method string getMaxResults()
1951
 * @method $this withMaxResults($value)
1952
 */
1953
class ListDatasets extends Rpc
1954
{
1955
}
1956
1957
/**
1958
 * @method string getPrefix()
1959
 * @method $this withPrefix($value)
1960
 * @method string getNextToken()
1961
 * @method $this withNextToken($value)
1962
 * @method string getMaxResults()
1963
 * @method $this withMaxResults($value)
1964
 */
1965
class ListProjects extends Rpc
1966
{
1967
}
1968
1969
/**
1970
 * @method string getAcceptLanguage()
1971
 * @method $this withAcceptLanguage($value)
1972
 */
1973
class ListRegions extends Rpc
1974
{
1975
}
1976
1977
/**
1978
 * @method string getStartTimeRange()
1979
 * @method $this withStartTimeRange($value)
1980
 * @method string getNextToken()
1981
 * @method $this withNextToken($value)
1982
 * @method string getOrder()
1983
 * @method $this withOrder($value)
1984
 * @method string getProjectName()
1985
 * @method $this withProjectName($value)
1986
 * @method string getTaskTypes()
1987
 * @method $this withTaskTypes($value)
1988
 * @method string getEndTimeRange()
1989
 * @method $this withEndTimeRange($value)
1990
 * @method string getSort()
1991
 * @method $this withSort($value)
1992
 * @method string getMaxResults()
1993
 * @method $this withMaxResults($value)
1994
 * @method string getTagSelector()
1995
 * @method $this withTagSelector($value)
1996
 * @method string getStatus()
1997
 * @method $this withStatus($value)
1998
 */
1999
class ListTasks extends Rpc
2000
{
2001
}
2002
2003
/**
2004
 * @method string getNextToken()
2005
 * @method $this withNextToken($value)
2006
 * @method string getState()
2007
 * @method $this withState($value)
2008
 * @method string getOrder()
2009
 * @method $this withOrder($value)
2010
 * @method string getProjectName()
2011
 * @method $this withProjectName($value)
2012
 * @method string getSort()
2013
 * @method $this withSort($value)
2014
 * @method string getMaxResults()
2015
 * @method $this withMaxResults($value)
2016
 * @method string getTagSelector()
2017
 * @method $this withTagSelector($value)
2018
 */
2019
class ListTriggers extends Rpc
2020
{
2021
}
2022
2023
/**
2024
 * @method string getProjectName()
2025
 * @method $this withProjectName($value)
2026
 * @method string getCredentialConfig()
2027
 * @method $this withCredentialConfig($value)
2028
 * @method string getToken()
2029
 * @method $this withToken($value)
2030
 * @method string getSourceURI()
2031
 * @method $this withSourceURI($value)
2032
 */
2033
class LiveTranscoding extends Rpc
2034
{
2035
}
2036
2037
/**
2038
 * @method string getCustomLabels()
2039
 * @method $this withCustomLabels($value)
2040
 * @method string getNextToken()
2041
 * @method $this withNextToken($value)
2042
 * @method string getDatasetName()
2043
 * @method $this withDatasetName($value)
2044
 * @method string getOrder()
2045
 * @method $this withOrder($value)
2046
 * @method string getProjectName()
2047
 * @method $this withProjectName($value)
2048
 * @method string getSort()
2049
 * @method $this withSort($value)
2050
 * @method string getCreateTimeRange()
2051
 * @method $this withCreateTimeRange($value)
2052
 * @method string getMaxResults()
2053
 * @method $this withMaxResults($value)
2054
 * @method string getUpdateTimeRange()
2055
 * @method $this withUpdateTimeRange($value)
2056
 */
2057
class QueryFigureClusters extends Rpc
2058
{
2059
}
2060
2061
/**
2062
 * @method string getCustomLabels()
2063
 * @method $this withCustomLabels($value)
2064
 * @method string getOrder()
2065
 * @method $this withOrder($value)
2066
 * @method string getProjectName()
2067
 * @method $this withProjectName($value)
2068
 * @method string getLocationDateClusterLevels()
2069
 * @method $this withLocationDateClusterLevels($value)
2070
 * @method string getSort()
2071
 * @method $this withSort($value)
2072
 * @method string getMaxResults()
2073
 * @method $this withMaxResults($value)
2074
 * @method string getLocationDateClusterEndTimeRange()
2075
 * @method $this withLocationDateClusterEndTimeRange($value)
2076
 * @method string getTitle()
2077
 * @method $this withTitle($value)
2078
 * @method string getNextToken()
2079
 * @method $this withNextToken($value)
2080
 * @method string getDatasetName()
2081
 * @method $this withDatasetName($value)
2082
 * @method string getLocationDateClusterStartTimeRange()
2083
 * @method $this withLocationDateClusterStartTimeRange($value)
2084
 * @method string getAddress()
2085
 * @method $this withAddress($value)
2086
 * @method string getCreateTimeRange()
2087
 * @method $this withCreateTimeRange($value)
2088
 * @method string getUpdateTimeRange()
2089
 * @method $this withUpdateTimeRange($value)
2090
 * @method string getObjectId()
2091
 * @method $this withObjectId($value)
2092
 */
2093
class QueryLocationDateClusters extends Rpc
2094
{
2095
}
2096
2097
/**
2098
 * @method string getCustomLabels()
2099
 * @method $this withCustomLabels($value)
2100
 * @method string getNextToken()
2101
 * @method $this withNextToken($value)
2102
 * @method string getDatasetName()
2103
 * @method $this withDatasetName($value)
2104
 * @method string getOrder()
2105
 * @method $this withOrder($value)
2106
 * @method string getProjectName()
2107
 * @method $this withProjectName($value)
2108
 * @method string getSort()
2109
 * @method $this withSort($value)
2110
 * @method string getMaxResults()
2111
 * @method $this withMaxResults($value)
2112
 */
2113
class QuerySimilarImageClusters extends Rpc
2114
{
2115
}
2116
2117
/**
2118
 * @method string getFigureClusterIds()
2119
 * @method $this withFigureClusterIds($value)
2120
 * @method string getCustomLabels()
2121
 * @method $this withCustomLabels($value)
2122
 * @method string getWithEmptyStories()
2123
 * @method $this withWithEmptyStories($value)
2124
 * @method string getOrder()
2125
 * @method $this withOrder($value)
2126
 * @method string getProjectName()
2127
 * @method $this withProjectName($value)
2128
 * @method string getSort()
2129
 * @method $this withSort($value)
2130
 * @method string getStoryType()
2131
 * @method $this withStoryType($value)
2132
 * @method string getStoryStartTimeRange()
2133
 * @method $this withStoryStartTimeRange($value)
2134
 * @method string getStorySubType()
2135
 * @method $this withStorySubType($value)
2136
 * @method string getMaxResults()
2137
 * @method $this withMaxResults($value)
2138
 * @method string getNextToken()
2139
 * @method $this withNextToken($value)
2140
 * @method string getDatasetName()
2141
 * @method $this withDatasetName($value)
2142
 * @method string getStoryEndTimeRange()
2143
 * @method $this withStoryEndTimeRange($value)
2144
 * @method string getCreateTimeRange()
2145
 * @method $this withCreateTimeRange($value)
2146
 * @method string getObjectId()
2147
 * @method $this withObjectId($value)
2148
 * @method string getStoryName()
2149
 * @method $this withStoryName($value)
2150
 */
2151
class QueryStories extends Rpc
2152
{
2153
}
2154
2155
/**
2156
 * @method string getAccessToken()
2157
 * @method $this withAccessToken($value)
2158
 * @method string getRefreshToken()
2159
 * @method $this withRefreshToken($value)
2160
 * @method string getProjectName()
2161
 * @method $this withProjectName($value)
2162
 * @method string getCredentialConfig()
2163
 * @method $this withCredentialConfig($value)
2164
 */
2165
class RefreshWebofficeToken extends Rpc
2166
{
2167
}
2168
2169
/**
2170
 * @method string getDatasetName()
2171
 * @method string getProjectName()
2172
 * @method string getFiles()
2173
 * @method string getObjectId()
2174
 */
2175
class RemoveStoryFiles extends Rpc
2176
{
2177
2178
    /**
2179
     * @param string $value
2180
     *
2181
     * @return $this
2182
     */
2183
    public function withDatasetName($value)
2184
    {
2185
        $this->data['DatasetName'] = $value;
2186
        $this->options['form_params']['DatasetName'] = $value;
2187
2188
        return $this;
2189
    }
2190
2191
    /**
2192
     * @param string $value
2193
     *
2194
     * @return $this
2195
     */
2196
    public function withProjectName($value)
2197
    {
2198
        $this->data['ProjectName'] = $value;
2199
        $this->options['form_params']['ProjectName'] = $value;
2200
2201
        return $this;
2202
    }
2203
2204
    /**
2205
     * @param string $value
2206
     *
2207
     * @return $this
2208
     */
2209
    public function withFiles($value)
2210
    {
2211
        $this->data['Files'] = $value;
2212
        $this->options['form_params']['Files'] = $value;
2213
2214
        return $this;
2215
    }
2216
2217
    /**
2218
     * @param string $value
2219
     *
2220
     * @return $this
2221
     */
2222
    public function withObjectId($value)
2223
    {
2224
        $this->data['ObjectId'] = $value;
2225
        $this->options['form_params']['ObjectId'] = $value;
2226
2227
        return $this;
2228
    }
2229
}
2230
2231
/**
2232
 * @method string getId()
2233
 * @method string getProjectName()
2234
 */
2235
class ResumeBatch extends Rpc
2236
{
2237
2238
    /**
2239
     * @param string $value
2240
     *
2241
     * @return $this
2242
     */
2243
    public function withId($value)
2244
    {
2245
        $this->data['Id'] = $value;
2246
        $this->options['form_params']['Id'] = $value;
2247
2248
        return $this;
2249
    }
2250
2251
    /**
2252
     * @param string $value
2253
     *
2254
     * @return $this
2255
     */
2256
    public function withProjectName($value)
2257
    {
2258
        $this->data['ProjectName'] = $value;
2259
        $this->options['form_params']['ProjectName'] = $value;
2260
2261
        return $this;
2262
    }
2263
}
2264
2265
/**
2266
 * @method string getDatasetName()
2267
 * @method $this withDatasetName($value)
2268
 * @method string getProjectName()
2269
 * @method $this withProjectName($value)
2270
 * @method string getURI()
2271
 * @method $this withURI($value)
2272
 */
2273
class ResumeBinding extends Rpc
2274
{
2275
}
2276
2277
/**
2278
 * @method string getId()
2279
 * @method string getProjectName()
2280
 */
2281
class ResumeTrigger extends Rpc
2282
{
2283
2284
    /**
2285
     * @param string $value
2286
     *
2287
     * @return $this
2288
     */
2289
    public function withId($value)
2290
    {
2291
        $this->data['Id'] = $value;
2292
        $this->options['form_params']['Id'] = $value;
2293
2294
        return $this;
2295
    }
2296
2297
    /**
2298
     * @param string $value
2299
     *
2300
     * @return $this
2301
     */
2302
    public function withProjectName($value)
2303
    {
2304
        $this->data['ProjectName'] = $value;
2305
        $this->options['form_params']['ProjectName'] = $value;
2306
2307
        return $this;
2308
    }
2309
}
2310
2311
/**
2312
 * @method string getDatasetName()
2313
 * @method $this withDatasetName($value)
2314
 * @method string getProjectName()
2315
 * @method $this withProjectName($value)
2316
 * @method string getCredentialConfig()
2317
 * @method $this withCredentialConfig($value)
2318
 * @method string getSourceURI()
2319
 * @method $this withSourceURI($value)
2320
 */
2321
class SearchImageFigureCluster extends Rpc
2322
{
2323
}
2324
2325
/**
2326
 * @method string getNextToken()
2327
 * @method $this withNextToken($value)
2328
 * @method string getDatasetName()
2329
 * @method $this withDatasetName($value)
2330
 * @method string getProjectName()
2331
 * @method $this withProjectName($value)
2332
 * @method string getQuery()
2333
 * @method $this withQuery($value)
2334
 * @method string getMaxResults()
2335
 * @method $this withMaxResults($value)
2336
 */
2337
class SemanticQuery extends Rpc
2338
{
2339
}
2340
2341
/**
2342
 * @method string getNextToken()
2343
 * @method $this withNextToken($value)
2344
 * @method string getDatasetName()
2345
 * @method $this withDatasetName($value)
2346
 * @method string getOrder()
2347
 * @method $this withOrder($value)
2348
 * @method string getProjectName()
2349
 * @method $this withProjectName($value)
2350
 * @method string getQuery()
2351
 * @method $this withQuery($value)
2352
 * @method string getSort()
2353
 * @method $this withSort($value)
2354
 * @method string getWithFields()
2355
 * @method $this withWithFields($value)
2356
 * @method string getMaxResults()
2357
 * @method $this withMaxResults($value)
2358
 * @method string getAggregations()
2359
 * @method $this withAggregations($value)
2360
 */
2361
class SimpleQuery extends Rpc
2362
{
2363
}
2364
2365
/**
2366
 * @method string getReason()
2367
 * @method $this withReason($value)
2368
 * @method string getDatasetName()
2369
 * @method $this withDatasetName($value)
2370
 * @method string getProjectName()
2371
 * @method $this withProjectName($value)
2372
 * @method string getURI()
2373
 * @method $this withURI($value)
2374
 */
2375
class StopBinding extends Rpc
2376
{
2377
}
2378
2379
/**
2380
 * @method string getId()
2381
 * @method string getProjectName()
2382
 */
2383
class SuspendBatch extends Rpc
2384
{
2385
2386
    /**
2387
     * @param string $value
2388
     *
2389
     * @return $this
2390
     */
2391
    public function withId($value)
2392
    {
2393
        $this->data['Id'] = $value;
2394
        $this->options['form_params']['Id'] = $value;
2395
2396
        return $this;
2397
    }
2398
2399
    /**
2400
     * @param string $value
2401
     *
2402
     * @return $this
2403
     */
2404
    public function withProjectName($value)
2405
    {
2406
        $this->data['ProjectName'] = $value;
2407
        $this->options['form_params']['ProjectName'] = $value;
2408
2409
        return $this;
2410
    }
2411
}
2412
2413
/**
2414
 * @method string getId()
2415
 * @method string getProjectName()
2416
 */
2417
class SuspendTrigger extends Rpc
2418
{
2419
2420
    /**
2421
     * @param string $value
2422
     *
2423
     * @return $this
2424
     */
2425
    public function withId($value)
2426
    {
2427
        $this->data['Id'] = $value;
2428
        $this->options['form_params']['Id'] = $value;
2429
2430
        return $this;
2431
    }
2432
2433
    /**
2434
     * @param string $value
2435
     *
2436
     * @return $this
2437
     */
2438
    public function withProjectName($value)
2439
    {
2440
        $this->data['ProjectName'] = $value;
2441
        $this->options['form_params']['ProjectName'] = $value;
2442
2443
        return $this;
2444
    }
2445
}
2446
2447
/**
2448
 * @method string getNotification()
2449
 * @method string getId()
2450
 * @method string getProjectName()
2451
 * @method string getTags()
2452
 * @method string getInput()
2453
 * @method string getActions()
2454
 */
2455
class UpdateBatch extends Rpc
2456
{
2457
2458
    /**
2459
     * @param string $value
2460
     *
2461
     * @return $this
2462
     */
2463
    public function withNotification($value)
2464
    {
2465
        $this->data['Notification'] = $value;
2466
        $this->options['form_params']['Notification'] = $value;
2467
2468
        return $this;
2469
    }
2470
2471
    /**
2472
     * @param string $value
2473
     *
2474
     * @return $this
2475
     */
2476
    public function withId($value)
2477
    {
2478
        $this->data['Id'] = $value;
2479
        $this->options['form_params']['Id'] = $value;
2480
2481
        return $this;
2482
    }
2483
2484
    /**
2485
     * @param string $value
2486
     *
2487
     * @return $this
2488
     */
2489
    public function withProjectName($value)
2490
    {
2491
        $this->data['ProjectName'] = $value;
2492
        $this->options['form_params']['ProjectName'] = $value;
2493
2494
        return $this;
2495
    }
2496
2497
    /**
2498
     * @param string $value
2499
     *
2500
     * @return $this
2501
     */
2502
    public function withTags($value)
2503
    {
2504
        $this->data['Tags'] = $value;
2505
        $this->options['form_params']['Tags'] = $value;
2506
2507
        return $this;
2508
    }
2509
2510
    /**
2511
     * @param string $value
2512
     *
2513
     * @return $this
2514
     */
2515
    public function withInput($value)
2516
    {
2517
        $this->data['Input'] = $value;
2518
        $this->options['form_params']['Input'] = $value;
2519
2520
        return $this;
2521
    }
2522
2523
    /**
2524
     * @param string $value
2525
     *
2526
     * @return $this
2527
     */
2528
    public function withActions($value)
2529
    {
2530
        $this->data['Actions'] = $value;
2531
        $this->options['form_params']['Actions'] = $value;
2532
2533
        return $this;
2534
    }
2535
}
2536
2537
/**
2538
 * @method string getDatasetMaxBindCount()
2539
 * @method $this withDatasetMaxBindCount($value)
2540
 * @method string getDescription()
2541
 * @method $this withDescription($value)
2542
 * @method string getDatasetMaxRelationCount()
2543
 * @method $this withDatasetMaxRelationCount($value)
2544
 * @method string getDatasetName()
2545
 * @method $this withDatasetName($value)
2546
 * @method string getDatasetMaxFileCount()
2547
 * @method $this withDatasetMaxFileCount($value)
2548
 * @method string getProjectName()
2549
 * @method $this withProjectName($value)
2550
 * @method string getDatasetMaxEntityCount()
2551
 * @method $this withDatasetMaxEntityCount($value)
2552
 * @method string getTemplateId()
2553
 * @method $this withTemplateId($value)
2554
 * @method string getDatasetMaxTotalFileSize()
2555
 * @method $this withDatasetMaxTotalFileSize($value)
2556
 */
2557
class UpdateDataset extends Rpc
2558
{
2559
}
2560
2561
/**
2562
 * @method string getDatasetName()
2563
 * @method $this withDatasetName($value)
2564
 * @method string getProjectName()
2565
 * @method $this withProjectName($value)
2566
 * @method string getFigureCluster()
2567
 * @method $this withFigureCluster($value)
2568
 */
2569
class UpdateFigureCluster extends Rpc
2570
{
2571
}
2572
2573
/**
2574
 * @method string getFile()
2575
 * @method $this withFile($value)
2576
 * @method string getDatasetName()
2577
 * @method $this withDatasetName($value)
2578
 * @method string getProjectName()
2579
 * @method $this withProjectName($value)
2580
 */
2581
class UpdateFileMeta extends Rpc
2582
{
2583
}
2584
2585
/**
2586
 * @method string getCustomLabels()
2587
 * @method $this withCustomLabels($value)
2588
 * @method string getTitle()
2589
 * @method $this withTitle($value)
2590
 * @method string getDatasetName()
2591
 * @method $this withDatasetName($value)
2592
 * @method string getProjectName()
2593
 * @method $this withProjectName($value)
2594
 * @method string getCustomId()
2595
 * @method $this withCustomId($value)
2596
 * @method string getObjectId()
2597
 * @method $this withObjectId($value)
2598
 */
2599
class UpdateLocationDateCluster extends Rpc
2600
{
2601
}
2602
2603
/**
2604
 * @method string getDatasetMaxBindCount()
2605
 * @method $this withDatasetMaxBindCount($value)
2606
 * @method string getDescription()
2607
 * @method $this withDescription($value)
2608
 * @method string getDatasetMaxRelationCount()
2609
 * @method $this withDatasetMaxRelationCount($value)
2610
 * @method string getDatasetMaxFileCount()
2611
 * @method $this withDatasetMaxFileCount($value)
2612
 * @method string getProjectName()
2613
 * @method $this withProjectName($value)
2614
 * @method string getProjectMaxDatasetCount()
2615
 * @method $this withProjectMaxDatasetCount($value)
2616
 * @method string getDatasetMaxEntityCount()
2617
 * @method $this withDatasetMaxEntityCount($value)
2618
 * @method string getTemplateId()
2619
 * @method $this withTemplateId($value)
2620
 * @method string getDatasetMaxTotalFileSize()
2621
 * @method $this withDatasetMaxTotalFileSize($value)
2622
 * @method string getServiceRole()
2623
 * @method $this withServiceRole($value)
2624
 */
2625
class UpdateProject extends Rpc
2626
{
2627
}
2628
2629
/**
2630
 * @method string getCustomLabels()
2631
 * @method string getCover()
2632
 * @method string getDatasetName()
2633
 * @method string getProjectName()
2634
 * @method string getCustomId()
2635
 * @method string getObjectId()
2636
 * @method string getStoryName()
2637
 */
2638
class UpdateStory extends Rpc
2639
{
2640
2641
    /**
2642
     * @param string $value
2643
     *
2644
     * @return $this
2645
     */
2646
    public function withCustomLabels($value)
2647
    {
2648
        $this->data['CustomLabels'] = $value;
2649
        $this->options['form_params']['CustomLabels'] = $value;
2650
2651
        return $this;
2652
    }
2653
2654
    /**
2655
     * @param string $value
2656
     *
2657
     * @return $this
2658
     */
2659
    public function withCover($value)
2660
    {
2661
        $this->data['Cover'] = $value;
2662
        $this->options['form_params']['Cover'] = $value;
2663
2664
        return $this;
2665
    }
2666
2667
    /**
2668
     * @param string $value
2669
     *
2670
     * @return $this
2671
     */
2672
    public function withDatasetName($value)
2673
    {
2674
        $this->data['DatasetName'] = $value;
2675
        $this->options['form_params']['DatasetName'] = $value;
2676
2677
        return $this;
2678
    }
2679
2680
    /**
2681
     * @param string $value
2682
     *
2683
     * @return $this
2684
     */
2685
    public function withProjectName($value)
2686
    {
2687
        $this->data['ProjectName'] = $value;
2688
        $this->options['form_params']['ProjectName'] = $value;
2689
2690
        return $this;
2691
    }
2692
2693
    /**
2694
     * @param string $value
2695
     *
2696
     * @return $this
2697
     */
2698
    public function withCustomId($value)
2699
    {
2700
        $this->data['CustomId'] = $value;
2701
        $this->options['form_params']['CustomId'] = $value;
2702
2703
        return $this;
2704
    }
2705
2706
    /**
2707
     * @param string $value
2708
     *
2709
     * @return $this
2710
     */
2711
    public function withObjectId($value)
2712
    {
2713
        $this->data['ObjectId'] = $value;
2714
        $this->options['form_params']['ObjectId'] = $value;
2715
2716
        return $this;
2717
    }
2718
2719
    /**
2720
     * @param string $value
2721
     *
2722
     * @return $this
2723
     */
2724
    public function withStoryName($value)
2725
    {
2726
        $this->data['StoryName'] = $value;
2727
        $this->options['form_params']['StoryName'] = $value;
2728
2729
        return $this;
2730
    }
2731
}
2732
2733
/**
2734
 * @method string getNotification()
2735
 * @method string getId()
2736
 * @method string getProjectName()
2737
 * @method string getTags()
2738
 * @method string getInput()
2739
 * @method string getActions()
2740
 */
2741
class UpdateTrigger extends Rpc
2742
{
2743
2744
    /**
2745
     * @param string $value
2746
     *
2747
     * @return $this
2748
     */
2749
    public function withNotification($value)
2750
    {
2751
        $this->data['Notification'] = $value;
2752
        $this->options['form_params']['Notification'] = $value;
2753
2754
        return $this;
2755
    }
2756
2757
    /**
2758
     * @param string $value
2759
     *
2760
     * @return $this
2761
     */
2762
    public function withId($value)
2763
    {
2764
        $this->data['Id'] = $value;
2765
        $this->options['form_params']['Id'] = $value;
2766
2767
        return $this;
2768
    }
2769
2770
    /**
2771
     * @param string $value
2772
     *
2773
     * @return $this
2774
     */
2775
    public function withProjectName($value)
2776
    {
2777
        $this->data['ProjectName'] = $value;
2778
        $this->options['form_params']['ProjectName'] = $value;
2779
2780
        return $this;
2781
    }
2782
2783
    /**
2784
     * @param string $value
2785
     *
2786
     * @return $this
2787
     */
2788
    public function withTags($value)
2789
    {
2790
        $this->data['Tags'] = $value;
2791
        $this->options['form_params']['Tags'] = $value;
2792
2793
        return $this;
2794
    }
2795
2796
    /**
2797
     * @param string $value
2798
     *
2799
     * @return $this
2800
     */
2801
    public function withInput($value)
2802
    {
2803
        $this->data['Input'] = $value;
2804
        $this->options['form_params']['Input'] = $value;
2805
2806
        return $this;
2807
    }
2808
2809
    /**
2810
     * @param string $value
2811
     *
2812
     * @return $this
2813
     */
2814
    public function withActions($value)
2815
    {
2816
        $this->data['Actions'] = $value;
2817
        $this->options['form_params']['Actions'] = $value;
2818
2819
        return $this;
2820
    }
2821
}
2822