public sealed class ListHardwareGroupsResponse : IPageResponse<HardwareGroup>, IEnumerable<HardwareGroup>, IEnumerable, IMessage<ListHardwareGroupsResponse>, IEquatable<ListHardwareGroupsResponse>, IDeepCloneable<ListHardwareGroupsResponse>, IBufferMessage, IMessageReference documentation and code samples for the GDC Hardware Management v1alpha API class ListHardwareGroupsResponse.
A list of hardware groups.
Implements
IPageResponseHardwareGroup, IEnumerableHardwareGroup, IEnumerable, IMessageListHardwareGroupsResponse, IEquatableListHardwareGroupsResponse, IDeepCloneableListHardwareGroupsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
ListHardwareGroupsResponse()
public ListHardwareGroupsResponse()ListHardwareGroupsResponse(ListHardwareGroupsResponse)
public ListHardwareGroupsResponse(ListHardwareGroupsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListHardwareGroupsResponse |
Properties
HardwareGroups
public RepeatedField<HardwareGroup> HardwareGroups { get; }The list of hardware groups.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldHardwareGroup |
|
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<HardwareGroup> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorHardwareGroup |
|