Class Meta.MetaEvent

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.dingodb.meta.Meta.MetaEvent
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Meta.MetaEventOrBuilder, Serializable
Enclosing class:
Meta

public static final class Meta.MetaEvent extends com.google.protobuf.GeneratedMessageV3 implements Meta.MetaEventOrBuilder
Protobuf type dingodb.pb.meta.MetaEvent
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getEventCase

      public Meta.MetaEvent.EventCase getEventCase()
      Specified by:
      getEventCase in interface Meta.MetaEventOrBuilder
    • getEventTypeValue

      public int getEventTypeValue()
      .dingodb.pb.meta.MetaEventType event_type = 1;
      Specified by:
      getEventTypeValue in interface Meta.MetaEventOrBuilder
      Returns:
      The enum numeric value on the wire for eventType.
    • getEventType

      public Meta.MetaEventType getEventType()
      .dingodb.pb.meta.MetaEventType event_type = 1;
      Specified by:
      getEventType in interface Meta.MetaEventOrBuilder
      Returns:
      The eventType.
    • hasSchema

      public boolean hasSchema()
      .dingodb.pb.meta.MetaEventSchema schema = 2;
      Specified by:
      hasSchema in interface Meta.MetaEventOrBuilder
      Returns:
      Whether the schema field is set.
    • getSchema

      public Meta.MetaEventSchema getSchema()
      .dingodb.pb.meta.MetaEventSchema schema = 2;
      Specified by:
      getSchema in interface Meta.MetaEventOrBuilder
      Returns:
      The schema.
    • getSchemaOrBuilder

      public Meta.MetaEventSchemaOrBuilder getSchemaOrBuilder()
      .dingodb.pb.meta.MetaEventSchema schema = 2;
      Specified by:
      getSchemaOrBuilder in interface Meta.MetaEventOrBuilder
    • hasTable

      public boolean hasTable()
      .dingodb.pb.meta.MetaEventTable table = 3;
      Specified by:
      hasTable in interface Meta.MetaEventOrBuilder
      Returns:
      Whether the table field is set.
    • getTable

      public Meta.MetaEventTable getTable()
      .dingodb.pb.meta.MetaEventTable table = 3;
      Specified by:
      getTable in interface Meta.MetaEventOrBuilder
      Returns:
      The table.
    • getTableOrBuilder

      public Meta.MetaEventTableOrBuilder getTableOrBuilder()
      .dingodb.pb.meta.MetaEventTable table = 3;
      Specified by:
      getTableOrBuilder in interface Meta.MetaEventOrBuilder
    • hasIndex

      public boolean hasIndex()
      .dingodb.pb.meta.MetaEventIndex index = 4;
      Specified by:
      hasIndex in interface Meta.MetaEventOrBuilder
      Returns:
      Whether the index field is set.
    • getIndex

      public Meta.MetaEventIndex getIndex()
      .dingodb.pb.meta.MetaEventIndex index = 4;
      Specified by:
      getIndex in interface Meta.MetaEventOrBuilder
      Returns:
      The index.
    • getIndexOrBuilder

      public Meta.MetaEventIndexOrBuilder getIndexOrBuilder()
      .dingodb.pb.meta.MetaEventIndex index = 4;
      Specified by:
      getIndexOrBuilder in interface Meta.MetaEventOrBuilder
    • hasTableIndex

      public boolean hasTableIndex()
      .dingodb.pb.meta.MetaEventTableIndex table_index = 5;
      Specified by:
      hasTableIndex in interface Meta.MetaEventOrBuilder
      Returns:
      Whether the tableIndex field is set.
    • getTableIndex

      public Meta.MetaEventTableIndex getTableIndex()
      .dingodb.pb.meta.MetaEventTableIndex table_index = 5;
      Specified by:
      getTableIndex in interface Meta.MetaEventOrBuilder
      Returns:
      The tableIndex.
    • getTableIndexOrBuilder

      public Meta.MetaEventTableIndexOrBuilder getTableIndexOrBuilder()
      .dingodb.pb.meta.MetaEventTableIndex table_index = 5;
      Specified by:
      getTableIndexOrBuilder in interface Meta.MetaEventOrBuilder
    • hasRegion

      public boolean hasRegion()
      .dingodb.pb.meta.MetaEventRegion region = 6;
      Specified by:
      hasRegion in interface Meta.MetaEventOrBuilder
      Returns:
      Whether the region field is set.
    • getRegion

      public Meta.MetaEventRegion getRegion()
      .dingodb.pb.meta.MetaEventRegion region = 6;
      Specified by:
      getRegion in interface Meta.MetaEventOrBuilder
      Returns:
      The region.
    • getRegionOrBuilder

      public Meta.MetaEventRegionOrBuilder getRegionOrBuilder()
      .dingodb.pb.meta.MetaEventRegion region = 6;
      Specified by:
      getRegionOrBuilder in interface Meta.MetaEventOrBuilder
    • hasTenant

      public boolean hasTenant()
      .dingodb.pb.meta.MetaEventTenant tenant = 7;
      Specified by:
      hasTenant in interface Meta.MetaEventOrBuilder
      Returns:
      Whether the tenant field is set.
    • getTenant

      public Meta.MetaEventTenant getTenant()
      .dingodb.pb.meta.MetaEventTenant tenant = 7;
      Specified by:
      getTenant in interface Meta.MetaEventOrBuilder
      Returns:
      The tenant.
    • getTenantOrBuilder

      public Meta.MetaEventTenantOrBuilder getTenantOrBuilder()
      .dingodb.pb.meta.MetaEventTenant tenant = 7;
      Specified by:
      getTenantOrBuilder in interface Meta.MetaEventOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Meta.MetaEvent parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Meta.MetaEvent parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Meta.MetaEvent parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Meta.MetaEvent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Meta.MetaEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Meta.MetaEvent parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Meta.MetaEvent parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Meta.MetaEvent parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Meta.MetaEvent parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Meta.MetaEvent parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Meta.MetaEvent parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Meta.MetaEvent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Meta.MetaEvent.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Meta.MetaEvent.Builder newBuilder()
    • newBuilder

      public static Meta.MetaEvent.Builder newBuilder(Meta.MetaEvent prototype)
    • toBuilder

      public Meta.MetaEvent.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Meta.MetaEvent.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Meta.MetaEvent getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Meta.MetaEvent> parser()
    • getParserForType

      public com.google.protobuf.Parser<Meta.MetaEvent> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Meta.MetaEvent getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder