public static final class MysqlxExpr.ColumnIdentifier.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder> implements MysqlxExpr.ColumnIdentifierOrBuilder
col_identifier (table): col@doc_path, tbl.col@doc_path col, tbl.col, schema.tbl.col
col_identifier (document): doc_path
.. productionlist::
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 = "**"
Protobuf type Mysqlx.Expr.ColumnIdentifier| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.ColumnIdentifier.Builder |
addAllDocumentPath(java.lang.Iterable<? extends MysqlxExpr.DocumentPathItem> values)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
MysqlxExpr.ColumnIdentifier.Builder |
addDocumentPath(int index,
MysqlxExpr.DocumentPathItem.Builder builderForValue)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
MysqlxExpr.ColumnIdentifier.Builder |
addDocumentPath(int index,
MysqlxExpr.DocumentPathItem value)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
MysqlxExpr.ColumnIdentifier.Builder |
addDocumentPath(MysqlxExpr.DocumentPathItem.Builder builderForValue)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
MysqlxExpr.ColumnIdentifier.Builder |
addDocumentPath(MysqlxExpr.DocumentPathItem value)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
MysqlxExpr.DocumentPathItem.Builder |
addDocumentPathBuilder()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
MysqlxExpr.DocumentPathItem.Builder |
addDocumentPathBuilder(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
MysqlxExpr.ColumnIdentifier.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxExpr.ColumnIdentifier |
build() |
MysqlxExpr.ColumnIdentifier |
buildPartial() |
MysqlxExpr.ColumnIdentifier.Builder |
clear() |
MysqlxExpr.ColumnIdentifier.Builder |
clearDocumentPath()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
MysqlxExpr.ColumnIdentifier.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MysqlxExpr.ColumnIdentifier.Builder |
clearName()
optional string name = 2; |
MysqlxExpr.ColumnIdentifier.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlxExpr.ColumnIdentifier.Builder |
clearSchemaName()
optional string schema_name = 4; |
MysqlxExpr.ColumnIdentifier.Builder |
clearTableName()
optional string table_name = 3; |
MysqlxExpr.ColumnIdentifier.Builder |
clone() |
MysqlxExpr.ColumnIdentifier |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
MysqlxExpr.DocumentPathItem |
getDocumentPath(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
MysqlxExpr.DocumentPathItem.Builder |
getDocumentPathBuilder(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
java.util.List<MysqlxExpr.DocumentPathItem.Builder> |
getDocumentPathBuilderList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
int |
getDocumentPathCount()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
java.util.List<MysqlxExpr.DocumentPathItem> |
getDocumentPathList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
MysqlxExpr.DocumentPathItemOrBuilder |
getDocumentPathOrBuilder(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
java.util.List<? extends MysqlxExpr.DocumentPathItemOrBuilder> |
getDocumentPathOrBuilderList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
java.lang.String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
java.lang.String |
getSchemaName()
optional string schema_name = 4; |
com.google.protobuf.ByteString |
getSchemaNameBytes()
optional string schema_name = 4; |
java.lang.String |
getTableName()
optional string table_name = 3; |
com.google.protobuf.ByteString |
getTableNameBytes()
optional string table_name = 3; |
boolean |
hasName()
optional string name = 2; |
boolean |
hasSchemaName()
optional string schema_name = 4; |
boolean |
hasTableName()
optional string table_name = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MysqlxExpr.ColumnIdentifier.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MysqlxExpr.ColumnIdentifier.Builder |
mergeFrom(com.google.protobuf.Message other) |
MysqlxExpr.ColumnIdentifier.Builder |
mergeFrom(MysqlxExpr.ColumnIdentifier other) |
MysqlxExpr.ColumnIdentifier.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxExpr.ColumnIdentifier.Builder |
removeDocumentPath(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
MysqlxExpr.ColumnIdentifier.Builder |
setDocumentPath(int index,
MysqlxExpr.DocumentPathItem.Builder builderForValue)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
MysqlxExpr.ColumnIdentifier.Builder |
setDocumentPath(int index,
MysqlxExpr.DocumentPathItem value)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1; |
MysqlxExpr.ColumnIdentifier.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxExpr.ColumnIdentifier.Builder |
setName(java.lang.String value)
optional string name = 2; |
MysqlxExpr.ColumnIdentifier.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 2; |
MysqlxExpr.ColumnIdentifier.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
MysqlxExpr.ColumnIdentifier.Builder |
setSchemaName(java.lang.String value)
optional string schema_name = 4; |
MysqlxExpr.ColumnIdentifier.Builder |
setSchemaNameBytes(com.google.protobuf.ByteString value)
optional string schema_name = 4; |
MysqlxExpr.ColumnIdentifier.Builder |
setTableName(java.lang.String value)
optional string table_name = 3; |
MysqlxExpr.ColumnIdentifier.Builder |
setTableNameBytes(com.google.protobuf.ByteString value)
optional string table_name = 3; |
MysqlxExpr.ColumnIdentifier.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, 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()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;getDocumentPathList in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic int getDocumentPathCount()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;getDocumentPathCount in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic MysqlxExpr.DocumentPathItem getDocumentPath(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;getDocumentPath in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic MysqlxExpr.ColumnIdentifier.Builder setDocumentPath(int index, MysqlxExpr.DocumentPathItem value)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.ColumnIdentifier.Builder setDocumentPath(int index, MysqlxExpr.DocumentPathItem.Builder builderForValue)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.ColumnIdentifier.Builder addDocumentPath(MysqlxExpr.DocumentPathItem value)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.ColumnIdentifier.Builder addDocumentPath(int index, MysqlxExpr.DocumentPathItem value)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.ColumnIdentifier.Builder addDocumentPath(MysqlxExpr.DocumentPathItem.Builder builderForValue)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.ColumnIdentifier.Builder addDocumentPath(int index, MysqlxExpr.DocumentPathItem.Builder builderForValue)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.ColumnIdentifier.Builder addAllDocumentPath(java.lang.Iterable<? extends MysqlxExpr.DocumentPathItem> values)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.ColumnIdentifier.Builder clearDocumentPath()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.ColumnIdentifier.Builder removeDocumentPath(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.DocumentPathItem.Builder getDocumentPathBuilder(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.DocumentPathItemOrBuilder getDocumentPathOrBuilder(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;getDocumentPathOrBuilder in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic java.util.List<? extends MysqlxExpr.DocumentPathItemOrBuilder> getDocumentPathOrBuilderList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;getDocumentPathOrBuilderList in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic MysqlxExpr.DocumentPathItem.Builder addDocumentPathBuilder()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public MysqlxExpr.DocumentPathItem.Builder addDocumentPathBuilder(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public java.util.List<MysqlxExpr.DocumentPathItem.Builder> getDocumentPathBuilderList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;public boolean hasName()
optional string name = 2;hasName in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic java.lang.String getName()
optional string name = 2;getName in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 2;getNameBytes in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic MysqlxExpr.ColumnIdentifier.Builder setName(java.lang.String value)
optional string name = 2;value - The name to set.public MysqlxExpr.ColumnIdentifier.Builder clearName()
optional string name = 2;public MysqlxExpr.ColumnIdentifier.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 2;value - The bytes for name to set.public boolean hasTableName()
optional string table_name = 3;hasTableName in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic java.lang.String getTableName()
optional string table_name = 3;getTableName in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic com.google.protobuf.ByteString getTableNameBytes()
optional string table_name = 3;getTableNameBytes in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic MysqlxExpr.ColumnIdentifier.Builder setTableName(java.lang.String value)
optional string table_name = 3;value - The tableName to set.public MysqlxExpr.ColumnIdentifier.Builder clearTableName()
optional string table_name = 3;public MysqlxExpr.ColumnIdentifier.Builder setTableNameBytes(com.google.protobuf.ByteString value)
optional string table_name = 3;value - The bytes for tableName to set.public boolean hasSchemaName()
optional string schema_name = 4;hasSchemaName in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic java.lang.String getSchemaName()
optional string schema_name = 4;getSchemaName in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic com.google.protobuf.ByteString getSchemaNameBytes()
optional string schema_name = 4;getSchemaNameBytes in interface MysqlxExpr.ColumnIdentifierOrBuilderpublic MysqlxExpr.ColumnIdentifier.Builder setSchemaName(java.lang.String value)
optional string schema_name = 4;value - The schemaName to set.public MysqlxExpr.ColumnIdentifier.Builder clearSchemaName()
optional string schema_name = 4;public MysqlxExpr.ColumnIdentifier.Builder setSchemaNameBytes(com.google.protobuf.ByteString value)
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>