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

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

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

Request for ListServingConfigs method.

Inheritance

object > ListServingConfigsRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ListServingConfigsRequest()

public ListServingConfigsRequest()

ListServingConfigsRequest(ListServingConfigsRequest)

public ListServingConfigsRequest(ListServingConfigsRequest other)
Parameter
NameDescription
otherListServingConfigsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. Maximum number of results to return. If unspecified, defaults to 100. If a value greater than 100 is provided, at most 100 results are returned.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. A page token, received from a previous ListServingConfigs call. Provide this to retrieve the subsequent page.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Full resource name of the parent resource. Format: projects/{project_number}/locations/{location}/collections/{collection}/engines/{engine}

Property Value
TypeDescription
string

ParentAsDataStoreName

public DataStoreName ParentAsDataStoreName { get; set; }

DataStoreName-typed view over the Parent resource name property.

Property Value
TypeDescription
DataStoreName

ParentAsEngineName

public EngineName ParentAsEngineName { get; set; }

EngineName-typed view over the Parent resource name property.

Property Value
TypeDescription
EngineName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName