Reference documentation and code samples for the Managed Service for Apache Kafka V1 API class Google::Cloud::ManagedKafka::SchemaRegistry::V1::UpdateSchemaModeRequest.
Request for updating schema registry or subject mode.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mode
def mode() -> ::Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaMode::ModeType
Returns
- (::Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaMode::ModeType) — Required. The mode type.
#mode=
def mode=(value) -> ::Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaMode::ModeType
Parameter
- value (::Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaMode::ModeType) — Required. The mode type.
Returns
- (::Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaMode::ModeType) — Required. The mode type.
#name
def name() -> ::String
Returns
-
(::String) —
Required. The resource name of the mode. The format is
- projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/mode/{subject}: mode for a schema registry, or
- projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/mode/{subject}: mode for a specific subject in a specific context
#name=
def name=(value) -> ::String
Parameter
-
value (::String) —
Required. The resource name of the mode. The format is
- projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/mode/{subject}: mode for a schema registry, or
- projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/mode/{subject}: mode for a specific subject in a specific context
Returns
-
(::String) —
Required. The resource name of the mode. The format is
- projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/mode/{subject}: mode for a schema registry, or
- projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/mode/{subject}: mode for a specific subject in a specific context