Class ListDeviceRegistriesResponse (1.2.0)

public sealed class ListDeviceRegistriesResponse : IMessage<ListDeviceRegistriesResponse>, IEquatable<ListDeviceRegistriesResponse>, IDeepCloneable<ListDeviceRegistriesResponse>, IBufferMessage, IMessage, IPageResponse<DeviceRegistry>, IEnumerable<DeviceRegistry>, IEnumerable

Response for ListDeviceRegistries.

Inheritance

Object > ListDeviceRegistriesResponse

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Constructors

ListDeviceRegistriesResponse()

public ListDeviceRegistriesResponse()

ListDeviceRegistriesResponse(ListDeviceRegistriesResponse)

public ListDeviceRegistriesResponse(ListDeviceRegistriesResponse other)
Parameter
NameDescription
otherListDeviceRegistriesResponse

Properties

DeviceRegistries

public RepeatedField<DeviceRegistry> DeviceRegistries { get; }

The registries that matched the query.

Property Value
TypeDescription
RepeatedField<DeviceRegistry>

NextPageToken

public string NextPageToken { get; set; }

If not empty, indicates that there may be more registries that match the request; this value should be passed in a new ListDeviceRegistriesRequest.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<DeviceRegistry> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<DeviceRegistry>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator