| 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)
Delete schema
Create a request for the method "schemas.delete".
|
Directory.Schemas.Get |
get(String customerId,
String schemaKey)
Retrieve schema
Create a request for the method "schemas.get".
|
Directory.Schemas.Insert |
insert(String customerId,
Schema content)
Create schema.
|
Directory.Schemas.List |
list(String customerId)
Retrieve all schemas for a customer
Create a request for the method "schemas.list".
|
Directory.Schemas.Patch |
patch(String customerId,
String schemaKey,
Schema content)
Patch Schema via Apiary Patch Orchestration
Create a request for the method "schemas.patch".
|
Directory.Schemas.Update |
update(String customerId,
String schemaKey,
Schema content)
Update schema
Create a request for the method "schemas.update".
|
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–2021 Google. All rights reserved.