Class: Google::Cloud::PolicySimulator::V1::CreateReplayRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PolicySimulator::V1::CreateReplayRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/policysimulator/v1/simulator.rb
Overview
Request message for Simulator.CreateReplay.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#replay ⇒ ::Google::Cloud::PolicySimulator::V1::Replay
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns 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
.
150 151 152 153 |
# File 'proto_docs/google/cloud/policysimulator/v1/simulator.rb', line 150 class CreateReplayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#replay ⇒ ::Google::Cloud::PolicySimulator::V1::Replay
Returns Required. The Replay to create.
Set Replay.ReplayConfig
to configure the replay.
150 151 152 153 |
# File 'proto_docs/google/cloud/policysimulator/v1/simulator.rb', line 150 class CreateReplayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |