ManagedKafka
import { ManagedKafka } from "https://googleapis.deno.dev/v1/managedkafka:v1.ts";
Manage Apache Kafka clusters and resources.
§Methods
Returns the properties of a single consumer group.
Required. The name of the consumer group whose configuration to return. projects/{project}/locations/{location}/clusters/{cluster}/consumerGroups/{consumerGroup}
.
Lists the consumer groups in a given cluster.
Required. The parent cluster whose consumer groups are to be listed. Structured like projects/{project}/locations/{location}/clusters/{cluster}
.
Updates the properties of a single consumer group.
Identifier. The name of the consumer group. The consumer_group
segment is used when connecting directly to the cluster. Structured like: projects/{project}/locations/{location}/clusters/{cluster}/consumerGroups/{consumer_group}
Creates a new cluster in a given project and location.
Required. The parent region in which to create the cluster. Structured like projects/{project}/locations/{location}
.
Deletes a single cluster.
Required. The name of the cluster to delete.
Lists the clusters in a given project and location.
Required. The parent location whose clusters are to be listed. Structured like projects/{project}/locations/{location}
.
Updates the properties of a single cluster.
Identifier. The name of the cluster. Structured like: projects/{project_number}/locations/{location}/clusters/{cluster_id}
Creates a new topic in a given project and location.
Required. The parent cluster in which to create the topic. Structured like projects/{project}/locations/{location}/clusters/{cluster}
.
Lists the topics in a given cluster.
Required. The parent cluster whose topics are to be listed. Structured like projects/{project}/locations/{location}/clusters/{cluster}
.
Updates the properties of a single topic.
Identifier. The name of the topic. The topic
segment is used when connecting directly to the cluster. Structured like: projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}
Creates a new connector in a given Connect cluster.
Required. The parent Connect cluster in which to create the connector. Structured like projects/{project}/locations/{location}/connectClusters/{connect_cluster_id}
.
Returns the properties of a single connector.
Required. The name of the connector whose configuration to return. Structured like: projects/{project}/locations/{location}/connectClusters/{connectCluster}/connectors/{connector}
Lists the connectors in a given Connect cluster.
Required. The parent Connect cluster whose connectors are to be listed. Structured like projects/{project}/locations/{location}/connectClusters/{connect_cluster_id}
.
Updates the properties of a connector.
Identifier. The name of the connector. Structured like: projects/{project}/locations/{location}/connectClusters/{connect_cluster}/connectors/{connector}
Pauses the connector and its tasks.
Required. The name of the connector to pause. Structured like: projects/{project}/locations/{location}/connectClusters/{connectCluster}/connectors/{connector}
Restarts the connector.
Required. The name of the connector to restart. Structured like: projects/{project}/locations/{location}/connectClusters/{connectCluster}/connectors/{connector}
Resumes the connector and its tasks.
Required. The name of the connector to pause. Structured like: projects/{project}/locations/{location}/connectClusters/{connectCluster}/connectors/{connector}
Stops the connector.
Required. The name of the connector to stop. Structured like: projects/{project}/locations/{location}/connectClusters/{connectCluster}/connectors/{connector}
Creates a new Kafka Connect cluster in a given project and location.
Required. The parent project/location in which to create the Kafka Connect cluster. Structured like projects/{project}/locations/{location}/
.
Deletes a single Connect cluster.
Required. The name of the Kafka Connect cluster to delete. Structured like projects/{project}/locations/{location}/connectClusters/{connect_cluster_id}
.
Returns the properties of a single Kafka Connect cluster.
Required. The name of the Kafka Connect cluster whose configuration to return. Structured like projects/{project}/locations/{location}/connectClusters/{connect_cluster_id}
.
Lists the Kafka Connect clusters in a given project and location.
Required. The parent project/location whose Connect clusters are to be listed. Structured like projects/{project}/locations/{location}
.
Updates the properties of a single Kafka Connect cluster.
Identifier. The name of the Kafka Connect cluster. Structured like: projects/{project_number}/locations/{location}/connectClusters/{connect_cluster_id}
Lists information about the supported locations for this service.
The resource that owns the locations collection, if applicable.
Starts asynchronous cancellation on a long-running operation. The server
makes a best effort to cancel the operation, but success is not guaranteed.
If the server doesn't support this method, it returns
google.rpc.Code.UNIMPLEMENTED
. Clients can use Operations.GetOperation or
other methods to check whether the cancellation succeeded or whether the
operation completed despite cancellation. On successful cancellation, the
operation is not deleted; instead, it becomes an operation with an
Operation.error value with a google.rpc.Status.code of 1
, corresponding
to Code.CANCELLED
.
The name of the operation resource to be cancelled.
Deletes a long-running operation. This method indicates that the client is
no longer interested in the operation result. It does not cancel the
operation. If the server doesn't support this method, it returns
google.rpc.Code.UNIMPLEMENTED
.
The name of the operation resource to be deleted.
Lists operations that match the specified filter in the request. If the
server doesn't support this method, it returns UNIMPLEMENTED
.
The name of the operation's parent resource.