Skip to content

Commit

Permalink
feat(documentai): update the api
Browse files Browse the repository at this point in the history
#### documentai:v1beta3

The following keys were added:
- schemas.GoogleCloudDocumentaiV1beta3DatasetSchema.properties.satisfiesPzi (Total Keys: 2)
- schemas.GoogleCloudDocumentaiV1beta3DatasetSchema.properties.satisfiesPzs (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Oct 29, 2024
1 parent 3c56c4c commit 5e921a9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ <h3>Method Details</h3>
},
},
&quot;name&quot;: &quot;A String&quot;, # Dataset schema resource name. Format: `projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema`
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
}</pre>
</div>

Expand Down Expand Up @@ -1386,6 +1388,8 @@ <h3>Method Details</h3>
},
},
&quot;name&quot;: &quot;A String&quot;, # Dataset schema resource name. Format: `projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema`
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
}

updateMask: string, The update mask applies to the resource.
Expand Down Expand Up @@ -1445,6 +1449,8 @@ <h3>Method Details</h3>
},
},
&quot;name&quot;: &quot;A String&quot;, # Dataset schema resource name. Format: `projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema`
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
}</pre>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@
}
}
},
"revision": "20240911",
"revision": "20241025",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata": {
Expand Down Expand Up @@ -3004,6 +3004,16 @@
"name": {
"description": "Dataset schema resource name. Format: `projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema`",
"type": "string"
},
"satisfiesPzi": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
}
},
"type": "object"
Expand Down

0 comments on commit 5e921a9

Please sign in to comment.