Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ListEnginesRequest.
Request message for EngineService.ListEngines method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Optional. Filter by solution type. For example: solution_type=SOLUTION_TYPE_SEARCH
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — 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
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. Not supported.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Not supported.
Returns
- (::Integer) — Optional. Not supported.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. Not supported.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Optional. Not supported.
Returns
- (::String) — Optional. Not supported.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource name, such as
projects/{project}/locations/{location}/collections/{collection_id}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — 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}
.