Interface ListDevicesResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListDevicesResponse, ListDevicesResponse.Builder

    public interface ListDevicesResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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`.
      com.google.protobuf.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`.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getDevicesList

        List<Device> getDevicesList()
         The devices that match the request.
         
        repeated .google.cloud.iot.v1.Device devices = 1;
      • getDevices

        Device getDevices​(int index)
         The devices that match the request.
         
        repeated .google.cloud.iot.v1.Device devices = 1;
      • getDevicesCount

        int getDevicesCount()
         The devices that match the request.
         
        repeated .google.cloud.iot.v1.Device devices = 1;
      • getDevicesOrBuilderList

        List<? extends DeviceOrBuilder> getDevicesOrBuilderList()
         The devices that match the request.
         
        repeated .google.cloud.iot.v1.Device devices = 1;
      • getDevicesOrBuilder

        DeviceOrBuilder getDevicesOrBuilder​(int index)
         The devices that match the request.
         
        repeated .google.cloud.iot.v1.Device devices = 1;
      • getNextPageToken

        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:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.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:
        The bytes for nextPageToken.