Class ListCatalogsResponse
Response for [CatalogService.ListCatalogs][google.cloud.retail.v2.CatalogService.ListCatalogs] method.
Inheritance
System.Object
ListCatalogsResponse
Implements
System.IEquatable<ListCatalogsResponse>
Google.Protobuf.IBufferMessage
System.Collections.Generic.IEnumerable<Catalog>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Retail.V2
Assembly: Google.Cloud.Retail.V2.dll
Syntax
public sealed class ListCatalogsResponse : IMessage<ListCatalogsResponse>, IEquatable<ListCatalogsResponse>, IDeepCloneable<ListCatalogsResponse>, IBufferMessage, IMessage, IPageResponse<Catalog>, IEnumerable<Catalog>, IEnumerable
Constructors
ListCatalogsResponse()
Declaration
public ListCatalogsResponse()
ListCatalogsResponse(ListCatalogsResponse)
Declaration
public ListCatalogsResponse(ListCatalogsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListCatalogsResponse | other |
Properties
Catalogs
All the customer's [Catalog][google.cloud.retail.v2.Catalog]s.
Declaration
public RepeatedField<Catalog> Catalogs { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Catalog> |
NextPageToken
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.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<Catalog> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<Catalog> |
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Implements
System.Collections.IEnumerable.GetEnumerator()