Schemas
class Schemas extends Resource (View source)
The "schemas" collection of methods.
Typical usage is:
$adminService = new Google\Service\Directory(...);
$schemas = $adminService->schemas;
Methods
delete(string $customerId, string $schemaKey, array $optParams = [])
Deletes a schema. (schemas.delete)
get(string $customerId, string $schemaKey, array $optParams = [])
Retrieves a schema. (schemas.get)
listSchemas(string $customerId, array $optParams = [])
Retrieves all schemas for a customer. (schemas.listSchemas)
Details
delete(string $customerId, string $schemaKey, array $optParams = [])
Deletes a schema. (schemas.delete)
Schema
get(string $customerId, string $schemaKey, array $optParams = [])
Retrieves a schema. (schemas.get)
Schema
insert(string $customerId, Schema $postBody, array $optParams = [])
Creates a schema. (schemas.insert)
Schemas
listSchemas(string $customerId, array $optParams = [])
Retrieves all schemas for a customer. (schemas.listSchemas)
Schema
patch(string $customerId, string $schemaKey, Schema $postBody, array $optParams = [])
Patches a schema. (schemas.patch)