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