Policy Simulator v1 API - Class GetReplayRequest (1.2.0)

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].

Inheritance

object > GetReplayRequest

Namespace

Google.Cloud.PolicySimulator.V1

Assembly

Google.Cloud.PolicySimulator.V1.dll

Constructors

GetReplayRequest()

public GetReplayRequest()

GetReplayRequest(GetReplayRequest)

public GetReplayRequest(GetReplayRequest other)
Parameter
Name Description
other GetReplayRequest

Properties

Name

public string Name { get; set; }

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.

Example: projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36

Property Value
Type Description
string

ReplayName

public ReplayName ReplayName { get; set; }

ReplayName-typed view over the Name resource name property.

Property Value
Type Description
ReplayName