Google Cloud Managed Kafka Schema Registry V1 Client - Class DeleteSchemaConfigRequest (0.1.1)

Reference documentation and code samples for the Google Cloud Managed Kafka Schema Registry V1 Client class DeleteSchemaConfigRequest.

Request for deleting schema config.

Generated from protobuf message google.cloud.managedkafka.schemaregistry.v1.DeleteSchemaConfigRequest

Namespace

Google \ Cloud \ ManagedKafka \ SchemaRegistry \ V1

Methods

__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 config for. The format is * * projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config/{subject}

getName

Required. The resource name of subject to delete the config for. The format is

  • projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config/{subject}
Returns
Type Description
string

setName

Required. The resource name of subject to delete the config for. The format is

  • projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config/{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 config for. The format is

  • projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config/{subject} Please see ManagedSchemaRegistryClient::schemaConfigName() for help formatting this field.
Returns
Type Description
DeleteSchemaConfigRequest