public static interface MysqlxNotice.GroupReplicationStateChangedOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
type of group replication event
|
java.lang.String |
getViewId()
view identifier
|
com.google.protobuf.ByteString |
getViewIdBytes()
view identifier
|
boolean |
hasType()
type of group replication event
|
boolean |
hasViewId()
view identifier
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
type of group replication event
required uint32 type = 1;int getType()
type of group replication event
required uint32 type = 1;boolean hasViewId()
view identifier
optional string view_id = 2;java.lang.String getViewId()
view identifier
optional string view_id = 2;com.google.protobuf.ByteString getViewIdBytes()
view identifier
optional string view_id = 2;