Interface AttributeListProto.AttributeAndIdListOrBuilder

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

public static interface AttributeListProto.AttributeAndIdListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getAttributeAndIdListList

      List<AttributeListProto.AttributeAndId> getAttributeAndIdListList()
      repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;
    • getAttributeAndIdList

      AttributeListProto.AttributeAndId getAttributeAndIdList(int index)
      repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;
    • getAttributeAndIdListCount

      int getAttributeAndIdListCount()
      repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;
    • getAttributeAndIdListOrBuilderList

      List<? extends AttributeListProto.AttributeAndIdOrBuilder> getAttributeAndIdListOrBuilderList()
      repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;
    • getAttributeAndIdListOrBuilder

      AttributeListProto.AttributeAndIdOrBuilder getAttributeAndIdListOrBuilder(int index)
      repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;