Uses of Class
com.azure.data.schemaregistry.models.SchemaRegistrySchema
Packages that use SchemaRegistrySchema
Package
Description
Package containing clients for Azure Schema Registry service.
-
Uses of SchemaRegistrySchema in com.azure.data.schemaregistry
Methods in com.azure.data.schemaregistry that return SchemaRegistrySchemaModifier and TypeMethodDescriptionGets the schema properties of the schema associated with the unique schema id.Gets the schema properties of the schema associated with the group name, schema name, and schema version.Methods in com.azure.data.schemaregistry that return types with arguments of type SchemaRegistrySchemaModifier and TypeMethodDescriptionGets the schema properties of the schema associated with the unique schema id.Gets the schema properties of the schema associated with the group name, schema name, and schema version.Mono<com.azure.core.http.rest.Response<SchemaRegistrySchema>>SchemaRegistryAsyncClient.getSchemaWithResponse(String schemaId) Gets the schema properties of the schema associated with the unique schema id.Mono<com.azure.core.http.rest.Response<SchemaRegistrySchema>>SchemaRegistryAsyncClient.getSchemaWithResponse(String groupName, String schemaName, int schemaVersion) Gets the schema properties of the schema associated with the group name, schema name, and schema version.com.azure.core.http.rest.Response<SchemaRegistrySchema>SchemaRegistryClient.getSchemaWithResponse(String schemaId, com.azure.core.util.Context context) Gets the schema properties of the schema associated with the unique schema id.com.azure.core.http.rest.Response<SchemaRegistrySchema>SchemaRegistryClient.getSchemaWithResponse(String groupName, String schemaName, int schemaVersion, com.azure.core.util.Context context) Gets the schema properties of the schema associated with the group name, schema name, and schema version.