Class: Google::Cloud::ManagedKafka::SchemaRegistry::V1::ListSchemaRegistriesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::SchemaRegistry::V1::ListSchemaRegistriesRequest
- 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
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent whose schema registry instances are to be listed.
Structured like: projects/{project}/locations/{location}.
41 42 43 44 |
# File 'proto_docs/google/cloud/managedkafka/schemaregistry/v1/schema_registry.rb', line 41 class ListSchemaRegistriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |