Interface Meta.DingoCommonIdOrBuilder

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

public static interface Meta.DingoCommonIdOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 entity_id = 3;
    .dingodb.pb.meta.EntityType entity_type = 1;
    int
    .dingodb.pb.meta.EntityType entity_type = 1;
    long
    if the entity is table, this field is its schema_id

    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

    • getEntityTypeValue

      int getEntityTypeValue()
      .dingodb.pb.meta.EntityType entity_type = 1;
      Returns:
      The enum numeric value on the wire for entityType.
    • getEntityType

      Meta.EntityType getEntityType()
      .dingodb.pb.meta.EntityType entity_type = 1;
      Returns:
      The entityType.
    • getParentEntityId

      long getParentEntityId()
       if the entity is table, this field is its schema_id
       
      int64 parent_entity_id = 2;
      Returns:
      The parentEntityId.
    • getEntityId

      long getEntityId()
      int64 entity_id = 3;
      Returns:
      The entityId.