public static interface MysqlxExpr.Object.ObjectFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
required string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
required string key = 1; |
MysqlxExpr.Expr |
getValue()
required .Mysqlx.Expr.Expr value = 2; |
MysqlxExpr.ExprOrBuilder |
getValueOrBuilder()
required .Mysqlx.Expr.Expr value = 2; |
boolean |
hasKey()
required string key = 1; |
boolean |
hasValue()
required .Mysqlx.Expr.Expr value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasKey()
required string key = 1;
java.lang.String getKey()
required string key = 1;
com.google.protobuf.ByteString getKeyBytes()
required string key = 1;
boolean hasValue()
required .Mysqlx.Expr.Expr value = 2;
MysqlxExpr.Expr getValue()
required .Mysqlx.Expr.Expr value = 2;
MysqlxExpr.ExprOrBuilder getValueOrBuilder()
required .Mysqlx.Expr.Expr value = 2;