public static final class MysqlxExpr.ColumnIdentifier.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder> implements MysqlxExpr.ColumnIdentifierOrBuilder
Column identifier
for table: col\@doc_path, tbl.col\@doc_path col, tbl.col, schema.tbl.col
for document collection: doc_path
//
@par production list
@code{unparsed}
col_identifier: string "." string "." string |
: string "." string |
: string |
: string "." string "." string "@" document_path |
: string "." string "@" document_path |
: string "@" document_path |
: document_path
document_path: member | arrayLocation | doubleAsterisk
member = "." string | "." "*"
arrayLocation = "[" index "]" | "[" "*" "]"
doubleAsterisk = "**"
@endcode
Protobuf type Mysqlx.Expr.ColumnIdentifiergetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>public MysqlxExpr.ColumnIdentifier.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>public MysqlxExpr.ColumnIdentifier getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic MysqlxExpr.ColumnIdentifier build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic MysqlxExpr.ColumnIdentifier buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic MysqlxExpr.ColumnIdentifier.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>public MysqlxExpr.ColumnIdentifier.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>public MysqlxExpr.ColumnIdentifier.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>public MysqlxExpr.ColumnIdentifier.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>public MysqlxExpr.ColumnIdentifier.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>public MysqlxExpr.ColumnIdentifier.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>public MysqlxExpr.ColumnIdentifier.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MysqlxExpr.ColumnIdentifier.Builder>public MysqlxExpr.ColumnIdentifier.Builder mergeFrom(MysqlxExpr.ColumnIdentifier other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>public MysqlxExpr.ColumnIdentifier.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MysqlxExpr.ColumnIdentifier.Builder>java.io.IOExceptionpublic java.util.List<MysqlxExpr.DocumentPathItem> getDocumentPathList()
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;getDocumentPathList in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic int getDocumentPathCount()
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;getDocumentPathCount in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic MysqlxExpr.DocumentPathItem getDocumentPath(int index)
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;getDocumentPath in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic MysqlxExpr.ColumnIdentifier.Builder setDocumentPath(int index, MysqlxExpr.DocumentPathItem value)
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.ColumnIdentifier.Builder setDocumentPath(int index, MysqlxExpr.DocumentPathItem.Builder builderForValue)
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.ColumnIdentifier.Builder addDocumentPath(MysqlxExpr.DocumentPathItem value)
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.ColumnIdentifier.Builder addDocumentPath(int index, MysqlxExpr.DocumentPathItem value)
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.ColumnIdentifier.Builder addDocumentPath(MysqlxExpr.DocumentPathItem.Builder builderForValue)
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.ColumnIdentifier.Builder addDocumentPath(int index, MysqlxExpr.DocumentPathItem.Builder builderForValue)
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.ColumnIdentifier.Builder addAllDocumentPath(java.lang.Iterable<? extends MysqlxExpr.DocumentPathItem> values)
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.ColumnIdentifier.Builder clearDocumentPath()
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.ColumnIdentifier.Builder removeDocumentPath(int index)
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.DocumentPathItem.Builder getDocumentPathBuilder(int index)
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.DocumentPathItemOrBuilder getDocumentPathOrBuilder(int index)
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;getDocumentPathOrBuilder in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic java.util.List<? extends MysqlxExpr.DocumentPathItemOrBuilder> getDocumentPathOrBuilderList()
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;getDocumentPathOrBuilderList in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic MysqlxExpr.DocumentPathItem.Builder addDocumentPathBuilder()
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.DocumentPathItem.Builder addDocumentPathBuilder(int index)
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public java.util.List<MysqlxExpr.DocumentPathItem.Builder> getDocumentPathBuilderList()
document path
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public boolean hasName()
name of column
optional string name = 2;hasName in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic java.lang.String getName()
name of column
optional string name = 2;getName in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
name of column
optional string name = 2;getNameBytes in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic MysqlxExpr.ColumnIdentifier.Builder setName(java.lang.String value)
name of column
optional string name = 2;value - The name to set.public MysqlxExpr.ColumnIdentifier.Builder clearName()
name of column
optional string name = 2;public MysqlxExpr.ColumnIdentifier.Builder setNameBytes(com.google.protobuf.ByteString value)
name of column
optional string name = 2;value - The bytes for name to set.public boolean hasTableName()
name of table
optional string table_name = 3;hasTableName in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic java.lang.String getTableName()
name of table
optional string table_name = 3;getTableName in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic com.google.protobuf.ByteString getTableNameBytes()
name of table
optional string table_name = 3;getTableNameBytes in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic MysqlxExpr.ColumnIdentifier.Builder setTableName(java.lang.String value)
name of table
optional string table_name = 3;value - The tableName to set.public MysqlxExpr.ColumnIdentifier.Builder clearTableName()
name of table
optional string table_name = 3;public MysqlxExpr.ColumnIdentifier.Builder setTableNameBytes(com.google.protobuf.ByteString value)
name of table
optional string table_name = 3;value - The bytes for tableName to set.public boolean hasSchemaName()
name of schema
optional string schema_name = 4;hasSchemaName in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic java.lang.String getSchemaName()
name of schema
optional string schema_name = 4;getSchemaName in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic com.google.protobuf.ByteString getSchemaNameBytes()
name of schema
optional string schema_name = 4;getSchemaNameBytes in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic MysqlxExpr.ColumnIdentifier.Builder setSchemaName(java.lang.String value)
name of schema
optional string schema_name = 4;value - The schemaName to set.public MysqlxExpr.ColumnIdentifier.Builder clearSchemaName()
name of schema
optional string schema_name = 4;public MysqlxExpr.ColumnIdentifier.Builder setSchemaNameBytes(com.google.protobuf.ByteString value)
name of schema
optional string schema_name = 4;value - The bytes for schemaName to set.public final MysqlxExpr.ColumnIdentifier.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>public final MysqlxExpr.ColumnIdentifier.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>