Interface AttributeListProto.AttributeListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AttributeListProto.AttributeList,AttributeListProto.AttributeList.Builder
- Enclosing class:
- AttributeListProto
public static interface AttributeListProto.AttributeListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAttributes(int index) repeated .attrpubapi_v1.Attribute attributes = 1;intrepeated .attrpubapi_v1.Attribute attributes = 1;repeated .attrpubapi_v1.Attribute attributes = 1;getAttributesOrBuilder(int index) repeated .attrpubapi_v1.Attribute attributes = 1;List<? extends AttrProto.AttributeOrBuilder>repeated .attrpubapi_v1.Attribute attributes = 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
-
getAttributesList
List<AttrProto.Attribute> getAttributesList()repeated .attrpubapi_v1.Attribute attributes = 1; -
getAttributes
repeated .attrpubapi_v1.Attribute attributes = 1; -
getAttributesCount
int getAttributesCount()repeated .attrpubapi_v1.Attribute attributes = 1; -
getAttributesOrBuilderList
List<? extends AttrProto.AttributeOrBuilder> getAttributesOrBuilderList()repeated .attrpubapi_v1.Attribute attributes = 1; -
getAttributesOrBuilder
repeated .attrpubapi_v1.Attribute attributes = 1;
-