Skip to content

Commit 79832b7

Browse files
1 parent b3ec456 commit 79832b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Document/GoogleCloudDocumentaiV1NextSchema.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class GoogleCloudDocumentaiV1NextSchema extends \Google\Model
2626
*/
2727
public $createTime;
2828
/**
29-
* Optional. The user-defined name of the Schema.
29+
* Required. The user-defined name of the Schema.
3030
*
3131
* @var string
3232
*/
@@ -68,7 +68,7 @@ public function getCreateTime()
6868
return $this->createTime;
6969
}
7070
/**
71-
* Optional. The user-defined name of the Schema.
71+
* Required. The user-defined name of the Schema.
7272
*
7373
* @param string $displayName
7474
*/

src/Document/GoogleCloudDocumentaiV1SchemaVersion.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class GoogleCloudDocumentaiV1SchemaVersion extends \Google\Model
2626
*/
2727
public $createTime;
2828
/**
29-
* Optional. The user-defined name of the SchemaVersion.
29+
* Required. The user-defined name of the SchemaVersion.
3030
*
3131
* @var string
3232
*/
@@ -64,7 +64,7 @@ public function getCreateTime()
6464
return $this->createTime;
6565
}
6666
/**
67-
* Optional. The user-defined name of the SchemaVersion.
67+
* Required. The user-defined name of the SchemaVersion.
6868
*
6969
* @param string $displayName
7070
*/

0 commit comments

Comments
 (0)