Class: Google::Cloud::DiscoveryEngine::V1::ListEnginesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/engine_service.rb

Overview

Response message for EngineService.ListEngines method.

Instance Attribute Summary collapse

Instance Attribute Details

#engines::Array<::Google::Cloud::DiscoveryEngine::V1::Engine>

Returns All the customer's Engines.

Returns:



145
146
147
148
# File 'proto_docs/google/cloud/discoveryengine/v1/engine_service.rb', line 145

class ListEnginesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns Not supported.

Returns:

  • (::String)

    Not supported.



145
146
147
148
# File 'proto_docs/google/cloud/discoveryengine/v1/engine_service.rb', line 145

class ListEnginesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end