Package io.dingodb.meta
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 Summary
Modifier and TypeMethodDescriptionbooleancontainsSchemas(long key) key: tenant_id.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;Deprecated.intkey: tenant_idkey: tenant_idgetSchemasOrDefault(long key, Meta.Schemas defaultValue) key: tenant_idgetSchemasOrThrow(long key) key: tenant_idboolean.dingodb.pb.common.RequestInfo request_info = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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; -
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.UsegetSchemasMap()instead. -
getSchemasMap
Map<Long,Meta.Schemas> getSchemasMap()key: tenant_id
map<int64, .dingodb.pb.meta.Schemas> schemas = 2; -
getSchemasOrDefault
key: tenant_id
map<int64, .dingodb.pb.meta.Schemas> schemas = 2; -
getSchemasOrThrow
key: tenant_id
map<int64, .dingodb.pb.meta.Schemas> schemas = 2;
-