Skip to content

Commit 7405bbf

Browse files
1 parent 7976a3a commit 7405bbf

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

src/Document/GoogleCloudDocumentaiV1Processor.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
class GoogleCloudDocumentaiV1Processor extends \Google\Collection
2121
{
2222
protected $collection_key = 'processorVersionAliases';
23-
/**
24-
* @var string
25-
*/
26-
public $activeSchemaVersion;
2723
/**
2824
* @var string
2925
*/
@@ -67,20 +63,6 @@ class GoogleCloudDocumentaiV1Processor extends \Google\Collection
6763
*/
6864
public $type;
6965

70-
/**
71-
* @param string
72-
*/
73-
public function setActiveSchemaVersion($activeSchemaVersion)
74-
{
75-
$this->activeSchemaVersion = $activeSchemaVersion;
76-
}
77-
/**
78-
* @return string
79-
*/
80-
public function getActiveSchemaVersion()
81-
{
82-
return $this->activeSchemaVersion;
83-
}
8466
/**
8567
* @param string
8668
*/

0 commit comments

Comments
 (0)