public static interface MysqlxExpr.ArrayOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.Expr |
getValue(int index)
list of values
|
int |
getValueCount()
list of values
|
java.util.List<MysqlxExpr.Expr> |
getValueList()
list of values
|
MysqlxExpr.ExprOrBuilder |
getValueOrBuilder(int index)
list of values
|
java.util.List<? extends MysqlxExpr.ExprOrBuilder> |
getValueOrBuilderList()
list of values
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<MysqlxExpr.Expr> getValueList()
list of values
repeated .Mysqlx.Expr.Expr value = 1;MysqlxExpr.Expr getValue(int index)
list of values
repeated .Mysqlx.Expr.Expr value = 1;int getValueCount()
list of values
repeated .Mysqlx.Expr.Expr value = 1;java.util.List<? extends MysqlxExpr.ExprOrBuilder> getValueOrBuilderList()
list of values
repeated .Mysqlx.Expr.Expr value = 1;MysqlxExpr.ExprOrBuilder getValueOrBuilder(int index)
list of values
repeated .Mysqlx.Expr.Expr value = 1;