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

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

The response to a list call containing the list of engine versions.

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

Namespace

Google \ Cloud \ FinancialServices \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ engine_versions array<EngineVersion>

List of EngineVersion resources

↳ next_page_token string

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

↳ unreachable array

Locations that could not be reached.

getEngineVersions

List of EngineVersion resources

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setEngineVersions

List of EngineVersion resources

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

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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