Package com.mysql.cj.x.protobuf
Interface MysqlxNotice.FrameOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxNotice.Frame,MysqlxNotice.Frame.Builder
- Enclosing class:
- MysqlxNotice
public static interface MysqlxNotice.FrameOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description com.google.protobuf.ByteStringgetPayload()optional bytes payload = 3;MysqlxNotice.Frame.ScopegetScope()optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];intgetType()required uint32 type = 1;booleanhasPayload()optional bytes payload = 3;booleanhasScope()optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];booleanhasType()required uint32 type = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasType
boolean hasType()required uint32 type = 1;- Returns:
- Whether the type field is set.
-
getType
int getType()required uint32 type = 1;- Returns:
- The type.
-
hasScope
boolean hasScope()optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];- Returns:
- Whether the scope field is set.
-
getScope
MysqlxNotice.Frame.Scope getScope()optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];- Returns:
- The scope.
-
hasPayload
boolean hasPayload()optional bytes payload = 3;- Returns:
- Whether the payload field is set.
-
getPayload
com.google.protobuf.ByteString getPayload()optional bytes payload = 3;- Returns:
- The payload.
-