Package Classes (0.1.0)

Summary of entries of Classes for google-cloud-managedkafka.

Classes

ManagedKafkaAsyncClient

The service that a client application uses to manage Apache Kafka clusters, topics and consumer groups.

ManagedKafkaClient

The service that a client application uses to manage Apache Kafka clusters, topics and consumer groups.

ListClustersAsyncPager

A pager for iterating through list_clusters requests.

This class thinly wraps an initial ListClustersResponse object, and provides an __aiter__ method to iterate through its clusters field.

If there are more pages, the __aiter__ method will make additional ListClusters requests and continue to iterate through the clusters field on the corresponding responses.

All the usual ListClustersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListClustersPager

A pager for iterating through list_clusters requests.

This class thinly wraps an initial ListClustersResponse object, and provides an __iter__ method to iterate through its clusters field.

If there are more pages, the __iter__ method will make additional ListClusters requests and continue to iterate through the clusters field on the corresponding responses.

All the usual ListClustersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListConsumerGroupsAsyncPager

A pager for iterating through list_consumer_groups requests.

This class thinly wraps an initial ListConsumerGroupsResponse object, and provides an __aiter__ method to iterate through its consumer_groups field.

If there are more pages, the __aiter__ method will make additional ListConsumerGroups requests and continue to iterate through the consumer_groups field on the corresponding responses.

All the usual ListConsumerGroupsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListConsumerGroupsPager

A pager for iterating through list_consumer_groups requests.

This class thinly wraps an initial ListConsumerGroupsResponse object, and provides an __iter__ method to iterate through its consumer_groups field.

If there are more pages, the __iter__ method will make additional ListConsumerGroups requests and continue to iterate through the consumer_groups field on the corresponding responses.

All the usual ListConsumerGroupsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListTopicsAsyncPager

A pager for iterating through list_topics requests.

This class thinly wraps an initial ListTopicsResponse object, and provides an __aiter__ method to iterate through its topics field.

If there are more pages, the __aiter__ method will make additional ListTopics requests and continue to iterate through the topics field on the corresponding responses.

All the usual ListTopicsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListTopicsPager

A pager for iterating through list_topics requests.

This class thinly wraps an initial ListTopicsResponse object, and provides an __iter__ method to iterate through its topics field.

If there are more pages, the __iter__ method will make additional ListTopics requests and continue to iterate through the topics field on the corresponding responses.

All the usual ListTopicsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

AccessConfig

The configuration of access to the Kafka cluster.

CapacityConfig

A capacity configuration of a Kafka cluster.

Cluster

An Apache Kafka cluster deployed in a location.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

LabelsEntry

The abstract base class for a message.

State

The state of the cluster.

ConsumerGroup

A Kafka consumer group in a given cluster.

TopicsEntry

The abstract base class for a message.

ConsumerPartitionMetadata

Metadata for a consumer group corresponding to a specific partition.

ConsumerTopicMetadata

Metadata for a consumer group corresponding to a specific topic.

PartitionsEntry

The abstract base class for a message.

CreateClusterRequest

Request for CreateCluster.

CreateTopicRequest

Request for CreateTopic.

DeleteClusterRequest

Request for DeleteCluster.

DeleteConsumerGroupRequest

Request for DeleteConsumerGroup.

DeleteTopicRequest

Request for DeleteTopic.

GcpConfig

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

GetClusterRequest

Request for GetCluster.

GetConsumerGroupRequest

Request for GetConsumerGroup.

GetTopicRequest

Request for GetTopic.

ListClustersRequest

Request for ListClusters.

ListClustersResponse

Response for ListClusters.

ListConsumerGroupsRequest

Request for ListConsumerGroups.

ListConsumerGroupsResponse

Response for ListConsumerGroups.

ListTopicsRequest

Request for ListTopics.

ListTopicsResponse

Response for ListTopics.

NetworkConfig

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

OperationMetadata

Represents the metadata of the long-running operation.

RebalanceConfig

Defines rebalancing behavior of a Kafka cluster.

Mode

The partition rebalance mode for the cluster.

Topic

A Kafka topic in a given cluster.

ConfigsEntry

The abstract base class for a message.

UpdateClusterRequest

Request for UpdateCluster.

UpdateConsumerGroupRequest

Request for UpdateConsumerGroup.

UpdateTopicRequest

Request for UpdateTopic.

Modules

pagers

API documentation for managedkafka_v1.services.managed_kafka.pagers module.