Package io.dingodb.meta
Interface Meta.GetTenantsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.GetTenantsRequest,Meta.GetTenantsRequest.Builder
- Enclosing class:
- Meta
public static interface Meta.GetTenantsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;longgetTenantIds(int index) repeated int64 tenant_ids = 2;intrepeated int64 tenant_ids = 2;repeated int64 tenant_ids = 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; -
getTenantIdsList
repeated int64 tenant_ids = 2;- Returns:
- A list containing the tenantIds.
-
getTenantIdsCount
int getTenantIdsCount()repeated int64 tenant_ids = 2;- Returns:
- The count of tenantIds.
-
getTenantIds
long getTenantIds(int index) repeated int64 tenant_ids = 2;- Parameters:
index- The index of the element to return.- Returns:
- The tenantIds at the given index.
-