public sealed class ListLogicalProductsRequest : IMessage<ListLogicalProductsRequest>, IEquatable<ListLogicalProductsRequest>, IDeepCloneable<ListLogicalProductsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Product Registry v1 API class ListLogicalProductsRequest.
Request message for ListLogicalProducts.
Implements
IMessageListLogicalProductsRequest, IEquatableListLogicalProductsRequest, IDeepCloneableListLogicalProductsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ProductRegistry.V1Assembly
Google.Cloud.ProductRegistry.V1.dll
Constructors
ListLogicalProductsRequest()
public ListLogicalProductsRequest()ListLogicalProductsRequest(ListLogicalProductsRequest)
public ListLogicalProductsRequest(ListLogicalProductsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListLogicalProductsRequest |
Properties
Filter
public string Filter { get; set; }Optional. The filter expression for listing logical products. Filter syntax: https://google.aip.dev/160 Supported fields: suite_id
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. The maximum number of logical products to return. The service may return fewer than this value. If unspecified, at most 100 logical products will be returned. The maximum value is 500; values above 500 will be coerced to 500.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A page token, received from a previous ListLogicalProducts
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListLogicalProducts
must match the call that provided the page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|