Google Cloud Managed Kafka Schema Registry V1 Client - Class ModeType (0.1.0)

Reference documentation and code samples for the Google Cloud Managed Kafka Schema Registry V1 Client class ModeType.

Mode type of the schemas or subjects.

Protobuf type google.cloud.managedkafka.schemaregistry.v1.SchemaMode.ModeType

Namespace

Google \ Cloud \ ManagedKafka \ SchemaRegistry \ V1 \ SchemaMode

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

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.

Generated from protobuf enum NONE = 0;

READONLY

Value: 1

READONLY mode.

Generated from protobuf enum READONLY = 1;

READWRITE

Value: 2

READWRITE mode.

Generated from protobuf enum READWRITE = 2;

IMPORT

Value: 3

IMPORT mode.

Generated from protobuf enum IMPORT = 3;