public sealed class SearchProductsResponse : IMessage<SearchProductsResponse>, IEquatable<SearchProductsResponse>, IDeepCloneable<SearchProductsResponse>, IBufferMessage, IMessage, IPageResponse<Product>, IEnumerable<Product>, IEnumerableReference documentation and code samples for the Cloud Private Catalog v1beta1 API class SearchProductsResponse.
Response message for [PrivateCatalog.SearchProducts][google.cloud.privatecatalog.v1beta1.PrivateCatalog.SearchProducts].
Implements
IMessageSearchProductsResponse, IEquatableSearchProductsResponse, IDeepCloneableSearchProductsResponse, IBufferMessage, IMessage, IPageResponseProduct, IEnumerableProduct, IEnumerableNamespace
Google.Cloud.PrivateCatalog.V1Beta1Assembly
Google.Cloud.PrivateCatalog.V1Beta1.dll
Constructors
SearchProductsResponse()
public SearchProductsResponse()SearchProductsResponse(SearchProductsResponse)
public SearchProductsResponse(SearchProductsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchProductsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A pagination token returned from a previous call to SearchProducts that indicates from where listing should continue.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Products
public RepeatedField<Product> Products { get; }The Product resources computed from the resource context.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldProduct |
|
Methods
GetEnumerator()
public IEnumerator<Product> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorProduct |
|