Interface MysqlxExpect.OpenOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MysqlxExpect.Open, MysqlxExpect.Open.Builder
Enclosing class:
MysqlxExpect

public static interface MysqlxExpect.OpenOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    MysqlxExpect.Open.Condition getCond​(int index)
    repeated .Mysqlx.Expect.Open.Condition cond = 2;
    int getCondCount()
    repeated .Mysqlx.Expect.Open.Condition cond = 2;
    java.util.List<MysqlxExpect.Open.Condition> getCondList()
    repeated .Mysqlx.Expect.Open.Condition cond = 2;
    MysqlxExpect.Open.ConditionOrBuilder getCondOrBuilder​(int index)
    repeated .Mysqlx.Expect.Open.Condition cond = 2;
    java.util.List<? extends MysqlxExpect.Open.ConditionOrBuilder> getCondOrBuilderList()
    repeated .Mysqlx.Expect.Open.Condition cond = 2;
    MysqlxExpect.Open.CtxOperation getOp()
    optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
    boolean hasOp()
    optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

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