All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.finos.tracdap.api.ListTenantsResponseOrBuilder Maven / Gradle / Ivy

Go to download

TRAC D.A.P. platform API, contains service API definitions for the TRAC platform services

There is a newer version: 0.6.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tracdap/api/metadata.proto

// Protobuf Java Version: 3.25.3
package org.finos.tracdap.api;

public interface ListTenantsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tracdap.api.ListTenantsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   ** A list of TenantInfo objects, one for each tenant the current user has access to. *
   * 
* * repeated .tracdap.metadata.TenantInfo tenants = 1; */ java.util.List getTenantsList(); /** *
   ** A list of TenantInfo objects, one for each tenant the current user has access to. *
   * 
* * repeated .tracdap.metadata.TenantInfo tenants = 1; */ 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; */ int getTenantsCount(); /** *
   ** A list of TenantInfo objects, one for each tenant the current user has access to. *
   * 
* * repeated .tracdap.metadata.TenantInfo tenants = 1; */ java.util.List getTenantsOrBuilderList(); /** *
   ** A list of TenantInfo objects, one for each tenant the current user has access to. *
   * 
* * repeated .tracdap.metadata.TenantInfo tenants = 1; */ org.finos.tracdap.metadata.TenantInfoOrBuilder getTenantsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy