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

    Modifier and Type
    Method
    Description
    org.finos.tracdap.metadata.TenantInfo
    getTenants(int index)
    / A list of TenantInfo objects, one for each tenant the current user has access to.
    int
    / A list of TenantInfo objects, one for each tenant the current user has access to.
    List<org.finos.tracdap.metadata.TenantInfo>
    / A list of TenantInfo objects, one for each tenant the current user has access to.
    org.finos.tracdap.metadata.TenantInfoOrBuilder
    / A list of TenantInfo objects, one for each tenant the current user has access to.
    List<? extends org.finos.tracdap.metadata.TenantInfoOrBuilder>
    / A list of TenantInfo objects, one for each tenant the current user has access to.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getTenantsList

      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

      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;