public sealed class ListHardwareResponse : IPageResponse<Hardware>, IEnumerable<Hardware>, IEnumerable, IMessage<ListHardwareResponse>, IEquatable<ListHardwareResponse>, IDeepCloneable<ListHardwareResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class ListHardwareResponse.
A list of hardware.
Implements
IPageResponseHardware, IEnumerableHardware, IEnumerable, IMessageListHardwareResponse, IEquatableListHardwareResponse, IDeepCloneableListHardwareResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
ListHardwareResponse()
public ListHardwareResponse()
ListHardwareResponse(ListHardwareResponse)
public ListHardwareResponse(ListHardwareResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListHardwareResponse |
Properties
Hardware
public RepeatedField<Hardware> Hardware { get; }
The list of hardware.
Property Value | |
---|---|
Type | Description |
RepeatedFieldHardware |
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Hardware> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorHardware |