Skip navigation links
A B C F G H P R S V 

A

addPolicy(HttpPipelinePolicy) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Adds a policy to the set of existing policies that are executed after required policies.
AVRO - Static variable in class com.azure.data.schemaregistry.models.SchemaFormat
 

B

buildAsyncClient() - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Creates a SchemaRegistryAsyncClient based on options set in the builder.
buildClient() - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Creates synchronous SchemaRegistryClient instance.

C

clientOptions(ClientOptions) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the ClientOptions which enables various options to be set on the client.
com.azure.data.schemaregistry - package com.azure.data.schemaregistry
Package containing clients for Azure Schema Registry service.
com.azure.data.schemaregistry.models - package com.azure.data.schemaregistry.models
Package containing the model classes for schema registry.
configuration(Configuration) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the configuration store that is used during construction of the service client.
credential(TokenCredential) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the TokenCredential to use when authenticating HTTP requests for this SchemaRegistryAsyncClient.

F

fromString(String) - Static method in class com.azure.data.schemaregistry.models.SchemaFormat
Returns the SchemaFormat associated with the name.
fullyQualifiedNamespace(String) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the fully qualified namespace for the Azure Schema Registry instance.

G

getFormat() - Method in class com.azure.data.schemaregistry.models.SchemaProperties
The schema format of this schema.
getFullyQualifiedNamespace() - Method in class com.azure.data.schemaregistry.SchemaRegistryAsyncClient
Gets the fully qualified namespace of the Schema Registry instance.
getFullyQualifiedNamespace() - Method in class com.azure.data.schemaregistry.SchemaRegistryClient
Gets the fully qualified namespace of the Schema Registry instance.
getId() - Method in class com.azure.data.schemaregistry.models.SchemaProperties
Returns the unique identifier for this schema.
getLatest() - Static method in enum com.azure.data.schemaregistry.SchemaRegistryVersion
Gets the latest version.
getProperties() - Method in class com.azure.data.schemaregistry.models.SchemaRegistrySchema
Gets properties related to the schema.
getSchema(String) - Method in class com.azure.data.schemaregistry.SchemaRegistryAsyncClient
Gets the schema properties of the schema associated with the unique schema id.
getSchema(String) - Method in class com.azure.data.schemaregistry.SchemaRegistryClient
Gets the schema properties of the schema associated with the unique schema id.
getSchemaDefinition() - Method in class com.azure.data.schemaregistry.models.SchemaRegistrySchema
Gets the content of the schema.
getSchemaProperties(String, String, String, SchemaFormat) - Method in class com.azure.data.schemaregistry.SchemaRegistryAsyncClient
Gets the schema identifier associated with the given schema.
getSchemaProperties(String, String, String, SchemaFormat) - Method in class com.azure.data.schemaregistry.SchemaRegistryClient
Gets the schema properties associated with the given schema id.
getSchemaPropertiesWithResponse(String, String, String, SchemaFormat) - Method in class com.azure.data.schemaregistry.SchemaRegistryAsyncClient
Gets the schema identifier associated with the given schema.
getSchemaPropertiesWithResponse(String, String, String, SchemaFormat, Context) - Method in class com.azure.data.schemaregistry.SchemaRegistryClient
Gets the schema identifier associated with the given schema.
getSchemaWithResponse(String) - Method in class com.azure.data.schemaregistry.SchemaRegistryAsyncClient
Gets the schema properties of the schema associated with the unique schema id.
getSchemaWithResponse(String, Context) - Method in class com.azure.data.schemaregistry.SchemaRegistryClient
Gets the schema properties of the schema associated with the unique schema schemaId.
getVersion() - Method in enum com.azure.data.schemaregistry.SchemaRegistryVersion
 

H

httpClient(HttpClient) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the HTTP client to use for sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the logging configuration for HTTP requests and responses.

P

pipeline(HttpPipeline) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the HTTP pipeline to use for the service client.

R

registerSchema(String, String, String, SchemaFormat) - Method in class com.azure.data.schemaregistry.SchemaRegistryAsyncClient
Registers a new schema in the specified schema group with the given schema name.
registerSchema(String, String, String, SchemaFormat) - Method in class com.azure.data.schemaregistry.SchemaRegistryClient
Registers a new schema in the specified schema group with the given schema name.
registerSchemaWithResponse(String, String, String, SchemaFormat) - Method in class com.azure.data.schemaregistry.SchemaRegistryAsyncClient
Registers a new schema in the specified schema group with the given schema name.
registerSchemaWithResponse(String, String, String, SchemaFormat, Context) - Method in class com.azure.data.schemaregistry.SchemaRegistryClient
Registers a new schema in the specified schema group with the given schema name.
retryPolicy(RetryPolicy) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the RetryPolicy that is used when each request is sent.

S

SchemaFormat - Class in com.azure.data.schemaregistry.models
The list of all formats supported by Schema Registry.
SchemaFormat() - Constructor for class com.azure.data.schemaregistry.models.SchemaFormat
 
SchemaProperties - Class in com.azure.data.schemaregistry.models
Stores properties of a schema stored in Schema Registry.
SchemaProperties(String, SchemaFormat) - Constructor for class com.azure.data.schemaregistry.models.SchemaProperties
Initializes a new instance.
SchemaRegistryAsyncClient - Class in com.azure.data.schemaregistry
HTTP-based client that interacts with Azure Schema Registry service to store and retrieve schemas on demand.
SchemaRegistryClient - Class in com.azure.data.schemaregistry
HTTP-based client that interacts with Azure Schema Registry service to store and retrieve schemas on demand.
SchemaRegistryClientBuilder - Class in com.azure.data.schemaregistry
Fluent builder for interacting with the Schema Registry service via SchemaRegistryAsyncClient and SchemaRegistryClient.
SchemaRegistryClientBuilder() - Constructor for class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Constructor for CachedSchemaRegistryClientBuilder.
SchemaRegistrySchema - Class in com.azure.data.schemaregistry.models
Represents a schema in Schema Registry.
SchemaRegistrySchema(SchemaProperties, String) - Constructor for class com.azure.data.schemaregistry.models.SchemaRegistrySchema
Creates a new instance.
SchemaRegistryVersion - Enum in com.azure.data.schemaregistry
Schema registry service version.
serviceVersion(ServiceVersion) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the service version to use.

V

valueOf(String) - Static method in enum com.azure.data.schemaregistry.SchemaRegistryVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.data.schemaregistry.SchemaRegistryVersion
Returns an array containing the constants of this enum type, in the order they are declared.
A B C F G H P R S V 
Skip navigation links

Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.