Financial Services V1 API - Class Google::Cloud::FinancialServices::V1::ListEngineVersionsResponse (v0.2.0)

Reference documentation and code samples for the Financial Services V1 API class Google::Cloud::FinancialServices::V1::ListEngineVersionsResponse.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#engine_versions

def engine_versions() -> ::Array<::Google::Cloud::FinancialServices::V1::EngineVersion>
Returns

#engine_versions=

def engine_versions=(value) -> ::Array<::Google::Cloud::FinancialServices::V1::EngineVersion>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — This token should be passed to the next EngineVersionsRequest to retrieve the next page of EngineVersions (empty indicates we are done).

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — This token should be passed to the next EngineVersionsRequest to retrieve the next page of EngineVersions (empty indicates we are done).
Returns
  • (::String) — This token should be passed to the next EngineVersionsRequest to retrieve the next page of EngineVersions (empty indicates we are done).

#unreachable

def unreachable() -> ::Array<::String>
Returns
  • (::Array<::String>) — Locations that could not be reached.

#unreachable=

def unreachable=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Locations that could not be reached.
Returns
  • (::Array<::String>) — Locations that could not be reached.