Tutorial by Topics: metadata

HTTP GET https://www.googleapis.com/analytics/v3/metadata/{reportType}/columns?key={APIKey} HTTP GET https://www.googleapis.com/analytics/v3/metadata/{reportType}/columns?access_token={Access_token} Parameter nameDescriptionreportTypeReport type. Allowed Values: ga. Where ga corresponds to ...
As we all know Metadata mean data about data. To fetch metadata of a table like total number of column, column name, column type etc. , ResultSetMetaData interface is useful because it provides methods to get metadata from the ResultSet object.

Page 1 of 1