Class: Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaRegistry
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaRegistry
- 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
-
#contexts ⇒ ::Array<::String>
readonly
Output only.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#contexts ⇒ ::Array<::String> (readonly)
Returns 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.
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 |