Managed Service for Apache Kafka API

Manage Apache Kafka clusters and resources.

Service: managedkafka.googleapis.com

The Service name managedkafka.googleapis.com is needed to create RPC client stubs.

google.cloud.location.Locations

Methods
GetLocation Gets information about a location.
ListLocations Lists information about the supported locations for this service.

google.cloud.managedkafka.schemaregistry.v1.ManagedSchemaRegistry

Methods
CheckCompatibility Check compatibility of a schema with all versions or a specific version of a subject.
CreateSchemaRegistry Create a schema registry instance.
CreateVersion Register a new version under a given subject with the given schema.
DeleteSchemaConfig Delete schema config for a subject.
DeleteSchemaMode Delete schema mode for a subject.
DeleteSchemaRegistry Delete a schema registry instance.
DeleteSubject Delete a subject.
DeleteVersion Delete a version of a subject.
GetContext Get the context.
GetRawSchema Get the schema string for the given schema id.
GetRawSchemaVersion Get the schema string only for a version of a subject.
GetSchema Get the schema for the given schema id.
GetSchemaConfig Get schema config at global level or for a subject.
GetSchemaMode Get mode at global level or for a subject.
GetSchemaRegistry Get the schema registry instance.
GetVersion Get a versioned schema (schema with subject/version) of a subject.
ListContexts List contexts for a schema registry.
ListReferencedSchemas Get a list of IDs of schemas that reference the schema with the given subject and version.
ListSchemaRegistries List schema registries.
ListSchemaTypes List the supported schema types.
ListSchemaVersions List the schema versions for the given schema id.
ListSubjects List subjects in the schema registry.
ListSubjectsBySchemaId List subjects which reference a particular schema id.
ListVersions Get all versions of a subject.
LookupVersion Lookup a schema under the specified subject.
UpdateSchemaConfig Update config at global level or for a subject.
UpdateSchemaMode Update mode at global level or for a subject.

google.cloud.managedkafka.v1.ManagedKafka

Methods
AddAclEntry Incremental update: Adds an acl entry to an acl.
CreateAcl Creates a new acl in the given project, location, and cluster.
CreateCluster Creates a new cluster in a given project and location.
CreateTopic Creates a new topic in a given project and location.
DeleteAcl Deletes an acl.
DeleteCluster Deletes a single cluster.
DeleteConsumerGroup Deletes a single consumer group.
DeleteTopic Deletes a single topic.
GetAcl Returns the properties of a single acl.
GetCluster Returns the properties of a single cluster.
GetConsumerGroup Returns the properties of a single consumer group.
GetTopic Returns the properties of a single topic.
ListAcls Lists the acls in a given cluster.
ListClusters Lists the clusters in a given project and location.
ListConsumerGroups Lists the consumer groups in a given cluster.
ListTopics Lists the topics in a given cluster.
RemoveAclEntry Incremental update: Removes an acl entry from an acl.
UpdateAcl Updates the properties of a single acl.
UpdateCluster Updates the properties of a single cluster.
UpdateConsumerGroup Updates the properties of a single consumer group.
UpdateTopic Updates the properties of a single topic.

google.cloud.managedkafka.v1.ManagedKafkaConnect

Methods
CreateConnectCluster Creates a new Kafka Connect cluster in a given project and location.
CreateConnector Creates a new connector in a given Connect cluster.
DeleteConnectCluster Deletes a single Connect cluster.
DeleteConnector Deletes a connector.
GetConnectCluster Returns the properties of a single Kafka Connect cluster.
GetConnector Returns the properties of a single connector.
ListConnectClusters Lists the Kafka Connect clusters in a given project and location.
ListConnectors Lists the connectors in a given Connect cluster.
PauseConnector Pauses the connector and its tasks.
RestartConnector Restarts the connector.
ResumeConnector Resumes the connector and its tasks.
StopConnector Stops the connector.
UpdateConnectCluster Updates the properties of a single Kafka Connect cluster.
UpdateConnector Updates the properties of a connector.

google.longrunning.Operations

Methods
CancelOperation Starts asynchronous cancellation on a long-running operation.
DeleteOperation Deletes a long-running operation.
GetOperation Gets the latest state of a long-running operation.
ListOperations Lists operations that match the specified filter in the request.
WaitOperation Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state.