Cloud IoT v1 API - Class ListDeviceRegistriesResponse (2.2.0)

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

Reference documentation and code samples for the Cloud IoT v1 API class ListDeviceRegistriesResponse.

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
RepeatedFieldDeviceRegistry

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
IEnumeratorDeviceRegistry