Policy Simulator V1 API - Module Google::Cloud::PolicySimulator::V1::Simulator::Paths (v1.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Policy Simulator V1 API module Google::Cloud::PolicySimulator::V1::Simulator::Paths.
Path helper methods for the Simulator API.
Methods
#replay_path
def replay_path(project:, location:, replay:) -> ::String
def replay_path(folder:, location:, replay:) -> ::String
def replay_path(organization:, location:, replay:) -> ::String
Create a fully-qualified Replay resource string.
Overloads
def replay_path(project:, location:, replay:) -> ::String
The resource will be in the following format:
projects/{project}/locations/{location}/replays/{replay}
Parameters
-
project (String)
-
location (String)
-
replay (String)
def replay_path(folder:, location:, replay:) -> ::String
The resource will be in the following format:
folders/{folder}/locations/{location}/replays/{replay}
Parameters
-
folder (String)
-
location (String)
-
replay (String)
def replay_path(organization:, location:, replay:) -> ::String
The resource will be in the following format:
organizations/{organization}/locations/{location}/replays/{replay}
Parameters
-
organization (String)
-
location (String)
-
replay (String)
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-09-03 UTC.
[[["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-03 UTC."],[],[],null,["# Policy Simulator V1 API - Module Google::Cloud::PolicySimulator::V1::Simulator::Paths (v1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/ruby/docs/reference/google-cloud-policy_simulator-v1/latest/Google-Cloud-PolicySimulator-V1-Simulator-Paths)\n- [1.3.0](/ruby/docs/reference/google-cloud-policy_simulator-v1/1.3.0/Google-Cloud-PolicySimulator-V1-Simulator-Paths)\n- [1.2.1](/ruby/docs/reference/google-cloud-policy_simulator-v1/1.2.1/Google-Cloud-PolicySimulator-V1-Simulator-Paths)\n- [1.1.0](/ruby/docs/reference/google-cloud-policy_simulator-v1/1.1.0/Google-Cloud-PolicySimulator-V1-Simulator-Paths)\n- [1.0.1](/ruby/docs/reference/google-cloud-policy_simulator-v1/1.0.1/Google-Cloud-PolicySimulator-V1-Simulator-Paths)\n- [0.4.0](/ruby/docs/reference/google-cloud-policy_simulator-v1/0.4.0/Google-Cloud-PolicySimulator-V1-Simulator-Paths)\n- [0.3.2](/ruby/docs/reference/google-cloud-policy_simulator-v1/0.3.2/Google-Cloud-PolicySimulator-V1-Simulator-Paths)\n- [0.2.0](/ruby/docs/reference/google-cloud-policy_simulator-v1/0.2.0/Google-Cloud-PolicySimulator-V1-Simulator-Paths)\n- [0.1.1](/ruby/docs/reference/google-cloud-policy_simulator-v1/0.1.1/Google-Cloud-PolicySimulator-V1-Simulator-Paths) \nReference documentation and code samples for the Policy Simulator V1 API module Google::Cloud::PolicySimulator::V1::Simulator::Paths.\n\nPath helper methods for the Simulator API. \n\nExtended By\n-----------\n\n- [Google::Cloud::PolicySimulator::V1::Simulator::Paths](./Google-Cloud-PolicySimulator-V1-Simulator-Paths)\n\nMethods\n-------\n\n### #replay_path\n\n def replay_path(project:, location:, replay:) -\u003e ::String\n def replay_path(folder:, location:, replay:) -\u003e ::String\n def replay_path(organization:, location:, replay:) -\u003e ::String\n\nCreate a fully-qualified Replay resource string. \n**Overloads** \n\n def replay_path(project:, location:, replay:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`projects/{project}/locations/{location}/replays/{replay}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **replay** (String) \n\n def replay_path(folder:, location:, replay:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`folders/{folder}/locations/{location}/replays/{replay}` \n**Parameters**\n\n- **folder** (String)\n- **location** (String)\n- **replay** (String) \n\n def replay_path(organization:, location:, replay:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`organizations/{organization}/locations/{location}/replays/{replay}` \n**Parameters**\n\n- **organization** (String)\n- **location** (String)\n- **replay** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]