ProjectsLocationsDataStoresSchemas
class ProjectsLocationsDataStoresSchemas extends Resource (View source)
The "schemas" collection of methods.
Typical usage is:
$discoveryengineService = new Google\Service\DiscoveryEngine(...);
$schemas = $discoveryengineService->projects_locations_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)
listProjectsLocationsDataStoresSchemas(string $parent, array $optParams = [])
Gets a list of Schemas. (schemas.listProjectsLocationsDataStoresSchemas)
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
listProjectsLocationsDataStoresSchemas(string $parent, array $optParams = [])
Gets a list of Schemas. (schemas.listProjectsLocationsDataStoresSchemas)
GoogleLongrunningOperation
patch(string $name, GoogleCloudDiscoveryengineV1Schema $postBody, array $optParams = [])
Updates a Schema. (schemas.patch)