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

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

Request for DeleteSchemaRegistry.

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

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 name of the schema registry instance to delete. Structured like: projects/{project}/locations/{___location}/schemaRegistries/{schema_registry}

getName

Required. The name of the schema registry instance to delete. Structured like: projects/{project}/locations/{___location}/schemaRegistries/{schema_registry}

Returns
Type Description
string

setName

Required. The name of the schema registry instance to delete. Structured like: projects/{project}/locations/{___location}/schemaRegistries/{schema_registry}

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the schema registry instance to delete. Structured like: projects/{project}/locations/{___location}/schemaRegistries/{schema_registry} Please see ManagedSchemaRegistryClient::schemaRegistryName() for help formatting this field.

Returns
Type Description
DeleteSchemaRegistryRequest