[[["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,["# Vision AI V1 API - Module Google::Cloud::VisionAI::V1::StreamsService::Paths (v1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/ruby/docs/reference/google-cloud-vision_ai-v1/latest/Google-Cloud-VisionAI-V1-StreamsService-Paths)\n- [1.1.0](/ruby/docs/reference/google-cloud-vision_ai-v1/1.1.0/Google-Cloud-VisionAI-V1-StreamsService-Paths)\n- [1.0.1](/ruby/docs/reference/google-cloud-vision_ai-v1/1.0.1/Google-Cloud-VisionAI-V1-StreamsService-Paths)\n- [0.4.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.4.0/Google-Cloud-VisionAI-V1-StreamsService-Paths)\n- [0.3.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.3.0/Google-Cloud-VisionAI-V1-StreamsService-Paths)\n- [0.2.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.2.0/Google-Cloud-VisionAI-V1-StreamsService-Paths)\n- [0.1.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.1.0/Google-Cloud-VisionAI-V1-StreamsService-Paths) \nReference documentation and code samples for the Vision AI V1 API module Google::Cloud::VisionAI::V1::StreamsService::Paths.\n\nPath helper methods for the StreamsService API. \n\nExtended By\n-----------\n\n- [Google::Cloud::VisionAI::V1::StreamsService::Paths](./Google-Cloud-VisionAI-V1-StreamsService-Paths)\n\nMethods\n-------\n\n### #channel_path\n\n def channel_path(project:, location:, cluster:, channel:) -\u003e ::String\n\nCreate a fully-qualified Channel resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/clusters/{cluster}/channels/{channel}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **cluster** (String)\n- **channel** (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### #event_path\n\n def event_path(project:, location:, cluster:, event:) -\u003e ::String\n\nCreate a fully-qualified Event resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/clusters/{cluster}/events/{event}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **cluster** (String)\n- **event** (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### #series_path\n\n def series_path(project:, location:, cluster:, series:) -\u003e ::String\n\nCreate a fully-qualified Series resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/clusters/{cluster}/series/{series}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **cluster** (String)\n- **series** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #stream_path\n\n def stream_path(project:, location:, cluster:, stream:) -\u003e ::String\n\nCreate a fully-qualified Stream resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/clusters/{cluster}/streams/{stream}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **cluster** (String)\n- **stream** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]