Package io.confluent.protobuf
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 TypeMethodDescriptiongetDoc()string doc = 2;com.google.protobuf.ByteStringstring doc = 2;getExpr()string expr = 3;com.google.protobuf.ByteStringstring expr = 3;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;getSql()string sql = 4;com.google.protobuf.ByteStringstring sql = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-