Interface protos.google.cloud.iot.v1.IListDevicesRequest (2.2.0)

Properties of a ListDevicesRequest.

Package

@google-cloud/iot!

Properties

deviceIds

deviceIds?: (string[]|null);

ListDevicesRequest deviceIds

Property Value
TypeDescription
(string[]|null)

deviceNumIds

deviceNumIds?: ((number|Long|string)[]|null);

ListDevicesRequest deviceNumIds

Property Value
TypeDescription
((number|Long|string)[]|null)

fieldMask

fieldMask?: (google.protobuf.IFieldMask|null);

ListDevicesRequest fieldMask

Property Value
TypeDescription
(google.protobuf.IFieldMask|null)

gatewayListOptions

gatewayListOptions?: (google.cloud.iot.v1.IGatewayListOptions|null);

ListDevicesRequest gatewayListOptions

Property Value
TypeDescription
(google.cloud.iot.v1.IGatewayListOptions|null)

pageSize

pageSize?: (number|null);

ListDevicesRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListDevicesRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListDevicesRequest parent

Property Value
TypeDescription
(string|null)