public sealed class ListEnginesRequest : IMessage<ListEnginesRequest>, IEquatable<ListEnginesRequest>, IDeepCloneable<ListEnginesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Discovery Engine v1 API class ListEnginesRequest.
Request message for [EngineService.ListEngines][google.cloud.discoveryengine.v1.EngineService.ListEngines] method.
Implements
IMessageListEnginesRequest, IEquatableListEnginesRequest, IDeepCloneableListEnginesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ListEnginesRequest()
public ListEnginesRequest()
ListEnginesRequest(ListEnginesRequest)
public ListEnginesRequest(ListEnginesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListEnginesRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filter by solution type. For example: solution_type=SOLUTION_TYPE_SEARCH
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. Not supported.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. Not supported.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource name, such as
projects/{project}/locations/{location}/collections/{collection_id}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsCollectionName
public CollectionName ParentAsCollectionName { get; set; }
CollectionName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
CollectionName |