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

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

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

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

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

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

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

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

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

        public MysqlxCrud.DropView.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.DropView.Builder>
      • addRepeatedField

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

        public MysqlxCrud.DropView.Builder mergeFrom​(com.google.protobuf.Message other)
        指定者:
        mergeFrom 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        mergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.DropView.Builder>
      • isInitialized

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

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

        public boolean hasCollection()
         name of the VIEW object, which should be deleted 
         
        required .Mysqlx.Crud.Collection collection = 1;
        指定者:
        hasCollection 在接口中 MysqlxCrud.DropViewOrBuilder
        返回:
        Whether the collection field is set.
      • clearCollection

        public MysqlxCrud.DropView.Builder clearCollection()
         name of the VIEW object, which should be deleted 
         
        required .Mysqlx.Crud.Collection collection = 1;
      • getCollectionBuilder

        public MysqlxCrud.Collection.Builder getCollectionBuilder()
         name of the VIEW object, which should be deleted 
         
        required .Mysqlx.Crud.Collection collection = 1;
      • hasIfExists

        public boolean hasIfExists()
         if true then suppress error when deleted view does not exists 
         
        optional bool if_exists = 2 [default = false];
        指定者:
        hasIfExists 在接口中 MysqlxCrud.DropViewOrBuilder
        返回:
        Whether the ifExists field is set.
      • getIfExists

        public boolean getIfExists()
         if true then suppress error when deleted view does not exists 
         
        optional bool if_exists = 2 [default = false];
        指定者:
        getIfExists 在接口中 MysqlxCrud.DropViewOrBuilder
        返回:
        The ifExists.
      • setIfExists

        public MysqlxCrud.DropView.Builder setIfExists​(boolean value)
         if true then suppress error when deleted view does not exists 
         
        optional bool if_exists = 2 [default = false];
        参数:
        value - The ifExists to set.
        返回:
        This builder for chaining.
      • clearIfExists

        public MysqlxCrud.DropView.Builder clearIfExists()
         if true then suppress error when deleted view does not exists 
         
        optional bool if_exists = 2 [default = false];
        返回:
        This builder for chaining.
      • setUnknownFields

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

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