Cloud IoT v1 API - Class ListDeviceRegistriesRequest (2.1.0)

public sealed class ListDeviceRegistriesRequest : IMessage<ListDeviceRegistriesRequest>, IEquatable<ListDeviceRegistriesRequest>, IDeepCloneable<ListDeviceRegistriesRequest>, IBufferMessage, IMessage, IPageRequest

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

Request for ListDeviceRegistries.

Inheritance

Object > ListDeviceRegistriesRequest

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Constructors

ListDeviceRegistriesRequest()

public ListDeviceRegistriesRequest()

ListDeviceRegistriesRequest(ListDeviceRegistriesRequest)

public ListDeviceRegistriesRequest(ListDeviceRegistriesRequest other)
Parameter
NameDescription
otherListDeviceRegistriesRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of registries to return in the response. If this value is zero, the service will select a default size. A call may return fewer objects than requested. A non-empty next_page_token in the response indicates that more data is available.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

The value returned by the last ListDeviceRegistriesResponse; indicates that this is a continuation of a prior ListDeviceRegistries call and the system should return the next page of data.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The project and cloud region path. For example, projects/example-project/locations/us-central1.

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName