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

public sealed class ListLogicalProductVariantsResponse : IMessage<ListLogicalProductVariantsResponse>, IEquatable<ListLogicalProductVariantsResponse>, IDeepCloneable<ListLogicalProductVariantsResponse>, IBufferMessage, IMessage, IPageResponse<LogicalProductVariant>, IEnumerable<LogicalProductVariant>, IEnumerable

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

Response message for ListLogicalProductVariants.

Inheritance

object > ListLogicalProductVariantsResponse

Namespace

Google.Cloud.ProductRegistry.V1

Assembly

Google.Cloud.ProductRegistry.V1.dll

Constructors

ListLogicalProductVariantsResponse()

public ListLogicalProductVariantsResponse()

ListLogicalProductVariantsResponse(ListLogicalProductVariantsResponse)

public ListLogicalProductVariantsResponse(ListLogicalProductVariantsResponse other)
Parameter
Name Description
other ListLogicalProductVariantsResponse

Properties

LogicalProductVariants

public RepeatedField<LogicalProductVariant> LogicalProductVariants { get; }

Matched LogicalProductVariants

Property Value
Type Description
RepeatedFieldLogicalProductVariant

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<LogicalProductVariant> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorLogicalProductVariant