类 MysqlxCrud.UpdateOperation.Builder

    • 方法详细资料

      • 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.UpdateOperation.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.UpdateOperation.Builder>
      • getDefaultInstanceForType

        public MysqlxCrud.UpdateOperation getDefaultInstanceForType()
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder
      • build

        public MysqlxCrud.UpdateOperation build()
        指定者:
        build 在接口中 com.google.protobuf.Message.Builder
        指定者:
        build 在接口中 com.google.protobuf.MessageLite.Builder
      • buildPartial

        public MysqlxCrud.UpdateOperation buildPartial()
        指定者:
        buildPartial 在接口中 com.google.protobuf.Message.Builder
        指定者:
        buildPartial 在接口中 com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        指定者:
        isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
        覆盖:
        isInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.UpdateOperation.Builder>
      • mergeFrom

        public MysqlxCrud.UpdateOperation.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.UpdateOperation.Builder>
        抛出:
        IOException
      • hasSource

        public 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 在接口中 MysqlxCrud.UpdateOperationOrBuilder
        返回:
        Whether the source field is set.
      • getSource

        public 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 在接口中 MysqlxCrud.UpdateOperationOrBuilder
        返回:
        The source.
      • setSource

        public 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;
      • setSource

        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;
      • mergeSource

        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;
      • clearSource

        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;
      • getSourceBuilder

        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;
      • getSourceOrBuilder

        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 在接口中 MysqlxCrud.UpdateOperationOrBuilder
      • hasOperation

        public boolean hasOperation()
         the type of operation to be performed 
         
        required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
        指定者:
        hasOperation 在接口中 MysqlxCrud.UpdateOperationOrBuilder
        返回:
        Whether the operation field is set.
      • clearOperation

        public MysqlxCrud.UpdateOperation.Builder clearOperation()
         the type of operation to be performed 
         
        required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
        返回:
        This builder for chaining.
      • hasValue

        public boolean hasValue()
         an expression to be computed as the new value for the operation 
         
        optional .Mysqlx.Expr.Expr value = 3;
        指定者:
        hasValue 在接口中 MysqlxCrud.UpdateOperationOrBuilder
        返回:
        Whether the value field is set.
      • clearValue

        public MysqlxCrud.UpdateOperation.Builder clearValue()
         an expression to be computed as the new value for the operation 
         
        optional .Mysqlx.Expr.Expr value = 3;
      • getValueBuilder

        public MysqlxExpr.Expr.Builder getValueBuilder()
         an expression to be computed as the new value for the operation 
         
        optional .Mysqlx.Expr.Expr value = 3;
      • mergeUnknownFields

        public final MysqlxCrud.UpdateOperation.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        指定者:
        mergeUnknownFields 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        mergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.UpdateOperation.Builder>