Class MysqlxCrud.CreateView

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

public static final class MysqlxCrud.CreateView
extends com.google.protobuf.GeneratedMessageV3
implements MysqlxCrud.CreateViewOrBuilder
Protobuf type Mysqlx.Crud.CreateView
See Also:
Serialized Form
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  MysqlxCrud.CreateView.Builder
    Protobuf type Mysqlx.Crud.CreateView

    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 ALGORITHM_FIELD_NUMBER  
    static int CHECK_FIELD_NUMBER  
    static int COLLECTION_FIELD_NUMBER  
    static int COLUMN_FIELD_NUMBER  
    static int DEFINER_FIELD_NUMBER  
    static com.google.protobuf.Parser<MysqlxCrud.CreateView> PARSER
    Deprecated.
    static int REPLACE_EXISTING_FIELD_NUMBER  
    static int SECURITY_FIELD_NUMBER  
    static int STMT_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)  
    MysqlxCrud.ViewAlgorithm getAlgorithm()
    optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
    MysqlxCrud.ViewCheckOption getCheck()
    optional .Mysqlx.Crud.ViewCheckOption check = 5;
    MysqlxCrud.Collection getCollection()
    required .Mysqlx.Crud.Collection collection = 1;
    MysqlxCrud.CollectionOrBuilder getCollectionOrBuilder()
    required .Mysqlx.Crud.Collection collection = 1;
    java.lang.String getColumn​(int index)
    repeated string column = 6;
    com.google.protobuf.ByteString getColumnBytes​(int index)
    repeated string column = 6;
    int getColumnCount()
    repeated string column = 6;
    com.google.protobuf.ProtocolStringList getColumnList()
    repeated string column = 6;
    static MysqlxCrud.CreateView getDefaultInstance()  
    MysqlxCrud.CreateView getDefaultInstanceForType()  
    java.lang.String getDefiner()
    optional string definer = 2;
    com.google.protobuf.ByteString getDefinerBytes()
    optional string definer = 2;
    static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
    com.google.protobuf.Parser<MysqlxCrud.CreateView> getParserForType()  
    boolean getReplaceExisting()
    optional bool replace_existing = 8 [default = false];
    MysqlxCrud.ViewSqlSecurity getSecurity()
    optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
    int getSerializedSize()  
    MysqlxCrud.Find getStmt()
    required .Mysqlx.Crud.Find stmt = 7;
    MysqlxCrud.FindOrBuilder getStmtOrBuilder()
    required .Mysqlx.Crud.Find stmt = 7;
    com.google.protobuf.UnknownFieldSet getUnknownFields()  
    boolean hasAlgorithm()
    optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
    boolean hasCheck()
    optional .Mysqlx.Crud.ViewCheckOption check = 5;
    boolean hasCollection()
    required .Mysqlx.Crud.Collection collection = 1;
    boolean hasDefiner()
    optional string definer = 2;
    int hashCode()  
    boolean hasReplaceExisting()
    optional bool replace_existing = 8 [default = false];
    boolean hasSecurity()
    optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
    boolean hasStmt()
    required .Mysqlx.Crud.Find stmt = 7;
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
    boolean isInitialized()  
    static MysqlxCrud.CreateView.Builder newBuilder()  
    static MysqlxCrud.CreateView.Builder newBuilder​(MysqlxCrud.CreateView prototype)  
    MysqlxCrud.CreateView.Builder newBuilderForType()  
    protected MysqlxCrud.CreateView.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)  
    protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)  
    static MysqlxCrud.CreateView parseDelimitedFrom​(java.io.InputStream input)  
    static MysqlxCrud.CreateView parseDelimitedFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static MysqlxCrud.CreateView parseFrom​(byte[] data)  
    static MysqlxCrud.CreateView parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static MysqlxCrud.CreateView parseFrom​(com.google.protobuf.ByteString data)  
    static MysqlxCrud.CreateView parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static MysqlxCrud.CreateView parseFrom​(com.google.protobuf.CodedInputStream input)  
    static MysqlxCrud.CreateView parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static MysqlxCrud.CreateView parseFrom​(java.io.InputStream input)  
    static MysqlxCrud.CreateView parseFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static MysqlxCrud.CreateView parseFrom​(java.nio.ByteBuffer data)  
    static MysqlxCrud.CreateView parseFrom​(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
    static com.google.protobuf.Parser<MysqlxCrud.CreateView> parser()  
    MysqlxCrud.CreateView.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