public interface ListDeviceRegistriesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DeviceRegistry |
getDeviceRegistries(int index)
The registries that matched the query.
|
int |
getDeviceRegistriesCount()
The registries that matched the query.
|
List<DeviceRegistry> |
getDeviceRegistriesList()
The registries that matched the query.
|
DeviceRegistryOrBuilder |
getDeviceRegistriesOrBuilder(int index)
The registries that matched the query.
|
List<? extends DeviceRegistryOrBuilder> |
getDeviceRegistriesOrBuilderList()
The registries that matched the query.
|
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`.
|
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`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<DeviceRegistry> getDeviceRegistriesList()
The registries that matched the query.
repeated .google.cloud.iot.v1.DeviceRegistry device_registries = 1;
DeviceRegistry getDeviceRegistries(int index)
The registries that matched the query.
repeated .google.cloud.iot.v1.DeviceRegistry device_registries = 1;
int getDeviceRegistriesCount()
The registries that matched the query.
repeated .google.cloud.iot.v1.DeviceRegistry device_registries = 1;
List<? extends DeviceRegistryOrBuilder> getDeviceRegistriesOrBuilderList()
The registries that matched the query.
repeated .google.cloud.iot.v1.DeviceRegistry device_registries = 1;
DeviceRegistryOrBuilder getDeviceRegistriesOrBuilder(int index)
The registries that matched the query.
repeated .google.cloud.iot.v1.DeviceRegistry device_registries = 1;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.