in csharp/Microsoft.Azure.Databricks.Client/UnityCatalogClient.cs [15:34]
public UnityCatalogClient(HttpClient httpClient) : base(httpClient)
{
this.Catalogs = new CatalogsApiClient(httpClient);
this.Connections = new ConnectionsApiClient(httpClient);
this.ExternalLocations = new ExternalLocationsApiClient(httpClient);
this.Functions = new FunctionsApiClient(httpClient);
this.Metastores = new MetastoresApiClient(httpClient);
this.Schemas = new SchemasApiClient(httpClient);
this.SecurableWorkspaceBindings = new SecurableWorkspaceBindingsApiClient(httpClient);
this.Shares = new SharesApiClient(httpClient);
this.StorageCredentials = new StorageCredentialsApiClient(httpClient);
this.SystemSchemas = new SystemSchemasApiClient(httpClient);
this.TableConstraints = new TableConstraintsApiClient(httpClient);
this.Tables = new TablesApiClient(httpClient);
this.UnityCatalogPermissions = new UnityCatalogPermissionsApiClient(httpClient);
this.Volumes = new VolumesApiClient(httpClient);
this.Lineage = new LineageApiClient(httpClient);
this.ModelVersion = new ModelVersionApiClient(httpClient);
this.RegisteredModels = new RegisteredModelsApiClient(httpClient);
}