Is there a way to get information (Schema details) of all tables in a dataset through the java api? I know i can get the Schema of a query ( GetQueryResultsResponse.getSchema() ), but that's not what i want. What i want is to get information of all availbale tables somehow in specific project/dataset. Neither TableList or TableDataList containst methods like this. The only thing i can get is TableId, ProjectId, DatasetId. Is there a query for this if not an api call?
Thank you, Attila