public sealed class ListDevicesResponse : IMessage<ListDevicesResponse>, IEquatable<ListDevicesResponse>, IDeepCloneable<ListDevicesResponse>, IBufferMessage, IMessage, IPageResponse<Device>, IEnumerable<Device>, IEnumerable
Response for ListDevices
.
Inheritance
System.Object > ListDevicesResponseImplements
Google.Protobuf.IMessage<ListDevicesResponse>, System.IEquatable<ListDevicesResponse>, Google.Protobuf.IDeepCloneable<ListDevicesResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageResponse<Device>, System.Collections.Generic.IEnumerable<Device>, System.Collections.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 |
Google.Protobuf.Collections.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 |
System.Collections.Generic.IEnumerator<Device> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
System.Collections.IEnumerator |