Interface MysqlxExpr.Object.ObjectFieldOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MysqlxExpr.Object.ObjectField, MysqlxExpr.Object.ObjectField.Builder
Enclosing class:
MysqlxExpr.Object

public static interface MysqlxExpr.Object.ObjectFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getKey()
    required string key = 1;
    com.google.protobuf.ByteString getKeyBytes()
    required string key = 1;
    MysqlxExpr.Expr getValue()
    required .Mysqlx.Expr.Expr value = 2;
    MysqlxExpr.ExprOrBuilder getValueOrBuilder()
    required .Mysqlx.Expr.Expr value = 2;
    boolean hasKey()
    required string key = 1;
    boolean hasValue()
    required .Mysqlx.Expr.Expr value = 2;

    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

    • hasKey

      boolean hasKey()
      required string key = 1;
      Returns:
      Whether the key field is set.
    • getKey

      java.lang.String getKey()
      required string key = 1;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
      required string key = 1;
      Returns:
      The bytes for key.
    • hasValue

      boolean hasValue()
      required .Mysqlx.Expr.Expr value = 2;
      Returns:
      Whether the value field is set.
    • getValue

      MysqlxExpr.Expr getValue()
      required .Mysqlx.Expr.Expr value = 2;
      Returns:
      The value.
    • getValueOrBuilder

      MysqlxExpr.ExprOrBuilder getValueOrBuilder()
      required .Mysqlx.Expr.Expr value = 2;