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 Type
    Method
    Description
    getAttributes(int index)
    repeated .attrpubapi_v1.Attribute attributes = 1;
    int
    repeated .attrpubapi_v1.Attribute attributes = 1;
    repeated .attrpubapi_v1.Attribute attributes = 1;
    repeated .attrpubapi_v1.Attribute attributes = 1;
    repeated .attrpubapi_v1.Attribute attributes = 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

    • getAttributesList

      List<AttrProto.Attribute> getAttributesList()
      repeated .attrpubapi_v1.Attribute attributes = 1;
    • getAttributes

      AttrProto.Attribute getAttributes(int index)
      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

      AttrProto.AttributeOrBuilder getAttributesOrBuilder(int index)
      repeated .attrpubapi_v1.Attribute attributes = 1;