Class: Google::Cloud::FinancialServices::V1::ListModelsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::FinancialServices::V1::ListModelsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/financialservices/v1/model.rb
Overview
Response for retrieving a list of Models
Instance Attribute Summary collapse
-
#models ⇒ ::Array<::Google::Cloud::FinancialServices::V1::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<::String>
Locations that could not be reached.
Instance Attribute Details
#models ⇒ ::Array<::Google::Cloud::FinancialServices::V1::Model>
Returns List of Model resources.
136 137 138 139 |
# File 'proto_docs/google/cloud/financialservices/v1/model.rb', line 136 class ListModelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns This token should be passed to the next ListModelsRequest to retrieve the next page of Models (empty indicicates we are done).
136 137 138 139 |
# File 'proto_docs/google/cloud/financialservices/v1/model.rb', line 136 class ListModelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
136 137 138 139 |
# File 'proto_docs/google/cloud/financialservices/v1/model.rb', line 136 class ListModelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |