2025-10-27
▼ ▲ documentai.projects.locations.schemas.schemaVersions.create
HTTP Method : POST
Parameter Order : parent
Path : v1beta3/{+parent}/schemaVersions
Parameters :
parent
Type : string
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/schemas/[^/]+$
Description : Required. The parent (project and location) under which to create the SchemaVersion. Format: `projects/{project}/locations/{location}/schemas/{schema}`
Location : path
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions
Description : Creates a schema version.
▼ ▲ documentai.projects.locations.schemas.schemaVersions.get
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions/{schemaVersionsId}
Description : Gets a schema version.
HTTP Method : GET
Path : v1beta3/{+name}
Parameters :
name
Location : path
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/schemas/[^/]+/schemaVersions/[^/]+$
Description : Required. The name of the SchemaVersion to get. Format: `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}`
Type : string
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
▼ ▲ documentai.projects.locations.schemas.schemaVersions.list
Description : Lists SchemaVersions.
Path : v1beta3/{+parent}/schemaVersions
HTTP Method : GET
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions
Scopes : https://www.googleapis.com/auth/cloud-platform
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
Type : integer
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`.
Location : query
parent
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/schemas/[^/]+$
Location : path
Required : Yes
Description : Required. Format: `projects/{project}/locations/{location}/schemas/{schema}`
Parameter Order : parent
▼ ▲ documentai.projects.locations.schemas.schemaVersions.patch
Path : v1beta3/{+name}
Parameters :
name
Type : string
Required : Yes
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
updateMask
Type : string
Description : Optional. The update mask to apply to the resource. **Note:** Only the following fields can be updated: - display_name. - labels.
Format : google-fieldmask
Location : query
Parameter Order : name
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions/{schemaVersionsId}
Description : Updates a schema version. Editable fields are: - `display_name` - `labels`
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : PATCH
▼ ▲ documentai.projects.locations.schemas.schemaVersions.delete
Parameters :
name
Location : path
Description : Required. The name of the SchemaVersion to delete. Format: `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}`
Type : string
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/schemas/[^/]+/schemaVersions/[^/]+$
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions/{schemaVersionsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Path : v1beta3/{+name}
Description : Deletes a schema version.
HTTP Method : DELETE
▼ ▲ documentai.projects.locations.schemas.schemaVersions.generate
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
parent
Description : Required. The parent (project, location and schema) under which to generate the SchemaVersion. Format: `projects/{project}/locations/{location}/schemas/{schema}`
Pattern : ^projects/[^/]+/locations/[^/]+/schemas/[^/]+$
Required : Yes
Location : path
Type : string
HTTP Method : POST
Path : v1beta3/{+parent}/schemaVersions:generate
Description : Generates a schema version.
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}/schemaVersions:generate
Parameter Order : parent
▼ ▲ documentai.projects.locations.schemas.create
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Path : v1beta3/{+parent}/schemas
Description : Creates a schema.
HTTP Method : POST
Parameters :
parent
Required : Yes
Description : Required. The parent (project and location) under which to create the Schema. Format: `projects/{project}/locations/{location}`
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas
▼ ▲ documentai.projects.locations.schemas.delete
Path : v1beta3/{+name}
Description : Deletes a schema.
Parameter Order : name
HTTP Method : DELETE
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}
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
Location : query
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.)
Type : boolean
▼ ▲ documentai.projects.locations.schemas.get
Parameter Order : name
HTTP Method : GET
Description : Gets a schema.
Path : v1beta3/{+name}
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/schemas/[^/]+$
Location : path
Description : Required. The name of the Schema to get. Format: `projects/{project}/locations/{location}/schemas/{schema}`
Type : string
Required : Yes
▼ ▲ documentai.projects.locations.schemas.list
Parameters :
pageToken
Type : string
Description : Optional. We will return the schema groups sorted by creation time. The page token will point to the next Schema.
Location : query
parent
Type : string
Required : Yes
Description : Required. Format: `projects/{project}/locations/{location}`
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
pageSize
Type : integer
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`.
Format : int32
Location : query
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Path : v1beta3/{+parent}/schemas
HTTP Method : GET
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas
Description : Lists Schemas.
▼ ▲ documentai.projects.locations.schemas.patch
Flat Path : v1beta3/projects/{projectsId}/locations/{locationsId}/schemas/{schemasId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Location : path
Required : Yes
Type : string
Description : Identifier. The resource name of the Schema. Format: `projects/{project}/locations/{location}/schemas/{schema}`
Pattern : ^projects/[^/]+/locations/[^/]+/schemas/[^/]+$
updateMask
Description : Optional. The update mask to apply to the resource. **Note:** Only the following fields can be updated: - display_name. - labels.
Format : google-fieldmask
Type : string
Location : query
Description : Updates a schema. Editable fields are: - `display_name` - `labels`
Path : v1beta3/{+name}
HTTP Method : PATCH
Parameter Order : name