Google Cloud Financial Services V1 Client - Class ListBacktestResultsResponse (0.1.1)

Reference documentation and code samples for the Google Cloud Financial Services V1 Client class ListBacktestResultsResponse.

Response for retrieving a list of BacktestResults

Generated from protobuf message google.cloud.financialservices.v1.ListBacktestResultsResponse

Namespace

Google \ Cloud \ FinancialServices \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ backtest_results array<BacktestResult>

List of BacktestResult resources

↳ next_page_token string

This token should be passed to the next ListBacktestResultsRequest to retrieve the next page of BacktestResults (empty indicates we are done).

↳ unreachable array

Locations that could not be reached.

getBacktestResults

List of BacktestResult resources

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setBacktestResults

List of BacktestResult resources

Parameter
Name Description
var array<BacktestResult>
Returns
Type Description
$this

getNextPageToken

This token should be passed to the next ListBacktestResultsRequest to retrieve the next page of BacktestResults (empty indicates we are done).

Returns
Type Description
string

setNextPageToken

This token should be passed to the next ListBacktestResultsRequest to retrieve the next page of BacktestResults (empty indicates we are done).

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this