Skip to content

Commit 30a0caf

Browse files
Update device_manager.py (#42)
removed Maximum IDs: 10,000.
1 parent 9456e8c commit 30a0caf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/cloud/iot_v1/types/device_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,11 @@ class ListDevicesRequest(proto.Message):
318318
``projects/my-project/locations/us-central1/registries/my-registry``.
319319
device_num_ids (Sequence[int]):
320320
A list of device numeric IDs. If empty, this
321-
field is ignored. Maximum IDs: 10,000.
321+
field is ignored.
322322
device_ids (Sequence[str]):
323323
A list of device string IDs. For example,
324324
``['device0', 'device12']``. If empty, this field is
325-
ignored. Maximum IDs: 10,000
325+
ignored.
326326
field_mask (google.protobuf.field_mask_pb2.FieldMask):
327327
The fields of the ``Device`` resource to be returned in the
328328
response. The fields ``id`` and ``num_id`` are always

0 commit comments

Comments
 (0)