public sealed class ListCatalogsResponse : IMessage<ListCatalogsResponse>, IEquatable<ListCatalogsResponse>, IDeepCloneable<ListCatalogsResponse>, IBufferMessage, IMessage, IPageResponse<Catalog>, IEnumerable<Catalog>, IEnumerable
Reference documentation and code samples for the Retail v2 API class ListCatalogsResponse.
Response for [CatalogService.ListCatalogs][google.cloud.retail.v2.CatalogService.ListCatalogs] method.
Implements
IMessageListCatalogsResponse, IEquatableListCatalogsResponse, IDeepCloneableListCatalogsResponse, IBufferMessage, IMessage, IPageResponseCatalog, IEnumerableCatalog, IEnumerableNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ListCatalogsResponse()
public ListCatalogsResponse()
ListCatalogsResponse(ListCatalogsResponse)
public ListCatalogsResponse(ListCatalogsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListCatalogsResponse |
Properties
Catalogs
public RepeatedField<Catalog> Catalogs { get; }
All the customer's [Catalog][google.cloud.retail.v2.Catalog]s.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCatalog |
NextPageToken
public string NextPageToken { get; set; }
A token that can be sent as [ListCatalogsRequest.page_token][google.cloud.retail.v2.ListCatalogsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Catalog> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorCatalog |