Managed Service for Apache Kafka V1 API - Module Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaMode::ModeType (v0.1.0)

Reference documentation and code samples for the Managed Service for Apache Kafka V1 API module Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaMode::ModeType.

Mode type of the schemas or subjects.

Constants

NONE

value: 0
The default / unset value. The subject mode is NONE/unset by default, which means use the global schema registry mode. This should not be used for setting the mode.

READONLY

value: 1
READONLY mode.

READWRITE

value: 2
READWRITE mode.

IMPORT

value: 3
IMPORT mode.