Managed Service for Apache Kafka V1 API - Class Google::Cloud::ManagedKafka::SchemaRegistry::V1::UpdateSchemaModeRequest (v0.1.0)

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

#mode=

def mode=(value) -> ::Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaMode::ModeType
Parameter

#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