Cloud Product Registry v1 API - Class ListLogicalProductsResponse (1.0.0-beta01)

public sealed class ListLogicalProductsResponse : IMessage<ListLogicalProductsResponse>, IEquatable<ListLogicalProductsResponse>, IDeepCloneable<ListLogicalProductsResponse>, IBufferMessage, IMessage, IPageResponse<LogicalProduct>, IEnumerable<LogicalProduct>, IEnumerable

Reference documentation and code samples for the Cloud Product Registry v1 API class ListLogicalProductsResponse.

Response message for ListLogicalProducts.

Inheritance

object > ListLogicalProductsResponse

Namespace

Google.Cloud.ProductRegistry.V1

Assembly

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