Interface MetaProto.RuleOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string doc = 2;
    com.google.protobuf.ByteString
    string doc = 2;
    string expr = 3;
    com.google.protobuf.ByteString
    string expr = 3;
    string name = 1;
    com.google.protobuf.ByteString
    string name = 1;
    string sql = 4;
    com.google.protobuf.ByteString
    string sql = 4;

    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

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getDoc

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

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

      String getExpr()
      string expr = 3;
      Returns:
      The expr.
    • getExprBytes

      com.google.protobuf.ByteString getExprBytes()
      string expr = 3;
      Returns:
      The bytes for expr.
    • getSql

      String getSql()
      string sql = 4;
      Returns:
      The sql.
    • getSqlBytes

      com.google.protobuf.ByteString getSqlBytes()
      string sql = 4;
      Returns:
      The bytes for sql.