public sealed class ListDevicesResponse : IMessage<ListDevicesResponse>, IEquatable<ListDevicesResponse>, IDeepCloneable<ListDevicesResponse>, IBufferMessage, IMessage, IPageResponse<Device>, IEnumerable<Device>, IEnumerable
Response for ListDevices
.
Implements
IMessage<ListDevicesResponse>, IEquatable<ListDevicesResponse>, IDeepCloneable<ListDevicesResponse>, IBufferMessage, IMessage, IPageResponse<Device>, IEnumerable<Device>, IEnumerableNamespace
Google.Cloud.Iot.V1Assembly
Google.Cloud.Iot.V1.dll
Constructors
ListDevicesResponse()
public ListDevicesResponse()
ListDevicesResponse(ListDevicesResponse)
public ListDevicesResponse(ListDevicesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListDevicesResponse |
Properties
Devices
public RepeatedField<Device> Devices { get; }
The devices that match the request.
Property Value | |
---|---|
Type | Description |
RepeatedField<Device> |
NextPageToken
public string NextPageToken { get; set; }
If not empty, indicates that there may be more devices that match the
request; this value should be passed in a new ListDevicesRequest
.
Property Value | |
---|---|
Type | Description |
System.String |
Methods
GetEnumerator()
public IEnumerator<Device> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Device> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |