Package com.mysql.cj.x.protobuf
Class MysqlxExpr.ColumnIdentifier.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>
com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,MysqlxExpr.ColumnIdentifierOrBuilder
,java.lang.Cloneable
- Enclosing class:
- MysqlxExpr.ColumnIdentifier
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
-
Method Summary
Modifier and Type Method 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 value)
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(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.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 value)
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
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)
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>
-
setField
public MysqlxExpr.ColumnIdentifier.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>
-
clearField
public MysqlxExpr.ColumnIdentifier.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>
-
clearOneof
public MysqlxExpr.ColumnIdentifier.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>
-
setRepeatedField
public MysqlxExpr.ColumnIdentifier.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>
-
addRepeatedField
public MysqlxExpr.ColumnIdentifier.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<MysqlxExpr.ColumnIdentifier.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>
-
mergeFrom
public MysqlxExpr.ColumnIdentifier.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<MysqlxExpr.ColumnIdentifier.Builder>
- Throws:
java.io.IOException
-
getDocumentPathList
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- Specified by:
getDocumentPathList
in interfaceMysqlxExpr.ColumnIdentifierOrBuilder
-
getDocumentPathCount
public int getDocumentPathCount()repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- Specified by:
getDocumentPathCount
in interfaceMysqlxExpr.ColumnIdentifierOrBuilder
-
getDocumentPath
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- Specified by:
getDocumentPath
in interfaceMysqlxExpr.ColumnIdentifierOrBuilder
-
setDocumentPath
public MysqlxExpr.ColumnIdentifier.Builder setDocumentPath(int index, MysqlxExpr.DocumentPathItem value)repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
setDocumentPath
public MysqlxExpr.ColumnIdentifier.Builder setDocumentPath(int index, MysqlxExpr.DocumentPathItem.Builder builderForValue)repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
addDocumentPath
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
addDocumentPath
public MysqlxExpr.ColumnIdentifier.Builder addDocumentPath(int index, MysqlxExpr.DocumentPathItem value)repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
addDocumentPath
public MysqlxExpr.ColumnIdentifier.Builder addDocumentPath(MysqlxExpr.DocumentPathItem.Builder builderForValue)repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
addDocumentPath
public MysqlxExpr.ColumnIdentifier.Builder addDocumentPath(int index, MysqlxExpr.DocumentPathItem.Builder builderForValue)repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
addAllDocumentPath
public MysqlxExpr.ColumnIdentifier.Builder addAllDocumentPath(java.lang.Iterable<? extends MysqlxExpr.DocumentPathItem> values)repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
clearDocumentPath
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
removeDocumentPath
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
getDocumentPathBuilder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
getDocumentPathOrBuilder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- Specified by:
getDocumentPathOrBuilder
in interfaceMysqlxExpr.ColumnIdentifierOrBuilder
-
getDocumentPathOrBuilderList
public java.util.List<? extends MysqlxExpr.DocumentPathItemOrBuilder> getDocumentPathOrBuilderList()repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- Specified by:
getDocumentPathOrBuilderList
in interfaceMysqlxExpr.ColumnIdentifierOrBuilder
-
addDocumentPathBuilder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
addDocumentPathBuilder
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
getDocumentPathBuilderList
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
-
hasName
public boolean hasName()optional string name = 2;
- Specified by:
hasName
in interfaceMysqlxExpr.ColumnIdentifierOrBuilder
- Returns:
- Whether the name field is set.
-
getName
public java.lang.String getName()optional string name = 2;
- Specified by:
getName
in interfaceMysqlxExpr.ColumnIdentifierOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()optional string name = 2;
- Specified by:
getNameBytes
in interfaceMysqlxExpr.ColumnIdentifierOrBuilder
- Returns:
- The bytes for name.
-
setName
optional string name = 2;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
optional string name = 2;
- Returns:
- This builder for chaining.
-
setNameBytes
optional string name = 2;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasTableName
public boolean hasTableName()optional string table_name = 3;
- Specified by:
hasTableName
in interfaceMysqlxExpr.ColumnIdentifierOrBuilder
- Returns:
- Whether the tableName field is set.
-
getTableName
public java.lang.String getTableName()optional string table_name = 3;
- Specified by:
getTableName
in interfaceMysqlxExpr.ColumnIdentifierOrBuilder
- Returns:
- The tableName.
-
getTableNameBytes
public com.google.protobuf.ByteString getTableNameBytes()optional string table_name = 3;
- Specified by:
getTableNameBytes
in interfaceMysqlxExpr.ColumnIdentifierOrBuilder
- Returns:
- The bytes for tableName.
-
setTableName
optional string table_name = 3;
- Parameters:
value
- The tableName to set.- Returns:
- This builder for chaining.
-
clearTableName
optional string table_name = 3;
- Returns:
- This builder for chaining.
-
setTableNameBytes
optional string table_name = 3;
- Parameters:
value
- The bytes for tableName to set.- Returns:
- This builder for chaining.
-
hasSchemaName
public boolean hasSchemaName()optional string schema_name = 4;
- Specified by:
hasSchemaName
in interfaceMysqlxExpr.ColumnIdentifierOrBuilder
- Returns:
- Whether the schemaName field is set.
-
getSchemaName
public java.lang.String getSchemaName()optional string schema_name = 4;
- Specified by:
getSchemaName
in interfaceMysqlxExpr.ColumnIdentifierOrBuilder
- Returns:
- The schemaName.
-
getSchemaNameBytes
public com.google.protobuf.ByteString getSchemaNameBytes()optional string schema_name = 4;
- Specified by:
getSchemaNameBytes
in interfaceMysqlxExpr.ColumnIdentifierOrBuilder
- Returns:
- The bytes for schemaName.
-
setSchemaName
optional string schema_name = 4;
- Parameters:
value
- The schemaName to set.- Returns:
- This builder for chaining.
-
clearSchemaName
optional string schema_name = 4;
- Returns:
- This builder for chaining.
-
setSchemaNameBytes
public MysqlxExpr.ColumnIdentifier.Builder setSchemaNameBytes(com.google.protobuf.ByteString value)optional string schema_name = 4;
- Parameters:
value
- The bytes for schemaName to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final MysqlxExpr.ColumnIdentifier.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>
-
mergeUnknownFields
public final MysqlxExpr.ColumnIdentifier.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>
-