Recommendations AI v1beta1 API - Class ListCatalogItemsResponse (2.0.0-beta06)

public sealed class ListCatalogItemsResponse : IMessage<ListCatalogItemsResponse>, IEquatable<ListCatalogItemsResponse>, IDeepCloneable<ListCatalogItemsResponse>, IBufferMessage, IMessage, IPageResponse<CatalogItem>, IEnumerable<CatalogItem>, IEnumerable

Reference documentation and code samples for the Recommendations AI v1beta1 API class ListCatalogItemsResponse.

Response message for ListCatalogItems method.

Inheritance

object > ListCatalogItemsResponse

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

ListCatalogItemsResponse()

public ListCatalogItemsResponse()

ListCatalogItemsResponse(ListCatalogItemsResponse)

public ListCatalogItemsResponse(ListCatalogItemsResponse other)
Parameter
Name Description
other ListCatalogItemsResponse

Properties

CatalogItems

public RepeatedField<CatalogItem> CatalogItems { get; }

The catalog items.

Property Value
Type Description
RepeatedFieldCatalogItem

NextPageToken

public string NextPageToken { get; set; }

If empty, the list is complete. If nonempty, the token to pass to the next request's ListCatalogItemRequest.page_token.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<CatalogItem> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorCatalogItem