Reference documentation and code samples for the Managed Service for Apache Kafka V1 API module Google::Cloud::ManagedKafka::V1::ManagedKafkaConnect::Paths.
Path helper methods for the ManagedKafkaConnect API.
[[["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::ManagedKafkaConnect::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-ManagedKafkaConnect-Paths)\n- [1.3.0](/ruby/docs/reference/google-cloud-managed_kafka-v1/1.3.0/Google-Cloud-ManagedKafka-V1-ManagedKafkaConnect-Paths)\n- [1.2.0](/ruby/docs/reference/google-cloud-managed_kafka-v1/1.2.0/Google-Cloud-ManagedKafka-V1-ManagedKafkaConnect-Paths)\n- [1.1.2](/ruby/docs/reference/google-cloud-managed_kafka-v1/1.1.2/Google-Cloud-ManagedKafka-V1-ManagedKafkaConnect-Paths)\n- [1.0.1](/ruby/docs/reference/google-cloud-managed_kafka-v1/1.0.1/Google-Cloud-ManagedKafka-V1-ManagedKafkaConnect-Paths)\n- [0.5.0](/ruby/docs/reference/google-cloud-managed_kafka-v1/0.5.0/Google-Cloud-ManagedKafka-V1-ManagedKafkaConnect-Paths)\n- [0.4.0](/ruby/docs/reference/google-cloud-managed_kafka-v1/0.4.0/Google-Cloud-ManagedKafka-V1-ManagedKafkaConnect-Paths)\n- [0.3.0](/ruby/docs/reference/google-cloud-managed_kafka-v1/0.3.0/Google-Cloud-ManagedKafka-V1-ManagedKafkaConnect-Paths)\n- [0.2.0](/ruby/docs/reference/google-cloud-managed_kafka-v1/0.2.0/Google-Cloud-ManagedKafka-V1-ManagedKafkaConnect-Paths)\n- [0.1.3](/ruby/docs/reference/google-cloud-managed_kafka-v1/0.1.3/Google-Cloud-ManagedKafka-V1-ManagedKafkaConnect-Paths) \nReference documentation and code samples for the Managed Service for Apache Kafka V1 API module Google::Cloud::ManagedKafka::V1::ManagedKafkaConnect::Paths.\n\nPath helper methods for the ManagedKafkaConnect API. \n\nExtended By\n-----------\n\n- [Google::Cloud::ManagedKafka::V1::ManagedKafkaConnect::Paths](./Google-Cloud-ManagedKafka-V1-ManagedKafkaConnect-Paths)\n\nMethods\n-------\n\n### #connect_cluster_path\n\n def connect_cluster_path(project:, location:, connect_cluster:) -\u003e ::String\n\nCreate a fully-qualified ConnectCluster resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/connectClusters/{connect_cluster}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **connect_cluster** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #connector_path\n\n def connector_path(project:, location:, connect_cluster:, connector:) -\u003e ::String\n\nCreate a fully-qualified Connector resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/connectClusters/{connect_cluster}/connectors/{connector}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **connect_cluster** (String)\n- **connector** (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### #secret_version_path\n\n def secret_version_path(project:, secret:, secret_version:) -\u003e ::String\n\nCreate a fully-qualified SecretVersion resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/secrets/{secret}/versions/{secret_version}` \n**Parameters**\n\n- **project** (String)\n- **secret** (String)\n- **secret_version** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]