googleapis
Version:
Google APIs Client Library for Node.js
1,188 lines • 50.6 kB
TypeScript
/**
* Copyright 2015 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { AxiosPromise } from 'axios';
import { GoogleApis } from '../..';
import { BodyResponseCallback, GlobalOptions, MethodOptions } from '../../lib/api';
/**
* Fusion Tables API
*
* API for working with Fusion Tables data.
*
* @example
* const google = require('googleapis');
* const fusiontables = google.fusiontables('v2');
*
* @namespace fusiontables
* @type {Function}
* @version v2
* @variation v2
* @param {object=} options Options for Fusiontables
*/
export declare class Fusiontables {
_options: GlobalOptions;
google: GoogleApis;
root: this;
column: Resource$Column;
query: Resource$Query;
style: Resource$Style;
table: Resource$Table;
task: Resource$Task;
template: Resource$Template;
constructor(options: GlobalOptions, google: GoogleApis);
getRoot(): this;
}
/**
* Specifies the minimum and maximum values, the color, opacity, icon and weight
* of a bucket within a StyleSetting.
*/
export interface Schema$Bucket {
/**
* Color of line or the interior of a polygon in #RRGGBB format.
*/
color: string;
/**
* Icon name used for a point.
*/
icon: string;
/**
* Maximum value in the selected column for a row to be styled according to
* the bucket color, opacity, icon, or weight.
*/
max: number;
/**
* Minimum value in the selected column for a row to be styled according to
* the bucket color, opacity, icon, or weight.
*/
min: number;
/**
* Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
*/
opacity: number;
/**
* Width of a line (in pixels).
*/
weight: number;
}
/**
* Specifies the details of a column in a table.
*/
export interface Schema$Column {
/**
* Identifier of the base column. If present, this column is derived from the
* specified base column.
*/
baseColumn: any;
/**
* Identifier for the column.
*/
columnId: number;
/**
* JSON schema for interpreting JSON in this column.
*/
columnJsonSchema: string;
/**
* JSON object containing custom column properties.
*/
columnPropertiesJson: string;
/**
* Column description.
*/
description: string;
/**
* Format pattern. Acceptable values are DT_DATE_MEDIUMe.g Dec 24, 2008
* DT_DATE_SHORTfor example 12/24/08 DT_DATE_TIME_MEDIUMfor example Dec 24,
* 2008 8:30:45 PM DT_DATE_TIME_SHORTfor example 12/24/08 8:30 PM
* DT_DAY_MONTH_2_DIGIT_YEARfor example 24/12/08
* DT_DAY_MONTH_2_DIGIT_YEAR_TIMEfor example 24/12/08 20:30
* DT_DAY_MONTH_2_DIGIT_YEAR_TIME_MERIDIANfor example 24/12/08 8:30 PM
* DT_DAY_MONTH_4_DIGIT_YEARfor example 24/12/2008
* DT_DAY_MONTH_4_DIGIT_YEAR_TIMEfor example 24/12/2008 20:30
* DT_DAY_MONTH_4_DIGIT_YEAR_TIME_MERIDIANfor example 24/12/2008 8:30 PM
* DT_ISO_YEAR_MONTH_DAYfor example 2008-12-24 DT_ISO_YEAR_MONTH_DAY_TIMEfor
* example 2008-12-24 20:30:45 DT_MONTH_DAY_4_DIGIT_YEARfor example 12/24/2008
* DT_TIME_LONGfor example 8:30:45 PM UTC-6 DT_TIME_MEDIUMfor example 8:30:45
* PM DT_TIME_SHORTfor example 8:30 PM DT_YEAR_ONLYfor example 2008
* HIGHLIGHT_UNTYPED_CELLSHighlight cell data that does not match the data
* type NONENo formatting (default) NUMBER_CURRENCYfor example $1234.56
* NUMBER_DEFAULTfor example 1,234.56 NUMBER_INTEGERfor example 1235
* NUMBER_NO_SEPARATORfor example 1234.56 NUMBER_PERCENTfor example 123,456%
* NUMBER_SCIENTIFICfor example 1E3 STRING_EIGHT_LINE_IMAGEDisplays thumbnail
* images as tall as eight lines of text STRING_FOUR_LINE_IMAGEDisplays
* thumbnail images as tall as four lines of text STRING_JSON_TEXTAllows
* editing of text as JSON in UI STRING_JSON_LISTAllows editing of text as a
* JSON list in UI STRING_LINKTreats cell as a link (must start with http://
* or https://) STRING_ONE_LINE_IMAGEDisplays thumbnail images as tall as one
* line of text STRING_VIDEO_OR_MAPDisplay a video or map thumbnail
*/
formatPattern: string;
/**
* Column graph predicate. Used to map table to graph data model
* (subject,predicate,object) See W3C Graph-based Data Model.
*/
graphPredicate: string;
/**
* The kind of item this is. For a column, this is always fusiontables#column.
*/
kind: string;
/**
* Name of the column.
*/
name: string;
/**
* Type of the column.
*/
type: string;
/**
* If true, data entered via the web application is validated.
*/
validateData: boolean;
/**
* List of valid values used to validate data and supply a drop-down list of
* values in the web application.
*/
validValues: string[];
}
/**
* Represents a list of columns in a table.
*/
export interface Schema$ColumnList {
/**
* List of all requested columns.
*/
items: Schema$Column[];
/**
* The kind of item this is. For a column list, this is always
* fusiontables#columnList.
*/
kind: string;
/**
* Token used to access the next page of this result. No token is displayed if
* there are no more pages left.
*/
nextPageToken: string;
/**
* Total number of columns for the table.
*/
totalItems: number;
}
/**
* Represents a Geometry object.
*/
export interface Schema$Geometry {
/**
* The list of geometries in this geometry collection.
*/
geometries: any[];
geometry: any;
/**
* Type: A collection of geometries.
*/
type: string;
}
/**
* Represents an import request.
*/
export interface Schema$Import {
/**
* The kind of item this is. For an import, this is always
* fusiontables#import.
*/
kind: string;
/**
* The number of rows received from the import request.
*/
numRowsReceived: string;
}
/**
* Represents a line geometry.
*/
export interface Schema$Line {
/**
* The coordinates that define the line.
*/
coordinates: number[][];
/**
* Type: A line geometry.
*/
type: string;
}
/**
* Represents a LineStyle within a StyleSetting
*/
export interface Schema$LineStyle {
/**
* Color of the line in #RRGGBB format.
*/
strokeColor: string;
/**
* Column-value, gradient or buckets styler that is used to determine the line
* color and opacity.
*/
strokeColorStyler: Schema$StyleFunction;
/**
* Opacity of the line : 0.0 (transparent) to 1.0 (opaque).
*/
strokeOpacity: number;
/**
* Width of the line in pixels.
*/
strokeWeight: number;
/**
* Column-value or bucket styler that is used to determine the width of the
* line.
*/
strokeWeightStyler: Schema$StyleFunction;
}
/**
* Represents a point object.
*/
export interface Schema$Point {
/**
* The coordinates that define the point.
*/
coordinates: number[];
/**
* Point: A point geometry.
*/
type: string;
}
/**
* Represents a PointStyle within a StyleSetting
*/
export interface Schema$PointStyle {
/**
* Name of the icon. Use values defined in
* http://www.google.com/fusiontables/DataSource?dsrcid=308519
*/
iconName: string;
/**
* Column or a bucket value from which the icon name is to be determined.
*/
iconStyler: Schema$StyleFunction;
}
/**
* Represents a polygon object.
*/
export interface Schema$Polygon {
/**
* The coordinates that define the polygon.
*/
coordinates: number[][][];
/**
* Type: A polygon geometry.
*/
type: string;
}
/**
* Represents a PolygonStyle within a StyleSetting
*/
export interface Schema$PolygonStyle {
/**
* Color of the interior of the polygon in #RRGGBB format.
*/
fillColor: string;
/**
* Column-value, gradient, or bucket styler that is used to determine the
* interior color and opacity of the polygon.
*/
fillColorStyler: Schema$StyleFunction;
/**
* Opacity of the interior of the polygon: 0.0 (transparent) to 1.0 (opaque).
*/
fillOpacity: number;
/**
* Color of the polygon border in #RRGGBB format.
*/
strokeColor: string;
/**
* Column-value, gradient or buckets styler that is used to determine the
* border color and opacity.
*/
strokeColorStyler: Schema$StyleFunction;
/**
* Opacity of the polygon border: 0.0 (transparent) to 1.0 (opaque).
*/
strokeOpacity: number;
/**
* Width of the polyon border in pixels.
*/
strokeWeight: number;
/**
* Column-value or bucket styler that is used to determine the width of the
* polygon border.
*/
strokeWeightStyler: Schema$StyleFunction;
}
/**
* Represents a response to a SQL statement.
*/
export interface Schema$Sqlresponse {
/**
* Columns in the table.
*/
columns: string[];
/**
* The kind of item this is. For responses to SQL queries, this is always
* fusiontables#sqlresponse.
*/
kind: string;
/**
* The rows in the table. For each cell we print out whatever cell value
* (e.g., numeric, string) exists. Thus it is important that each cell
* contains only one value.
*/
rows: any[][];
}
/**
* Represents a StyleFunction within a StyleSetting
*/
export interface Schema$StyleFunction {
/**
* Bucket function that assigns a style based on the range a column value
* falls into.
*/
buckets: Schema$Bucket[];
/**
* Name of the column whose value is used in the style.
*/
columnName: string;
/**
* Gradient function that interpolates a range of colors based on column
* value.
*/
gradient: any;
/**
* Stylers can be one of three kinds: "fusiontables#fromColumn if the
* column value is to be used as is, i.e., the column values can have colors
* in #RRGGBBAA format or integer line widths or icon names;
* fusiontables#gradient if the styling of the row is to be based on applying
* the gradient function on the column value; or fusiontables#buckets if the
* styling is to based on the bucket into which the the column value falls.
*/
kind: string;
}
/**
* Represents a complete StyleSettings object. The primary key is a combination
* of the tableId and a styleId.
*/
export interface Schema$StyleSetting {
/**
* The kind of item this is. A StyleSetting contains the style definitions for
* points, lines, and polygons in a table. Since a table can have any one or
* all of them, a style definition can have point, line and polygon style
* definitions.
*/
kind: string;
/**
* Style definition for points in the table.
*/
markerOptions: Schema$PointStyle;
/**
* Optional name for the style setting.
*/
name: string;
/**
* Style definition for polygons in the table.
*/
polygonOptions: Schema$PolygonStyle;
/**
* Style definition for lines in the table.
*/
polylineOptions: Schema$LineStyle;
/**
* Identifier for the style setting (unique only within tables).
*/
styleId: number;
/**
* Identifier for the table.
*/
tableId: string;
}
/**
* Represents a list of styles for a given table.
*/
export interface Schema$StyleSettingList {
/**
* All requested style settings.
*/
items: Schema$StyleSetting[];
/**
* The kind of item this is. For a style list, this is always
* fusiontables#styleSettingList .
*/
kind: string;
/**
* Token used to access the next page of this result. No token is displayed if
* there are no more styles left.
*/
nextPageToken: string;
/**
* Total number of styles for the table.
*/
totalItems: number;
}
/**
* Represents a table.
*/
export interface Schema$Table {
/**
* Attribution assigned to the table.
*/
attribution: string;
/**
* Optional link for attribution.
*/
attributionLink: string;
/**
* Base table identifier if this table is a view or merged table.
*/
baseTableIds: string[];
/**
* Default JSON schema for validating all JSON column properties.
*/
columnPropertiesJsonSchema: string;
/**
* Columns in the table.
*/
columns: Schema$Column[];
/**
* Description assigned to the table.
*/
description: string;
/**
* Variable for whether table is exportable.
*/
isExportable: boolean;
/**
* The kind of item this is. For a table, this is always fusiontables#table.
*/
kind: string;
/**
* Name assigned to a table.
*/
name: string;
/**
* SQL that encodes the table definition for derived tables.
*/
sql: string;
/**
* Encrypted unique alphanumeric identifier for the table.
*/
tableId: string;
/**
* JSON object containing custom table properties.
*/
tablePropertiesJson: string;
/**
* JSON schema for validating the JSON table properties.
*/
tablePropertiesJsonSchema: string;
}
/**
* Represents a list of tables.
*/
export interface Schema$TableList {
/**
* List of all requested tables.
*/
items: Schema$Table[];
/**
* The kind of item this is. For table list, this is always
* fusiontables#tableList.
*/
kind: string;
/**
* Token used to access the next page of this result. No token is displayed if
* there are no more pages left.
*/
nextPageToken: string;
}
/**
* A background task on a table, initiated for time- or resource-consuming
* operations such as changing column types or deleting all rows.
*/
export interface Schema$Task {
/**
* Type of the resource. This is always "fusiontables#task".
*/
kind: string;
/**
* Task percentage completion.
*/
progress: string;
/**
* false while the table is busy with some other task. true if this background
* task is currently running.
*/
started: boolean;
/**
* Identifier for the task.
*/
taskId: string;
/**
* Type of background task.
*/
type: string;
}
/**
* Represents a list of tasks for a table.
*/
export interface Schema$TaskList {
/**
* List of all requested tasks.
*/
items: Schema$Task[];
/**
* Type of the resource. This is always "fusiontables#taskList".
*/
kind: string;
/**
* Token used to access the next page of this result. No token is displayed if
* there are no more pages left.
*/
nextPageToken: string;
/**
* Total number of tasks for the table.
*/
totalItems: number;
}
/**
* Represents the contents of InfoWindow templates.
*/
export interface Schema$Template {
/**
* List of columns from which the template is to be automatically constructed.
* Only one of body or automaticColumns can be specified.
*/
automaticColumnNames: string[];
/**
* Body of the template. It contains HTML with {column_name} to insert values
* from a particular column. The body is sanitized to remove certain tags,
* e.g., script. Only one of body or automaticColumns can be specified.
*/
body: string;
/**
* The kind of item this is. For a template, this is always
* fusiontables#template.
*/
kind: string;
/**
* Optional name assigned to a template.
*/
name: string;
/**
* Identifier for the table for which the template is defined.
*/
tableId: string;
/**
* Identifier for the template, unique within the context of a particular
* table.
*/
templateId: number;
}
/**
* Represents a list of templates for a given table.
*/
export interface Schema$TemplateList {
/**
* List of all requested templates.
*/
items: Schema$Template[];
/**
* The kind of item this is. For a template list, this is always
* fusiontables#templateList .
*/
kind: string;
/**
* Token used to access the next page of this result. No token is displayed if
* there are no more pages left.
*/
nextPageToken: string;
/**
* Total number of templates for the table.
*/
totalItems: number;
}
export declare class Resource$Column {
root: Fusiontables;
constructor(root: Fusiontables);
getRoot(): Fusiontables;
/**
* fusiontables.column.delete
* @desc Deletes the specified column.
* @alias fusiontables.column.delete
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.columnId Name or identifier for the column being deleted.
* @param {string} params.tableId Table from which the column is being deleted.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
delete(params?: any, options?: MethodOptions): AxiosPromise<void>;
delete(params?: any, options?: MethodOptions | BodyResponseCallback<void>, callback?: BodyResponseCallback<void>): void;
/**
* fusiontables.column.get
* @desc Retrieves a specific column by its ID.
* @alias fusiontables.column.get
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.columnId Name or identifier for the column that is being requested.
* @param {string} params.tableId Table to which the column belongs.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Column>;
get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Column>, callback?: BodyResponseCallback<Schema$Column>): void;
/**
* fusiontables.column.insert
* @desc Adds a new column to the table.
* @alias fusiontables.column.insert
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.tableId Table for which a new column is being added.
* @param {().Column} params.resource Request body data
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Column>;
insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Column>, callback?: BodyResponseCallback<Schema$Column>): void;
/**
* fusiontables.column.list
* @desc Retrieves a list of columns.
* @alias fusiontables.column.list
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {integer=} params.maxResults Maximum number of columns to return. Default is 5.
* @param {string=} params.pageToken Continuation token specifying which result page to return.
* @param {string} params.tableId Table whose columns are being listed.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
list(params?: any, options?: MethodOptions): AxiosPromise<Schema$ColumnList>;
list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$ColumnList>, callback?: BodyResponseCallback<Schema$ColumnList>): void;
/**
* fusiontables.column.patch
* @desc Updates the name or type of an existing column. This method supports
* patch semantics.
* @alias fusiontables.column.patch
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.columnId Name or identifier for the column that is being updated.
* @param {string} params.tableId Table for which the column is being updated.
* @param {().Column} params.resource Request body data
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Column>;
patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Column>, callback?: BodyResponseCallback<Schema$Column>): void;
/**
* fusiontables.column.update
* @desc Updates the name or type of an existing column.
* @alias fusiontables.column.update
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.columnId Name or identifier for the column that is being updated.
* @param {string} params.tableId Table for which the column is being updated.
* @param {().Column} params.resource Request body data
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
update(params?: any, options?: MethodOptions): AxiosPromise<Schema$Column>;
update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Column>, callback?: BodyResponseCallback<Schema$Column>): void;
}
export declare class Resource$Query {
root: Fusiontables;
constructor(root: Fusiontables);
getRoot(): Fusiontables;
/**
* fusiontables.query.sql
* @desc Executes a Fusion Tables SQL statement, which can be any of - SELECT
* - INSERT - UPDATE - DELETE - SHOW - DESCRIBE - CREATE statement.
* @alias fusiontables.query.sql
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {boolean=} params.hdrs Whether column names are included in the first row. Default is true.
* @param {string} params.sql A Fusion Tables SQL statement, which can be any of - SELECT - INSERT - UPDATE - DELETE - SHOW - DESCRIBE - CREATE
* @param {boolean=} params.typed Whether typed values are returned in the (JSON) response: numbers for numeric values and parsed geometries for KML values. Default is true.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
sql(params?: any, options?: MethodOptions): AxiosPromise<Schema$Sqlresponse>;
sql(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Sqlresponse>, callback?: BodyResponseCallback<Schema$Sqlresponse>): void;
/**
* fusiontables.query.sqlGet
* @desc Executes a SQL statement which can be any of - SELECT - SHOW -
* DESCRIBE
* @alias fusiontables.query.sqlGet
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {boolean=} params.hdrs Whether column names are included (in the first row). Default is true.
* @param {string} params.sql A SQL statement which can be any of - SELECT - SHOW - DESCRIBE
* @param {boolean=} params.typed Whether typed values are returned in the (JSON) response: numbers for numeric values and parsed geometries for KML values. Default is true.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
sqlGet(params?: any, options?: MethodOptions): AxiosPromise<Schema$Sqlresponse>;
sqlGet(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Sqlresponse>, callback?: BodyResponseCallback<Schema$Sqlresponse>): void;
}
export declare class Resource$Style {
root: Fusiontables;
constructor(root: Fusiontables);
getRoot(): Fusiontables;
/**
* fusiontables.style.delete
* @desc Deletes a style.
* @alias fusiontables.style.delete
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {integer} params.styleId Identifier (within a table) for the style being deleted
* @param {string} params.tableId Table from which the style is being deleted
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
delete(params?: any, options?: MethodOptions): AxiosPromise<void>;
delete(params?: any, options?: MethodOptions | BodyResponseCallback<void>, callback?: BodyResponseCallback<void>): void;
/**
* fusiontables.style.get
* @desc Gets a specific style.
* @alias fusiontables.style.get
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {integer} params.styleId Identifier (integer) for a specific style in a table
* @param {string} params.tableId Table to which the requested style belongs
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
get(params?: any, options?: MethodOptions): AxiosPromise<Schema$StyleSetting>;
get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$StyleSetting>, callback?: BodyResponseCallback<Schema$StyleSetting>): void;
/**
* fusiontables.style.insert
* @desc Adds a new style for the table.
* @alias fusiontables.style.insert
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.tableId Table for which a new style is being added
* @param {().StyleSetting} params.resource Request body data
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$StyleSetting>;
insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$StyleSetting>, callback?: BodyResponseCallback<Schema$StyleSetting>): void;
/**
* fusiontables.style.list
* @desc Retrieves a list of styles.
* @alias fusiontables.style.list
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {integer=} params.maxResults Maximum number of styles to return. Optional. Default is 5.
* @param {string=} params.pageToken Continuation token specifying which result page to return. Optional.
* @param {string} params.tableId Table whose styles are being listed
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
list(params?: any, options?: MethodOptions): AxiosPromise<Schema$StyleSettingList>;
list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$StyleSettingList>, callback?: BodyResponseCallback<Schema$StyleSettingList>): void;
/**
* fusiontables.style.patch
* @desc Updates an existing style. This method supports patch semantics.
* @alias fusiontables.style.patch
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {integer} params.styleId Identifier (within a table) for the style being updated.
* @param {string} params.tableId Table whose style is being updated.
* @param {().StyleSetting} params.resource Request body data
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$StyleSetting>;
patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$StyleSetting>, callback?: BodyResponseCallback<Schema$StyleSetting>): void;
/**
* fusiontables.style.update
* @desc Updates an existing style.
* @alias fusiontables.style.update
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {integer} params.styleId Identifier (within a table) for the style being updated.
* @param {string} params.tableId Table whose style is being updated.
* @param {().StyleSetting} params.resource Request body data
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
update(params?: any, options?: MethodOptions): AxiosPromise<Schema$StyleSetting>;
update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$StyleSetting>, callback?: BodyResponseCallback<Schema$StyleSetting>): void;
}
export declare class Resource$Table {
root: Fusiontables;
constructor(root: Fusiontables);
getRoot(): Fusiontables;
/**
* fusiontables.table.copy
* @desc Copies a table.
* @alias fusiontables.table.copy
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {boolean=} params.copyPresentation Whether to also copy tabs, styles, and templates. Default is false.
* @param {string} params.tableId ID of the table that is being copied.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
copy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Table>;
copy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Table>, callback?: BodyResponseCallback<Schema$Table>): void;
/**
* fusiontables.table.delete
* @desc Deletes a table.
* @alias fusiontables.table.delete
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.tableId ID of the table to be deleted.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
delete(params?: any, options?: MethodOptions): AxiosPromise<void>;
delete(params?: any, options?: MethodOptions | BodyResponseCallback<void>, callback?: BodyResponseCallback<void>): void;
/**
* fusiontables.table.get
* @desc Retrieves a specific table by its ID.
* @alias fusiontables.table.get
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.tableId Identifier for the table being requested.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Table>;
get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Table>, callback?: BodyResponseCallback<Schema$Table>): void;
/**
* fusiontables.table.importRows
* @desc Imports more rows into a table.
* @alias fusiontables.table.importRows
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string=} params.delimiter The delimiter used to separate cell values. This can only consist of a single character. Default is ,.
* @param {string=} params.encoding The encoding of the content. Default is UTF-8. Use auto-detect if you are unsure of the encoding.
* @param {integer=} params.endLine The index of the line up to which data will be imported. Default is to import the entire file. If endLine is negative, it is an offset from the end of the file; the imported content will exclude the last endLine lines.
* @param {boolean=} params.isStrict Whether the imported CSV must have the same number of values for each row. If false, rows with fewer values will be padded with empty values. Default is true.
* @param {integer=} params.startLine The index of the first line from which to start importing, inclusive. Default is 0.
* @param {string} params.tableId The table into which new rows are being imported.
* @param {object} params.media Media object
* @param {string} params.media.mimeType Media mime-type
* @param {string|object} params.media.body Media body contents
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
importRows(params?: any, options?: MethodOptions): AxiosPromise<Schema$Import>;
importRows(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Import>, callback?: BodyResponseCallback<Schema$Import>): void;
/**
* fusiontables.table.importTable
* @desc Imports a new table.
* @alias fusiontables.table.importTable
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string=} params.delimiter The delimiter used to separate cell values. This can only consist of a single character. Default is ,.
* @param {string=} params.encoding The encoding of the content. Default is UTF-8. Use auto-detect if you are unsure of the encoding.
* @param {string} params.name The name to be assigned to the new table.
* @param {object} params.media Media object
* @param {string} params.media.mimeType Media mime-type
* @param {string|object} params.media.body Media body contents
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
importTable(params?: any, options?: MethodOptions): AxiosPromise<Schema$Table>;
importTable(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Table>, callback?: BodyResponseCallback<Schema$Table>): void;
/**
* fusiontables.table.insert
* @desc Creates a new table.
* @alias fusiontables.table.insert
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {().Table} params.resource Request body data
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Table>;
insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Table>, callback?: BodyResponseCallback<Schema$Table>): void;
/**
* fusiontables.table.list
* @desc Retrieves a list of tables a user owns.
* @alias fusiontables.table.list
* @memberOf! ()
*
* @param {object=} params Parameters for request
* @param {integer=} params.maxResults Maximum number of tables to return. Default is 5.
* @param {string=} params.pageToken Continuation token specifying which result page to return.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
list(params?: any, options?: MethodOptions): AxiosPromise<Schema$TableList>;
list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TableList>, callback?: BodyResponseCallback<Schema$TableList>): void;
/**
* fusiontables.table.patch
* @desc Updates an existing table. Unless explicitly requested, only the
* name, description, and attribution will be updated. This method supports
* patch semantics.
* @alias fusiontables.table.patch
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {boolean=} params.replaceViewDefinition Whether the view definition is also updated. The specified view definition replaces the existing one. Only a view can be updated with a new definition.
* @param {string} params.tableId ID of the table that is being updated.
* @param {().Table} params.resource Request body data
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Table>;
patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Table>, callback?: BodyResponseCallback<Schema$Table>): void;
/**
* fusiontables.table.refetchSheet
* @desc Replaces rows of the table with the rows of the spreadsheet that is
* first imported from. Current rows remain visible until all replacement rows
* are ready.
* @alias fusiontables.table.refetchSheet
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.tableId Table whose rows will be replaced from the spreadsheet.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
refetchSheet(params?: any, options?: MethodOptions): AxiosPromise<Schema$Task>;
refetchSheet(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Task>, callback?: BodyResponseCallback<Schema$Task>): void;
/**
* fusiontables.table.replaceRows
* @desc Replaces rows of an existing table. Current rows remain visible until
* all replacement rows are ready.
* @alias fusiontables.table.replaceRows
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string=} params.delimiter The delimiter used to separate cell values. This can only consist of a single character. Default is ,.
* @param {string=} params.encoding The encoding of the content. Default is UTF-8. Use 'auto-detect' if you are unsure of the encoding.
* @param {integer=} params.endLine The index of the line up to which data will be imported. Default is to import the entire file. If endLine is negative, it is an offset from the end of the file; the imported content will exclude the last endLine lines.
* @param {boolean=} params.isStrict Whether the imported CSV must have the same number of column values for each row. If true, throws an exception if the CSV does not have the same number of columns. If false, rows with fewer column values will be padded with empty values. Default is true.
* @param {integer=} params.startLine The index of the first line from which to start importing, inclusive. Default is 0.
* @param {string} params.tableId Table whose rows will be replaced.
* @param {object} params.media Media object
* @param {string} params.media.mimeType Media mime-type
* @param {string|object} params.media.body Media body contents
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
replaceRows(params?: any, options?: MethodOptions): AxiosPromise<Schema$Task>;
replaceRows(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Task>, callback?: BodyResponseCallback<Schema$Task>): void;
/**
* fusiontables.table.update
* @desc Updates an existing table. Unless explicitly requested, only the
* name, description, and attribution will be updated.
* @alias fusiontables.table.update
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {boolean=} params.replaceViewDefinition Whether the view definition is also updated. The specified view definition replaces the existing one. Only a view can be updated with a new definition.
* @param {string} params.tableId ID of the table that is being updated.
* @param {().Table} params.resource Request body data
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
update(params?: any, options?: MethodOptions): AxiosPromise<Schema$Table>;
update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Table>, callback?: BodyResponseCallback<Schema$Table>): void;
}
export declare class Resource$Task {
root: Fusiontables;
constructor(root: Fusiontables);
getRoot(): Fusiontables;
/**
* fusiontables.task.delete
* @desc Deletes a specific task by its ID, unless that task has already
* started running.
* @alias fusiontables.task.delete
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.tableId Table from which the task is being deleted.
* @param {string} params.taskId The identifier of the task to delete.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
delete(params?: any, options?: MethodOptions): AxiosPromise<void>;
delete(params?: any, options?: MethodOptions | BodyResponseCallback<void>, callback?: BodyResponseCallback<void>): void;
/**
* fusiontables.task.get
* @desc Retrieves a specific task by its ID.
* @alias fusiontables.task.get
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.tableId Table to which the task belongs.
* @param {string} params.taskId The identifier of the task to get.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Task>;
get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Task>, callback?: BodyResponseCallback<Schema$Task>): void;
/**
* fusiontables.task.list
* @desc Retrieves a list of tasks.
* @alias fusiontables.task.list
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {integer=} params.maxResults Maximum number of tasks to return. Default is 5.
* @param {string=} params.pageToken Continuation token specifying which result page to return.
* @param {integer=} params.startIndex Index of the first result returned in the current page.
* @param {string} params.tableId Table whose tasks are being listed.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
list(params?: any, options?: MethodOptions): AxiosPromise<Schema$TaskList>;
list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TaskList>, callback?: BodyResponseCallback<Schema$TaskList>): void;
}
export declare class Resource$Template {
root: Fusiontables;
constructor(root: Fusiontables);
getRoot(): Fusiontables;
/**
* fusiontables.template.delete
* @desc Deletes a template
* @alias fusiontables.template.delete
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.tableId Table from which the template is being deleted
* @param {integer} params.templateId Identifier for the template which is being deleted
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
delete(params?: any, options?: MethodOptions): AxiosPromise<void>;
delete(params?: any, options?: MethodOptions | BodyResponseCallback<void>, callback?: BodyResponseCallback<void>): void;
/**
* fusiontables.template.get
* @desc Retrieves a specific template by its id
* @alias fusiontables.template.get
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.tableId Table to which the template belongs
* @param {integer} params.templateId Identifier for the template that is being requested
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Template>;
get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Template>, callback?: BodyResponseCallback<Schema$Template>): void;
/**
* fusiontables.template.insert
* @desc Creates a new template for the table.
* @alias fusiontables.template.insert
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.tableId Table for which a new template is being created
* @param {().Template} params.resource Request body data
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Template>;
insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Template>, callback?: BodyResponseCallback<Schema$Template>): void;
/**
* fusiontables.template.list
* @desc Retrieves a list of templates.
* @alias fusiontables.template.list
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {integer=} params.maxResults Maximum number of templates to return. Optional. Default is 5.
* @param {string=} params.pageToken Continuation token specifying which results page to return. Optional.
* @param {string} params.tableId Identifier for the table whose templates are being requested
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
list(params?: any, options?: MethodOptions): AxiosPromise<Schema$TemplateList>;
list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TemplateList>, callback?: BodyResponseCallback<Schema$TemplateList>): void;
/**
* fusiontables.template.patch
* @desc Updates an existing template. This method supports patch semantics.
* @alias fusiontables.template.patch
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.tableId Table to which the updated template belongs
* @param {integer} params.templateId Identifier for the template that is being updated
* @param {().Template} params.resource Request body data
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Template>;
patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Template>, callback?: BodyResponseCallback<Schema$Template>): void;
/**
* fusiontables.template.update
* @desc Updates an existing template
* @alias fusiontables.template.update
* @memberOf! ()
*
* @param {object} params Parameters for request
* @param {string} params.tableId Table to which the updated templ