public sealed class ListLogicalProductVariantsResponse : IMessage<ListLogicalProductVariantsResponse>, IEquatable<ListLogicalProductVariantsResponse>, IDeepCloneable<ListLogicalProductVariantsResponse>, IBufferMessage, IMessage, IPageResponse<LogicalProductVariant>, IEnumerable<LogicalProductVariant>, IEnumerableReference documentation and code samples for the Cloud Product Registry v1 API class ListLogicalProductVariantsResponse.
Response message for ListLogicalProductVariants.
Implements
IMessageListLogicalProductVariantsResponse, IEquatableListLogicalProductVariantsResponse, IDeepCloneableListLogicalProductVariantsResponse, IBufferMessage, IMessage, IPageResponseLogicalProductVariant, IEnumerableLogicalProductVariant, IEnumerableNamespace
Google.Cloud.ProductRegistry.V1Assembly
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 |
|