public interface ListDeviceRegistriesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeviceRegistries(int index)
public abstract DeviceRegistry getDeviceRegistries(int index)The registries that matched the query.
repeated .google.cloud.iot.v1.DeviceRegistry device_registries = 1;
| Name | Description |
| index | int |
| Type | Description |
| DeviceRegistry |
getDeviceRegistriesCount()
public abstract int getDeviceRegistriesCount()The registries that matched the query.
repeated .google.cloud.iot.v1.DeviceRegistry device_registries = 1;
| Type | Description |
| int |
getDeviceRegistriesList()
public abstract List<DeviceRegistry> getDeviceRegistriesList()The registries that matched the query.
repeated .google.cloud.iot.v1.DeviceRegistry device_registries = 1;
| Type | Description |
| List<DeviceRegistry> |
getDeviceRegistriesOrBuilder(int index)
public abstract DeviceRegistryOrBuilder getDeviceRegistriesOrBuilder(int index)The registries that matched the query.
repeated .google.cloud.iot.v1.DeviceRegistry device_registries = 1;
| Name | Description |
| index | int |
| Type | Description |
| DeviceRegistryOrBuilder |
getDeviceRegistriesOrBuilderList()
public abstract List<? extends DeviceRegistryOrBuilder> getDeviceRegistriesOrBuilderList()The registries that matched the query.
repeated .google.cloud.iot.v1.DeviceRegistry device_registries = 1;
| Type | Description |
| List<? extends com.google.cloud.iot.v1.DeviceRegistryOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken() If not empty, indicates that there may be more registries that match the
request; this value should be passed in a new
ListDeviceRegistriesRequest.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() If not empty, indicates that there may be more registries that match the
request; this value should be passed in a new
ListDeviceRegistriesRequest.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |