Interface Meta.ImportMetaRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .dingodb.pb.meta.MetaALL meta_all = 2;
    .dingodb.pb.meta.MetaALL meta_all = 2;
    .dingodb.pb.common.RequestInfo request_info = 1;
    .dingodb.pb.common.RequestInfo request_info = 1;
    boolean
    .dingodb.pb.meta.MetaALL meta_all = 2;
    boolean
    .dingodb.pb.common.RequestInfo request_info = 1;

    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

    • hasRequestInfo

      boolean hasRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      Whether the requestInfo field is set.
    • getRequestInfo

      Common.RequestInfo getRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      The requestInfo.
    • getRequestInfoOrBuilder

      Common.RequestInfoOrBuilder getRequestInfoOrBuilder()
      .dingodb.pb.common.RequestInfo request_info = 1;
    • hasMetaAll

      boolean hasMetaAll()
      .dingodb.pb.meta.MetaALL meta_all = 2;
      Returns:
      Whether the metaAll field is set.
    • getMetaAll

      Meta.MetaALL getMetaAll()
      .dingodb.pb.meta.MetaALL meta_all = 2;
      Returns:
      The metaAll.
    • getMetaAllOrBuilder

      Meta.MetaALLOrBuilder getMetaAllOrBuilder()
      .dingodb.pb.meta.MetaALL meta_all = 2;