public static interface MysqlxExpect.OpenOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOp()
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];MysqlxExpect.Open.CtxOperation getOp()
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];java.util.List<MysqlxExpect.Open.Condition> getCondList()
repeated .Mysqlx.Expect.Open.Condition cond = 2;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<? extends MysqlxExpect.Open.ConditionOrBuilder> getCondOrBuilderList()
repeated .Mysqlx.Expect.Open.Condition cond = 2;MysqlxExpect.Open.ConditionOrBuilder getCondOrBuilder(int index)
repeated .Mysqlx.Expect.Open.Condition cond = 2;