public sealed class GetReplayRequest : IMessage<GetReplayRequest>, IEquatable<GetReplayRequest>, IDeepCloneable<GetReplayRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Policy Simulator v1 API class GetReplayRequest.
Request message for
[Simulator.GetReplay][google.cloud.policysimulator.v1.Simulator.GetReplay].
Required. The name of the [Replay][google.cloud.policysimulator.v1.Replay]
to retrieve, in the following format:
{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id},
where {resource-id} is the ID of the project, folder, or organization
that owns the Replay.
[[["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-04-17 UTC."],[[["The `GetReplayRequest` class is used to request a replay from the Policy Simulator v1 API."],["This class is part of the `Google.Cloud.PolicySimulator.V1` namespace within the `Google.Cloud.PolicySimulator.V1.dll` assembly."],["`GetReplayRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from the base `object` class."],["It contains properties `Name` (a string representing the replay's resource name) and `ReplayName` (a typed view over the `Name` property), which are required to specify the replay to retrieve."],["There are two constructors available: a parameterless constructor, and a second constructor that takes another `GetReplayRequest` instance."]]],[]]