Class: Google::Cloud::DiscoveryEngine::V1beta::ListEnginesRequest

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

Overview

Request message for EngineService.ListEngines method.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. Filter by solution type. For example: solution_type=SOLUTION_TYPE_SEARCH.

Returns:

  • (::String)

    Optional. Filter by solution type. For example: solution_type=SOLUTION_TYPE_SEARCH



132
133
134
135
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine_service.rb', line 132

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

#page_size::Integer

Returns Optional. Not supported.

Returns:

  • (::Integer)

    Optional. Not supported.



132
133
134
135
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine_service.rb', line 132

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

#page_token::String

Returns Optional. Not supported.

Returns:

  • (::String)

    Optional. Not supported.



132
133
134
135
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine_service.rb', line 132

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

#parent::String

Returns Required. The parent resource name, such as projects/{project}/locations/{location}/collections/{collection_id}.

Returns:

  • (::String)

    Required. The parent resource name, such as projects/{project}/locations/{location}/collections/{collection_id}.



132
133
134
135
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine_service.rb', line 132

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