Discovery Engine v1beta API - Class ListEnginesRequest (1.0.0-beta12)

public sealed class ListEnginesRequest : IMessage<ListEnginesRequest>, IEquatable<ListEnginesRequest>, IDeepCloneable<ListEnginesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Discovery Engine v1beta API class ListEnginesRequest.

Request message for [EngineService.ListEngines][google.cloud.discoveryengine.v1beta.EngineService.ListEngines] method.

Inheritance

object > ListEnginesRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ListEnginesRequest()

public ListEnginesRequest()

ListEnginesRequest(ListEnginesRequest)

public ListEnginesRequest(ListEnginesRequest other)
Parameter
NameDescription
otherListEnginesRequest

Properties

Filter

public string Filter { get; set; }

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

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Optional. Not supported.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. Not supported.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string

ParentAsCollectionName

public CollectionName ParentAsCollectionName { get; set; }

CollectionName-typed view over the Parent resource name property.

Property Value
TypeDescription
CollectionName