public sealed class ListLogicalProductsResponse : IMessage<ListLogicalProductsResponse>, IEquatable<ListLogicalProductsResponse>, IDeepCloneable<ListLogicalProductsResponse>, IBufferMessage, IMessage, IPageResponse<LogicalProduct>, IEnumerable<LogicalProduct>, IEnumerableReference documentation and code samples for the Cloud Product Registry v1 API class ListLogicalProductsResponse.
Response message for ListLogicalProducts.
Implements
IMessageListLogicalProductsResponse, IEquatableListLogicalProductsResponse, IDeepCloneableListLogicalProductsResponse, IBufferMessage, IMessage, IPageResponseLogicalProduct, IEnumerableLogicalProduct, IEnumerableNamespace
Google.Cloud.ProductRegistry.V1Assembly
Google.Cloud.ProductRegistry.V1.dll
Constructors
ListLogicalProductsResponse()
public ListLogicalProductsResponse()ListLogicalProductsResponse(ListLogicalProductsResponse)
public ListLogicalProductsResponse(ListLogicalProductsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListLogicalProductsResponse |
Properties
LogicalProducts
public RepeatedField<LogicalProduct> LogicalProducts { get; }Matched LogicalProducts
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldLogicalProduct |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<LogicalProduct> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorLogicalProduct |
|