public sealed class SearchProductsResponse : IMessage<SearchProductsResponse>, IEquatable<SearchProductsResponse>, IDeepCloneable<SearchProductsResponse>, IBufferMessage, IMessage, IPageResponse<Product>, IEnumerable<Product>, IEnumerableResponse message for [PrivateCatalog.SearchProducts][google.cloud.privatecatalog.v1beta1.PrivateCatalog.SearchProducts].
Implements
IMessage<SearchProductsResponse>, IEquatable<SearchProductsResponse>, IDeepCloneable<SearchProductsResponse>, IBufferMessage, IMessage, IPageResponse<Product>, IEnumerable<Product>, 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 |
RepeatedField<Product> |
|
Methods
GetEnumerator()
public IEnumerator<Product> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Product> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|