Reference documentation and code samples for the Google Cloud Managed Kafka Schema Registry V1 Client class ListContextsRequest.
Request for ListContexts.
Generated from protobuf message google.cloud.managedkafka.schemaregistry.v1.ListContextsRequest
Namespace
Google \ Cloud \ ManagedKafka \ SchemaRegistry \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent of the contexts. Structured like: |
getParent
Required. The parent of the contexts. Structured like:
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent of the contexts. Structured like:
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. The parent of the contexts. Structured like:
|
| Returns | |
|---|---|
| Type | Description |
ListContextsRequest |
|