Interface MysqlxNotice.GroupReplicationStateChangedOrBuilder

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

public static interface MysqlxNotice.GroupReplicationStateChangedOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    int getType()
    required uint32 type = 1;
    java.lang.String getViewId()
    optional string view_id = 2;
    com.google.protobuf.ByteString getViewIdBytes()
    optional string view_id = 2;
    boolean hasType()
    required uint32 type = 1;
    boolean hasViewId()
    optional string view_id = 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

    • hasType

      boolean hasType()
      required uint32 type = 1;
      Returns:
      Whether the type field is set.
    • getType

      int getType()
      required uint32 type = 1;
      Returns:
      The type.
    • hasViewId

      boolean hasViewId()
      optional string view_id = 2;
      Returns:
      Whether the viewId field is set.
    • getViewId

      java.lang.String getViewId()
      optional string view_id = 2;
      Returns:
      The viewId.
    • getViewIdBytes

      com.google.protobuf.ByteString getViewIdBytes()
      optional string view_id = 2;
      Returns:
      The bytes for viewId.