public sealed class ListDeviceRegistriesResponse : IMessage<ListDeviceRegistriesResponse>, IEquatable<ListDeviceRegistriesResponse>, IDeepCloneable<ListDeviceRegistriesResponse>, IBufferMessage, IMessage, IPageResponse<DeviceRegistry>, IEnumerable<DeviceRegistry>, IEnumerableResponse for ListDeviceRegistries.
Inheritance
System.Object > ListDeviceRegistriesResponseImplements
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.IEnumerableNamespace
Google.Cloud.Iot.V1Assembly
Google.Cloud.Iot.V1.dll
Constructors
ListDeviceRegistriesResponse()
public ListDeviceRegistriesResponse()ListDeviceRegistriesResponse(ListDeviceRegistriesResponse)
public ListDeviceRegistriesResponse(ListDeviceRegistriesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDeviceRegistriesResponse |
Properties
DeviceRegistries
public RepeatedField<DeviceRegistry> DeviceRegistries { get; }The registries that matched the query.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
System.String |
|
Methods
GetEnumerator()
public IEnumerator<DeviceRegistry> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
System.Collections.Generic.IEnumerator<DeviceRegistry> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
System.Collections.IEnumerator |
|