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.Builder
addAllParam(java.lang.Iterable<? extends MysqlxExpr.Expr> values)
repeated .Mysqlx.Expr.Expr param = 2;
MysqlxExpr.FunctionCall.Builder
addParam(int index, MysqlxExpr.Expr value)
repeated .Mysqlx.Expr.Expr param = 2;
MysqlxExpr.FunctionCall.Builder
addParam(int index, MysqlxExpr.Expr.Builder builderForValue)
repeated .Mysqlx.Expr.Expr param = 2;
MysqlxExpr.FunctionCall.Builder
addParam(MysqlxExpr.Expr value)
repeated .Mysqlx.Expr.Expr param = 2;
MysqlxExpr.FunctionCall.Builder
addParam(MysqlxExpr.Expr.Builder builderForValue)
repeated .Mysqlx.Expr.Expr param = 2;
MysqlxExpr.Expr.Builder
addParamBuilder()
repeated .Mysqlx.Expr.Expr param = 2;
MysqlxExpr.Expr.Builder
addParamBuilder(int index)
repeated .Mysqlx.Expr.Expr param = 2;
MysqlxExpr.FunctionCall.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
MysqlxExpr.FunctionCall
build()
MysqlxExpr.FunctionCall
buildPartial()
MysqlxExpr.FunctionCall.Builder
clear()
MysqlxExpr.FunctionCall.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
MysqlxExpr.FunctionCall.Builder
clearName()
required .Mysqlx.Expr.Identifier name = 1;
MysqlxExpr.FunctionCall.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
MysqlxExpr.FunctionCall.Builder
clearParam()
repeated .Mysqlx.Expr.Expr param = 2;
MysqlxExpr.FunctionCall.Builder
clone()
MysqlxExpr.FunctionCall
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
MysqlxExpr.Identifier
getName()
required .Mysqlx.Expr.Identifier name = 1;
MysqlxExpr.Identifier.Builder
getNameBuilder()
required .Mysqlx.Expr.Identifier name = 1;
MysqlxExpr.IdentifierOrBuilder
getNameOrBuilder()
required .Mysqlx.Expr.Identifier name = 1;
MysqlxExpr.Expr
getParam(int index)
repeated .Mysqlx.Expr.Expr param = 2;
MysqlxExpr.Expr.Builder
getParamBuilder(int index)
repeated .Mysqlx.Expr.Expr param = 2;
java.util.List<MysqlxExpr.Expr.Builder>
getParamBuilderList()
repeated .Mysqlx.Expr.Expr param = 2;
int
getParamCount()
repeated .Mysqlx.Expr.Expr param = 2;
java.util.List<MysqlxExpr.Expr>
getParamList()
repeated .Mysqlx.Expr.Expr param = 2;
MysqlxExpr.ExprOrBuilder
getParamOrBuilder(int index)
repeated .Mysqlx.Expr.Expr param = 2;
java.util.List<? extends MysqlxExpr.ExprOrBuilder>
getParamOrBuilderList()
repeated .Mysqlx.Expr.Expr param = 2;
boolean
hasName()
required .Mysqlx.Expr.Identifier name = 1;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
MysqlxExpr.FunctionCall.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MysqlxExpr.FunctionCall.Builder
mergeFrom(com.google.protobuf.Message other)
MysqlxExpr.FunctionCall.Builder
mergeFrom(MysqlxExpr.FunctionCall other)
MysqlxExpr.FunctionCall.Builder
mergeName(MysqlxExpr.Identifier value)
required .Mysqlx.Expr.Identifier name = 1;
MysqlxExpr.FunctionCall.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
MysqlxExpr.FunctionCall.Builder
removeParam(int index)
repeated .Mysqlx.Expr.Expr param = 2;
MysqlxExpr.FunctionCall.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
MysqlxExpr.FunctionCall.Builder
setName(MysqlxExpr.Identifier value)
required .Mysqlx.Expr.Identifier name = 1;
MysqlxExpr.FunctionCall.Builder
setName(MysqlxExpr.Identifier.Builder builderForValue)
required .Mysqlx.Expr.Identifier name = 1;
MysqlxExpr.FunctionCall.Builder
setParam(int index, MysqlxExpr.Expr value)
repeated .Mysqlx.Expr.Expr param = 2;
MysqlxExpr.FunctionCall.Builder
setParam(int index, MysqlxExpr.Expr.Builder builderForValue)
repeated .Mysqlx.Expr.Expr param = 2;
MysqlxExpr.FunctionCall.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
MysqlxExpr.FunctionCall.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.FunctionCall.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.FunctionCall.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.FunctionCall.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.FunctionCall.Builder>
-
setField
public MysqlxExpr.FunctionCall.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.FunctionCall.Builder>
-
clearField
public MysqlxExpr.FunctionCall.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.FunctionCall.Builder>
-
clearOneof
public MysqlxExpr.FunctionCall.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.FunctionCall.Builder>
-
setRepeatedField
public MysqlxExpr.FunctionCall.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.FunctionCall.Builder>
-
addRepeatedField
public MysqlxExpr.FunctionCall.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.FunctionCall.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<MysqlxExpr.FunctionCall.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
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.FunctionCall.Builder>
- Throws:
java.io.IOException
-
hasName
public boolean hasName()required .Mysqlx.Expr.Identifier name = 1;
- Specified by:
hasName
in interfaceMysqlxExpr.FunctionCallOrBuilder
- Returns:
- Whether the name field is set.
-
getName
required .Mysqlx.Expr.Identifier name = 1;
- Specified by:
getName
in 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:
getNameOrBuilder
in interfaceMysqlxExpr.FunctionCallOrBuilder
-
getParamList
repeated .Mysqlx.Expr.Expr param = 2;
- Specified by:
getParamList
in interfaceMysqlxExpr.FunctionCallOrBuilder
-
getParamCount
public int getParamCount()repeated .Mysqlx.Expr.Expr param = 2;
- Specified by:
getParamCount
in interfaceMysqlxExpr.FunctionCallOrBuilder
-
getParam
repeated .Mysqlx.Expr.Expr param = 2;
- Specified by:
getParam
in 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:
getParamOrBuilder
in interfaceMysqlxExpr.FunctionCallOrBuilder
-
getParamOrBuilderList
repeated .Mysqlx.Expr.Expr param = 2;
- Specified by:
getParamOrBuilderList
in 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:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
mergeUnknownFields
public final MysqlxExpr.FunctionCall.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.FunctionCall.Builder>
-