Package com.mysql.cj.x.protobuf
Interface MysqlxDatatypes.ArrayOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxDatatypes.Array,MysqlxDatatypes.Array.Builder
- Enclosing class:
- MysqlxDatatypes
public static interface MysqlxDatatypes.ArrayOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description MysqlxDatatypes.AnygetValue(int index)repeated .Mysqlx.Datatypes.Any value = 1;intgetValueCount()repeated .Mysqlx.Datatypes.Any value = 1;java.util.List<MysqlxDatatypes.Any>getValueList()repeated .Mysqlx.Datatypes.Any value = 1;MysqlxDatatypes.AnyOrBuildergetValueOrBuilder(int index)repeated .Mysqlx.Datatypes.Any value = 1;java.util.List<? extends MysqlxDatatypes.AnyOrBuilder>getValueOrBuilderList()repeated .Mysqlx.Datatypes.Any 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<MysqlxDatatypes.Any> getValueList()repeated .Mysqlx.Datatypes.Any value = 1; -
getValue
repeated .Mysqlx.Datatypes.Any value = 1; -
getValueCount
int getValueCount()repeated .Mysqlx.Datatypes.Any value = 1; -
getValueOrBuilderList
java.util.List<? extends MysqlxDatatypes.AnyOrBuilder> getValueOrBuilderList()repeated .Mysqlx.Datatypes.Any value = 1; -
getValueOrBuilder
repeated .Mysqlx.Datatypes.Any value = 1;
-