[[["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-04 UTC."],[],[],null,["# Live Stream V1 API - Module Google::Cloud::Video::LiveStream::V1::LivestreamService::Paths (v2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/ruby/docs/reference/google-cloud-video-live_stream-v1/latest/Google-Cloud-Video-LiveStream-V1-LivestreamService-Paths)\n- [2.1.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/2.1.0/Google-Cloud-Video-LiveStream-V1-LivestreamService-Paths)\n- [2.0.1](/ruby/docs/reference/google-cloud-video-live_stream-v1/2.0.1/Google-Cloud-Video-LiveStream-V1-LivestreamService-Paths)\n- [1.3.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/1.3.0/Google-Cloud-Video-LiveStream-V1-LivestreamService-Paths)\n- [1.2.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/1.2.0/Google-Cloud-Video-LiveStream-V1-LivestreamService-Paths)\n- [1.1.1](/ruby/docs/reference/google-cloud-video-live_stream-v1/1.1.1/Google-Cloud-Video-LiveStream-V1-LivestreamService-Paths)\n- [1.0.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/1.0.0/Google-Cloud-Video-LiveStream-V1-LivestreamService-Paths)\n- [0.9.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.9.0/Google-Cloud-Video-LiveStream-V1-LivestreamService-Paths)\n- [0.8.2](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.8.2/Google-Cloud-Video-LiveStream-V1-LivestreamService-Paths)\n- [0.7.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.7.0/Google-Cloud-Video-LiveStream-V1-LivestreamService-Paths)\n- [0.6.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.6.0/Google-Cloud-Video-LiveStream-V1-LivestreamService-Paths)\n- [0.5.1](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.5.1/Google-Cloud-Video-LiveStream-V1-LivestreamService-Paths)\n- [0.4.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.4.0/Google-Cloud-Video-LiveStream-V1-LivestreamService-Paths)\n- [0.3.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.3.0/Google-Cloud-Video-LiveStream-V1-LivestreamService-Paths)\n- [0.2.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.2.0/Google-Cloud-Video-LiveStream-V1-LivestreamService-Paths)\n- [0.1.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.1.0/Google-Cloud-Video-LiveStream-V1-LivestreamService-Paths) \nReference documentation and code samples for the Live Stream V1 API module Google::Cloud::Video::LiveStream::V1::LivestreamService::Paths.\n\nPath helper methods for the LivestreamService API. \n\nExtended By\n-----------\n\n- [Google::Cloud::Video::LiveStream::V1::LivestreamService::Paths](./Google-Cloud-Video-LiveStream-V1-LivestreamService-Paths)\n\nMethods\n-------\n\n### #asset_path\n\n def asset_path(project:, location:, asset:) -\u003e ::String\n\nCreate a fully-qualified Asset resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/assets/{asset}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **asset** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #channel_path\n\n def channel_path(project:, location:, 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}/channels/{channel}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **channel** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #clip_path\n\n def clip_path(project:, location:, channel:, clip:) -\u003e ::String\n\nCreate a fully-qualified Clip resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/channels/{channel}/clips/{clip}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **channel** (String)\n- **clip** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #dvr_session_path\n\n def dvr_session_path(project:, location:, channel:, dvr_session:) -\u003e ::String\n\nCreate a fully-qualified DvrSession resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/channels/{channel}/dvrSessions/{dvr_session}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **channel** (String)\n- **dvr_session** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #event_path\n\n def event_path(project:, location:, channel:, 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}/channels/{channel}/events/{event}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **channel** (String)\n- **event** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #input_path\n\n def input_path(project:, location:, input:) -\u003e ::String\n\nCreate a fully-qualified Input resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/inputs/{input}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **input** (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### #network_path\n\n def network_path(project:, network:) -\u003e ::String\n\nCreate a fully-qualified Network resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/global/networks/{network}` \n**Parameters**\n\n- **project** (String)\n- **network** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #pool_path\n\n def pool_path(project:, location:, pool:) -\u003e ::String\n\nCreate a fully-qualified Pool resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/pools/{pool}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **pool** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #secret_version_path\n\n def secret_version_path(project:, 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/{version}` \n**Parameters**\n\n- **project** (String)\n- **secret** (String)\n- **version** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]