Managed Service for Apache Kafka V1 API - Module Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaConfig::CompatibilityType (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Managed Service for Apache Kafka V1 API module Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaConfig::CompatibilityType.
Compatibility type of the schemas.
Constants
NONE
value: 0 No compatibility check.
BACKWARD
value: 1 Backwards compatible with the most recent version.
BACKWARD_TRANSITIVE
value: 2 Backwards compatible with all previous versions.
FORWARD
value: 3 Forwards compatible with the most recent version.
FORWARD_TRANSITIVE
value: 4 Forwards compatible with all previous versions.
FULL
value: 5 Backwards and forwards compatible with the most recent version.
FULL_TRANSITIVE
value: 6 Backwards and forwards compatible with all previous versions.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Managed Service for Apache Kafka V1 API - Module Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaConfig::CompatibilityType (v0.1.0)\n\nReference documentation and code samples for the Managed Service for Apache Kafka V1 API module Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaConfig::CompatibilityType.\n\nCompatibility type of the schemas.\n\nConstants\n---------\n\n### NONE\n\n**value:** 0 \nNo compatibility check.\n\n### BACKWARD\n\n**value:** 1 \nBackwards compatible with the most recent version.\n\n### BACKWARD_TRANSITIVE\n\n**value:** 2 \nBackwards compatible with all previous versions.\n\n### FORWARD\n\n**value:** 3 \nForwards compatible with the most recent version.\n\n### FORWARD_TRANSITIVE\n\n**value:** 4 \nForwards compatible with all previous versions.\n\n### FULL\n\n**value:** 5 \nBackwards and forwards compatible with the most recent version.\n\n### FULL_TRANSITIVE\n\n**value:** 6 \nBackwards and forwards compatible with all previous versions."]]