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.
ManagedKafkaConnectAsyncClient
The service that a client application uses to manage Apache Kafka Connect clusters and connectors.
ManagedKafkaConnectClient
The service that a client application uses to manage Apache Kafka Connect clusters and connectors.
ListConnectClustersAsyncPager
A pager for iterating through list_connect_clusters
requests.
This class thinly wraps an initial
ListConnectClustersResponse object, and
provides an __aiter__
method to iterate through its
connect_clusters
field.
If there are more pages, the __aiter__
method will make additional
ListConnectClusters
requests and continue to iterate
through the connect_clusters
field on the
corresponding responses.
All the usual ListConnectClustersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListConnectClustersPager
A pager for iterating through list_connect_clusters
requests.
This class thinly wraps an initial
ListConnectClustersResponse object, and
provides an __iter__
method to iterate through its
connect_clusters
field.
If there are more pages, the __iter__
method will make additional
ListConnectClusters
requests and continue to iterate
through the connect_clusters
field on the
corresponding responses.
All the usual ListConnectClustersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListConnectorsAsyncPager
A pager for iterating through list_connectors
requests.
This class thinly wraps an initial
ListConnectorsResponse object, and
provides an __aiter__
method to iterate through its
connectors
field.
If there are more pages, the __aiter__
method will make additional
ListConnectors
requests and continue to iterate
through the connectors
field on the
corresponding responses.
All the usual ListConnectorsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListConnectorsPager
A pager for iterating through list_connectors
requests.
This class thinly wraps an initial
ListConnectorsResponse object, and
provides an __iter__
method to iterate through its
connectors
field.
If there are more pages, the __iter__
method will make additional
ListConnectors
requests and continue to iterate
through the connectors
field on the
corresponding responses.
All the usual ListConnectorsResponse 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.
ConnectAccessConfig
The configuration of access to the Kafka Connect cluster.
ConnectCluster
An Apache Kafka Connect cluster deployed in a location.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
ConfigEntry
The abstract base class for a message.
LabelsEntry
The abstract base class for a message.
State
The state of the cluster.
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.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
ConfigsEntry
The abstract base class for a message.
State
The state of the connector.
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.
CreateConnectClusterRequest
Request for CreateConnectCluster.
CreateConnectorRequest
Request for CreateConnector.
CreateTopicRequest
Request for CreateTopic.
DeleteClusterRequest
Request for DeleteCluster.
DeleteConnectClusterRequest
Request for DeleteConnectCluster.
DeleteConnectorRequest
Request for DeleteConnector.
DeleteConsumerGroupRequest
Request for DeleteConsumerGroup.
DeleteTopicRequest
Request for DeleteTopic.
GcpConfig
Configuration properties for a Kafka cluster deployed to Google Cloud Platform.
GetClusterRequest
Request for GetCluster.
GetConnectClusterRequest
Request for GetConnectCluster.
GetConnectorRequest
Request for GetConnector.
GetConsumerGroupRequest
Request for GetConsumerGroup.
GetTopicRequest
Request for GetTopic.
ListClustersRequest
Request for ListClusters.
ListClustersResponse
Response for ListClusters.
ListConnectClustersRequest
Request for ListConnectClusters.
ListConnectClustersResponse
Response for ListConnectClusters.
ListConnectorsRequest
Request for ListConnectors.
ListConnectorsResponse
Response for ListConnectors.
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.
PauseConnectorRequest
Request for PauseConnector.
PauseConnectorResponse
Response for PauseConnector.
RebalanceConfig
Defines rebalancing behavior of a Kafka cluster.
Mode
The partition rebalance mode for the cluster.
RestartConnectorRequest
Request for RestartConnector.
RestartConnectorResponse
Response for RestartConnector.
ResumeConnectorRequest
Request for ResumeConnector.
ResumeConnectorResponse
Response for ResumeConnector.
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.
ConfigsEntry
The abstract base class for a message.
UpdateClusterRequest
Request for UpdateCluster.
UpdateConnectClusterRequest
Request for UpdateConnectCluster.
UpdateConnectorRequest
Request for UpdateConnector.
UpdateConsumerGroupRequest
Request for UpdateConsumerGroup.
UpdateTopicRequest
Request for UpdateTopic.
Modules
pagers
API documentation for managedkafka_v1.services.managed_kafka.pagers
module.
pagers
API documentation for managedkafka_v1.services.managed_kafka_connect.pagers
module.