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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: tracdap/api/metadata.proto
// Protobuf Java Version: 4.28.2

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