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
.
Implements
IMessageListDeviceRegistriesRequest, IEquatableListDeviceRegistriesRequest, IDeepCloneableListDeviceRegistriesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Iot.V1Assembly
Google.Cloud.Iot.V1.dll
Constructors
ListDeviceRegistriesRequest()
public ListDeviceRegistriesRequest()
ListDeviceRegistriesRequest(ListDeviceRegistriesRequest)
public ListDeviceRegistriesRequest(ListDeviceRegistriesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListDeviceRegistriesRequest |
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 | |
---|---|
Type | Description |
int |
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 | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The project and cloud region path. For example,
projects/example-project/locations/us-central1
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |