public sealed class ListServingConfigsRequest : IMessage<ListServingConfigsRequest>, IEquatable<ListServingConfigsRequest>, IDeepCloneable<ListServingConfigsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Retail v2 API class ListServingConfigsRequest.
Request for ListServingConfigs method.
Implements
IMessageListServingConfigsRequest, IEquatableListServingConfigsRequest, IDeepCloneableListServingConfigsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ListServingConfigsRequest()
public ListServingConfigsRequest()ListServingConfigsRequest(ListServingConfigsRequest)
public ListServingConfigsRequest(ListServingConfigsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListServingConfigsRequest |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The catalog resource name. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsCatalogName
public CatalogName ParentAsCatalogName { get; set; }CatalogName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
CatalogName |
|