Policy Simulator V1 API - Class Google::Cloud::PolicySimulator::V1::ListReplayResultsResponse (v0.2.0)

Reference documentation and code samples for the Policy Simulator V1 API class Google::Cloud::PolicySimulator::V1::ListReplayResultsResponse.

Response message for Simulator.ListReplayResults.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token that you can use to retrieve the next page of ReplayResult objects. If this field is omitted, there are no subsequent pages.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token that you can use to retrieve the next page of ReplayResult objects. If this field is omitted, there are no subsequent pages.
Returns
  • (::String) — A token that you can use to retrieve the next page of ReplayResult objects. If this field is omitted, there are no subsequent pages.

#replay_results

def replay_results() -> ::Array<::Google::Cloud::PolicySimulator::V1::ReplayResult>
Returns

#replay_results=

def replay_results=(value) -> ::Array<::Google::Cloud::PolicySimulator::V1::ReplayResult>
Parameter
Returns