public sealed class ListOrdersResponse : IPageResponse<Order>, IEnumerable<Order>, IEnumerable, IMessage<ListOrdersResponse>, IEquatable<ListOrdersResponse>, IDeepCloneable<ListOrdersResponse>, IBufferMessage, IMessageReference documentation and code samples for the GDC Hardware Management v1alpha API class ListOrdersResponse.
A list of orders.
Implements
IPageResponseOrder, IEnumerableOrder, IEnumerable, IMessageListOrdersResponse, IEquatableListOrdersResponse, IDeepCloneableListOrdersResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
ListOrdersResponse()
public ListOrdersResponse()ListOrdersResponse(ListOrdersResponse)
public ListOrdersResponse(ListOrdersResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListOrdersResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Orders
public RepeatedField<Order> Orders { get; }The list of orders.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldOrder |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached. Only used for queries to the wildcard
location -. If non-empty, it indicates that the results are incomplete.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<Order> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorOrder |
|