Class: Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaRegistry

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/managedkafka/schemaregistry/v1/schema_registry_resources.rb

Overview

SchemaRegistry is a schema registry instance.

Instance Attribute Summary collapse

Instance Attribute Details

#contexts::Array<::String> (readonly)

Returns Output only. The contexts of the schema registry instance.

Returns:

  • (::Array<::String>)

    Output only. The contexts of the schema registry instance.



36
37
38
39
# File 'proto_docs/google/cloud/managedkafka/schemaregistry/v1/schema_registry_resources.rb', line 36

class SchemaRegistry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Identifier. The name of the schema registry instance. Structured like: projects/{project}/locations/{location}/schemaRegistries/{schema_registry} The instance name {schema_registry} can contain the following:

  • Up to 255 characters.
  • Letters (uppercase or lowercase), numbers, and underscores.

Returns:

  • (::String)

    Identifier. The name of the schema registry instance. Structured like: projects/{project}/locations/{location}/schemaRegistries/{schema_registry} The instance name {schema_registry} can contain the following:

    • Up to 255 characters.
    • Letters (uppercase or lowercase), numbers, and underscores.


36
37
38
39
# File 'proto_docs/google/cloud/managedkafka/schemaregistry/v1/schema_registry_resources.rb', line 36

class SchemaRegistry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end