| Modifier and Type | Class and Description |
|---|---|
class |
Directory.Schemas.Delete |
class |
Directory.Schemas.Get |
class |
Directory.Schemas.Insert |
class |
Directory.Schemas.List |
class |
Directory.Schemas.Patch |
class |
Directory.Schemas.Update |
| Constructor and Description |
|---|
Schemas() |
| Modifier and Type | Method and Description |
|---|---|
Directory.Schemas.Delete |
delete(String customerId,
String schemaKey)
Deletes a schema.
|
Directory.Schemas.Get |
get(String customerId,
String schemaKey)
Retrieves a schema.
|
Directory.Schemas.Insert |
insert(String customerId,
Schema content)
Creates a schema.
|
Directory.Schemas.List |
list(String customerId)
Retrieves all schemas for a customer.
|
Directory.Schemas.Patch |
patch(String customerId,
String schemaKey,
Schema content)
Patches a schema.
|
Directory.Schemas.Update |
update(String customerId,
String schemaKey,
Schema content)
Updates a schema.
|
public Directory.Schemas.Delete delete(String customerId, String schemaKey) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customerId - Immutable ID of the Google Workspace account.schemaKey - Name or immutable ID of the schema.IOExceptionpublic Directory.Schemas.Get get(String customerId, String schemaKey) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customerId - Immutable ID of the Google Workspace account.schemaKey - Name or immutable ID of the schema.IOExceptionpublic Directory.Schemas.Insert insert(String customerId, Schema content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customerId - Immutable ID of the Google Workspace account.content - the SchemaIOExceptionpublic Directory.Schemas.List list(String customerId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customerId - Immutable ID of the Google Workspace account.IOExceptionpublic Directory.Schemas.Patch patch(String customerId, String schemaKey, Schema content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customerId - Immutable ID of the Google Workspace account.schemaKey - Name or immutable ID of the schema.content - the SchemaIOExceptionpublic Directory.Schemas.Update update(String customerId, String schemaKey, Schema content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customerId - Immutable ID of the Google Workspace account.schemaKey - Name or immutable ID of the schema.content - the SchemaIOExceptionCopyright © 2011–2022 Google. All rights reserved.