public interface ListDevicesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDevices(int index)
public abstract Device getDevices(int index)The devices that match the request.
repeated .google.cloud.iot.v1.Device devices = 1;
| Name | Description |
| index | int |
| Type | Description |
| Device |
getDevicesCount()
public abstract int getDevicesCount()The devices that match the request.
repeated .google.cloud.iot.v1.Device devices = 1;
| Type | Description |
| int |
getDevicesList()
public abstract List<Device> getDevicesList()The devices that match the request.
repeated .google.cloud.iot.v1.Device devices = 1;
| Type | Description |
| List<Device> |
getDevicesOrBuilder(int index)
public abstract DeviceOrBuilder getDevicesOrBuilder(int index)The devices that match the request.
repeated .google.cloud.iot.v1.Device devices = 1;
| Name | Description |
| index | int |
| Type | Description |
| DeviceOrBuilder |
getDevicesOrBuilderList()
public abstract List<? extends DeviceOrBuilder> getDevicesOrBuilderList()The devices that match the request.
repeated .google.cloud.iot.v1.Device devices = 1;
| Type | Description |
| List<? extends com.google.cloud.iot.v1.DeviceOrBuilder> |
getNextPageToken()
public abstract 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;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |