Package com.mysql.cj.x.protobuf
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.ConditiongetCond(int index)repeated .Mysqlx.Expect.Open.Condition cond = 2;intgetCondCount()repeated .Mysqlx.Expect.Open.Condition cond = 2;java.util.List<MysqlxExpect.Open.Condition>getCondList()repeated .Mysqlx.Expect.Open.Condition cond = 2;MysqlxExpect.Open.ConditionOrBuildergetCondOrBuilder(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.CtxOperationgetOp()optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];booleanhasOp()optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasOp
boolean hasOp()optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];- Returns:
- Whether the op field is set.
-
getOp
MysqlxExpect.Open.CtxOperation getOp()optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];- Returns:
- The op.
-
getCondList
java.util.List<MysqlxExpect.Open.Condition> getCondList()repeated .Mysqlx.Expect.Open.Condition cond = 2; -
getCond
repeated .Mysqlx.Expect.Open.Condition cond = 2; -
getCondCount
int getCondCount()repeated .Mysqlx.Expect.Open.Condition cond = 2; -
getCondOrBuilderList
java.util.List<? extends MysqlxExpect.Open.ConditionOrBuilder> getCondOrBuilderList()repeated .Mysqlx.Expect.Open.Condition cond = 2; -
getCondOrBuilder
repeated .Mysqlx.Expect.Open.Condition cond = 2;
-