Class ListDeviceRegistriesResponse (1.0.0)

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

Response for ListDeviceRegistries.

Inheritance

System.Object > ListDeviceRegistriesResponse

Implements

Google.Protobuf.IMessage<ListDeviceRegistriesResponse>, System.IEquatable<ListDeviceRegistriesResponse>, Google.Protobuf.IDeepCloneable<ListDeviceRegistriesResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageResponse<DeviceRegistry>, System.Collections.Generic.IEnumerable<DeviceRegistry>, System.Collections.IEnumerable

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
Google.Protobuf.Collections.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
System.String

Methods

GetEnumerator()

public IEnumerator<DeviceRegistry> GetEnumerator()

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

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

Explicit Interface Implementations

IEnumerable.GetEnumerator()

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