2025-10-29
▼ ▲ documentai.projects.locations.schemas.create
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas
Description : Creates a schema.
HTTP Method : POST
Parameters :
parent
Description : Required. The parent (project and location) under which to create the Schema. Format: `projects/{project}/locations/{location}`
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
Required : Yes
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta3/{+parent}/schemas
Parameter Order : parent
▼ ▲ documentai.projects.locations.schemas.get
Parameters :
name
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/schemas/[^/]+$
Description : Required. The name of the Schema to get. Format: `projects/{project}/locations/{location}/schemas/{schema}`
Required : Yes
Location : path
Description : Gets a schema.
Path : v1beta3/{+name}
HTTP Method : GET
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}
Parameter Order : name
▼ ▲ documentai.projects.locations.schemas.list
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta3/{+parent}/schemas
HTTP Method : GET
Parameter Order : parent
Parameters :
parent
Location : path
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Required. Format: `projects/{project}/locations/{location}`
Required : Yes
pageToken
Description : Optional. We will return the schema groups sorted by creation time. The page token will point to the next Schema.
Type : string
Location : query
pageSize
Description : Optional. The maximum number of schema groups to return. If unspecified, at most `10` Schema will be returned. The maximum value is `20`. Values above `20` will be coerced to `20`.
Location : query
Type : integer
Format : int32
Description : Lists Schemas.
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas
▼ ▲ documentai.projects.locations.schemas.patch
Description : Updates a schema. Editable fields are: - `display_name` - `labels`
HTTP Method : PATCH
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta3/{+name}
Parameters :
updateMask
Type : string
Description : Optional. The update mask to apply to the resource. **Note:** Only the following fields can be updated: - display_name. - labels.
Location : query
Format : google-fieldmask
name
Required : Yes
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/schemas/[^/]+$
Description : Identifier. The resource name of the Schema. Format: `projects/{project}/locations/{location}/schemas/{schema}`
Parameter Order : name
▼ ▲ documentai.projects.locations.schemas.delete
HTTP Method : DELETE
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/schemas/[^/]+$
Description : Required. The name of the Schema to be deleted. Format: `projects/{project}/locations/{location}/schemas/{schema}`
Required : Yes
force
Description : Optional. If set to true, any child resources of this Schema will also be deleted. (Otherwise, the request will only work if the Schema has no child resources.)
Location : query
Type : boolean
Path : v1beta3/{+name}
Parameter Order : name
Description : Deletes a schema.
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}
▼ ▲ documentai.projects.locations.schemas.schemaVersions.delete
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions/{schemaVersionsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes a schema version.
Path : v1beta3/{+name}
Parameters :
name
Location : path
Required : Yes
Description : Required. The name of the SchemaVersion to delete. Format: `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}`
Pattern : ^projects/[^/]+/locations/[^/]+/schemas/[^/]+/schemaVersions/[^/]+$
Type : string
HTTP Method : DELETE
Parameter Order : name
▼ ▲ documentai.projects.locations.schemas.schemaVersions.patch
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions/{schemaVersionsId}
Parameter Order : name
Path : v1beta3/{+name}
HTTP Method : PATCH
Description : Updates a schema version. Editable fields are: - `display_name` - `labels`
Parameters :
updateMask
Type : string
Description : Optional. The update mask to apply to the resource. **Note:** Only the following fields can be updated: - display_name. - labels.
Location : query
Format : google-fieldmask
name
Description : Identifier. The resource name of the SchemaVersion. Format: `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}`
Pattern : ^projects/[^/]+/locations/[^/]+/schemas/[^/]+/schemaVersions/[^/]+$
Location : path
Type : string
Required : Yes
▼ ▲ documentai.projects.locations.schemas.schemaVersions.get
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/schemas/[^/]+/schemaVersions/[^/]+$
Required : Yes
Description : Required. The name of the SchemaVersion to get. Format: `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}`
Type : string
Location : path
Parameter Order : name
Description : Gets a schema version.
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Path : v1beta3/{+name}
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions/{schemaVersionsId}
▼ ▲ documentai.projects.locations.schemas.schemaVersions.list
Parameters :
pageToken
Type : string
Description : Optional. We will return the SchemaVersion sorted by creation time. The page token will point to the next SchemaVersion.
Location : query
pageSize
Format : int32
Description : Optional. The maximum number of SchemaVersion to return. If unspecified, at most `10` SchemaVersion will be returned. The maximum value is `20`. Values above `20` will be coerced to `20`.
Type : integer
Location : query
parent
Pattern : ^projects/[^/]+/locations/[^/]+/schemas/[^/]+$
Description : Required. Format: `projects/{project}/locations/{location}/schemas/{schema}`
Type : string
Required : Yes
Location : path
Parameter Order : parent
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Description : Lists SchemaVersions.
Path : v1beta3/{+parent}/schemaVersions
▼ ▲ documentai.projects.locations.schemas.schemaVersions.create
Path : v1beta3/{+parent}/schemaVersions
Parameter Order : parent
Parameters :
parent
Pattern : ^projects/[^/]+/locations/[^/]+/schemas/[^/]+$
Location : path
Type : string
Description : Required. The parent (project and location) under which to create the SchemaVersion. Format: `projects/{project}/locations/{location}/schemas/{schema}`
Required : Yes
Description : Creates a schema version.
HTTP Method : POST
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions
▼ ▲ documentai.projects.locations.schemas.schemaVersions.generate
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : POST
Description : Generates a schema version.
Parameters :
parent
Pattern : ^projects/[^/]+/locations/[^/]+/schemas/[^/]+$
Required : Yes
Location : path
Description : Required. The parent (project, location and schema) under which to generate the SchemaVersion. Format: `projects/{project}/locations/{location}/schemas/{schema}`
Type : string
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions:generate
Path : v1beta3/{+parent}/schemaVersions:generate
Parameter Order : parent