Package org.finos.tracdap.api
Interface ListTenantsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListTenantsResponse,ListTenantsResponse.Builder
public interface ListTenantsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.finos.tracdap.metadata.TenantInfogetTenants(int index)A list of TenantInfo objects, one for each tenant the current user has access to.intgetTenantsCount()A list of TenantInfo objects, one for each tenant the current user has access to.java.util.List<org.finos.tracdap.metadata.TenantInfo>getTenantsList()A list of TenantInfo objects, one for each tenant the current user has access to.org.finos.tracdap.metadata.TenantInfoOrBuildergetTenantsOrBuilder(int index)A list of TenantInfo objects, one for each tenant the current user has access to.java.util.List<? extends org.finos.tracdap.metadata.TenantInfoOrBuilder>getTenantsOrBuilderList()A list of TenantInfo objects, one for each tenant the current user has access to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTenantsList
java.util.List<org.finos.tracdap.metadata.TenantInfo> getTenantsList()
A list of TenantInfo objects, one for each tenant the current user has access to. *
repeated .tracdap.metadata.TenantInfo tenants = 1;
-
getTenants
org.finos.tracdap.metadata.TenantInfo getTenants(int index)
A list of TenantInfo objects, one for each tenant the current user has access to. *
repeated .tracdap.metadata.TenantInfo tenants = 1;
-
getTenantsCount
int getTenantsCount()
A list of TenantInfo objects, one for each tenant the current user has access to. *
repeated .tracdap.metadata.TenantInfo tenants = 1;
-
getTenantsOrBuilderList
java.util.List<? extends org.finos.tracdap.metadata.TenantInfoOrBuilder> getTenantsOrBuilderList()
A list of TenantInfo objects, one for each tenant the current user has access to. *
repeated .tracdap.metadata.TenantInfo tenants = 1;
-
getTenantsOrBuilder
org.finos.tracdap.metadata.TenantInfoOrBuilder getTenantsOrBuilder(int index)
A list of TenantInfo objects, one for each tenant the current user has access to. *
repeated .tracdap.metadata.TenantInfo tenants = 1;
-
-