Package com.mysql.cj.x.protobuf
Class MysqlxExpr.FunctionCall.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,MysqlxExpr.FunctionCallOrBuilder,java.lang.Cloneable
- Enclosing class:
- MysqlxExpr.FunctionCall
public static final class MysqlxExpr.FunctionCall.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder> implements MysqlxExpr.FunctionCallOrBuilder
function call: ``func(a, b, "1", 3)``
.. productionlist::
function_call: `identifier` "(" [ `expr` ["," `expr` ]* ] ")"
Protobuf type Mysqlx.Expr.FunctionCall-
Method Summary
Modifier and Type Method Description MysqlxExpr.FunctionCall.BuilderaddAllParam(java.lang.Iterable<? extends MysqlxExpr.Expr> values)repeated .Mysqlx.Expr.Expr param = 2;MysqlxExpr.FunctionCall.BuilderaddParam(int index, MysqlxExpr.Expr value)repeated .Mysqlx.Expr.Expr param = 2;MysqlxExpr.FunctionCall.BuilderaddParam(int index, MysqlxExpr.Expr.Builder builderForValue)repeated .Mysqlx.Expr.Expr param = 2;MysqlxExpr.FunctionCall.BuilderaddParam(MysqlxExpr.Expr value)repeated .Mysqlx.Expr.Expr param = 2;MysqlxExpr.FunctionCall.BuilderaddParam(MysqlxExpr.Expr.Builder builderForValue)repeated .Mysqlx.Expr.Expr param = 2;MysqlxExpr.Expr.BuilderaddParamBuilder()repeated .Mysqlx.Expr.Expr param = 2;MysqlxExpr.Expr.BuilderaddParamBuilder(int index)repeated .Mysqlx.Expr.Expr param = 2;MysqlxExpr.FunctionCall.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)MysqlxExpr.FunctionCallbuild()MysqlxExpr.FunctionCallbuildPartial()MysqlxExpr.FunctionCall.Builderclear()MysqlxExpr.FunctionCall.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)MysqlxExpr.FunctionCall.BuilderclearName()required .Mysqlx.Expr.Identifier name = 1;MysqlxExpr.FunctionCall.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)MysqlxExpr.FunctionCall.BuilderclearParam()repeated .Mysqlx.Expr.Expr param = 2;MysqlxExpr.FunctionCall.Builderclone()MysqlxExpr.FunctionCallgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()MysqlxExpr.IdentifiergetName()required .Mysqlx.Expr.Identifier name = 1;MysqlxExpr.Identifier.BuildergetNameBuilder()required .Mysqlx.Expr.Identifier name = 1;MysqlxExpr.IdentifierOrBuildergetNameOrBuilder()required .Mysqlx.Expr.Identifier name = 1;MysqlxExpr.ExprgetParam(int index)repeated .Mysqlx.Expr.Expr param = 2;MysqlxExpr.Expr.BuildergetParamBuilder(int index)repeated .Mysqlx.Expr.Expr param = 2;java.util.List<MysqlxExpr.Expr.Builder>getParamBuilderList()repeated .Mysqlx.Expr.Expr param = 2;intgetParamCount()repeated .Mysqlx.Expr.Expr param = 2;java.util.List<MysqlxExpr.Expr>getParamList()repeated .Mysqlx.Expr.Expr param = 2;MysqlxExpr.ExprOrBuildergetParamOrBuilder(int index)repeated .Mysqlx.Expr.Expr param = 2;java.util.List<? extends MysqlxExpr.ExprOrBuilder>getParamOrBuilderList()repeated .Mysqlx.Expr.Expr param = 2;booleanhasName()required .Mysqlx.Expr.Identifier name = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()MysqlxExpr.FunctionCall.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)MysqlxExpr.FunctionCall.BuildermergeFrom(com.google.protobuf.Message other)MysqlxExpr.FunctionCall.BuildermergeFrom(MysqlxExpr.FunctionCall other)MysqlxExpr.FunctionCall.BuildermergeName(MysqlxExpr.Identifier value)required .Mysqlx.Expr.Identifier name = 1;MysqlxExpr.FunctionCall.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)MysqlxExpr.FunctionCall.BuilderremoveParam(int index)repeated .Mysqlx.Expr.Expr param = 2;MysqlxExpr.FunctionCall.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)MysqlxExpr.FunctionCall.BuildersetName(MysqlxExpr.Identifier value)required .Mysqlx.Expr.Identifier name = 1;MysqlxExpr.FunctionCall.BuildersetName(MysqlxExpr.Identifier.Builder builderForValue)required .Mysqlx.Expr.Identifier name = 1;MysqlxExpr.FunctionCall.BuildersetParam(int index, MysqlxExpr.Expr value)repeated .Mysqlx.Expr.Expr param = 2;MysqlxExpr.FunctionCall.BuildersetParam(int index, MysqlxExpr.Expr.Builder builderForValue)repeated .Mysqlx.Expr.Expr param = 2;MysqlxExpr.FunctionCall.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)MysqlxExpr.FunctionCall.BuildersetUnknownFields(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, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods 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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
setField
public MysqlxExpr.FunctionCall.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
clearField
public MysqlxExpr.FunctionCall.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
clearOneof
public MysqlxExpr.FunctionCall.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
setRepeatedField
public MysqlxExpr.FunctionCall.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
addRepeatedField
public MysqlxExpr.FunctionCall.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<MysqlxExpr.FunctionCall.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
mergeFrom
public MysqlxExpr.FunctionCall.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<MysqlxExpr.FunctionCall.Builder>- Throws:
java.io.IOException
-
hasName
public boolean hasName()required .Mysqlx.Expr.Identifier name = 1;- Specified by:
hasNamein interfaceMysqlxExpr.FunctionCallOrBuilder- Returns:
- Whether the name field is set.
-
getName
required .Mysqlx.Expr.Identifier name = 1;- Specified by:
getNamein interfaceMysqlxExpr.FunctionCallOrBuilder- Returns:
- The name.
-
setName
required .Mysqlx.Expr.Identifier name = 1; -
setName
required .Mysqlx.Expr.Identifier name = 1; -
mergeName
required .Mysqlx.Expr.Identifier name = 1; -
clearName
required .Mysqlx.Expr.Identifier name = 1; -
getNameBuilder
required .Mysqlx.Expr.Identifier name = 1; -
getNameOrBuilder
required .Mysqlx.Expr.Identifier name = 1;- Specified by:
getNameOrBuilderin interfaceMysqlxExpr.FunctionCallOrBuilder
-
getParamList
repeated .Mysqlx.Expr.Expr param = 2;- Specified by:
getParamListin interfaceMysqlxExpr.FunctionCallOrBuilder
-
getParamCount
public int getParamCount()repeated .Mysqlx.Expr.Expr param = 2;- Specified by:
getParamCountin interfaceMysqlxExpr.FunctionCallOrBuilder
-
getParam
repeated .Mysqlx.Expr.Expr param = 2;- Specified by:
getParamin interfaceMysqlxExpr.FunctionCallOrBuilder
-
setParam
repeated .Mysqlx.Expr.Expr param = 2; -
setParam
public MysqlxExpr.FunctionCall.Builder setParam(int index, MysqlxExpr.Expr.Builder builderForValue)repeated .Mysqlx.Expr.Expr param = 2; -
addParam
repeated .Mysqlx.Expr.Expr param = 2; -
addParam
repeated .Mysqlx.Expr.Expr param = 2; -
addParam
repeated .Mysqlx.Expr.Expr param = 2; -
addParam
public MysqlxExpr.FunctionCall.Builder addParam(int index, MysqlxExpr.Expr.Builder builderForValue)repeated .Mysqlx.Expr.Expr param = 2; -
addAllParam
public MysqlxExpr.FunctionCall.Builder addAllParam(java.lang.Iterable<? extends MysqlxExpr.Expr> values)repeated .Mysqlx.Expr.Expr param = 2; -
clearParam
repeated .Mysqlx.Expr.Expr param = 2; -
removeParam
repeated .Mysqlx.Expr.Expr param = 2; -
getParamBuilder
repeated .Mysqlx.Expr.Expr param = 2; -
getParamOrBuilder
repeated .Mysqlx.Expr.Expr param = 2;- Specified by:
getParamOrBuilderin interfaceMysqlxExpr.FunctionCallOrBuilder
-
getParamOrBuilderList
repeated .Mysqlx.Expr.Expr param = 2;- Specified by:
getParamOrBuilderListin interfaceMysqlxExpr.FunctionCallOrBuilder
-
addParamBuilder
repeated .Mysqlx.Expr.Expr param = 2; -
addParamBuilder
repeated .Mysqlx.Expr.Expr param = 2; -
getParamBuilderList
repeated .Mysqlx.Expr.Expr param = 2; -
setUnknownFields
public final MysqlxExpr.FunctionCall.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
mergeUnknownFields
public final MysqlxExpr.FunctionCall.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-