public static interface MysqlxExpr.ObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.Object.ObjectField |
getFld(int index)
list of fields
|
int |
getFldCount()
list of fields
|
java.util.List<MysqlxExpr.Object.ObjectField> |
getFldList()
list of fields
|
MysqlxExpr.Object.ObjectFieldOrBuilder |
getFldOrBuilder(int index)
list of fields
|
java.util.List<? extends MysqlxExpr.Object.ObjectFieldOrBuilder> |
getFldOrBuilderList()
list of fields
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<MysqlxExpr.Object.ObjectField> getFldList()
list of fields
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;MysqlxExpr.Object.ObjectField getFld(int index)
list of fields
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;int getFldCount()
list of fields
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;java.util.List<? extends MysqlxExpr.Object.ObjectFieldOrBuilder> getFldOrBuilderList()
list of fields
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;MysqlxExpr.Object.ObjectFieldOrBuilder getFldOrBuilder(int index)
list of fields
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;