File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ class GoogleCloudDocumentaiV1DocumentEntitiesRevision extends \Google\Collection
2424 protected $ entitiesDataType = 'array ' ;
2525 protected $ entityValidationOutputType = GoogleCloudDocumentaiV1DocumentEntityValidationOutput::class;
2626 protected $ entityValidationOutputDataType = '' ;
27+ protected $ provenanceType = GoogleCloudDocumentaiV1DocumentProvenance::class;
28+ protected $ provenanceDataType = '' ;
2729 /**
2830 * The revision id.
2931 *
@@ -63,6 +65,22 @@ public function getEntityValidationOutput()
6365 {
6466 return $ this ->entityValidationOutput ;
6567 }
68+ /**
69+ * Optional. The history of this revision.
70+ *
71+ * @param GoogleCloudDocumentaiV1DocumentProvenance $provenance
72+ */
73+ public function setProvenance (GoogleCloudDocumentaiV1DocumentProvenance $ provenance )
74+ {
75+ $ this ->provenance = $ provenance ;
76+ }
77+ /**
78+ * @return GoogleCloudDocumentaiV1DocumentProvenance
79+ */
80+ public function getProvenance ()
81+ {
82+ return $ this ->provenance ;
83+ }
6684 /**
6785 * The revision id.
6886 *
You can’t perform that action at this time.
0 commit comments