Class: Google::Cloud::PolicySimulator::V1::ListReplayResultsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/policysimulator/v1/simulator.rb

Overview

Request message for Simulator.ListReplayResults.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

The maximum number of ReplayResult objects to return. Defaults to 5000.

The maximum value is 5000; values above 5000 are rounded down to 5000.

Returns:

  • (::Integer)

    The maximum number of ReplayResult objects to return. Defaults to 5000.

    The maximum value is 5000; values above 5000 are rounded down to 5000.



209
210
211
212
# File 'proto_docs/google/cloud/policysimulator/v1/simulator.rb', line 209

class ListReplayResultsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns A page token, received from a previous Simulator.ListReplayResults call. Provide this token to retrieve the next page of results.

When paginating, all other parameters provided to [Simulator.ListReplayResults[] must match the call that provided the page token.

Returns:

  • (::String)

    A page token, received from a previous Simulator.ListReplayResults call. Provide this token to retrieve the next page of results.

    When paginating, all other parameters provided to [Simulator.ListReplayResults[] must match the call that provided the page token.



209
210
211
212
# File 'proto_docs/google/cloud/policysimulator/v1/simulator.rb', line 209

class ListReplayResultsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The Replay whose results are listed, in the following format:

{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}

Example: projects/my-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36.

Returns:

  • (::String)

    Required. The Replay whose results are listed, in the following format:

    {projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}

    Example: projects/my-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36



209
210
211
212
# File 'proto_docs/google/cloud/policysimulator/v1/simulator.rb', line 209

class ListReplayResultsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end