public sealed class ListCatalogItemsResponse : IMessage<ListCatalogItemsResponse>, IEquatable<ListCatalogItemsResponse>, IDeepCloneable<ListCatalogItemsResponse>, IBufferMessage, IMessage, IPageResponse<CatalogItem>, IEnumerable<CatalogItem>, IEnumerableResponse message for ListCatalogItems method.
Implements
IMessage<ListCatalogItemsResponse>, IEquatable<ListCatalogItemsResponse>, IDeepCloneable<ListCatalogItemsResponse>, IBufferMessage, IMessage, IPageResponse<CatalogItem>, IEnumerable<CatalogItem>, 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 |
RepeatedField<CatalogItem> |
|
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 |
IEnumerator<CatalogItem> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|