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 Summary
Modifier and TypeMethodDescriptiongetAttributeAndIdList(int index) repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;intrepeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;getAttributeAndIdListOrBuilder(int index) repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;List<? extends AttributeListProto.AttributeAndIdOrBuilder>repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAttributeAndIdListList
List<AttributeListProto.AttributeAndId> getAttributeAndIdListList()repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1; -
getAttributeAndIdList
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
repeated .attrpubapi_v1.AttributeAndId attribute_and_id_list = 1;
-