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
- (::Array<::Google::Cloud::PolicySimulator::V1::ReplayResult>) — The results of running a Replay.
#replay_results=
def replay_results=(value) -> ::Array<::Google::Cloud::PolicySimulator::V1::ReplayResult>
Parameter
- value (::Array<::Google::Cloud::PolicySimulator::V1::ReplayResult>) — The results of running a Replay.
Returns
- (::Array<::Google::Cloud::PolicySimulator::V1::ReplayResult>) — The results of running a Replay.