Class: Google::Cloud::FinancialServices::V1::ListModelsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#models::Array<::Google::Cloud::FinancialServices::V1::Model>

Returns List of Model resources.

Returns:



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).

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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