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: 0
No compatibility check.
Generated from protobuf enum NONE = 0;
BACKWARD
Value: 1
Backwards compatible with the most recent version.
Generated from protobuf enum BACKWARD = 1;
BACKWARD_TRANSITIVE
Value: 2
Backwards compatible with all previous versions.
Generated from protobuf enum BACKWARD_TRANSITIVE = 2;
FORWARD
Value: 3
Forwards compatible with the most recent version.
Generated from protobuf enum FORWARD = 3;
FORWARD_TRANSITIVE
Value: 4
Forwards compatible with all previous versions.
Generated from protobuf enum FORWARD_TRANSITIVE = 4;
FULL
Value: 5
Backwards and forwards compatible with the most recent version.
Generated from protobuf enum FULL = 5;
FULL_TRANSITIVE
Value: 6
Backwards and forwards compatible with all previous versions.
Generated from protobuf enum FULL_TRANSITIVE = 6;