Package | Description |
---|---|
com.google.api.services.youtubeAnalytics.model |
Modifier and Type | Method and Description |
---|---|
ResultTable.ColumnHeaders |
ResultTable.ColumnHeaders.clone() |
ResultTable.ColumnHeaders |
ResultTable.ColumnHeaders.set(String fieldName,
Object value) |
ResultTable.ColumnHeaders |
ResultTable.ColumnHeaders.setColumnType(String columnType)
The type of the column (DIMENSION or METRIC).
|
ResultTable.ColumnHeaders |
ResultTable.ColumnHeaders.setDataType(String dataType)
The type of the data in the column (STRING, INTEGER, FLOAT, etc.).
|
ResultTable.ColumnHeaders |
ResultTable.ColumnHeaders.setName(String name)
The name of the dimension or metric.
|
Modifier and Type | Method and Description |
---|---|
List<ResultTable.ColumnHeaders> |
ResultTable.getColumnHeaders()
This value specifies information about the data returned in the rows fields.
|
Modifier and Type | Method and Description |
---|---|
ResultTable |
ResultTable.setColumnHeaders(List<ResultTable.ColumnHeaders> columnHeaders)
This value specifies information about the data returned in the rows fields.
|
Copyright © 2011–2019 Google. All rights reserved.