Class MysqlxCrud.UpdateOperation

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, MysqlxCrud.UpdateOperationOrBuilder, java.io.Serializable
Enclosing class:
MysqlxCrud

public static final class MysqlxCrud.UpdateOperation
extends com.google.protobuf.GeneratedMessageV3
implements MysqlxCrud.UpdateOperationOrBuilder
 update operations
 :param source: 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
      in both cases, schema and table must be not set
 :param operation: the type of operation to be performed
 :param value: an expression to be computed as the new value for the operation
 
Protobuf type Mysqlx.Crud.UpdateOperation
See Also:
Serialized Form
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  MysqlxCrud.UpdateOperation.Builder
    update operations :param source: 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 in both cases, schema and table must be not set :param operation: the type of operation to be performed :param value: an expression to be computed as the new value for the operation
    static class  MysqlxCrud.UpdateOperation.UpdateType
    Protobuf enum Mysqlx.Crud.UpdateOperation.UpdateType

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

    com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,​BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int OPERATION_FIELD_NUMBER  
    static com.google.protobuf.Parser<MysqlxCrud.UpdateOperation> PARSER
    Deprecated.
    static int SOURCE_FIELD_NUMBER  
    static int VALUE_FIELD_NUMBER  

    Fields inherited from class com.google.protobuf.GeneratedMessageV3

    alwaysUseFieldBuilders, unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessage

    memoizedSize

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)  
    static MysqlxCrud.UpdateOperation getDefaultInstance()  
    MysqlxCrud.UpdateOperation getDefaultInstanceForType()  
    static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
    MysqlxCrud.UpdateOperation.UpdateType getOperation()
    required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
    com.google.protobuf.Parser<MysqlxCrud.UpdateOperation> getParserForType()  
    int getSerializedSize()  
    MysqlxExpr.ColumnIdentifier getSource()
    required .Mysqlx.Expr.ColumnIdentifier source = 1;
    MysqlxExpr.ColumnIdentifierOrBuilder getSourceOrBuilder()
    required .Mysqlx.Expr.ColumnIdentifier source = 1;
    com.google.protobuf.UnknownFieldSet getUnknownFields()  
    MysqlxExpr.Expr getValue()
    optional .Mysqlx.Expr.Expr value = 3;
    MysqlxExpr.ExprOrBuilder getValueOrBuilder()
    optional .Mysqlx.Expr.Expr value = 3;
    int hashCode()  
    boolean hasOperation()
    required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
    boolean hasSource()
    required .Mysqlx.Expr.ColumnIdentifier source = 1;
    boolean hasValue()
    optional .Mysqlx.Expr.Expr value = 3;
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
    boolean isInitialized()  
    static MysqlxCrud.UpdateOperation.Builder newBuilder()  
    static MysqlxCrud.UpdateOperation.Builder newBuilder​(MysqlxCrud.UpdateOperation prototype)  
    MysqlxCrud.UpdateOperation.Builder newBuilderForType()  
    protected MysqlxCrud.UpdateOperation.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)  
    protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)  
    static MysqlxCrud.UpdateOperation parseDelimitedFrom​(java.io.InputStream input)  
    static MysqlxCrud.UpdateOperation parseDelimitedFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static MysqlxCrud.UpdateOperation parseFrom​(byte[] data)  
    static MysqlxCrud.UpdateOperation parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static MysqlxCrud.UpdateOperation parseFrom​(com.google.protobuf.ByteString data)  
    static MysqlxCrud.UpdateOperation parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static MysqlxCrud.UpdateOperation parseFrom​(com.google.protobuf.CodedInputStream input)  
    static MysqlxCrud.UpdateOperation parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static MysqlxCrud.UpdateOperation parseFrom​(java.io.InputStream input)  
    static MysqlxCrud.UpdateOperation parseFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static MysqlxCrud.UpdateOperation parseFrom​(java.nio.ByteBuffer data)  
    static MysqlxCrud.UpdateOperation parseFrom​(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static com.google.protobuf.Parser<MysqlxCrud.UpdateOperation> parser()  
    MysqlxCrud.UpdateOperation.Builder toBuilder()  
    void writeTo​(com.google.protobuf.CodedOutputStream output)  

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLite

    toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof