Cloud Private Catalog v1beta1 API - Class SearchProductsResponse (2.0.0-beta05)

public sealed class SearchProductsResponse : IMessage<SearchProductsResponse>, IEquatable<SearchProductsResponse>, IDeepCloneable<SearchProductsResponse>, IBufferMessage, IMessage, IPageResponse<Product>, IEnumerable<Product>, IEnumerable

Reference documentation and code samples for the Cloud Private Catalog v1beta1 API class SearchProductsResponse.

Response message for [PrivateCatalog.SearchProducts][google.cloud.privatecatalog.v1beta1.PrivateCatalog.SearchProducts].

Inheritance

object > SearchProductsResponse

Namespace

Google.Cloud.PrivateCatalog.V1Beta1

Assembly

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