Reference documentation and code samples for the Google Cloud Managed Kafka Schema Registry V1 Client class ListSchemaRegistriesResponse.
Request for ListSchemaRegistries.
Generated from protobuf message google.cloud.managedkafka.schemaregistry.v1.ListSchemaRegistriesResponse
Namespace
Google \ Cloud \ ManagedKafka \ SchemaRegistry \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ schema_registries |
array<SchemaRegistry>
The schema registry instances. |
getSchemaRegistries
The schema registry instances.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setSchemaRegistries
The schema registry instances.
| Parameter | |
|---|---|
| Name | Description |
var |
array<SchemaRegistry>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|