Managed Service for Apache Kafka V1 API - Module Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaMode::ModeType (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::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.
[[["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::SchemaMode::ModeType (v0.1.0)\n\nReference documentation and code samples for the Managed Service for Apache Kafka V1 API module Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaMode::ModeType.\n\nMode type of the schemas or subjects.\n\nConstants\n---------\n\n### NONE\n\n**value:** 0 \nThe default / unset value.\nThe subject mode is NONE/unset by default, which means use the global\nschema registry mode. This should not be used for setting the mode.\n\n### READONLY\n\n**value:** 1 \nREADONLY mode.\n\n### READWRITE\n\n**value:** 2 \nREADWRITE mode.\n\n### IMPORT\n\n**value:** 3 \nIMPORT mode."]]