public interface ListDevicesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Device |
getDevices(int index)
The devices that match the request.
|
int |
getDevicesCount()
The devices that match the request.
|
List<Device> |
getDevicesList()
The devices that match the request.
|
DeviceOrBuilder |
getDevicesOrBuilder(int index)
The devices that match the request.
|
List<? extends DeviceOrBuilder> |
getDevicesOrBuilderList()
The devices that match the request.
|
String |
getNextPageToken()
If not empty, indicates that there may be more devices that match the
request; this value should be passed in a new `ListDevicesRequest`.
|
ByteString |
getNextPageTokenBytes()
If not empty, indicates that there may be more devices that match the
request; this value should be passed in a new `ListDevicesRequest`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Device> getDevicesList()
The devices that match the request.
repeated .google.cloud.iot.v1.Device devices = 1;
Device getDevices(int index)
The devices that match the request.
repeated .google.cloud.iot.v1.Device devices = 1;
int getDevicesCount()
The devices that match the request.
repeated .google.cloud.iot.v1.Device devices = 1;
List<? extends DeviceOrBuilder> getDevicesOrBuilderList()
The devices that match the request.
repeated .google.cloud.iot.v1.Device devices = 1;
DeviceOrBuilder getDevicesOrBuilder(int index)
The devices that match the request.
repeated .google.cloud.iot.v1.Device devices = 1;
String getNextPageToken()
If not empty, indicates that there may be more devices that match the request; this value should be passed in a new `ListDevicesRequest`.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
If not empty, indicates that there may be more devices that match the request; this value should be passed in a new `ListDevicesRequest`.
string next_page_token = 2;
Copyright © 2022 Google LLC. All rights reserved.