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.
Implements
IMessageListCatalogItemsResponse, IEquatableListCatalogItemsResponse, IDeepCloneableListCatalogItemsResponse, IBufferMessage, IMessage, IPageResponseCatalogItem, IEnumerableCatalogItem, IEnumerableNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
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 |