Reference documentation and code samples for the Google Cloud Managed Kafka Schema Registry V1 Client class DeleteSchemaModeRequest.
Request for deleting schema mode.
Generated from protobuf message google.cloud.managedkafka.schemaregistry.v1.DeleteSchemaModeRequest
Namespace
Google \ Cloud \ ManagedKafka \ SchemaRegistry \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of subject to delete the mode for. The format is * * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/mode/{subject} * * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/mode/{subject} |
getName
Required. The resource name of subject to delete the mode for. The format is
- projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/mode/{subject}
- projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/mode/{subject}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The resource name of subject to delete the mode for. The format is
- projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/mode/{subject}
- projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/mode/{subject}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The resource name of subject to delete the mode for. The format is
|
| Returns | |
|---|---|
| Type | Description |
DeleteSchemaModeRequest |
|