Interface MysqlxDatatypes.Object.ObjectFieldOrBuilder

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

public static interface MysqlxDatatypes.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;
    MysqlxDatatypes.Any getValue()
    required .Mysqlx.Datatypes.Any value = 2;
    MysqlxDatatypes.AnyOrBuilder getValueOrBuilder()
    required .Mysqlx.Datatypes.Any value = 2;
    boolean hasKey()
    required string key = 1;
    boolean hasValue()
    required .Mysqlx.Datatypes.Any 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.Datatypes.Any value = 2;
      Returns:
      Whether the value field is set.
    • getValue

      required .Mysqlx.Datatypes.Any value = 2;
      Returns:
      The value.
    • getValueOrBuilder

      MysqlxDatatypes.AnyOrBuilder getValueOrBuilder()
      required .Mysqlx.Datatypes.Any value = 2;