类 MysqlxCrud.Column.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Column.Builder>
-
- com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- 所有已实现的接口:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,MysqlxCrud.ColumnOrBuilder,Cloneable
- 封闭类:
- MysqlxCrud.Column
public static final class MysqlxCrud.Column.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Column.Builder> implements MysqlxCrud.ColumnOrBuilder
Protobuf typeMysqlx.Crud.Column
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 MysqlxCrud.Column.BuilderaddAllDocumentPath(Iterable<? extends MysqlxExpr.DocumentPathItem> values)repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;MysqlxCrud.Column.BuilderaddDocumentPath(int index, MysqlxExpr.DocumentPathItem value)repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;MysqlxCrud.Column.BuilderaddDocumentPath(int index, MysqlxExpr.DocumentPathItem.Builder builderForValue)repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;MysqlxCrud.Column.BuilderaddDocumentPath(MysqlxExpr.DocumentPathItem value)repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;MysqlxCrud.Column.BuilderaddDocumentPath(MysqlxExpr.DocumentPathItem.Builder builderForValue)repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;MysqlxExpr.DocumentPathItem.BuilderaddDocumentPathBuilder()repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;MysqlxExpr.DocumentPathItem.BuilderaddDocumentPathBuilder(int index)repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;MysqlxCrud.Column.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)MysqlxCrud.Columnbuild()MysqlxCrud.ColumnbuildPartial()MysqlxCrud.Column.Builderclear()MysqlxCrud.Column.BuilderclearAlias()optional string alias = 2;MysqlxCrud.Column.BuilderclearDocumentPath()repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;MysqlxCrud.Column.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)MysqlxCrud.Column.BuilderclearName()optional string name = 1;MysqlxCrud.Column.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)MysqlxCrud.Column.Builderclone()StringgetAlias()optional string alias = 2;com.google.protobuf.ByteStringgetAliasBytes()optional string alias = 2;MysqlxCrud.ColumngetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()MysqlxExpr.DocumentPathItemgetDocumentPath(int index)repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;MysqlxExpr.DocumentPathItem.BuildergetDocumentPathBuilder(int index)repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;List<MysqlxExpr.DocumentPathItem.Builder>getDocumentPathBuilderList()repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;intgetDocumentPathCount()repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;List<MysqlxExpr.DocumentPathItem>getDocumentPathList()repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;MysqlxExpr.DocumentPathItemOrBuildergetDocumentPathOrBuilder(int index)repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;List<? extends MysqlxExpr.DocumentPathItemOrBuilder>getDocumentPathOrBuilderList()repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;booleanhasAlias()optional string alias = 2;booleanhasName()optional string name = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()MysqlxCrud.Column.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)MysqlxCrud.Column.BuildermergeFrom(com.google.protobuf.Message other)MysqlxCrud.Column.BuildermergeFrom(MysqlxCrud.Column other)MysqlxCrud.Column.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)MysqlxCrud.Column.BuilderremoveDocumentPath(int index)repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;MysqlxCrud.Column.BuildersetAlias(String value)optional string alias = 2;MysqlxCrud.Column.BuildersetAliasBytes(com.google.protobuf.ByteString value)optional string alias = 2;MysqlxCrud.Column.BuildersetDocumentPath(int index, MysqlxExpr.DocumentPathItem value)repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;MysqlxCrud.Column.BuildersetDocumentPath(int index, MysqlxExpr.DocumentPathItem.Builder builderForValue)repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;MysqlxCrud.Column.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)MysqlxCrud.Column.BuildersetName(String value)optional string name = 1;MysqlxCrud.Column.BuildersetNameBytes(com.google.protobuf.ByteString value)optional string name = 1;MysqlxCrud.Column.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)MysqlxCrud.Column.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
从类继承的方法 com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
从类继承的方法 com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
-
-
-
方法详细资料
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- 指定者:
internalGetFieldAccessorTable在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Column.Builder>
-
clear
public MysqlxCrud.Column.Builder clear()
- 指定者:
clear在接口中com.google.protobuf.Message.Builder- 指定者:
clear在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
clear在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Column.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- 指定者:
getDescriptorForType在接口中com.google.protobuf.Message.Builder- 指定者:
getDescriptorForType在接口中com.google.protobuf.MessageOrBuilder- 覆盖:
getDescriptorForType在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Column.Builder>
-
getDefaultInstanceForType
public MysqlxCrud.Column getDefaultInstanceForType()
- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageLiteOrBuilder- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageOrBuilder
-
build
public MysqlxCrud.Column build()
- 指定者:
build在接口中com.google.protobuf.Message.Builder- 指定者:
build在接口中com.google.protobuf.MessageLite.Builder
-
buildPartial
public MysqlxCrud.Column buildPartial()
- 指定者:
buildPartial在接口中com.google.protobuf.Message.Builder- 指定者:
buildPartial在接口中com.google.protobuf.MessageLite.Builder
-
clone
public MysqlxCrud.Column.Builder clone()
- 指定者:
clone在接口中com.google.protobuf.Message.Builder- 指定者:
clone在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
clone在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Column.Builder>
-
setField
public MysqlxCrud.Column.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- 指定者:
setField在接口中com.google.protobuf.Message.Builder- 覆盖:
setField在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Column.Builder>
-
clearField
public MysqlxCrud.Column.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- 指定者:
clearField在接口中com.google.protobuf.Message.Builder- 覆盖:
clearField在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Column.Builder>
-
clearOneof
public MysqlxCrud.Column.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- 指定者:
clearOneof在接口中com.google.protobuf.Message.Builder- 覆盖:
clearOneof在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Column.Builder>
-
setRepeatedField
public MysqlxCrud.Column.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- 指定者:
setRepeatedField在接口中com.google.protobuf.Message.Builder- 覆盖:
setRepeatedField在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Column.Builder>
-
addRepeatedField
public MysqlxCrud.Column.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- 指定者:
addRepeatedField在接口中com.google.protobuf.Message.Builder- 覆盖:
addRepeatedField在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Column.Builder>
-
mergeFrom
public MysqlxCrud.Column.Builder mergeFrom(com.google.protobuf.Message other)
- 指定者:
mergeFrom在接口中com.google.protobuf.Message.Builder- 覆盖:
mergeFrom在类中com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.Column.Builder>
-
mergeFrom
public MysqlxCrud.Column.Builder mergeFrom(MysqlxCrud.Column other)
-
isInitialized
public final boolean isInitialized()
- 指定者:
isInitialized在接口中com.google.protobuf.MessageLiteOrBuilder- 覆盖:
isInitialized在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Column.Builder>
-
mergeFrom
public MysqlxCrud.Column.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- 指定者:
mergeFrom在接口中com.google.protobuf.Message.Builder- 指定者:
mergeFrom在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
mergeFrom在类中com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.Column.Builder>- 抛出:
IOException
-
hasName
public boolean hasName()
optional string name = 1;- 指定者:
hasName在接口中MysqlxCrud.ColumnOrBuilder- 返回:
- Whether the name field is set.
-
getName
public String getName()
optional string name = 1;- 指定者:
getName在接口中MysqlxCrud.ColumnOrBuilder- 返回:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
optional string name = 1;- 指定者:
getNameBytes在接口中MysqlxCrud.ColumnOrBuilder- 返回:
- The bytes for name.
-
setName
public MysqlxCrud.Column.Builder setName(String value)
optional string name = 1;- 参数:
value- The name to set.- 返回:
- This builder for chaining.
-
clearName
public MysqlxCrud.Column.Builder clearName()
optional string name = 1;- 返回:
- This builder for chaining.
-
setNameBytes
public MysqlxCrud.Column.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1;- 参数:
value- The bytes for name to set.- 返回:
- This builder for chaining.
-
hasAlias
public boolean hasAlias()
optional string alias = 2;- 指定者:
hasAlias在接口中MysqlxCrud.ColumnOrBuilder- 返回:
- Whether the alias field is set.
-
getAlias
public String getAlias()
optional string alias = 2;- 指定者:
getAlias在接口中MysqlxCrud.ColumnOrBuilder- 返回:
- The alias.
-
getAliasBytes
public com.google.protobuf.ByteString getAliasBytes()
optional string alias = 2;- 指定者:
getAliasBytes在接口中MysqlxCrud.ColumnOrBuilder- 返回:
- The bytes for alias.
-
setAlias
public MysqlxCrud.Column.Builder setAlias(String value)
optional string alias = 2;- 参数:
value- The alias to set.- 返回:
- This builder for chaining.
-
clearAlias
public MysqlxCrud.Column.Builder clearAlias()
optional string alias = 2;- 返回:
- This builder for chaining.
-
setAliasBytes
public MysqlxCrud.Column.Builder setAliasBytes(com.google.protobuf.ByteString value)
optional string alias = 2;- 参数:
value- The bytes for alias to set.- 返回:
- This builder for chaining.
-
getDocumentPathList
public List<MysqlxExpr.DocumentPathItem> getDocumentPathList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
getDocumentPathCount
public int getDocumentPathCount()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
getDocumentPath
public MysqlxExpr.DocumentPathItem getDocumentPath(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;- 指定者:
getDocumentPath在接口中MysqlxCrud.ColumnOrBuilder
-
setDocumentPath
public MysqlxCrud.Column.Builder setDocumentPath(int index, MysqlxExpr.DocumentPathItem value)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
setDocumentPath
public MysqlxCrud.Column.Builder setDocumentPath(int index, MysqlxExpr.DocumentPathItem.Builder builderForValue)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
addDocumentPath
public MysqlxCrud.Column.Builder addDocumentPath(MysqlxExpr.DocumentPathItem value)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
addDocumentPath
public MysqlxCrud.Column.Builder addDocumentPath(int index, MysqlxExpr.DocumentPathItem value)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
addDocumentPath
public MysqlxCrud.Column.Builder addDocumentPath(MysqlxExpr.DocumentPathItem.Builder builderForValue)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
addDocumentPath
public MysqlxCrud.Column.Builder addDocumentPath(int index, MysqlxExpr.DocumentPathItem.Builder builderForValue)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
addAllDocumentPath
public MysqlxCrud.Column.Builder addAllDocumentPath(Iterable<? extends MysqlxExpr.DocumentPathItem> values)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
clearDocumentPath
public MysqlxCrud.Column.Builder clearDocumentPath()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
removeDocumentPath
public MysqlxCrud.Column.Builder removeDocumentPath(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
getDocumentPathBuilder
public MysqlxExpr.DocumentPathItem.Builder getDocumentPathBuilder(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
getDocumentPathOrBuilder
public MysqlxExpr.DocumentPathItemOrBuilder getDocumentPathOrBuilder(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
getDocumentPathOrBuilderList
public List<? extends MysqlxExpr.DocumentPathItemOrBuilder> getDocumentPathOrBuilderList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
addDocumentPathBuilder
public MysqlxExpr.DocumentPathItem.Builder addDocumentPathBuilder()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
addDocumentPathBuilder
public MysqlxExpr.DocumentPathItem.Builder addDocumentPathBuilder(int index)
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
getDocumentPathBuilderList
public List<MysqlxExpr.DocumentPathItem.Builder> getDocumentPathBuilderList()
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
-
setUnknownFields
public final MysqlxCrud.Column.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- 指定者:
setUnknownFields在接口中com.google.protobuf.Message.Builder- 覆盖:
setUnknownFields在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Column.Builder>
-
mergeUnknownFields
public final MysqlxCrud.Column.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- 指定者:
mergeUnknownFields在接口中com.google.protobuf.Message.Builder- 覆盖:
mergeUnknownFields在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Column.Builder>
-
-