Interface MysqlxExpect.Open.ConditionOrBuilder

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

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

    Modifier and Type Method Description
    int getConditionKey()
    required uint32 condition_key = 1;
    com.google.protobuf.ByteString getConditionValue()
    optional bytes condition_value = 2;
    MysqlxExpect.Open.Condition.ConditionOperation getOp()
    optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
    boolean hasConditionKey()
    required uint32 condition_key = 1;
    boolean hasConditionValue()
    optional bytes condition_value = 2;
    boolean hasOp()
    optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];

    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
  • Method Details

    • hasConditionKey

      boolean hasConditionKey()
      required uint32 condition_key = 1;
      Returns:
      Whether the conditionKey field is set.
    • getConditionKey

      int getConditionKey()
      required uint32 condition_key = 1;
      Returns:
      The conditionKey.
    • hasConditionValue

      boolean hasConditionValue()
      optional bytes condition_value = 2;
      Returns:
      Whether the conditionValue field is set.
    • getConditionValue

      com.google.protobuf.ByteString getConditionValue()
      optional bytes condition_value = 2;
      Returns:
      The conditionValue.
    • hasOp

      boolean hasOp()
      optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
      Returns:
      Whether the op field is set.
    • getOp

      optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
      Returns:
      The op.