Google Cloud Managed Kafka V1 Client - Class DeleteTopicRequest (0.1.0)

Reference documentation and code samples for the Google Cloud Managed Kafka V1 Client class DeleteTopicRequest.

Request for DeleteTopic.

Generated from protobuf message google.cloud.managedkafka.v1.DeleteTopicRequest

Namespace

Google \ Cloud \ ManagedKafka \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the topic to delete. projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}.

getName

Required. The name of the topic to delete.

projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}.

Returns
Type Description
string

setName

Required. The name of the topic to delete.

projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the topic to delete. projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}. Please see Google\Cloud\ManagedKafka\V1\ManagedKafkaClient::topicName() for help formatting this field.

Returns
Type Description
Google\Cloud\ManagedKafka\V1\DeleteTopicRequest