Policy Simulator V1 API - Class Google::Cloud::PolicySimulator::V1::CreateReplayRequest (v0.1.1)

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

#replay=

def replay=(value) -> ::Google::Cloud::PolicySimulator::V1::Replay
Parameter
Returns