Skip to main content
S3NS
Technology areas
  • Application development
  • Application hosting
  • Compute
  • Data analytics and pipelines
  • Databases
  • Networking
  • Observability and monitoring
  • Security
  • Storage
Cross-product tools
  • Access and resources management
  • Infrastructure as code
  • SDK, languages, frameworks, and tools
/
  • C++
  • Client libraries
Overview Guides Reference
S3NS
  • Technology areas
    • More
    • Overview
    • Guides
    • Reference
  • Cross-product tools
    • More
  • Overview
  • Library reference docs
  • Managed Service for Apache Kafka API C++ Client Library
  • In-Depth Topics
    • Environment Variables
    • How to Override the Authentication Credentials
    • How to Override the Default Endpoint
    • Override Retry, Backoff, and Idempotency Policies
    • Override managedkafka_schemaregistry_v1::ManagedSchemaRegistryClient Retry Policies
    • Override managedkafka_v1::ManagedKafkaClient Retry Policies
  • Modules
    • Managed Service for Apache Kafka API Configuration Options
  • Namespaces
    • google::cloud::managedkafka_schemaregistry_v1
      • Overview
      • Classes
        • ManagedSchemaRegistryClient
          • Overview
          • Constructors
            • ManagedSchemaRegistryClient(ManagedSchemaRegistryClient const &)
            • ManagedSchemaRegistryClient(ManagedSchemaRegistryClient &&)
            • ManagedSchemaRegistryClient(std::shared_ptr< ManagedSchemaRegistryConnection >, Options)
          • Operators
            • operator=(ManagedSchemaRegistryClient const &)
            • operator=(ManagedSchemaRegistryClient &&)
            • operator==(ManagedSchemaRegistryClient const &, ManagedSchemaRegistryClient const &)
            • operator!=(ManagedSchemaRegistryClient const &, ManagedSchemaRegistryClient const &)
          • Functions
            • GetSchemaRegistry(std::string const &, Options)
            • GetSchemaRegistry(google::cloud::managedkafka::schemaregistry::v1::GetSchemaRegistryRequest const &, Options)
            • ListSchemaRegistries(std::string const &, Options)
            • ListSchemaRegistries(google::cloud::managedkafka::schemaregistry::v1::ListSchemaRegistriesRequest const &, Options)
            • CreateSchemaRegistry(std::string const &, google::cloud::managedkafka::schemaregistry::v1::SchemaRegistry const &, Options)
            • CreateSchemaRegistry(google::cloud::managedkafka::schemaregistry::v1::CreateSchemaRegistryRequest const &, Options)
            • DeleteSchemaRegistry(std::string const &, Options)
            • DeleteSchemaRegistry(google::cloud::managedkafka::schemaregistry::v1::DeleteSchemaRegistryRequest const &, Options)
            • GetContext(std::string const &, Options)
            • GetContext(google::cloud::managedkafka::schemaregistry::v1::GetContextRequest const &, Options)
            • ListContexts(std::string const &, Options)
            • ListContexts(google::cloud::managedkafka::schemaregistry::v1::ListContextsRequest const &, Options)
            • GetSchema(std::string const &, Options)
            • GetSchema(google::cloud::managedkafka::schemaregistry::v1::GetSchemaRequest const &, Options)
            • GetRawSchema(std::string const &, Options)
            • GetRawSchema(google::cloud::managedkafka::schemaregistry::v1::GetSchemaRequest const &, Options)
            • ListSchemaVersions(std::string const &, Options)
            • ListSchemaVersions(google::cloud::managedkafka::schemaregistry::v1::ListSchemaVersionsRequest const &, Options)
            • ListSchemaTypes(std::string const &, Options)
            • ListSchemaTypes(google::cloud::managedkafka::schemaregistry::v1::ListSchemaTypesRequest const &, Options)
            • ListSubjects(std::string const &, std::string const &, bool, Options)
            • ListSubjects(google::cloud::managedkafka::schemaregistry::v1::ListSubjectsRequest const &, Options)
            • ListSubjectsBySchemaId(std::string const &, std::string const &, bool, Options)
            • ListSubjectsBySchemaId(google::cloud::managedkafka::schemaregistry::v1::ListSubjectsBySchemaIdRequest const &, Options)
            • DeleteSubject(std::string const &, Options)
            • DeleteSubject(google::cloud::managedkafka::schemaregistry::v1::DeleteSubjectRequest const &, Options)
            • LookupVersion(std::string const &, std::string const &, Options)
            • LookupVersion(google::cloud::managedkafka::schemaregistry::v1::LookupVersionRequest const &, Options)
            • GetVersion(std::string const &, Options)
            • GetVersion(google::cloud::managedkafka::schemaregistry::v1::GetVersionRequest const &, Options)
            • GetRawSchemaVersion(std::string const &, Options)
            • GetRawSchemaVersion(google::cloud::managedkafka::schemaregistry::v1::GetVersionRequest const &, Options)
            • ListVersions(std::string const &, Options)
            • ListVersions(google::cloud::managedkafka::schemaregistry::v1::ListVersionsRequest const &, Options)
            • CreateVersion(std::string const &, std::int32_t, std::int32_t, google::cloud::managedkafka::schemaregistry::v1::Schema::SchemaType, std::string const &, std::vector< google::cloud::managedkafka::schemaregistry::v1::Schema::SchemaReference > const &, bool, Options)
            • CreateVersion(google::cloud::managedkafka::schemaregistry::v1::CreateVersionRequest const &, Options)
            • DeleteVersion(std::string const &, Options)
            • DeleteVersion(google::cloud::managedkafka::schemaregistry::v1::DeleteVersionRequest const &, Options)
            • ListReferencedSchemas(std::string const &, Options)
            • ListReferencedSchemas(google::cloud::managedkafka::schemaregistry::v1::ListReferencedSchemasRequest const &, Options)
            • CheckCompatibility(std::string const &, std::string const &, Options)
            • CheckCompatibility(google::cloud::managedkafka::schemaregistry::v1::CheckCompatibilityRequest const &, Options)
            • GetSchemaConfig(std::string const &, Options)
            • GetSchemaConfig(google::cloud::managedkafka::schemaregistry::v1::GetSchemaConfigRequest const &, Options)
            • UpdateSchemaConfig(std::string const &, google::cloud::managedkafka::schemaregistry::v1::SchemaConfig::CompatibilityType, Options)
            • UpdateSchemaConfig(google::cloud::managedkafka::schemaregistry::v1::UpdateSchemaConfigRequest const &, Options)
            • DeleteSchemaConfig(std::string const &, Options)
            • DeleteSchemaConfig(google::cloud::managedkafka::schemaregistry::v1::DeleteSchemaConfigRequest const &, Options)
            • GetSchemaMode(std::string const &, Options)
            • GetSchemaMode(google::cloud::managedkafka::schemaregistry::v1::GetSchemaModeRequest const &, Options)
            • UpdateSchemaMode(std::string const &, google::cloud::managedkafka::schemaregistry::v1::SchemaMode::ModeType, Options)
            • UpdateSchemaMode(google::cloud::managedkafka::schemaregistry::v1::UpdateSchemaModeRequest const &, Options)
            • DeleteSchemaMode(std::string const &, Options)
            • DeleteSchemaMode(google::cloud::managedkafka::schemaregistry::v1::DeleteSchemaModeRequest const &, Options)
            • ListLocations(google::cloud::location::ListLocationsRequest, Options)
            • GetLocation(google::cloud::location::GetLocationRequest const &, Options)
            • ListOperations(std::string const &, std::string const &, Options)
            • ListOperations(google::longrunning::ListOperationsRequest, Options)
            • GetOperation(std::string const &, Options)
            • GetOperation(google::longrunning::GetOperationRequest const &, Options)
            • DeleteOperation(std::string const &, Options)
            • DeleteOperation(google::longrunning::DeleteOperationRequest const &, Options)
            • CancelOperation(std::string const &, Options)
            • CancelOperation(google::longrunning::CancelOperationRequest const &, Options)
        • ManagedSchemaRegistryConnection
          • Overview
          • Functions
            • virtual options()
            • virtual GetSchemaRegistry(google::cloud::managedkafka::schemaregistry::v1::GetSchemaRegistryRequest const &)
            • virtual ListSchemaRegistries(google::cloud::managedkafka::schemaregistry::v1::ListSchemaRegistriesRequest const &)
            • virtual CreateSchemaRegistry(google::cloud::managedkafka::schemaregistry::v1::CreateSchemaRegistryRequest const &)
            • virtual DeleteSchemaRegistry(google::cloud::managedkafka::schemaregistry::v1::DeleteSchemaRegistryRequest const &)
            • virtual GetContext(google::cloud::managedkafka::schemaregistry::v1::GetContextRequest const &)
            • virtual ListContexts(google::cloud::managedkafka::schemaregistry::v1::ListContextsRequest const &)
            • virtual GetSchema(google::cloud::managedkafka::schemaregistry::v1::GetSchemaRequest const &)
            • virtual GetRawSchema(google::cloud::managedkafka::schemaregistry::v1::GetSchemaRequest const &)
            • virtual ListSchemaVersions(google::cloud::managedkafka::schemaregistry::v1::ListSchemaVersionsRequest const &)
            • virtual ListSchemaTypes(google::cloud::managedkafka::schemaregistry::v1::ListSchemaTypesRequest const &)
            • virtual ListSubjects(google::cloud::managedkafka::schemaregistry::v1::ListSubjectsRequest const &)
            • virtual ListSubjectsBySchemaId(google::cloud::managedkafka::schemaregistry::v1::ListSubjectsBySchemaIdRequest const &)
            • virtual DeleteSubject(google::cloud::managedkafka::schemaregistry::v1::DeleteSubjectRequest const &)
            • virtual LookupVersion(google::cloud::managedkafka::schemaregistry::v1::LookupVersionRequest const &)
            • virtual GetVersion(google::cloud::managedkafka::schemaregistry::v1::GetVersionRequest const &)
            • virtual GetRawSchemaVersion(google::cloud::managedkafka::schemaregistry::v1::GetVersionRequest const &)
            • virtual ListVersions(google::cloud::managedkafka::schemaregistry::v1::ListVersionsRequest const &)
            • virtual CreateVersion(google::cloud::managedkafka::schemaregistry::v1::CreateVersionRequest const &)
            • virtual DeleteVersion(google::cloud::managedkafka::schemaregistry::v1::DeleteVersionRequest const &)
            • virtual ListReferencedSchemas(google::cloud::managedkafka::schemaregistry::v1::ListReferencedSchemasRequest const &)
            • virtual CheckCompatibility(google::cloud::managedkafka::schemaregistry::v1::CheckCompatibilityRequest const &)
            • virtual GetSchemaConfig(google::cloud::managedkafka::schemaregistry::v1::GetSchemaConfigRequest const &)
            • virtual UpdateSchemaConfig(google::cloud::managedkafka::schemaregistry::v1::UpdateSchemaConfigRequest const &)
            • virtual DeleteSchemaConfig(google::cloud::managedkafka::schemaregistry::v1::DeleteSchemaConfigRequest const &)
            • virtual GetSchemaMode(google::cloud::managedkafka::schemaregistry::v1::GetSchemaModeRequest const &)
            • virtual UpdateSchemaMode(google::cloud::managedkafka::schemaregistry::v1::UpdateSchemaModeRequest const &)
            • virtual DeleteSchemaMode(google::cloud::managedkafka::schemaregistry::v1::DeleteSchemaModeRequest const &)
            • virtual ListLocations(google::cloud::location::ListLocationsRequest)
            • virtual GetLocation(google::cloud::location::GetLocationRequest const &)
            • virtual ListOperations(google::longrunning::ListOperationsRequest)
            • virtual GetOperation(google::longrunning::GetOperationRequest const &)
            • virtual DeleteOperation(google::longrunning::DeleteOperationRequest const &)
            • virtual CancelOperation(google::longrunning::CancelOperationRequest const &)
        • ManagedSchemaRegistryConnectionIdempotencyPolicy
          • Overview
          • Functions
            • virtual clone() const
            • virtual GetSchemaRegistry(google::cloud::managedkafka::schemaregistry::v1::GetSchemaRegistryRequest const &)
            • virtual ListSchemaRegistries(google::cloud::managedkafka::schemaregistry::v1::ListSchemaRegistriesRequest const &)
            • virtual CreateSchemaRegistry(google::cloud::managedkafka::schemaregistry::v1::CreateSchemaRegistryRequest const &)
            • virtual DeleteSchemaRegistry(google::cloud::managedkafka::schemaregistry::v1::DeleteSchemaRegistryRequest const &)
            • virtual GetContext(google::cloud::managedkafka::schemaregistry::v1::GetContextRequest const &)
            • virtual ListContexts(google::cloud::managedkafka::schemaregistry::v1::ListContextsRequest const &)
            • virtual GetSchema(google::cloud::managedkafka::schemaregistry::v1::GetSchemaRequest const &)
            • virtual GetRawSchema(google::cloud::managedkafka::schemaregistry::v1::GetSchemaRequest const &)
            • virtual ListSchemaVersions(google::cloud::managedkafka::schemaregistry::v1::ListSchemaVersionsRequest const &)
            • virtual ListSchemaTypes(google::cloud::managedkafka::schemaregistry::v1::ListSchemaTypesRequest const &)
            • virtual ListSubjects(google::cloud::managedkafka::schemaregistry::v1::ListSubjectsRequest const &)
            • virtual ListSubjectsBySchemaId(google::cloud::managedkafka::schemaregistry::v1::ListSubjectsBySchemaIdRequest const &)
            • virtual DeleteSubject(google::cloud::managedkafka::schemaregistry::v1::DeleteSubjectRequest const &)
            • virtual LookupVersion(google::cloud::managedkafka::schemaregistry::v1::LookupVersionRequest const &)
            • virtual GetVersion(google::cloud::managedkafka::schemaregistry::v1::GetVersionRequest const &)
            • virtual GetRawSchemaVersion(google::cloud::managedkafka::schemaregistry::v1::GetVersionRequest const &)
            • virtual ListVersions(google::cloud::managedkafka::schemaregistry::v1::ListVersionsRequest const &)
            • virtual CreateVersion(google::cloud::managedkafka::schemaregistry::v1::CreateVersionRequest const &)
            • virtual DeleteVersion(google::cloud::managedkafka::schemaregistry::v1::DeleteVersionRequest const &)
            • virtual ListReferencedSchemas(google::cloud::managedkafka::schemaregistry::v1::ListReferencedSchemasRequest const &)
            • virtual CheckCompatibility(google::cloud::managedkafka::schemaregistry::v1::CheckCompatibilityRequest const &)
            • virtual GetSchemaConfig(google::cloud::managedkafka::schemaregistry::v1::GetSchemaConfigRequest const &)
            • virtual UpdateSchemaConfig(google::cloud::managedkafka::schemaregistry::v1::UpdateSchemaConfigRequest const &)
            • virtual DeleteSchemaConfig(google::cloud::managedkafka::schemaregistry::v1::DeleteSchemaConfigRequest const &)
            • virtual GetSchemaMode(google::cloud::managedkafka::schemaregistry::v1::GetSchemaModeRequest const &)
            • virtual UpdateSchemaMode(google::cloud::managedkafka::schemaregistry::v1::UpdateSchemaModeRequest const &)
            • virtual DeleteSchemaMode(google::cloud::managedkafka::schemaregistry::v1::DeleteSchemaModeRequest const &)
            • virtual ListLocations(google::cloud::location::ListLocationsRequest)
            • virtual GetLocation(google::cloud::location::GetLocationRequest const &)
            • virtual ListOperations(google::longrunning::ListOperationsRequest)
            • virtual GetOperation(google::longrunning::GetOperationRequest const &)
            • virtual DeleteOperation(google::longrunning::DeleteOperationRequest const &)
            • virtual CancelOperation(google::longrunning::CancelOperationRequest const &)
        • ManagedSchemaRegistryLimitedErrorCountRetryPolicy
          • Overview
          • Constructors
            • ManagedSchemaRegistryLimitedErrorCountRetryPolicy(int)
            • ManagedSchemaRegistryLimitedErrorCountRetryPolicy(ManagedSchemaRegistryLimitedErrorCountRetryPolicy &&)
            • ManagedSchemaRegistryLimitedErrorCountRetryPolicy(ManagedSchemaRegistryLimitedErrorCountRetryPolicy const &)
          • Functions
            • maximum_failures() const
            • virtual OnFailure(Status const &)
            • virtual IsExhausted() const
            • virtual IsPermanentFailure(Status const &) const
            • virtual clone() const
          • Types
            • BaseType
        • ManagedSchemaRegistryLimitedTimeRetryPolicy
          • Overview
          • Constructors
            • ManagedSchemaRegistryLimitedTimeRetryPolicy(std::chrono::duration< DurationRep, DurationPeriod >)
            • ManagedSchemaRegistryLimitedTimeRetryPolicy(ManagedSchemaRegistryLimitedTimeRetryPolicy &&)
            • ManagedSchemaRegistryLimitedTimeRetryPolicy(ManagedSchemaRegistryLimitedTimeRetryPolicy const &)
          • Functions
            • maximum_duration() const
            • virtual OnFailure(Status const &)
            • virtual IsExhausted() const
            • virtual IsPermanentFailure(Status const &) const
            • virtual clone() const
          • Types
            • BaseType
        • ManagedSchemaRegistryRetryPolicy
          • Overview
          • Functions
            • clone() const
            • OnFailure(Status const &)
            • OnFailure(Status const &)
            • IsExhausted() const
            • IsExhausted() const
            • IsPermanentFailure(Status const &) const
            • IsPermanentFailure(Status const &) const
      • Structs
        • ManagedSchemaRegistryBackoffPolicyOption
          • Overview
          • Types
            • Type
        • ManagedSchemaRegistryConnectionIdempotencyPolicyOption
          • Overview
          • Types
            • Type
        • ManagedSchemaRegistryRetryPolicyOption
          • Overview
          • Types
            • Type
      • Functions
        • MakeManagedSchemaRegistryConnection(Options)
        • MakeDefaultManagedSchemaRegistryConnectionIdempotencyPolicy()
    • google::cloud::managedkafka_schemaregistry_v1_mocks
      • Overview
      • Classes
        • MockManagedSchemaRegistryConnection
          • Overview
          • Functions
            • virtual options()
            • virtual GetSchemaRegistry(google::cloud::managedkafka::schemaregistry::v1::GetSchemaRegistryRequest const &)
            • virtual ListSchemaRegistries(google::cloud::managedkafka::schemaregistry::v1::ListSchemaRegistriesRequest const &)
            • virtual CreateSchemaRegistry(google::cloud::managedkafka::schemaregistry::v1::CreateSchemaRegistryRequest const &)
            • virtual DeleteSchemaRegistry(google::cloud::managedkafka::schemaregistry::v1::DeleteSchemaRegistryRequest const &)
            • virtual GetContext(google::cloud::managedkafka::schemaregistry::v1::GetContextRequest const &)
            • virtual ListContexts(google::cloud::managedkafka::schemaregistry::v1::ListContextsRequest const &)
            • virtual GetSchema(google::cloud::managedkafka::schemaregistry::v1::GetSchemaRequest const &)
            • virtual GetRawSchema(google::cloud::managedkafka::schemaregistry::v1::GetSchemaRequest const &)
            • virtual ListSchemaVersions(google::cloud::managedkafka::schemaregistry::v1::ListSchemaVersionsRequest const &)
            • virtual ListSchemaTypes(google::cloud::managedkafka::schemaregistry::v1::ListSchemaTypesRequest const &)
            • virtual ListSubjects(google::cloud::managedkafka::schemaregistry::v1::ListSubjectsRequest const &)
            • virtual ListSubjectsBySchemaId(google::cloud::managedkafka::schemaregistry::v1::ListSubjectsBySchemaIdRequest const &)
            • virtual DeleteSubject(google::cloud::managedkafka::schemaregistry::v1::DeleteSubjectRequest const &)
            • virtual LookupVersion(google::cloud::managedkafka::schemaregistry::v1::LookupVersionRequest const &)
            • virtual GetVersion(google::cloud::managedkafka::schemaregistry::v1::GetVersionRequest const &)
            • virtual GetRawSchemaVersion(google::cloud::managedkafka::schemaregistry::v1::GetVersionRequest const &)
            • virtual ListVersions(google::cloud::managedkafka::schemaregistry::v1::ListVersionsRequest const &)
            • virtual CreateVersion(google::cloud::managedkafka::schemaregistry::v1::CreateVersionRequest const &)
            • virtual DeleteVersion(google::cloud::managedkafka::schemaregistry::v1::DeleteVersionRequest const &)
            • virtual ListReferencedSchemas(google::cloud::managedkafka::schemaregistry::v1::ListReferencedSchemasRequest const &)
            • virtual CheckCompatibility(google::cloud::managedkafka::schemaregistry::v1::CheckCompatibilityRequest const &)
            • virtual GetSchemaConfig(google::cloud::managedkafka::schemaregistry::v1::GetSchemaConfigRequest const &)
            • virtual UpdateSchemaConfig(google::cloud::managedkafka::schemaregistry::v1::UpdateSchemaConfigRequest const &)
            • virtual DeleteSchemaConfig(google::cloud::managedkafka::schemaregistry::v1::DeleteSchemaConfigRequest const &)
            • virtual GetSchemaMode(google::cloud::managedkafka::schemaregistry::v1::GetSchemaModeRequest const &)
            • virtual UpdateSchemaMode(google::cloud::managedkafka::schemaregistry::v1::UpdateSchemaModeRequest const &)
            • virtual DeleteSchemaMode(google::cloud::managedkafka::schemaregistry::v1::DeleteSchemaModeRequest const &)
            • virtual ListLocations(google::cloud::location::ListLocationsRequest)
            • virtual GetLocation(google::cloud::location::GetLocationRequest const &)
            • virtual ListOperations(google::longrunning::ListOperationsRequest)
            • virtual GetOperation(google::longrunning::GetOperationRequest const &)
            • virtual DeleteOperation(google::longrunning::DeleteOperationRequest const &)
            • virtual CancelOperation(google::longrunning::CancelOperationRequest const &)
    • google::cloud::managedkafka_v1
      • Overview
      • Classes
        • ManagedKafkaClient
          • Overview
          • Constructors
            • ManagedKafkaClient(ManagedKafkaClient const &)
            • ManagedKafkaClient(ManagedKafkaClient &&)
            • ManagedKafkaClient(std::shared_ptr< ManagedKafkaConnection >, Options)
          • Operators
            • operator=(ManagedKafkaClient const &)
            • operator=(ManagedKafkaClient &&)
            • operator==(ManagedKafkaClient const &, ManagedKafkaClient const &)
            • operator!=(ManagedKafkaClient const &, ManagedKafkaClient const &)
          • Functions
            • ListClusters(std::string const &, Options)
            • ListClusters(google::cloud::managedkafka::v1::ListClustersRequest, Options)
            • GetCluster(std::string const &, Options)
            • GetCluster(google::cloud::managedkafka::v1::GetClusterRequest const &, Options)
            • CreateCluster(std::string const &, google::cloud::managedkafka::v1::Cluster const &, std::string const &, Options)
            • CreateCluster(NoAwaitTag, std::string const &, google::cloud::managedkafka::v1::Cluster const &, std::string const &, Options)
            • CreateCluster(google::cloud::managedkafka::v1::CreateClusterRequest const &, Options)
            • CreateCluster(NoAwaitTag, google::cloud::managedkafka::v1::CreateClusterRequest const &, Options)
            • CreateCluster(google::longrunning::Operation const &, Options)
            • UpdateCluster(google::cloud::managedkafka::v1::Cluster const &, google::protobuf::FieldMask const &, Options)
            • UpdateCluster(NoAwaitTag, google::cloud::managedkafka::v1::Cluster const &, google::protobuf::FieldMask const &, Options)
            • UpdateCluster(google::cloud::managedkafka::v1::UpdateClusterRequest const &, Options)
            • UpdateCluster(NoAwaitTag, google::cloud::managedkafka::v1::UpdateClusterRequest const &, Options)
            • UpdateCluster(google::longrunning::Operation const &, Options)
            • DeleteCluster(std::string const &, Options)
            • DeleteCluster(NoAwaitTag, std::string const &, Options)
            • DeleteCluster(google::cloud::managedkafka::v1::DeleteClusterRequest const &, Options)
            • DeleteCluster(NoAwaitTag, google::cloud::managedkafka::v1::DeleteClusterRequest const &, Options)
            • DeleteCluster(google::longrunning::Operation const &, Options)
            • ListTopics(std::string const &, Options)
            • ListTopics(google::cloud::managedkafka::v1::ListTopicsRequest, Options)
            • GetTopic(std::string const &, Options)
            • GetTopic(google::cloud::managedkafka::v1::GetTopicRequest const &, Options)
            • CreateTopic(std::string const &, google::cloud::managedkafka::v1::Topic const &, std::string const &, Options)
            • CreateTopic(google::cloud::managedkafka::v1::CreateTopicRequest const &, Options)
            • UpdateTopic(google::cloud::managedkafka::v1::Topic const &, google::protobuf::FieldMask const &, Options)
            • UpdateTopic(google::cloud::managedkafka::v1::UpdateTopicRequest const &, Options)
            • DeleteTopic(std::string const &, Options)
            • DeleteTopic(google::cloud::managedkafka::v1::DeleteTopicRequest const &, Options)
            • ListConsumerGroups(std::string const &, Options)
            • ListConsumerGroups(google::cloud::managedkafka::v1::ListConsumerGroupsRequest, Options)
            • GetConsumerGroup(std::string const &, Options)
            • GetConsumerGroup(google::cloud::managedkafka::v1::GetConsumerGroupRequest const &, Options)
            • UpdateConsumerGroup(google::cloud::managedkafka::v1::ConsumerGroup const &, google::protobuf::FieldMask const &, Options)
            • UpdateConsumerGroup(google::cloud::managedkafka::v1::UpdateConsumerGroupRequest const &, Options)
            • DeleteConsumerGroup(std::string const &, Options)
            • DeleteConsumerGroup(google::cloud::managedkafka::v1::DeleteConsumerGroupRequest const &, Options)
            • ListAcls(std::string const &, Options)
            • ListAcls(google::cloud::managedkafka::v1::ListAclsRequest, Options)
            • GetAcl(std::string const &, Options)
            • GetAcl(google::cloud::managedkafka::v1::GetAclRequest const &, Options)
            • CreateAcl(std::string const &, google::cloud::managedkafka::v1::Acl const &, std::string const &, Options)
            • CreateAcl(google::cloud::managedkafka::v1::CreateAclRequest const &, Options)
            • UpdateAcl(google::cloud::managedkafka::v1::Acl const &, google::protobuf::FieldMask const &, Options)
            • UpdateAcl(google::cloud::managedkafka::v1::UpdateAclRequest const &, Options)
            • DeleteAcl(std::string const &, Options)
            • DeleteAcl(google::cloud::managedkafka::v1::DeleteAclRequest const &, Options)
            • AddAclEntry(std::string const &, google::cloud::managedkafka::v1::AclEntry const &, Options)
            • AddAclEntry(google::cloud::managedkafka::v1::AddAclEntryRequest const &, Options)
            • RemoveAclEntry(std::string const &, google::cloud::managedkafka::v1::AclEntry const &, Options)
            • RemoveAclEntry(google::cloud::managedkafka::v1::RemoveAclEntryRequest const &, Options)
            • ListLocations(google::cloud::location::ListLocationsRequest, Options)
            • GetLocation(google::cloud::location::GetLocationRequest const &, Options)
            • ListOperations(std::string const &, std::string const &, Options)
            • ListOperations(google::longrunning::ListOperationsRequest, Options)
            • GetOperation(std::string const &, Options)
            • GetOperation(google::longrunning::GetOperationRequest const &, Options)
            • DeleteOperation(std::string const &, Options)
            • DeleteOperation(google::longrunning::DeleteOperationRequest const &, Options)
            • CancelOperation(std::string const &, Options)
            • CancelOperation(google::longrunning::CancelOperationRequest const &, Options)
        • ManagedKafkaConnection
          • Overview
          • Functions
            • virtual options()
            • virtual ListClusters(google::cloud::managedkafka::v1::ListClustersRequest)
            • virtual GetCluster(google::cloud::managedkafka::v1::GetClusterRequest const &)
            • virtual CreateCluster(google::cloud::managedkafka::v1::CreateClusterRequest const &)
            • virtual CreateCluster(NoAwaitTag, google::cloud::managedkafka::v1::CreateClusterRequest const &)
            • virtual CreateCluster(google::longrunning::Operation const &)
            • virtual UpdateCluster(google::cloud::managedkafka::v1::UpdateClusterRequest const &)
            • virtual UpdateCluster(NoAwaitTag, google::cloud::managedkafka::v1::UpdateClusterRequest const &)
            • virtual UpdateCluster(google::longrunning::Operation const &)
            • virtual DeleteCluster(google::cloud::managedkafka::v1::DeleteClusterRequest const &)
            • virtual DeleteCluster(NoAwaitTag, google::cloud::managedkafka::v1::DeleteClusterRequest const &)
            • virtual DeleteCluster(google::longrunning::Operation const &)
            • virtual ListTopics(google::cloud::managedkafka::v1::ListTopicsRequest)
            • virtual GetTopic(google::cloud::managedkafka::v1::GetTopicRequest const &)
            • virtual CreateTopic(google::cloud::managedkafka::v1::CreateTopicRequest const &)
            • virtual UpdateTopic(google::cloud::managedkafka::v1::UpdateTopicRequest const &)
            • virtual DeleteTopic(google::cloud::managedkafka::v1::DeleteTopicRequest const &)
            • virtual ListConsumerGroups(google::cloud::managedkafka::v1::ListConsumerGroupsRequest)
            • virtual GetConsumerGroup(google::cloud::managedkafka::v1::GetConsumerGroupRequest const &)
            • virtual UpdateConsumerGroup(google::cloud::managedkafka::v1::UpdateConsumerGroupRequest const &)
            • virtual DeleteConsumerGroup(google::cloud::managedkafka::v1::DeleteConsumerGroupRequest const &)
            • virtual ListAcls(google::cloud::managedkafka::v1::ListAclsRequest)
            • virtual GetAcl(google::cloud::managedkafka::v1::GetAclRequest const &)
            • virtual CreateAcl(google::cloud::managedkafka::v1::CreateAclRequest const &)
            • virtual UpdateAcl(google::cloud::managedkafka::v1::UpdateAclRequest const &)
            • virtual DeleteAcl(google::cloud::managedkafka::v1::DeleteAclRequest const &)
            • virtual AddAclEntry(google::cloud::managedkafka::v1::AddAclEntryRequest const &)
            • virtual RemoveAclEntry(google::cloud::managedkafka::v1::RemoveAclEntryRequest const &)
            • virtual ListLocations(google::cloud::location::ListLocationsRequest)
            • virtual GetLocation(google::cloud::location::GetLocationRequest const &)
            • virtual ListOperations(google::longrunning::ListOperationsRequest)
            • virtual GetOperation(google::longrunning::GetOperationRequest const &)
            • virtual DeleteOperation(google::longrunning::DeleteOperationRequest const &)
            • virtual CancelOperation(google::longrunning::CancelOperationRequest const &)
        • ManagedKafkaConnectionIdempotencyPolicy
          • Overview
          • Functions
            • virtual clone() const
            • virtual ListClusters(google::cloud::managedkafka::v1::ListClustersRequest)
            • virtual GetCluster(google::cloud::managedkafka::v1::GetClusterRequest const &)
            • virtual CreateCluster(google::cloud::managedkafka::v1::CreateClusterRequest const &)
            • virtual UpdateCluster(google::cloud::managedkafka::v1::UpdateClusterRequest const &)
            • virtual DeleteCluster(google::cloud::managedkafka::v1::DeleteClusterRequest const &)
            • virtual ListTopics(google::cloud::managedkafka::v1::ListTopicsRequest)
            • virtual GetTopic(google::cloud::managedkafka::v1::GetTopicRequest const &)
            • virtual CreateTopic(google::cloud::managedkafka::v1::CreateTopicRequest const &)
            • virtual UpdateTopic(google::cloud::managedkafka::v1::UpdateTopicRequest const &)
            • virtual DeleteTopic(google::cloud::managedkafka::v1::DeleteTopicRequest const &)
            • virtual ListConsumerGroups(google::cloud::managedkafka::v1::ListConsumerGroupsRequest)
            • virtual GetConsumerGroup(google::cloud::managedkafka::v1::GetConsumerGroupRequest const &)
            • virtual UpdateConsumerGroup(google::cloud::managedkafka::v1::UpdateConsumerGroupRequest const &)
            • virtual DeleteConsumerGroup(google::cloud::managedkafka::v1::DeleteConsumerGroupRequest const &)
            • virtual ListAcls(google::cloud::managedkafka::v1::ListAclsRequest)
            • virtual GetAcl(google::cloud::managedkafka::v1::GetAclRequest const &)
            • virtual CreateAcl(google::cloud::managedkafka::v1::CreateAclRequest const &)
            • virtual UpdateAcl(google::cloud::managedkafka::v1::UpdateAclRequest const &)
            • virtual DeleteAcl(google::cloud::managedkafka::v1::DeleteAclRequest const &)
            • virtual AddAclEntry(google::cloud::managedkafka::v1::AddAclEntryRequest const &)
            • virtual RemoveAclEntry(google::cloud::managedkafka::v1::RemoveAclEntryRequest const &)
            • virtual ListLocations(google::cloud::location::ListLocationsRequest)
            • virtual GetLocation(google::cloud::location::GetLocationRequest const &)
            • virtual ListOperations(google::longrunning::ListOperationsRequest)
            • virtual GetOperation(google::longrunning::GetOperationRequest const &)
            • virtual DeleteOperation(google::longrunning::DeleteOperationRequest const &)
            • virtual CancelOperation(google::longrunning::CancelOperationRequest const &)
        • ManagedKafkaLimitedErrorCountRetryPolicy
          • Overview
          • Constructors
            • ManagedKafkaLimitedErrorCountRetryPolicy(int)
            • ManagedKafkaLimitedErrorCountRetryPolicy(ManagedKafkaLimitedErrorCountRetryPolicy &&)
            • ManagedKafkaLimitedErrorCountRetryPolicy(ManagedKafkaLimitedErrorCountRetryPolicy const &)
          • Functions
            • maximum_failures() const
            • virtual OnFailure(Status const &)
            • virtual IsExhausted() const
            • virtual IsPermanentFailure(Status const &) const
            • virtual clone() const
          • Types
            • BaseType
        • ManagedKafkaLimitedTimeRetryPolicy
          • Overview
          • Constructors
            • ManagedKafkaLimitedTimeRetryPolicy(std::chrono::duration< DurationRep, DurationPeriod >)
            • ManagedKafkaLimitedTimeRetryPolicy(ManagedKafkaLimitedTimeRetryPolicy &&)
            • ManagedKafkaLimitedTimeRetryPolicy(ManagedKafkaLimitedTimeRetryPolicy const &)
          • Functions
            • maximum_duration() const
            • virtual OnFailure(Status const &)
            • virtual IsExhausted() const
            • virtual IsPermanentFailure(Status const &) const
            • virtual clone() const
          • Types
            • BaseType
        • ManagedKafkaRetryPolicy
          • Overview
          • Functions
            • clone() const
            • OnFailure(Status const &)
            • OnFailure(Status const &)
            • IsExhausted() const
            • IsExhausted() const
            • IsPermanentFailure(Status const &) const
            • IsPermanentFailure(Status const &) const
      • Structs
        • ManagedKafkaBackoffPolicyOption
          • Overview
          • Types
            • Type
        • ManagedKafkaConnectionIdempotencyPolicyOption
          • Overview
          • Types
            • Type
        • ManagedKafkaPollingPolicyOption
          • Overview
          • Types
            • Type
        • ManagedKafkaRetryPolicyOption
          • Overview
          • Types
            • Type
      • Functions
        • MakeManagedKafkaConnection(Options)
        • MakeDefaultManagedKafkaConnectionIdempotencyPolicy()
    • google::cloud::managedkafka_v1_mocks
      • Overview
      • Classes
        • MockManagedKafkaConnection
          • Overview
          • Functions
            • virtual options()
            • virtual ListClusters(google::cloud::managedkafka::v1::ListClustersRequest)
            • virtual GetCluster(google::cloud::managedkafka::v1::GetClusterRequest const &)
            • virtual CreateCluster(google::cloud::managedkafka::v1::CreateClusterRequest const &)
            • virtual CreateCluster(NoAwaitTag, google::cloud::managedkafka::v1::CreateClusterRequest const &)
            • virtual CreateCluster(google::longrunning::Operation const &)
            • virtual UpdateCluster(google::cloud::managedkafka::v1::UpdateClusterRequest const &)
            • virtual UpdateCluster(NoAwaitTag, google::cloud::managedkafka::v1::UpdateClusterRequest const &)
            • virtual UpdateCluster(google::longrunning::Operation const &)
            • virtual DeleteCluster(google::cloud::managedkafka::v1::DeleteClusterRequest const &)
            • virtual DeleteCluster(NoAwaitTag, google::cloud::managedkafka::v1::DeleteClusterRequest const &)
            • virtual DeleteCluster(google::longrunning::Operation const &)
            • virtual ListTopics(google::cloud::managedkafka::v1::ListTopicsRequest)
            • virtual GetTopic(google::cloud::managedkafka::v1::GetTopicRequest const &)
            • virtual CreateTopic(google::cloud::managedkafka::v1::CreateTopicRequest const &)
            • virtual UpdateTopic(google::cloud::managedkafka::v1::UpdateTopicRequest const &)
            • virtual DeleteTopic(google::cloud::managedkafka::v1::DeleteTopicRequest const &)
            • virtual ListConsumerGroups(google::cloud::managedkafka::v1::ListConsumerGroupsRequest)
            • virtual GetConsumerGroup(google::cloud::managedkafka::v1::GetConsumerGroupRequest const &)
            • virtual UpdateConsumerGroup(google::cloud::managedkafka::v1::UpdateConsumerGroupRequest const &)
            • virtual DeleteConsumerGroup(google::cloud::managedkafka::v1::DeleteConsumerGroupRequest const &)
            • virtual ListAcls(google::cloud::managedkafka::v1::ListAclsRequest)
            • virtual GetAcl(google::cloud::managedkafka::v1::GetAclRequest const &)
            • virtual CreateAcl(google::cloud::managedkafka::v1::CreateAclRequest const &)
            • virtual UpdateAcl(google::cloud::managedkafka::v1::UpdateAclRequest const &)
            • virtual DeleteAcl(google::cloud::managedkafka::v1::DeleteAclRequest const &)
            • virtual AddAclEntry(google::cloud::managedkafka::v1::AddAclEntryRequest const &)
            • virtual RemoveAclEntry(google::cloud::managedkafka::v1::RemoveAclEntryRequest const &)
            • virtual ListLocations(google::cloud::location::ListLocationsRequest)
            • virtual GetLocation(google::cloud::location::GetLocationRequest const &)
            • virtual ListOperations(google::longrunning::ListOperationsRequest)
            • virtual GetOperation(google::longrunning::GetOperationRequest const &)
            • virtual DeleteOperation(google::longrunning::DeleteOperationRequest const &)
            • virtual CancelOperation(google::longrunning::CancelOperationRequest const &)
  • Application development
  • Application hosting
  • Compute
  • Data analytics and pipelines
  • Databases
  • Networking
  • Observability and monitoring
  • Security
  • Storage
  • Access and resources management
  • Infrastructure as code
  • SDK, languages, frameworks, and tools
Some or all of the information on this page might not apply to Cloud de Confiance by S3NS. See Differences from Google Cloud for more details.
  • Home
  • Technology areas
  • C++
  • Client libraries

Namespace google::cloud::managedkafka_v1_mocks (2.40.0)

  • 2.44.0-rc (latest)
  • 2.43.0
  • 2.42.0
  • 2.41.0
  • 2.40.0
  • 2.39.0
  • 2.38.0
  • 2.37.0
  • 2.36.0
  • 2.35.0
  • 2.34.0
  • 2.33.0
  • 2.32.0
  • 2.31.0
  • 2.30.0
  • 2.29.0
  • 2.28.0
  • 2.27.0
  • 2.26.0

Classes

MockManagedKafkaConnection

A class to mock ManagedKafkaConnection.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-10-30 UTC.

  • Terms
  • Privacy
  • Manage cookies