Reference documentation and code samples for the Google Cloud Managed Kafka Schema Registry V1 Client class CompatibilityType.
Compatibility type of the schemas.
Protobuf type google.cloud.managedkafka.schemaregistry.v1.SchemaConfig.CompatibilityType
Namespace
Google \ Cloud \ ManagedKafka \ SchemaRegistry \ V1 \ SchemaConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
NONE
Value: 0No compatibility check.
Generated from protobuf enum NONE = 0;
BACKWARD
Value: 1Backwards compatible with the most recent version.
Generated from protobuf enum BACKWARD = 1;
BACKWARD_TRANSITIVE
Value: 2Backwards compatible with all previous versions.
Generated from protobuf enum BACKWARD_TRANSITIVE = 2;
FORWARD
Value: 3Forwards compatible with the most recent version.
Generated from protobuf enum FORWARD = 3;
FORWARD_TRANSITIVE
Value: 4Forwards compatible with all previous versions.
Generated from protobuf enum FORWARD_TRANSITIVE = 4;
FULL
Value: 5Backwards and forwards compatible with the most recent version.
Generated from protobuf enum FULL = 5;
FULL_TRANSITIVE
Value: 6Backwards and forwards compatible with all previous versions.
Generated from protobuf enum FULL_TRANSITIVE = 6;