Reference documentation and code samples for the Financial Services V1 API class Google::Cloud::FinancialServices::V1::ListEngineConfigsResponse.
Response for retrieving a list of EngineConfigs
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#engine_configs
def engine_configs() -> ::Array<::Google::Cloud::FinancialServices::V1::EngineConfig>
Returns
- (::Array<::Google::Cloud::FinancialServices::V1::EngineConfig>) — List of EngineConfig resources
#engine_configs=
def engine_configs=(value) -> ::Array<::Google::Cloud::FinancialServices::V1::EngineConfig>
Parameter
- value (::Array<::Google::Cloud::FinancialServices::V1::EngineConfig>) — List of EngineConfig resources
Returns
- (::Array<::Google::Cloud::FinancialServices::V1::EngineConfig>) — List of EngineConfig resources
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — This token should be passed to the next ListEngineConfigsRequest to retrieve the next page of EngineConfigs (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 ListEngineConfigsRequest to retrieve the next page of EngineConfigs (empty indicates we are done).
Returns
- (::String) — This token should be passed to the next ListEngineConfigsRequest to retrieve the next page of EngineConfigs (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.