Package com.mysql.cj.x.protobuf
Interface MysqlxDatatypes.Scalar.OctetsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxDatatypes.Scalar.Octets,MysqlxDatatypes.Scalar.Octets.Builder
- Enclosing class:
- MysqlxDatatypes.Scalar
public static interface MysqlxDatatypes.Scalar.OctetsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description intgetContentType()optional uint32 content_type = 2;com.google.protobuf.ByteStringgetValue()required bytes value = 1;booleanhasContentType()optional uint32 content_type = 2;booleanhasValue()required bytes value = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasValue
boolean hasValue()required bytes value = 1;- Returns:
- Whether the value field is set.
-
getValue
com.google.protobuf.ByteString getValue()required bytes value = 1;- Returns:
- The value.
-
hasContentType
boolean hasContentType()optional uint32 content_type = 2;- Returns:
- Whether the contentType field is set.
-
getContentType
int getContentType()optional uint32 content_type = 2;- Returns:
- The contentType.
-