Index

A B C F G H J P R S V 
All Classes and Interfaces|All Packages

A

addPolicy(HttpPipelinePolicy) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Adds a pipeline policy to apply on each request sent.
AVRO - Static variable in class com.azure.data.schemaregistry.models.SchemaFormat
Apache Avro format

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
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
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 used to authorize requests sent to the service.
CUSTOM - Static variable in class com.azure.data.schemaregistry.models.SchemaFormat
Custom schema format.

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

getDefinition() - Method in class com.azure.data.schemaregistry.models.SchemaRegistrySchema
Gets the content of the schema.
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.
getGroupName() - Method in class com.azure.data.schemaregistry.models.SchemaProperties
Gets the schema group of this schema.
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.
getName() - Method in class com.azure.data.schemaregistry.models.SchemaProperties
Gets the name of the schema.
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.
getSchema(String, String, int) - Method in class com.azure.data.schemaregistry.SchemaRegistryAsyncClient
Gets the schema properties of the schema associated with the group name, schema name, and schema version.
getSchema(String, String, int) - Method in class com.azure.data.schemaregistry.SchemaRegistryClient
Gets the schema properties of the schema associated with the group name, schema name, and schema version.
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 schema properties for a schema with matching groupName, name, schemaDefinition, and format.
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 schema properties for a schema with matching groupName, name, schemaDefinition, and format along with its HTTP response.
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 id.
getSchemaWithResponse(String, String, int) - Method in class com.azure.data.schemaregistry.SchemaRegistryAsyncClient
Gets the schema properties of the schema associated with the group name, schema name, and schema version.
getSchemaWithResponse(String, String, int, Context) - Method in class com.azure.data.schemaregistry.SchemaRegistryClient
Gets the schema properties of the schema associated with the group name, schema name, and schema version.
getVersion() - Method in class com.azure.data.schemaregistry.models.SchemaProperties
Gets the version of the schema.
getVersion() - Method in enum com.azure.data.schemaregistry.SchemaRegistryVersion
 

H

httpClient(HttpClient) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the HttpClient 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 to use when sending and receiving requests to and from the service.

J

JSON - Static variable in class com.azure.data.schemaregistry.models.SchemaFormat
JSON schema format.

P

pipeline(HttpPipeline) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the HttpPipeline 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.
retryOptions(RetryOptions) - Method in class com.azure.data.schemaregistry.SchemaRegistryClientBuilder
Sets the RetryOptions for all the requests made through the client.
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 SchemaRegistryClientBuilder.
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

V2021_10 - Enum constant in enum com.azure.data.schemaregistry.SchemaRegistryVersion
2021 version.
V2022_10 - Enum constant in enum com.azure.data.schemaregistry.SchemaRegistryVersion
2022 version.
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 J P R S V 
All Classes and Interfaces|All Packages