Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://googleapis.deno.dev/v1/managedkafka:v1.ts";

§Classes

GoogleAuth
ManagedKafka

Manage Apache Kafka clusters and resources.

§Variables

auth

§Interfaces

AccessConfig

The configuration of access to the Kafka cluster.

CancelOperationRequest

The request message for Operations.CancelOperation.

CapacityConfig

A capacity configuration of a Kafka cluster.

Cluster

An Apache Kafka cluster deployed in a location.

ConnectAccessConfig

The configuration of access to the Kafka Connect cluster.

ConnectCluster

An Apache Kafka Connect cluster deployed in a location.

ConnectGcpConfig

Configuration properties for a Kafka Connect cluster deployed to Google Cloud Platform.

ConnectNetworkConfig

The configuration of a Virtual Private Cloud (VPC) network that can access the Kafka Connect cluster.

Connector

A Kafka Connect connector in a given ConnectCluster.

ConsumerGroup

A Kafka consumer group in a given cluster.

ConsumerPartitionMetadata

Metadata for a consumer group corresponding to a specific partition.

ConsumerTopicMetadata

Metadata for a consumer group corresponding to a specific topic.

CredentialsClient

Defines the root interface for all clients that generate credentials for calling Google APIs. All clients should implement this interface.

Empty

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

GcpConfig

Configuration properties for a Kafka cluster deployed to Google Cloud Platform.

ListClustersResponse

Response for ListClusters.

ListConnectClustersResponse

Response for ListConnectClusters.

ListConnectorsResponse

Response for ListConnectors.

ListConsumerGroupsResponse

Response for ListConsumerGroups.

ListLocationsResponse

The response message for Locations.ListLocations.

ListOperationsResponse

The response message for Operations.ListOperations.

ListTopicsResponse

Response for ListTopics.

Location

A resource that represents a Google Cloud location.

NetworkConfig

The configuration of a Virtual Private Cloud (VPC) network that can access the Kafka cluster.

Operation

This resource represents a long-running operation that is the result of a network API call.

OperationMetadata

Represents the metadata of the long-running operation.

PauseConnectorRequest

Request for PauseConnector.

PauseConnectorResponse

Response for PauseConnector.

ProjectsLocationsClustersConsumerGroupsListOptions

Additional options for ManagedKafka#projectsLocationsClustersConsumerGroupsList.

ProjectsLocationsClustersConsumerGroupsPatchOptions

Additional options for ManagedKafka#projectsLocationsClustersConsumerGroupsPatch.

ProjectsLocationsClustersCreateOptions

Additional options for ManagedKafka#projectsLocationsClustersCreate.

ProjectsLocationsClustersDeleteOptions

Additional options for ManagedKafka#projectsLocationsClustersDelete.

ProjectsLocationsClustersListOptions

Additional options for ManagedKafka#projectsLocationsClustersList.

ProjectsLocationsClustersPatchOptions

Additional options for ManagedKafka#projectsLocationsClustersPatch.

ProjectsLocationsClustersTopicsCreateOptions

Additional options for ManagedKafka#projectsLocationsClustersTopicsCreate.

ProjectsLocationsClustersTopicsListOptions

Additional options for ManagedKafka#projectsLocationsClustersTopicsList.

ProjectsLocationsClustersTopicsPatchOptions

Additional options for ManagedKafka#projectsLocationsClustersTopicsPatch.

ProjectsLocationsConnectClustersConnectorsCreateOptions

Additional options for ManagedKafka#projectsLocationsConnectClustersConnectorsCreate.

ProjectsLocationsConnectClustersConnectorsListOptions

Additional options for ManagedKafka#projectsLocationsConnectClustersConnectorsList.

ProjectsLocationsConnectClustersConnectorsPatchOptions

Additional options for ManagedKafka#projectsLocationsConnectClustersConnectorsPatch.

ProjectsLocationsConnectClustersCreateOptions

Additional options for ManagedKafka#projectsLocationsConnectClustersCreate.

ProjectsLocationsConnectClustersDeleteOptions

Additional options for ManagedKafka#projectsLocationsConnectClustersDelete.

ProjectsLocationsConnectClustersListOptions

Additional options for ManagedKafka#projectsLocationsConnectClustersList.

ProjectsLocationsConnectClustersPatchOptions

Additional options for ManagedKafka#projectsLocationsConnectClustersPatch.

ProjectsLocationsListOptions

Additional options for ManagedKafka#projectsLocationsList.

ProjectsLocationsOperationsListOptions

Additional options for ManagedKafka#projectsLocationsOperationsList.

RebalanceConfig

Defines rebalancing behavior of a Kafka cluster.

RestartConnectorRequest

Request for RestartConnector.

RestartConnectorResponse

Response for RestartConnector.

ResumeConnectorRequest

Request for ResumeConnector.

ResumeConnectorResponse

Response for ResumeConnector.

Status

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.

StopConnectorRequest

Request for StopConnector.

StopConnectorResponse

Response for StopConnector.

TaskRetryPolicy

Task Retry Policy is implemented on a best-effort basis. Retry delay will be exponential based on provided minimum and maximum backoffs. https://en.wikipedia.org/wiki/Exponential_backoff. Note that the delay between consecutive task restarts may not always precisely match the configured settings. This can happen when the ConnectCluster is in rebalancing state or if the ConnectCluster is unresponsive etc.

Topic

A Kafka topic in a given cluster.