public sealed class ListCatalogItemsRequest : IMessage<ListCatalogItemsRequest>, IEquatable<ListCatalogItemsRequest>, IDeepCloneable<ListCatalogItemsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Recommendations AI v1beta1 API class ListCatalogItemsRequest.
Request message for ListCatalogItems method.
Implements
IMessageListCatalogItemsRequest, IEquatableListCatalogItemsRequest, IDeepCloneableListCatalogItemsRequest, 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 |
int |
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 |