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

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

Response for retrieving a list of EngineConfigs

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

Namespace

Google \ Cloud \ FinancialServices \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ engine_configs array<EngineConfig>

List of EngineConfig resources

↳ next_page_token string

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

↳ unreachable array

Locations that could not be reached.

getEngineConfigs

List of EngineConfig resources

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setEngineConfigs

List of EngineConfig resources

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

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

This token should be passed to the next ListEngineConfigsRequest to retrieve the next page of EngineConfigs (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