public static final class MysqlxCrud.UpdateOperation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.UpdateOperation.Builder> implements MysqlxCrud.UpdateOperationOrBuilder
Mysqlx.Crud.UpdateOperation| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.UpdateOperation.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.UpdateOperation |
build() |
MysqlxCrud.UpdateOperation |
buildPartial() |
MysqlxCrud.UpdateOperation.Builder |
clear() |
MysqlxCrud.UpdateOperation.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MysqlxCrud.UpdateOperation.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlxCrud.UpdateOperation.Builder |
clearOperation()
the type of operation to be performed
|
MysqlxCrud.UpdateOperation.Builder |
clearSource()
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
|
MysqlxCrud.UpdateOperation.Builder |
clearValue()
an expression to be computed as the new value for the operation
|
MysqlxCrud.UpdateOperation.Builder |
clone() |
MysqlxCrud.UpdateOperation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
MysqlxCrud.UpdateOperation.UpdateType |
getOperation()
the type of operation to be performed
|
MysqlxExpr.ColumnIdentifier |
getSource()
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
|
MysqlxExpr.ColumnIdentifier.Builder |
getSourceBuilder()
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
|
MysqlxExpr.ColumnIdentifierOrBuilder |
getSourceOrBuilder()
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
|
MysqlxExpr.Expr |
getValue()
an expression to be computed as the new value for the operation
|
MysqlxExpr.Expr.Builder |
getValueBuilder()
an expression to be computed as the new value for the operation
|
MysqlxExpr.ExprOrBuilder |
getValueOrBuilder()
an expression to be computed as the new value for the operation
|
boolean |
hasOperation()
the type of operation to be performed
|
boolean |
hasSource()
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
|
boolean |
hasValue()
an expression to be computed as the new value for the operation
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MysqlxCrud.UpdateOperation.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MysqlxCrud.UpdateOperation.Builder |
mergeFrom(com.google.protobuf.Message other) |
MysqlxCrud.UpdateOperation.Builder |
mergeFrom(MysqlxCrud.UpdateOperation other) |
MysqlxCrud.UpdateOperation.Builder |
mergeSource(MysqlxExpr.ColumnIdentifier value)
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
|
MysqlxCrud.UpdateOperation.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxCrud.UpdateOperation.Builder |
mergeValue(MysqlxExpr.Expr value)
an expression to be computed as the new value for the operation
|
MysqlxCrud.UpdateOperation.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.UpdateOperation.Builder |
setOperation(MysqlxCrud.UpdateOperation.UpdateType value)
the type of operation to be performed
|
MysqlxCrud.UpdateOperation.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
MysqlxCrud.UpdateOperation.Builder |
setSource(MysqlxExpr.ColumnIdentifier.Builder builderForValue)
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
|
MysqlxCrud.UpdateOperation.Builder |
setSource(MysqlxExpr.ColumnIdentifier value)
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
|
MysqlxCrud.UpdateOperation.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxCrud.UpdateOperation.Builder |
setValue(MysqlxExpr.Expr.Builder builderForValue)
an expression to be computed as the new value for the operation
|
MysqlxCrud.UpdateOperation.Builder |
setValue(MysqlxExpr.Expr value)
an expression to be computed as the new value for the operation
|
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<MysqlxCrud.UpdateOperation.Builder>public MysqlxCrud.UpdateOperation.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.UpdateOperation.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<MysqlxCrud.UpdateOperation.Builder>public MysqlxCrud.UpdateOperation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic MysqlxCrud.UpdateOperation build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic MysqlxCrud.UpdateOperation buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic MysqlxCrud.UpdateOperation.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.UpdateOperation.Builder>public MysqlxCrud.UpdateOperation.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<MysqlxCrud.UpdateOperation.Builder>public MysqlxCrud.UpdateOperation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.UpdateOperation.Builder>public MysqlxCrud.UpdateOperation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.UpdateOperation.Builder>public MysqlxCrud.UpdateOperation.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<MysqlxCrud.UpdateOperation.Builder>public MysqlxCrud.UpdateOperation.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<MysqlxCrud.UpdateOperation.Builder>public MysqlxCrud.UpdateOperation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.UpdateOperation.Builder>public MysqlxCrud.UpdateOperation.Builder mergeFrom(MysqlxCrud.UpdateOperation other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.UpdateOperation.Builder>public MysqlxCrud.UpdateOperation.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<MysqlxCrud.UpdateOperation.Builder>java.io.IOExceptionpublic boolean hasSource()
specification of the value to be updated - if data_model is TABLE, a column name may be specified and also a document path, if the column has type JSON - if data_model is DOCUMENT, only document paths are allowed @note in both cases, schema and table must be not set
required .Mysqlx.Expr.ColumnIdentifier source = 1;hasSource in interface MysqlxCrud.UpdateOperationOrBuilderpublic MysqlxExpr.ColumnIdentifier getSource()
specification of the value to be updated - if data_model is TABLE, a column name may be specified and also a document path, if the column has type JSON - if data_model is DOCUMENT, only document paths are allowed @note in both cases, schema and table must be not set
required .Mysqlx.Expr.ColumnIdentifier source = 1;getSource in interface MysqlxCrud.UpdateOperationOrBuilderpublic MysqlxCrud.UpdateOperation.Builder setSource(MysqlxExpr.ColumnIdentifier value)
specification of the value to be updated - if data_model is TABLE, a column name may be specified and also a document path, if the column has type JSON - if data_model is DOCUMENT, only document paths are allowed @note in both cases, schema and table must be not set
required .Mysqlx.Expr.ColumnIdentifier source = 1;public MysqlxCrud.UpdateOperation.Builder setSource(MysqlxExpr.ColumnIdentifier.Builder builderForValue)
specification of the value to be updated - if data_model is TABLE, a column name may be specified and also a document path, if the column has type JSON - if data_model is DOCUMENT, only document paths are allowed @note in both cases, schema and table must be not set
required .Mysqlx.Expr.ColumnIdentifier source = 1;public MysqlxCrud.UpdateOperation.Builder mergeSource(MysqlxExpr.ColumnIdentifier value)
specification of the value to be updated - if data_model is TABLE, a column name may be specified and also a document path, if the column has type JSON - if data_model is DOCUMENT, only document paths are allowed @note in both cases, schema and table must be not set
required .Mysqlx.Expr.ColumnIdentifier source = 1;public MysqlxCrud.UpdateOperation.Builder clearSource()
specification of the value to be updated - if data_model is TABLE, a column name may be specified and also a document path, if the column has type JSON - if data_model is DOCUMENT, only document paths are allowed @note in both cases, schema and table must be not set
required .Mysqlx.Expr.ColumnIdentifier source = 1;public MysqlxExpr.ColumnIdentifier.Builder getSourceBuilder()
specification of the value to be updated - if data_model is TABLE, a column name may be specified and also a document path, if the column has type JSON - if data_model is DOCUMENT, only document paths are allowed @note in both cases, schema and table must be not set
required .Mysqlx.Expr.ColumnIdentifier source = 1;public MysqlxExpr.ColumnIdentifierOrBuilder getSourceOrBuilder()
specification of the value to be updated - if data_model is TABLE, a column name may be specified and also a document path, if the column has type JSON - if data_model is DOCUMENT, only document paths are allowed @note in both cases, schema and table must be not set
required .Mysqlx.Expr.ColumnIdentifier source = 1;getSourceOrBuilder in interface MysqlxCrud.UpdateOperationOrBuilderpublic boolean hasOperation()
the type of operation to be performed
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;hasOperation in interface MysqlxCrud.UpdateOperationOrBuilderpublic MysqlxCrud.UpdateOperation.UpdateType getOperation()
the type of operation to be performed
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;getOperation in interface MysqlxCrud.UpdateOperationOrBuilderpublic MysqlxCrud.UpdateOperation.Builder setOperation(MysqlxCrud.UpdateOperation.UpdateType value)
the type of operation to be performed
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;value - The operation to set.public MysqlxCrud.UpdateOperation.Builder clearOperation()
the type of operation to be performed
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;public boolean hasValue()
an expression to be computed as the new value for the operation
optional .Mysqlx.Expr.Expr value = 3;hasValue in interface MysqlxCrud.UpdateOperationOrBuilderpublic MysqlxExpr.Expr getValue()
an expression to be computed as the new value for the operation
optional .Mysqlx.Expr.Expr value = 3;getValue in interface MysqlxCrud.UpdateOperationOrBuilderpublic MysqlxCrud.UpdateOperation.Builder setValue(MysqlxExpr.Expr value)
an expression to be computed as the new value for the operation
optional .Mysqlx.Expr.Expr value = 3;public MysqlxCrud.UpdateOperation.Builder setValue(MysqlxExpr.Expr.Builder builderForValue)
an expression to be computed as the new value for the operation
optional .Mysqlx.Expr.Expr value = 3;public MysqlxCrud.UpdateOperation.Builder mergeValue(MysqlxExpr.Expr value)
an expression to be computed as the new value for the operation
optional .Mysqlx.Expr.Expr value = 3;public MysqlxCrud.UpdateOperation.Builder clearValue()
an expression to be computed as the new value for the operation
optional .Mysqlx.Expr.Expr value = 3;public MysqlxExpr.Expr.Builder getValueBuilder()
an expression to be computed as the new value for the operation
optional .Mysqlx.Expr.Expr value = 3;public MysqlxExpr.ExprOrBuilder getValueOrBuilder()
an expression to be computed as the new value for the operation
optional .Mysqlx.Expr.Expr value = 3;getValueOrBuilder in interface MysqlxCrud.UpdateOperationOrBuilderpublic final MysqlxCrud.UpdateOperation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.UpdateOperation.Builder>public final MysqlxCrud.UpdateOperation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.UpdateOperation.Builder>