public sealed class ListDevicesResponse : IMessage<ListDevicesResponse>, IEquatable<ListDevicesResponse>, IDeepCloneable<ListDevicesResponse>, IBufferMessage, IMessage, IPageResponse<Device>, IEnumerable<Device>, IEnumerable
Reference documentation and code samples for the Cloud IoT v1 API class ListDevicesResponse.
Response for ListDevices
.
Implements
IMessageListDevicesResponse, IEquatableListDevicesResponse, IDeepCloneableListDevicesResponse, IBufferMessage, IMessage, IPageResponseDevice, IEnumerableDevice, 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 |
RepeatedFieldDevice |
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 |
string |
Methods
GetEnumerator()
public IEnumerator<Device> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDevice |