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

    Modifier and Type
    Method
    Description
    getTags(int index)
    / A collection of Tags
    com.google.protobuf.ByteString
    getTagsBytes(int index)
    / A collection of Tags
    int
    / A collection of Tags
    / 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 Details

    • getTagsList

      List<String> getTagsList()
       / A collection of Tags
       
      repeated string tags = 1;
      Returns:
      A list containing the tags.
    • getTagsCount

      int getTagsCount()
       / A collection of Tags
       
      repeated string tags = 1;
      Returns:
      The count of tags.
    • getTags

      String getTags(int index)
       / A collection of Tags
       
      repeated string tags = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tags at the given index.
    • getTagsBytes

      com.google.protobuf.ByteString getTagsBytes(int index)
       / A collection of Tags
       
      repeated string tags = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the tags at the given index.