Interface MetaProto.MetaOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MetaProto.Meta, MetaProto.Meta.Builder
Enclosing class:
MetaProto

public static interface MetaProto.MetaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<string, string> params = 2;
    string doc = 1;
    com.google.protobuf.ByteString
    string doc = 1;
    Deprecated.
    int
    map<string, string> params = 2;
    map<string, string> params = 2;
    getParamsOrDefault(String key, String defaultValue)
    map<string, string> params = 2;
    map<string, string> params = 2;
    getTags(int index)
    repeated string tags = 3;
    com.google.protobuf.ByteString
    getTagsBytes(int index)
    repeated string tags = 3;
    int
    repeated string tags = 3;
    repeated string tags = 3;

    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

    • getDoc

      String getDoc()
      string doc = 1;
      Returns:
      The doc.
    • getDocBytes

      com.google.protobuf.ByteString getDocBytes()
      string doc = 1;
      Returns:
      The bytes for doc.
    • getParamsCount

      int getParamsCount()
      map<string, string> params = 2;
    • containsParams

      boolean containsParams(String key)
      map<string, string> params = 2;
    • getParams

      Deprecated.
      Use getParamsMap() instead.
    • getParamsMap

      Map<String,String> getParamsMap()
      map<string, string> params = 2;
    • getParamsOrDefault

      String getParamsOrDefault(String key, String defaultValue)
      map<string, string> params = 2;
    • getParamsOrThrow

      String getParamsOrThrow(String key)
      map<string, string> params = 2;
    • getTagsList

      List<String> getTagsList()
      repeated string tags = 3;
      Returns:
      A list containing the tags.
    • getTagsCount

      int getTagsCount()
      repeated string tags = 3;
      Returns:
      The count of tags.
    • getTags

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

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