Class ListCatalogItemsRequest (1.0.0-beta03)

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

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
Int32

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