Interface Meta.CreateSchemasRequestOrBuilder

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

public static interface Meta.CreateSchemasRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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;
    • getSchemasCount

      int getSchemasCount()
       key: tenant_id
       
      map<int64, .dingodb.pb.meta.Schemas> schemas = 2;
    • containsSchemas

      boolean containsSchemas(long key)
       key: tenant_id
       
      map<int64, .dingodb.pb.meta.Schemas> schemas = 2;
    • getSchemas

      Deprecated.
      Use getSchemasMap() instead.
    • getSchemasMap

      Map<Long,Meta.Schemas> getSchemasMap()
       key: tenant_id
       
      map<int64, .dingodb.pb.meta.Schemas> schemas = 2;
    • getSchemasOrDefault

      Meta.Schemas getSchemasOrDefault(long key, Meta.Schemas defaultValue)
       key: tenant_id
       
      map<int64, .dingodb.pb.meta.Schemas> schemas = 2;
    • getSchemasOrThrow

      Meta.Schemas getSchemasOrThrow(long key)
       key: tenant_id
       
      map<int64, .dingodb.pb.meta.Schemas> schemas = 2;