Package io.dingodb.meta
Interface Meta.CreateTenantsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.CreateTenantsRequest,Meta.CreateTenantsRequest.Builder
- Enclosing class:
- Meta
public static interface Meta.CreateTenantsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;getTenants(int index) repeated .dingodb.pb.meta.Tenant tenants = 2;intrepeated .dingodb.pb.meta.Tenant tenants = 2;repeated .dingodb.pb.meta.Tenant tenants = 2;getTenantsOrBuilder(int index) repeated .dingodb.pb.meta.Tenant tenants = 2;List<? extends Meta.TenantOrBuilder>repeated .dingodb.pb.meta.Tenant tenants = 2;boolean.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; -
getTenantsList
List<Meta.Tenant> getTenantsList()repeated .dingodb.pb.meta.Tenant tenants = 2; -
getTenants
repeated .dingodb.pb.meta.Tenant tenants = 2; -
getTenantsCount
int getTenantsCount()repeated .dingodb.pb.meta.Tenant tenants = 2; -
getTenantsOrBuilderList
List<? extends Meta.TenantOrBuilder> getTenantsOrBuilderList()repeated .dingodb.pb.meta.Tenant tenants = 2; -
getTenantsOrBuilder
repeated .dingodb.pb.meta.Tenant tenants = 2;
-