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

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

Response for retrieving a list of Models

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

Namespace

Google \ Cloud \ FinancialServices \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ models array<Model>

List of Model resources

↳ next_page_token string

This token should be passed to the next ListModelsRequest to retrieve the next page of Models (empty indicicates we are done).

↳ unreachable array

Locations that could not be reached.

getModels

List of Model resources

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setModels

List of Model resources

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

getNextPageToken

This token should be passed to the next ListModelsRequest to retrieve the next page of Models (empty indicicates we are done).

Returns
Type Description
string

setNextPageToken

This token should be passed to the next ListModelsRequest to retrieve the next page of Models (empty indicicates 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