public static interface MysqlxExpr.DocumentPathItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
optional uint32 index = 3; |
MysqlxExpr.DocumentPathItem.Type |
getType()
required .Mysqlx.Expr.DocumentPathItem.Type type = 1; |
java.lang.String |
getValue()
optional string value = 2; |
com.google.protobuf.ByteString |
getValueBytes()
optional string value = 2; |
boolean |
hasIndex()
optional uint32 index = 3; |
boolean |
hasType()
required .Mysqlx.Expr.DocumentPathItem.Type type = 1; |
boolean |
hasValue()
optional string value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;MysqlxExpr.DocumentPathItem.Type getType()
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;boolean hasValue()
optional string value = 2;java.lang.String getValue()
optional string value = 2;com.google.protobuf.ByteString getValueBytes()
optional string value = 2;boolean hasIndex()
optional uint32 index = 3;int getIndex()
optional uint32 index = 3;