Class ListDevicesResponse (1.0.0)

public sealed class ListDevicesResponse : IMessage<ListDevicesResponse>, IEquatable<ListDevicesResponse>, IDeepCloneable<ListDevicesResponse>, IBufferMessage, IMessage, IPageResponse<Device>, IEnumerable<Device>, IEnumerable

Response for ListDevices.

Inheritance

System.Object > ListDevicesResponse

Implements

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.IEnumerable

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Constructors

ListDevicesResponse()

public ListDevicesResponse()

ListDevicesResponse(ListDevicesResponse)

public ListDevicesResponse(ListDevicesResponse other)
Parameter
NameDescription
otherListDevicesResponse

Properties

Devices

public RepeatedField<Device> Devices { get; }

The devices that match the request.

Property Value
TypeDescription
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
TypeDescription
System.String

Methods

GetEnumerator()

public IEnumerator<Device> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
System.Collections.Generic.IEnumerator<Device>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
System.Collections.IEnumerator