public sealed class SearchProductsRequest : IMessage<SearchProductsRequest>, IEquatable<SearchProductsRequest>, IDeepCloneable<SearchProductsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Private Catalog v1beta1 API class SearchProductsRequest.
Request message for [PrivateCatalog.SearchProducts][google.cloud.privatecatalog.v1beta1.PrivateCatalog.SearchProducts].
Implements
IMessageSearchProductsRequest, IEquatableSearchProductsRequest, IDeepCloneableSearchProductsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.PrivateCatalog.V1Beta1Assembly
Google.Cloud.PrivateCatalog.V1Beta1.dll
Constructors
SearchProductsRequest()
public SearchProductsRequest()SearchProductsRequest(SearchProductsRequest)
public SearchProductsRequest(SearchProductsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchProductsRequest |
Properties
PageSize
public int PageSize { get; set; }The maximum number of entries that are requested.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }A pagination token returned from a previous call to SearchProducts that indicates where this listing should continue from.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Query
public string Query { get; set; }The query to filter the products.
The supported queries are:
- List products of all catalogs: empty
- List products under a catalog:
parent=catalogs/{catalog} - Get a product by name:
name=catalogs/{catalog}/products/{product}
| Property Value | |
|---|---|
| Type | Description |
string |
|
Resource
public string Resource { get; set; }Required. The name of the resource context. See [SearchCatalogsRequest.resource][google.cloud.privatecatalog.v1beta1.SearchCatalogsRequest.resource] for details.
| Property Value | |
|---|---|
| Type | Description |
string |
|