Class: Google::Apis::ManagedkafkaV1::ListSchemaRegistriesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ManagedkafkaV1::ListSchemaRegistriesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/managedkafka_v1/classes.rb,
lib/google/apis/managedkafka_v1/representations.rb,
lib/google/apis/managedkafka_v1/representations.rb
Overview
Request for ListSchemaRegistries.
Instance Attribute Summary collapse
-
#schema_registries ⇒ Array<Google::Apis::ManagedkafkaV1::SchemaRegistry>
The schema registry instances.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListSchemaRegistriesResponse
constructor
A new instance of ListSchemaRegistriesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListSchemaRegistriesResponse
Returns a new instance of ListSchemaRegistriesResponse.
1191 1192 1193 |
# File 'lib/google/apis/managedkafka_v1/classes.rb', line 1191 def initialize(**args) update!(**args) end |
Instance Attribute Details
#schema_registries ⇒ Array<Google::Apis::ManagedkafkaV1::SchemaRegistry>
The schema registry instances.
Corresponds to the JSON property schemaRegistries
1189 1190 1191 |
# File 'lib/google/apis/managedkafka_v1/classes.rb', line 1189 def schema_registries @schema_registries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1196 1197 1198 |
# File 'lib/google/apis/managedkafka_v1/classes.rb', line 1196 def update!(**args) @schema_registries = args[:schema_registries] if args.key?(:schema_registries) end |