public final class DataSourceTable
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Sheets API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DataSourceTable() |
Modifier and Type | Method and Description |
---|---|
DataSourceTable |
clone() |
List<DataSourceColumnReference> |
getColumns()
Columns selected for the data source table.
|
String |
getColumnSelectionType()
The type to select columns for the data source table.
|
DataExecutionStatus |
getDataExecutionStatus()
Output only.
|
String |
getDataSourceId()
The ID of the data source the data source table is associated with.
|
List<FilterSpec> |
getFilterSpecs()
Filter specifications in the data source table.
|
Integer |
getRowLimit()
The limit of rows to return.
|
List<SortSpec> |
getSortSpecs()
Sort specifications in the data source table.
|
DataSourceTable |
set(String fieldName,
Object value) |
DataSourceTable |
setColumns(List<DataSourceColumnReference> columns)
Columns selected for the data source table.
|
DataSourceTable |
setColumnSelectionType(String columnSelectionType)
The type to select columns for the data source table.
|
DataSourceTable |
setDataExecutionStatus(DataExecutionStatus dataExecutionStatus)
Output only.
|
DataSourceTable |
setDataSourceId(String dataSourceId)
The ID of the data source the data source table is associated with.
|
DataSourceTable |
setFilterSpecs(List<FilterSpec> filterSpecs)
Filter specifications in the data source table.
|
DataSourceTable |
setRowLimit(Integer rowLimit)
The limit of rows to return.
|
DataSourceTable |
setSortSpecs(List<SortSpec> sortSpecs)
Sort specifications in the data source table.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getColumnSelectionType()
null
for nonepublic DataSourceTable setColumnSelectionType(String columnSelectionType)
columnSelectionType
- columnSelectionType or null
for nonepublic List<DataSourceColumnReference> getColumns()
null
for nonepublic DataSourceTable setColumns(List<DataSourceColumnReference> columns)
columns
- columns or null
for nonepublic DataExecutionStatus getDataExecutionStatus()
null
for nonepublic DataSourceTable setDataExecutionStatus(DataExecutionStatus dataExecutionStatus)
dataExecutionStatus
- dataExecutionStatus or null
for nonepublic String getDataSourceId()
null
for nonepublic DataSourceTable setDataSourceId(String dataSourceId)
dataSourceId
- dataSourceId or null
for nonepublic List<FilterSpec> getFilterSpecs()
null
for nonepublic DataSourceTable setFilterSpecs(List<FilterSpec> filterSpecs)
filterSpecs
- filterSpecs or null
for nonepublic Integer getRowLimit()
null
for nonepublic DataSourceTable setRowLimit(Integer rowLimit)
rowLimit
- rowLimit or null
for nonepublic List<SortSpec> getSortSpecs()
null
for nonepublic DataSourceTable setSortSpecs(List<SortSpec> sortSpecs)
sortSpecs
- sortSpecs or null
for nonepublic DataSourceTable set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public DataSourceTable clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.