Interface IDeviceStatusServiceOuterClass.IDeviceStatusServiceGetItemsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
IDeviceStatusServiceOuterClass.IDeviceStatusServiceGetItemsRequest, IDeviceStatusServiceOuterClass.IDeviceStatusServiceGetItemsRequest.Builder
Enclosing class:
IDeviceStatusServiceOuterClass

public static interface IDeviceStatusServiceOuterClass.IDeviceStatusServiceGetItemsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getIdentifiers(int index)
    repeated string identifiers = 1;
    com.google.protobuf.ByteString
    repeated string identifiers = 1;
    int
    repeated string identifiers = 1;
    repeated string identifiers = 1;

    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 Details

    • getIdentifiersList

      List<String> getIdentifiersList()
      repeated string identifiers = 1;
    • getIdentifiersCount

      int getIdentifiersCount()
      repeated string identifiers = 1;
    • getIdentifiers

      String getIdentifiers(int index)
      repeated string identifiers = 1;
    • getIdentifiersBytes

      com.google.protobuf.ByteString getIdentifiersBytes(int index)
      repeated string identifiers = 1;