OrganizationsLocationsReplays
class OrganizationsLocationsReplays extends Resource (View source)
The "replays" collection of methods.
Typical usage is:
$policysimulatorService = new Google\Service\PolicySimulator(...);
$replays = $policysimulatorService->organizations_locations_replays;
Methods
create(string $parent, GoogleCloudPolicysimulatorV1Replay $postBody, array $optParams = [])
Creates and starts a Replay using the given ReplayConfig. (replays.create)
get(string $name, array $optParams = [])
Gets the specified Replay. Each Replay
is available for at least 7 days.
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudPolicysimulatorV1Replay $postBody, array $optParams = [])
Creates and starts a Replay using the given ReplayConfig. (replays.create)
GoogleCloudPolicysimulatorV1Replay
get(string $name, array $optParams = [])
Gets the specified Replay. Each Replay
is available for at least 7 days.
(replays.get)