The "schemas" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($customerId, $schemaKey, $optParams=array()) |
| Delete schema (schemas.delete)
|
|
| get ($customerId, $schemaKey, $optParams=array()) |
| Retrieve schema (schemas.get)
|
|
| insert ($customerId, Google_Service_Directory_Schema $postBody, $optParams=array()) |
| Create schema.
|
|
| listSchemas ($customerId, $optParams=array()) |
| Retrieve all schemas for a customer (schemas.listSchemas)
|
|
| patch ($customerId, $schemaKey, Google_Service_Directory_Schema $postBody, $optParams=array()) |
| Update schema.
|
|
| update ($customerId, $schemaKey, Google_Service_Directory_Schema $postBody, $optParams=array()) |
| Update schema (schemas.update)
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "schemas" collection of methods.
Typical usage is: $adminService = new Google_Service_Directory(...); $schemas = $adminService->schemas;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ delete()
Google_Service_Directory_Schemas_Resource::delete |
( |
| $customerId, |
|
|
| $schemaKey, |
|
|
| $optParams = array() ) |
Delete schema (schemas.delete)
- Parameters
-
string | $customerId | Immutable id of the Google Apps account |
string | $schemaKey | Name or immutable Id of the schema |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Directory_Schemas_Resource::get |
( |
| $customerId, |
|
|
| $schemaKey, |
|
|
| $optParams = array() ) |
Retrieve schema (schemas.get)
- Parameters
-
string | $customerId | Immutable id of the Google Apps account |
string | $schemaKey | Name or immutable Id of the schema |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Create schema.
(schemas.insert)
- Parameters
-
string | $customerId | Immutable id of the Google Apps account |
Google_Schema | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listSchemas()
Google_Service_Directory_Schemas_Resource::listSchemas |
( |
| $customerId, |
|
|
| $optParams = array() ) |
Retrieve all schemas for a customer (schemas.listSchemas)
- Parameters
-
string | $customerId | Immutable id of the Google Apps account |
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Update schema.
This method supports patch semantics. (schemas.patch)
- Parameters
-
string | $customerId | Immutable id of the Google Apps account |
string | $schemaKey | Name or immutable Id of the schema. |
Google_Schema | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Update schema (schemas.update)
- Parameters
-
string | $customerId | Immutable id of the Google Apps account |
string | $schemaKey | Name or immutable Id of the schema. |
Google_Schema | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Directory.php