public sealed class ListCatalogItemsRequest : IMessage<ListCatalogItemsRequest>, IEquatable<ListCatalogItemsRequest>, IDeepCloneable<ListCatalogItemsRequest>, IBufferMessage, IMessage, IPageRequestRequest message for ListCatalogItems method.
Implements
IMessage<ListCatalogItemsRequest>, IEquatable<ListCatalogItemsRequest>, IDeepCloneable<ListCatalogItemsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
ListCatalogItemsRequest()
public ListCatalogItemsRequest()ListCatalogItemsRequest(ListCatalogItemsRequest)
public ListCatalogItemsRequest(ListCatalogItemsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCatalogItemsRequest |
Properties
Filter
public string Filter { get; set; }Optional. A filter to apply on the list results.
| Property Value | |
|---|---|
| Type | Description |
String |
|
PageSize
public int PageSize { get; set; }Optional. Maximum number of results to return per page. If zero, the service will choose a reasonable default.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }Optional. The previous ListCatalogItemsResponse.next_page_token.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Parent
public string Parent { get; set; }Required. The parent catalog resource name, such as
projects/*/locations/global/catalogs/default_catalog.
| 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 |
|