Interface MysqlxConnection.CapabilityOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MysqlxConnection.Capability, MysqlxConnection.Capability.Builder
Enclosing class:
MysqlxConnection

public static interface MysqlxConnection.CapabilityOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()
    required string name = 1;
    com.google.protobuf.ByteString getNameBytes()
    required string name = 1;
    MysqlxDatatypes.Any getValue()
    required .Mysqlx.Datatypes.Any value = 2;
    MysqlxDatatypes.AnyOrBuilder getValueOrBuilder()
    required .Mysqlx.Datatypes.Any value = 2;
    boolean hasName()
    required string name = 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

    • hasName

      boolean hasName()
      required string name = 1;
      Returns:
      Whether the name field is set.
    • getName

      java.lang.String getName()
      required string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      required string name = 1;
      Returns:
      The bytes for name.
    • 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;