Class: Google::Cloud::ManagedKafka::SchemaRegistry::V1::ListSchemaRegistriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::SchemaRegistry::V1::ListSchemaRegistriesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/managedkafka/schemaregistry/v1/schema_registry.rb
Overview
Request for ListSchemaRegistries.
Instance Attribute Summary collapse
-
#schema_registries ⇒ ::Array<::Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaRegistry>
The schema registry instances.
Instance Attribute Details
#schema_registries ⇒ ::Array<::Google::Cloud::ManagedKafka::SchemaRegistry::V1::SchemaRegistry>
Returns The schema registry instances.
50 51 52 53 |
# File 'proto_docs/google/cloud/managedkafka/schemaregistry/v1/schema_registry.rb', line 50 class ListSchemaRegistriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |