ProjectsLocationsCollectionsDataStoresSchemas
class ProjectsLocationsCollectionsDataStoresSchemas extends Resource (View source)
The "schemas" collection of methods.
Typical usage is:
$discoveryengineService = new Google\Service\DiscoveryEngine(...);
$schemas = $discoveryengineService->projects_locations_collections_dataStores_schemas;
Methods
create(string $parent, GoogleCloudDiscoveryengineV1Schema $postBody, array $optParams = [])
Creates a Schema. (schemas.create)
delete(string $name, array $optParams = [])
Deletes a Schema. (schemas.delete)
get(string $name, array $optParams = [])
Gets a Schema. (schemas.get)
listProjectsLocationsCollectionsDataStoresSchemas(string $parent, array $optParams = [])
Gets a list of Schemas.
patch(string $name, GoogleCloudDiscoveryengineV1Schema $postBody, array $optParams = [])
Updates a Schema. (schemas.patch)
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudDiscoveryengineV1Schema $postBody, array $optParams = [])
Creates a Schema. (schemas.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a Schema. (schemas.delete)
GoogleCloudDiscoveryengineV1Schema
get(string $name, array $optParams = [])
Gets a Schema. (schemas.get)
GoogleCloudDiscoveryengineV1ListSchemasResponse
listProjectsLocationsCollectionsDataStoresSchemas(string $parent, array $optParams = [])
Gets a list of Schemas.
(schemas.listProjectsLocationsCollectionsDataStoresSchemas)
GoogleLongrunningOperation
patch(string $name, GoogleCloudDiscoveryengineV1Schema $postBody, array $optParams = [])
Updates a Schema. (schemas.patch)