Package com.mysql.cj.x.protobuf
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.StringgetName()required string name = 1;com.google.protobuf.ByteStringgetNameBytes()required string name = 1;MysqlxDatatypes.AnygetValue()required .Mysqlx.Datatypes.Any value = 2;MysqlxDatatypes.AnyOrBuildergetValueOrBuilder()required .Mysqlx.Datatypes.Any value = 2;booleanhasName()required string name = 1;booleanhasValue()required .Mysqlx.Datatypes.Any value = 2;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
MysqlxDatatypes.Any getValue()required .Mysqlx.Datatypes.Any value = 2;- Returns:
- The value.
-
getValueOrBuilder
MysqlxDatatypes.AnyOrBuilder getValueOrBuilder()required .Mysqlx.Datatypes.Any value = 2;
-