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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the Replay to retrieve, in the following format: |
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
| Returns | |
|---|---|
| Type | Description |
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
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the Replay to retrieve, in the following format:
Example:
|
| Returns | |
|---|---|
| Type | Description |
GetReplayRequest |
|