类 MysqlxCrud.Projection.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.Projection.Builder>
      • clear

        public MysqlxCrud.Projection.Builder clear()
        指定者:
        clear 在接口中 com.google.protobuf.Message.Builder
        指定者:
        clear 在接口中 com.google.protobuf.MessageLite.Builder
        覆盖:
        clear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Projection.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.Projection.Builder>
      • getDefaultInstanceForType

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

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

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

        public MysqlxCrud.Projection.Builder clone()
        指定者:
        clone 在接口中 com.google.protobuf.Message.Builder
        指定者:
        clone 在接口中 com.google.protobuf.MessageLite.Builder
        覆盖:
        clone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Projection.Builder>
      • clearField

        public MysqlxCrud.Projection.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        指定者:
        clearField 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        clearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Projection.Builder>
      • clearOneof

        public MysqlxCrud.Projection.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        指定者:
        clearOneof 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        clearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Projection.Builder>
      • setRepeatedField

        public MysqlxCrud.Projection.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                              int index,
                                                              Object value)
        指定者:
        setRepeatedField 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        setRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Projection.Builder>
      • addRepeatedField

        public MysqlxCrud.Projection.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                              Object value)
        指定者:
        addRepeatedField 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        addRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.Projection.Builder>
      • isInitialized

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

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

        public boolean hasSource()
         the expression identifying an element from the source data,
        which can include a column identifier or any expression 
         
        required .Mysqlx.Expr.Expr source = 1;
        指定者:
        hasSource 在接口中 MysqlxCrud.ProjectionOrBuilder
        返回:
        Whether the source field is set.
      • getSource

        public MysqlxExpr.Expr getSource()
         the expression identifying an element from the source data,
        which can include a column identifier or any expression 
         
        required .Mysqlx.Expr.Expr source = 1;
        指定者:
        getSource 在接口中 MysqlxCrud.ProjectionOrBuilder
        返回:
        The source.
      • setSource

        public MysqlxCrud.Projection.Builder setSource​(MysqlxExpr.Expr value)
         the expression identifying an element from the source data,
        which can include a column identifier or any expression 
         
        required .Mysqlx.Expr.Expr source = 1;
      • setSource

        public MysqlxCrud.Projection.Builder setSource​(MysqlxExpr.Expr.Builder builderForValue)
         the expression identifying an element from the source data,
        which can include a column identifier or any expression 
         
        required .Mysqlx.Expr.Expr source = 1;
      • mergeSource

        public MysqlxCrud.Projection.Builder mergeSource​(MysqlxExpr.Expr value)
         the expression identifying an element from the source data,
        which can include a column identifier or any expression 
         
        required .Mysqlx.Expr.Expr source = 1;
      • clearSource

        public MysqlxCrud.Projection.Builder clearSource()
         the expression identifying an element from the source data,
        which can include a column identifier or any expression 
         
        required .Mysqlx.Expr.Expr source = 1;
      • getSourceBuilder

        public MysqlxExpr.Expr.Builder getSourceBuilder()
         the expression identifying an element from the source data,
        which can include a column identifier or any expression 
         
        required .Mysqlx.Expr.Expr source = 1;
      • hasAlias

        public boolean hasAlias()
         optional alias. Required for DOCUMENTs (clients may use
        the source string as default) 
         
        optional string alias = 2;
        指定者:
        hasAlias 在接口中 MysqlxCrud.ProjectionOrBuilder
        返回:
        Whether the alias field is set.
      • getAlias

        public String getAlias()
         optional alias. Required for DOCUMENTs (clients may use
        the source string as default) 
         
        optional string alias = 2;
        指定者:
        getAlias 在接口中 MysqlxCrud.ProjectionOrBuilder
        返回:
        The alias.
      • getAliasBytes

        public com.google.protobuf.ByteString getAliasBytes()
         optional alias. Required for DOCUMENTs (clients may use
        the source string as default) 
         
        optional string alias = 2;
        指定者:
        getAliasBytes 在接口中 MysqlxCrud.ProjectionOrBuilder
        返回:
        The bytes for alias.
      • setAlias

        public MysqlxCrud.Projection.Builder setAlias​(String value)
         optional alias. Required for DOCUMENTs (clients may use
        the source string as default) 
         
        optional string alias = 2;
        参数:
        value - The alias to set.
        返回:
        This builder for chaining.
      • clearAlias

        public MysqlxCrud.Projection.Builder clearAlias()
         optional alias. Required for DOCUMENTs (clients may use
        the source string as default) 
         
        optional string alias = 2;
        返回:
        This builder for chaining.
      • setAliasBytes

        public MysqlxCrud.Projection.Builder setAliasBytes​(com.google.protobuf.ByteString value)
         optional alias. Required for DOCUMENTs (clients may use
        the source string as default) 
         
        optional string alias = 2;
        参数:
        value - The bytes for alias to set.
        返回:
        This builder for chaining.
      • setUnknownFields

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

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