Package com.mysql.cj.x.protobuf
Interface MysqlxCrud.ColumnOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxCrud.Column,MysqlxCrud.Column.Builder
- Enclosing class:
- MysqlxCrud
public static interface MysqlxCrud.ColumnOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description java.lang.StringgetAlias()optional string alias = 2;com.google.protobuf.ByteStringgetAliasBytes()optional string alias = 2;MysqlxExpr.DocumentPathItemgetDocumentPath(int index)repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;intgetDocumentPathCount()repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;java.util.List<MysqlxExpr.DocumentPathItem>getDocumentPathList()repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;MysqlxExpr.DocumentPathItemOrBuildergetDocumentPathOrBuilder(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.StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;booleanhasAlias()optional string alias = 2;booleanhasName()optional string name = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
java.lang.String getName()optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 1;- Returns:
- The bytes for name.
-
hasAlias
boolean hasAlias()optional string alias = 2;- Returns:
- Whether the alias field is set.
-
getAlias
java.lang.String getAlias()optional string alias = 2;- Returns:
- The alias.
-
getAliasBytes
com.google.protobuf.ByteString getAliasBytes()optional string alias = 2;- Returns:
- The bytes for alias.
-
getDocumentPathList
java.util.List<MysqlxExpr.DocumentPathItem> getDocumentPathList()repeated .Mysqlx.Expr.DocumentPathItem document_path = 3; -
getDocumentPath
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3; -
getDocumentPathCount
int getDocumentPathCount()repeated .Mysqlx.Expr.DocumentPathItem document_path = 3; -
getDocumentPathOrBuilderList
java.util.List<? extends MysqlxExpr.DocumentPathItemOrBuilder> getDocumentPathOrBuilderList()repeated .Mysqlx.Expr.DocumentPathItem document_path = 3; -
getDocumentPathOrBuilder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-