Recommendations AI v1beta1 API - Class ListCatalogItemsRequest (2.0.0-beta05)

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.

Inheritance

object > ListCatalogItemsRequest

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

ListCatalogItemsRequest()

public ListCatalogItemsRequest()

ListCatalogItemsRequest(ListCatalogItemsRequest)

public ListCatalogItemsRequest(ListCatalogItemsRequest other)
Parameter
NameDescription
otherListCatalogItemsRequest

Properties

Filter

public string Filter { get; set; }

Optional. A filter to apply on the list results.

Property Value
TypeDescription
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
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. The previous ListCatalogItemsResponse.next_page_token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent catalog resource name, such as projects/*/locations/global/catalogs/default_catalog.

Property Value
TypeDescription
string

ParentAsCatalogName

public CatalogName ParentAsCatalogName { get; set; }

CatalogName-typed view over the Parent resource name property.

Property Value
TypeDescription
CatalogName