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 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.
    • getRulesList

      List<MetaProto.Rule> getRulesList()
      repeated .confluent.Rule rules = 4;
    • getRules

      MetaProto.Rule getRules(int index)
      repeated .confluent.Rule rules = 4;
    • getRulesCount

      int getRulesCount()
      repeated .confluent.Rule rules = 4;
    • getRulesOrBuilderList

      List<? extends MetaProto.RuleOrBuilder> getRulesOrBuilderList()
      repeated .confluent.Rule rules = 4;
    • getRulesOrBuilder

      MetaProto.RuleOrBuilder getRulesOrBuilder(int index)
      repeated .confluent.Rule rules = 4;