| Package | Description |
|---|---|
| org.apache.servicecomb.service.center.client | |
| org.apache.servicecomb.service.center.client.model |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaInfo> |
ServiceCenterOperation.getServiceSchemasList(String serviceId,
boolean withContent)
Get schemas list of service
|
List<SchemaInfo> |
ServiceCenterClient.getServiceSchemasList(String serviceId,
boolean withContent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServiceCenterOperation.updateServiceSchemaContext(String serviceId,
SchemaInfo schemaInfo)
update schema context of service
|
boolean |
ServiceCenterClient.updateServiceSchemaContext(String serviceId,
SchemaInfo schemaInfo) |
| Modifier and Type | Method and Description |
|---|---|
ServiceCenterRegistration |
ServiceCenterRegistration.setSchemaInfos(List<SchemaInfo> schemaInfos) |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaInfo> |
GetSchemaListResponse.getSchemas() |
List<SchemaInfo> |
ModifySchemasRequest.getSchemas() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetSchemaListResponse.setSchemas(List<SchemaInfo> schemas) |
void |
ModifySchemasRequest.setSchemas(List<SchemaInfo> schemas) |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.