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