Interface Spec.ProtoTagsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Spec.ProtoTags, Spec.ProtoTags.Builder
    Enclosing class:
    Spec

    public static interface Spec.ProtoTagsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getTags​(int index)
      / A collection of Tags
      com.google.protobuf.ByteString getTagsBytes​(int index)
      / A collection of Tags
      int getTagsCount()
      / A collection of Tags
      List<String> getTagsList()
      / A collection of Tags
      • 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 Detail

      • getTagsList

        List<String> getTagsList()
        / A collection of Tags
         
        repeated string tags = 1;
      • getTagsCount

        int getTagsCount()
        / A collection of Tags
         
        repeated string tags = 1;
      • getTags

        String getTags​(int index)
        / A collection of Tags
         
        repeated string tags = 1;
      • getTagsBytes

        com.google.protobuf.ByteString getTagsBytes​(int index)
        / A collection of Tags
         
        repeated string tags = 1;