Skip to main content

schemas

Overview

Nameschemas
TypeResource
Idgoogle.discoveryengine.schemas

Fields

NameDatatypeDescription
namestringImmutable. The full resource name of the schema, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
jsonSchemastringThe JSON representation of the schema.
structSchemaobjectThe structured representation of the schema.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_collections_data_stores_schemas_getSELECTcollectionsId, dataStoresId, locationsId, projectsId, schemasIdGets a Schema.
projects_locations_collections_data_stores_schemas_listSELECTcollectionsId, dataStoresId, locationsId, projectsIdGets a list of Schemas.
projects_locations_data_stores_schemas_getSELECTdataStoresId, locationsId, projectsId, schemasIdGets a Schema.
projects_locations_data_stores_schemas_listSELECTdataStoresId, locationsId, projectsIdGets a list of Schemas.
projects_locations_collections_data_stores_schemas_createINSERTcollectionsId, dataStoresId, locationsId, projectsIdCreates a Schema.
projects_locations_data_stores_schemas_createINSERTdataStoresId, locationsId, projectsIdCreates a Schema.
projects_locations_collections_data_stores_schemas_deleteDELETEcollectionsId, dataStoresId, locationsId, projectsId, schemasIdDeletes a Schema.
projects_locations_data_stores_schemas_deleteDELETEdataStoresId, locationsId, projectsId, schemasIdDeletes a Schema.
_projects_locations_collections_data_stores_schemas_listEXECcollectionsId, dataStoresId, locationsId, projectsIdGets a list of Schemas.
_projects_locations_data_stores_schemas_listEXECdataStoresId, locationsId, projectsIdGets a list of Schemas.
projects_locations_collections_data_stores_schemas_patchEXECcollectionsId, dataStoresId, locationsId, projectsId, schemasIdUpdates a Schema.
projects_locations_data_stores_schemas_patchEXECdataStoresId, locationsId, projectsId, schemasIdUpdates a Schema.