[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Managed Service for Apache Kafka V1 API - Module Google::Cloud::ManagedKafka::V1::ManagedKafka::Paths (v1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/ruby/docs/reference/google-cloud-managed_kafka-v1/latest/Google-Cloud-ManagedKafka-V1-ManagedKafka-Paths)\n- [1.3.0](/ruby/docs/reference/google-cloud-managed_kafka-v1/1.3.0/Google-Cloud-ManagedKafka-V1-ManagedKafka-Paths)\n- [1.2.0](/ruby/docs/reference/google-cloud-managed_kafka-v1/1.2.0/Google-Cloud-ManagedKafka-V1-ManagedKafka-Paths)\n- [1.1.2](/ruby/docs/reference/google-cloud-managed_kafka-v1/1.1.2/Google-Cloud-ManagedKafka-V1-ManagedKafka-Paths)\n- [1.0.1](/ruby/docs/reference/google-cloud-managed_kafka-v1/1.0.1/Google-Cloud-ManagedKafka-V1-ManagedKafka-Paths)\n- [0.5.0](/ruby/docs/reference/google-cloud-managed_kafka-v1/0.5.0/Google-Cloud-ManagedKafka-V1-ManagedKafka-Paths)\n- [0.4.0](/ruby/docs/reference/google-cloud-managed_kafka-v1/0.4.0/Google-Cloud-ManagedKafka-V1-ManagedKafka-Paths)\n- [0.3.0](/ruby/docs/reference/google-cloud-managed_kafka-v1/0.3.0/Google-Cloud-ManagedKafka-V1-ManagedKafka-Paths)\n- [0.2.0](/ruby/docs/reference/google-cloud-managed_kafka-v1/0.2.0/Google-Cloud-ManagedKafka-V1-ManagedKafka-Paths)\n- [0.1.3](/ruby/docs/reference/google-cloud-managed_kafka-v1/0.1.3/Google-Cloud-ManagedKafka-V1-ManagedKafka-Paths) \nReference documentation and code samples for the Managed Service for Apache Kafka V1 API module Google::Cloud::ManagedKafka::V1::ManagedKafka::Paths.\n\nPath helper methods for the ManagedKafka API. \n\nExtended By\n-----------\n\n- [Google::Cloud::ManagedKafka::V1::ManagedKafka::Paths](./Google-Cloud-ManagedKafka-V1-ManagedKafka-Paths)\n\nMethods\n-------\n\n### #acl_path\n\n def acl_path(project:, location:, cluster:, acl:) -\u003e ::String\n\nCreate a fully-qualified Acl resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/clusters/{cluster}/acls/{acl}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **cluster** (String)\n- **acl** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #ca_pool_path\n\n def ca_pool_path(project:, location:, ca_pool:) -\u003e ::String\n\nCreate a fully-qualified CaPool resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/caPools/{ca_pool}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **ca_pool** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #cluster_path\n\n def cluster_path(project:, location:, cluster:) -\u003e ::String\n\nCreate a fully-qualified Cluster resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/clusters/{cluster}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **cluster** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #consumer_group_path\n\n def consumer_group_path(project:, location:, cluster:, consumer_group:) -\u003e ::String\n\nCreate a fully-qualified ConsumerGroup resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/clusters/{cluster}/consumerGroups/{consumer_group}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **cluster** (String)\n- **consumer_group** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #crypto_key_path\n\n def crypto_key_path(project:, location:, key_ring:, crypto_key:) -\u003e ::String\n\nCreate a fully-qualified CryptoKey resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **key_ring** (String)\n- **crypto_key** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #location_path\n\n def location_path(project:, location:) -\u003e ::String\n\nCreate a fully-qualified Location resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}` \n**Parameters**\n\n- **project** (String)\n- **location** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #topic_path\n\n def topic_path(project:, location:, cluster:, topic:) -\u003e ::String\n\nCreate a fully-qualified Topic resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **cluster** (String)\n- **topic** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]