public static interface MysqlxCrud.ColumnOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlias()
optional string alias = 2; |
com.google.protobuf.ByteString |
getAliasBytes()
optional string alias = 2; |
MysqlxExpr.DocumentPathItem |
getDocumentPath(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3; |
int |
getDocumentPathCount()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3; |
java.util.List<MysqlxExpr.DocumentPathItem> |
getDocumentPathList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3; |
MysqlxExpr.DocumentPathItemOrBuilder |
getDocumentPathOrBuilder(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3; |
java.util.List<? extends MysqlxExpr.DocumentPathItemOrBuilder> |
getDocumentPathOrBuilderList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3; |
java.lang.String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
boolean |
hasAlias()
optional string alias = 2; |
boolean |
hasName()
optional string name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
optional string name = 1;java.lang.String getName()
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
optional string name = 1;boolean hasAlias()
optional string alias = 2;java.lang.String getAlias()
optional string alias = 2;com.google.protobuf.ByteString getAliasBytes()
optional string alias = 2;java.util.List<MysqlxExpr.DocumentPathItem> getDocumentPathList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;MysqlxExpr.DocumentPathItem getDocumentPath(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;int getDocumentPathCount()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;java.util.List<? extends MysqlxExpr.DocumentPathItemOrBuilder> getDocumentPathOrBuilderList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;MysqlxExpr.DocumentPathItemOrBuilder getDocumentPathOrBuilder(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;