Package com.mysql.cj.x.protobuf
Interface MysqlxExpr.ArrayOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxExpr.Array,MysqlxExpr.Array.Builder
- Enclosing class:
- MysqlxExpr
public static interface MysqlxExpr.ArrayOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description MysqlxExpr.ExprgetValue(int index)repeated .Mysqlx.Expr.Expr value = 1;intgetValueCount()repeated .Mysqlx.Expr.Expr value = 1;java.util.List<MysqlxExpr.Expr>getValueList()repeated .Mysqlx.Expr.Expr value = 1;MysqlxExpr.ExprOrBuildergetValueOrBuilder(int index)repeated .Mysqlx.Expr.Expr value = 1;java.util.List<? extends MysqlxExpr.ExprOrBuilder>getValueOrBuilderList()repeated .Mysqlx.Expr.Expr value = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValueList
java.util.List<MysqlxExpr.Expr> getValueList()repeated .Mysqlx.Expr.Expr value = 1; -
getValue
repeated .Mysqlx.Expr.Expr value = 1; -
getValueCount
int getValueCount()repeated .Mysqlx.Expr.Expr value = 1; -
getValueOrBuilderList
java.util.List<? extends MysqlxExpr.ExprOrBuilder> getValueOrBuilderList()repeated .Mysqlx.Expr.Expr value = 1; -
getValueOrBuilder
repeated .Mysqlx.Expr.Expr value = 1;
-