Interface ListDevicesResponseOrBuilder (2.13.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface ListDevicesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDevices(int index)

public abstract Device getDevices(int index)

The devices that match the request.

repeated .google.cloud.iot.v1.Device devices = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Device

getDevicesCount()

public abstract int getDevicesCount()

The devices that match the request.

repeated .google.cloud.iot.v1.Device devices = 1;

Returns
TypeDescription
int

getDevicesList()

public abstract List<Device> getDevicesList()

The devices that match the request.

repeated .google.cloud.iot.v1.Device devices = 1;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
DeviceOrBuilder

getDevicesOrBuilderList()

public abstract List<? extends DeviceOrBuilder> getDevicesOrBuilderList()

The devices that match the request.

repeated .google.cloud.iot.v1.Device devices = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.