Reference documentation and code samples for the Policy Simulator V1 API class Google::Cloud::PolicySimulator::V1::CreateReplayRequest.
Request message for Simulator.CreateReplay.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource where this
Replay will be created. This
resource must be a project, folder, or organization with a location.
Example:
projects/my-example-project/locations/global
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource where this
Replay will be created. This
resource must be a project, folder, or organization with a location.
Example:
projects/my-example-project/locations/global
Returns
-
(::String) — Required. The parent resource where this
Replay will be created. This
resource must be a project, folder, or organization with a location.
Example:
projects/my-example-project/locations/global
#replay
def replay() -> ::Google::Cloud::PolicySimulator::V1::Replay
Returns
-
(::Google::Cloud::PolicySimulator::V1::Replay) — Required. The Replay to create.
Set
Replay.ReplayConfig
to configure the replay.
#replay=
def replay=(value) -> ::Google::Cloud::PolicySimulator::V1::Replay
Parameter
-
value (::Google::Cloud::PolicySimulator::V1::Replay) — Required. The Replay to create.
Set
Replay.ReplayConfig
to configure the replay.
Returns
-
(::Google::Cloud::PolicySimulator::V1::Replay) — Required. The Replay to create.
Set
Replay.ReplayConfig
to configure the replay.