Reference documentation and code samples for the Google Cloud Policy Simulator V1 Client class GetReplayRequest.
Request message for Simulator.GetReplay .
Generated from protobuf message google.cloud.policysimulator.v1.GetReplayRequest
Namespace
Google \ Cloud \ PolicySimulator \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the 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
getName
Required. The name of the 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
string
setName
Required. The name of the 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
var
string
$this
static::build
name
string
Required. The name of the 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
Please see Google\Cloud\PolicySimulator\V1\SimulatorClient::replayName()
for help formatting this field.