Mise à jour des librairies vendor

This commit is contained in:
Caribana
2018-05-01 14:43:32 +02:00
parent b67375ae8e
commit d776be73fc
5211 changed files with 59115 additions and 25863 deletions

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -25,10 +25,16 @@ class Google_Service_Bigquery_BigtableColumnFamily extends Google_Collection
public $onlyReadLatest;
public $type;
/**
* @param Google_Service_Bigquery_BigtableColumn
*/
public function setColumns($columns)
{
$this->columns = $columns;
}
/**
* @return Google_Service_Bigquery_BigtableColumn
*/
public function getColumns()
{
return $this->columns;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -23,10 +23,16 @@ class Google_Service_Bigquery_BigtableOptions extends Google_Collection
public $ignoreUnspecifiedColumnFamilies;
public $readRowkeyAsString;
/**
* @param Google_Service_Bigquery_BigtableColumnFamily
*/
public function setColumnFamilies($columnFamilies)
{
$this->columnFamilies = $columnFamilies;
}
/**
* @return Google_Service_Bigquery_BigtableColumnFamily
*/
public function getColumnFamilies()
{
return $this->columnFamilies;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -34,10 +34,16 @@ class Google_Service_Bigquery_Dataset extends Google_Collection
public $location;
public $selfLink;
/**
* @param Google_Service_Bigquery_DatasetAccess
*/
public function setAccess($access)
{
$this->access = $access;
}
/**
* @return Google_Service_Bigquery_DatasetAccess
*/
public function getAccess()
{
return $this->access;
@@ -50,10 +56,16 @@ class Google_Service_Bigquery_Dataset extends Google_Collection
{
return $this->creationTime;
}
/**
* @param Google_Service_Bigquery_DatasetReference
*/
public function setDatasetReference(Google_Service_Bigquery_DatasetReference $datasetReference)
{
$this->datasetReference = $datasetReference;
}
/**
* @return Google_Service_Bigquery_DatasetReference
*/
public function getDatasetReference()
{
return $this->datasetReference;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -65,10 +65,16 @@ class Google_Service_Bigquery_DatasetAccess extends Google_Model
{
return $this->userByEmail;
}
/**
* @param Google_Service_Bigquery_TableReference
*/
public function setView(Google_Service_Bigquery_TableReference $view)
{
$this->view = $view;
}
/**
* @return Google_Service_Bigquery_TableReference
*/
public function getView()
{
return $this->view;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -24,10 +24,16 @@ class Google_Service_Bigquery_DatasetList extends Google_Collection
public $kind;
public $nextPageToken;
/**
* @param Google_Service_Bigquery_DatasetListDatasets
*/
public function setDatasets($datasets)
{
$this->datasets = $datasets;
}
/**
* @return Google_Service_Bigquery_DatasetListDatasets
*/
public function getDatasets()
{
return $this->datasets;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -23,11 +23,18 @@ class Google_Service_Bigquery_DatasetListDatasets extends Google_Model
public $id;
public $kind;
public $labels;
public $location;
/**
* @param Google_Service_Bigquery_DatasetReference
*/
public function setDatasetReference(Google_Service_Bigquery_DatasetReference $datasetReference)
{
$this->datasetReference = $datasetReference;
}
/**
* @return Google_Service_Bigquery_DatasetReference
*/
public function getDatasetReference()
{
return $this->datasetReference;
@@ -64,4 +71,12 @@ class Google_Service_Bigquery_DatasetListDatasets extends Google_Model
{
return $this->labels;
}
public function setLocation($location)
{
$this->location = $location;
}
public function getLocation()
{
return $this->location;
}
}

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -18,22 +18,61 @@
class Google_Service_Bigquery_ExplainQueryStage extends Google_Collection
{
protected $collection_key = 'steps';
public $completedParallelInputs;
public $computeMsAvg;
public $computeMsMax;
public $computeRatioAvg;
public $computeRatioMax;
public $endMs;
public $id;
public $inputStages;
public $name;
public $parallelInputs;
public $readMsAvg;
public $readMsMax;
public $readRatioAvg;
public $readRatioMax;
public $recordsRead;
public $recordsWritten;
public $shuffleOutputBytes;
public $shuffleOutputBytesSpilled;
public $startMs;
public $status;
protected $stepsType = 'Google_Service_Bigquery_ExplainQueryStep';
protected $stepsDataType = 'array';
public $waitMsAvg;
public $waitMsMax;
public $waitRatioAvg;
public $waitRatioMax;
public $writeMsAvg;
public $writeMsMax;
public $writeRatioAvg;
public $writeRatioMax;
public function setCompletedParallelInputs($completedParallelInputs)
{
$this->completedParallelInputs = $completedParallelInputs;
}
public function getCompletedParallelInputs()
{
return $this->completedParallelInputs;
}
public function setComputeMsAvg($computeMsAvg)
{
$this->computeMsAvg = $computeMsAvg;
}
public function getComputeMsAvg()
{
return $this->computeMsAvg;
}
public function setComputeMsMax($computeMsMax)
{
$this->computeMsMax = $computeMsMax;
}
public function getComputeMsMax()
{
return $this->computeMsMax;
}
public function setComputeRatioAvg($computeRatioAvg)
{
$this->computeRatioAvg = $computeRatioAvg;
@@ -50,6 +89,14 @@ class Google_Service_Bigquery_ExplainQueryStage extends Google_Collection
{
return $this->computeRatioMax;
}
public function setEndMs($endMs)
{
$this->endMs = $endMs;
}
public function getEndMs()
{
return $this->endMs;
}
public function setId($id)
{
$this->id = $id;
@@ -58,6 +105,14 @@ class Google_Service_Bigquery_ExplainQueryStage extends Google_Collection
{
return $this->id;
}
public function setInputStages($inputStages)
{
$this->inputStages = $inputStages;
}
public function getInputStages()
{
return $this->inputStages;
}
public function setName($name)
{
$this->name = $name;
@@ -66,6 +121,30 @@ class Google_Service_Bigquery_ExplainQueryStage extends Google_Collection
{
return $this->name;
}
public function setParallelInputs($parallelInputs)
{
$this->parallelInputs = $parallelInputs;
}
public function getParallelInputs()
{
return $this->parallelInputs;
}
public function setReadMsAvg($readMsAvg)
{
$this->readMsAvg = $readMsAvg;
}
public function getReadMsAvg()
{
return $this->readMsAvg;
}
public function setReadMsMax($readMsMax)
{
$this->readMsMax = $readMsMax;
}
public function getReadMsMax()
{
return $this->readMsMax;
}
public function setReadRatioAvg($readRatioAvg)
{
$this->readRatioAvg = $readRatioAvg;
@@ -98,6 +177,30 @@ class Google_Service_Bigquery_ExplainQueryStage extends Google_Collection
{
return $this->recordsWritten;
}
public function setShuffleOutputBytes($shuffleOutputBytes)
{
$this->shuffleOutputBytes = $shuffleOutputBytes;
}
public function getShuffleOutputBytes()
{
return $this->shuffleOutputBytes;
}
public function setShuffleOutputBytesSpilled($shuffleOutputBytesSpilled)
{
$this->shuffleOutputBytesSpilled = $shuffleOutputBytesSpilled;
}
public function getShuffleOutputBytesSpilled()
{
return $this->shuffleOutputBytesSpilled;
}
public function setStartMs($startMs)
{
$this->startMs = $startMs;
}
public function getStartMs()
{
return $this->startMs;
}
public function setStatus($status)
{
$this->status = $status;
@@ -106,14 +209,36 @@ class Google_Service_Bigquery_ExplainQueryStage extends Google_Collection
{
return $this->status;
}
/**
* @param Google_Service_Bigquery_ExplainQueryStep
*/
public function setSteps($steps)
{
$this->steps = $steps;
}
/**
* @return Google_Service_Bigquery_ExplainQueryStep
*/
public function getSteps()
{
return $this->steps;
}
public function setWaitMsAvg($waitMsAvg)
{
$this->waitMsAvg = $waitMsAvg;
}
public function getWaitMsAvg()
{
return $this->waitMsAvg;
}
public function setWaitMsMax($waitMsMax)
{
$this->waitMsMax = $waitMsMax;
}
public function getWaitMsMax()
{
return $this->waitMsMax;
}
public function setWaitRatioAvg($waitRatioAvg)
{
$this->waitRatioAvg = $waitRatioAvg;
@@ -130,6 +255,22 @@ class Google_Service_Bigquery_ExplainQueryStage extends Google_Collection
{
return $this->waitRatioMax;
}
public function setWriteMsAvg($writeMsAvg)
{
$this->writeMsAvg = $writeMsAvg;
}
public function getWriteMsAvg()
{
return $this->writeMsAvg;
}
public function setWriteMsMax($writeMsMax)
{
$this->writeMsMax = $writeMsMax;
}
public function getWriteMsMax()
{
return $this->writeMsMax;
}
public function setWriteRatioAvg($writeRatioAvg)
{
$this->writeRatioAvg = $writeRatioAvg;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -41,10 +41,16 @@ class Google_Service_Bigquery_ExternalDataConfiguration extends Google_Collectio
{
return $this->autodetect;
}
/**
* @param Google_Service_Bigquery_BigtableOptions
*/
public function setBigtableOptions(Google_Service_Bigquery_BigtableOptions $bigtableOptions)
{
$this->bigtableOptions = $bigtableOptions;
}
/**
* @return Google_Service_Bigquery_BigtableOptions
*/
public function getBigtableOptions()
{
return $this->bigtableOptions;
@@ -57,18 +63,30 @@ class Google_Service_Bigquery_ExternalDataConfiguration extends Google_Collectio
{
return $this->compression;
}
/**
* @param Google_Service_Bigquery_CsvOptions
*/
public function setCsvOptions(Google_Service_Bigquery_CsvOptions $csvOptions)
{
$this->csvOptions = $csvOptions;
}
/**
* @return Google_Service_Bigquery_CsvOptions
*/
public function getCsvOptions()
{
return $this->csvOptions;
}
/**
* @param Google_Service_Bigquery_GoogleSheetsOptions
*/
public function setGoogleSheetsOptions(Google_Service_Bigquery_GoogleSheetsOptions $googleSheetsOptions)
{
$this->googleSheetsOptions = $googleSheetsOptions;
}
/**
* @return Google_Service_Bigquery_GoogleSheetsOptions
*/
public function getGoogleSheetsOptions()
{
return $this->googleSheetsOptions;
@@ -89,10 +107,16 @@ class Google_Service_Bigquery_ExternalDataConfiguration extends Google_Collectio
{
return $this->maxBadRecords;
}
/**
* @param Google_Service_Bigquery_TableSchema
*/
public function setSchema(Google_Service_Bigquery_TableSchema $schema)
{
$this->schema = $schema;
}
/**
* @return Google_Service_Bigquery_TableSchema
*/
public function getSchema()
{
return $this->schema;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -43,10 +43,16 @@ class Google_Service_Bigquery_GetQueryResultsResponse extends Google_Collection
{
return $this->cacheHit;
}
/**
* @param Google_Service_Bigquery_ErrorProto
*/
public function setErrors($errors)
{
$this->errors = $errors;
}
/**
* @return Google_Service_Bigquery_ErrorProto
*/
public function getErrors()
{
return $this->errors;
@@ -67,10 +73,16 @@ class Google_Service_Bigquery_GetQueryResultsResponse extends Google_Collection
{
return $this->jobComplete;
}
/**
* @param Google_Service_Bigquery_JobReference
*/
public function setJobReference(Google_Service_Bigquery_JobReference $jobReference)
{
$this->jobReference = $jobReference;
}
/**
* @return Google_Service_Bigquery_JobReference
*/
public function getJobReference()
{
return $this->jobReference;
@@ -99,18 +111,30 @@ class Google_Service_Bigquery_GetQueryResultsResponse extends Google_Collection
{
return $this->pageToken;
}
/**
* @param Google_Service_Bigquery_TableRow
*/
public function setRows($rows)
{
$this->rows = $rows;
}
/**
* @return Google_Service_Bigquery_TableRow
*/
public function getRows()
{
return $this->rows;
}
/**
* @param Google_Service_Bigquery_TableSchema
*/
public function setSchema(Google_Service_Bigquery_TableSchema $schema)
{
$this->schema = $schema;
}
/**
* @return Google_Service_Bigquery_TableSchema
*/
public function getSchema()
{
return $this->schema;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -17,8 +17,17 @@
class Google_Service_Bigquery_GoogleSheetsOptions extends Google_Model
{
public $range;
public $skipLeadingRows;
public function setRange($range)
{
$this->range = $range;
}
public function getRange()
{
return $this->range;
}
public function setSkipLeadingRows($skipLeadingRows)
{
$this->skipLeadingRows = $skipLeadingRows;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -34,10 +34,16 @@ class Google_Service_Bigquery_Job extends Google_Model
protected $statusDataType = '';
public $userEmail;
/**
* @param Google_Service_Bigquery_JobConfiguration
*/
public function setConfiguration(Google_Service_Bigquery_JobConfiguration $configuration)
{
$this->configuration = $configuration;
}
/**
* @return Google_Service_Bigquery_JobConfiguration
*/
public function getConfiguration()
{
return $this->configuration;
@@ -58,10 +64,16 @@ class Google_Service_Bigquery_Job extends Google_Model
{
return $this->id;
}
/**
* @param Google_Service_Bigquery_JobReference
*/
public function setJobReference(Google_Service_Bigquery_JobReference $jobReference)
{
$this->jobReference = $jobReference;
}
/**
* @return Google_Service_Bigquery_JobReference
*/
public function getJobReference()
{
return $this->jobReference;
@@ -82,18 +94,30 @@ class Google_Service_Bigquery_Job extends Google_Model
{
return $this->selfLink;
}
/**
* @param Google_Service_Bigquery_JobStatistics
*/
public function setStatistics(Google_Service_Bigquery_JobStatistics $statistics)
{
$this->statistics = $statistics;
}
/**
* @return Google_Service_Bigquery_JobStatistics
*/
public function getStatistics()
{
return $this->statistics;
}
/**
* @param Google_Service_Bigquery_JobStatus
*/
public function setStatus(Google_Service_Bigquery_JobStatus $status)
{
$this->status = $status;
}
/**
* @return Google_Service_Bigquery_JobStatus
*/
public function getStatus()
{
return $this->status;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -21,10 +21,16 @@ class Google_Service_Bigquery_JobCancelResponse extends Google_Model
protected $jobDataType = '';
public $kind;
/**
* @param Google_Service_Bigquery_Job
*/
public function setJob(Google_Service_Bigquery_Job $job)
{
$this->job = $job;
}
/**
* @return Google_Service_Bigquery_Job
*/
public function getJob()
{
return $this->job;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -22,16 +22,23 @@ class Google_Service_Bigquery_JobConfiguration extends Google_Model
public $dryRun;
protected $extractType = 'Google_Service_Bigquery_JobConfigurationExtract';
protected $extractDataType = '';
public $jobTimeoutMs;
public $labels;
protected $loadType = 'Google_Service_Bigquery_JobConfigurationLoad';
protected $loadDataType = '';
protected $queryType = 'Google_Service_Bigquery_JobConfigurationQuery';
protected $queryDataType = '';
/**
* @param Google_Service_Bigquery_JobConfigurationTableCopy
*/
public function setCopy(Google_Service_Bigquery_JobConfigurationTableCopy $copy)
{
$this->copy = $copy;
}
/**
* @return Google_Service_Bigquery_JobConfigurationTableCopy
*/
public function getCopy()
{
return $this->copy;
@@ -44,14 +51,28 @@ class Google_Service_Bigquery_JobConfiguration extends Google_Model
{
return $this->dryRun;
}
/**
* @param Google_Service_Bigquery_JobConfigurationExtract
*/
public function setExtract(Google_Service_Bigquery_JobConfigurationExtract $extract)
{
$this->extract = $extract;
}
/**
* @return Google_Service_Bigquery_JobConfigurationExtract
*/
public function getExtract()
{
return $this->extract;
}
public function setJobTimeoutMs($jobTimeoutMs)
{
$this->jobTimeoutMs = $jobTimeoutMs;
}
public function getJobTimeoutMs()
{
return $this->jobTimeoutMs;
}
public function setLabels($labels)
{
$this->labels = $labels;
@@ -60,18 +81,30 @@ class Google_Service_Bigquery_JobConfiguration extends Google_Model
{
return $this->labels;
}
/**
* @param Google_Service_Bigquery_JobConfigurationLoad
*/
public function setLoad(Google_Service_Bigquery_JobConfigurationLoad $load)
{
$this->load = $load;
}
/**
* @return Google_Service_Bigquery_JobConfigurationLoad
*/
public function getLoad()
{
return $this->load;
}
/**
* @param Google_Service_Bigquery_JobConfigurationQuery
*/
public function setQuery(Google_Service_Bigquery_JobConfigurationQuery $query)
{
$this->query = $query;
}
/**
* @return Google_Service_Bigquery_JobConfigurationQuery
*/
public function getQuery()
{
return $this->query;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -75,10 +75,16 @@ class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection
{
return $this->printHeader;
}
/**
* @param Google_Service_Bigquery_TableReference
*/
public function setSourceTable(Google_Service_Bigquery_TableReference $sourceTable)
{
$this->sourceTable = $sourceTable;
}
/**
* @return Google_Service_Bigquery_TableReference
*/
public function getSourceTable()
{
return $this->sourceTable;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -21,9 +21,15 @@ class Google_Service_Bigquery_JobConfigurationLoad extends Google_Collection
public $allowJaggedRows;
public $allowQuotedNewlines;
public $autodetect;
protected $clusteringType = 'Google_Service_Bigquery_Clustering';
protected $clusteringDataType = '';
public $createDisposition;
protected $destinationEncryptionConfigurationType = 'Google_Service_Bigquery_EncryptionConfiguration';
protected $destinationEncryptionConfigurationDataType = '';
protected $destinationTableType = 'Google_Service_Bigquery_TableReference';
protected $destinationTableDataType = '';
protected $destinationTablePropertiesType = 'Google_Service_Bigquery_DestinationTableProperties';
protected $destinationTablePropertiesDataType = '';
public $encoding;
public $fieldDelimiter;
public $ignoreUnknownValues;
@@ -39,6 +45,8 @@ class Google_Service_Bigquery_JobConfigurationLoad extends Google_Collection
public $skipLeadingRows;
public $sourceFormat;
public $sourceUris;
protected $timePartitioningType = 'Google_Service_Bigquery_TimePartitioning';
protected $timePartitioningDataType = '';
public $writeDisposition;
public function setAllowJaggedRows($allowJaggedRows)
@@ -65,6 +73,20 @@ class Google_Service_Bigquery_JobConfigurationLoad extends Google_Collection
{
return $this->autodetect;
}
/**
* @param Google_Service_Bigquery_Clustering
*/
public function setClustering(Google_Service_Bigquery_Clustering $clustering)
{
$this->clustering = $clustering;
}
/**
* @return Google_Service_Bigquery_Clustering
*/
public function getClustering()
{
return $this->clustering;
}
public function setCreateDisposition($createDisposition)
{
$this->createDisposition = $createDisposition;
@@ -73,14 +95,48 @@ class Google_Service_Bigquery_JobConfigurationLoad extends Google_Collection
{
return $this->createDisposition;
}
/**
* @param Google_Service_Bigquery_EncryptionConfiguration
*/
public function setDestinationEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $destinationEncryptionConfiguration)
{
$this->destinationEncryptionConfiguration = $destinationEncryptionConfiguration;
}
/**
* @return Google_Service_Bigquery_EncryptionConfiguration
*/
public function getDestinationEncryptionConfiguration()
{
return $this->destinationEncryptionConfiguration;
}
/**
* @param Google_Service_Bigquery_TableReference
*/
public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable)
{
$this->destinationTable = $destinationTable;
}
/**
* @return Google_Service_Bigquery_TableReference
*/
public function getDestinationTable()
{
return $this->destinationTable;
}
/**
* @param Google_Service_Bigquery_DestinationTableProperties
*/
public function setDestinationTableProperties(Google_Service_Bigquery_DestinationTableProperties $destinationTableProperties)
{
$this->destinationTableProperties = $destinationTableProperties;
}
/**
* @return Google_Service_Bigquery_DestinationTableProperties
*/
public function getDestinationTableProperties()
{
return $this->destinationTableProperties;
}
public function setEncoding($encoding)
{
$this->encoding = $encoding;
@@ -137,10 +193,16 @@ class Google_Service_Bigquery_JobConfigurationLoad extends Google_Collection
{
return $this->quote;
}
/**
* @param Google_Service_Bigquery_TableSchema
*/
public function setSchema(Google_Service_Bigquery_TableSchema $schema)
{
$this->schema = $schema;
}
/**
* @return Google_Service_Bigquery_TableSchema
*/
public function getSchema()
{
return $this->schema;
@@ -193,6 +255,20 @@ class Google_Service_Bigquery_JobConfigurationLoad extends Google_Collection
{
return $this->sourceUris;
}
/**
* @param Google_Service_Bigquery_TimePartitioning
*/
public function setTimePartitioning(Google_Service_Bigquery_TimePartitioning $timePartitioning)
{
$this->timePartitioning = $timePartitioning;
}
/**
* @return Google_Service_Bigquery_TimePartitioning
*/
public function getTimePartitioning()
{
return $this->timePartitioning;
}
public function setWriteDisposition($writeDisposition)
{
$this->writeDisposition = $writeDisposition;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -19,9 +19,13 @@ class Google_Service_Bigquery_JobConfigurationQuery extends Google_Collection
{
protected $collection_key = 'userDefinedFunctionResources';
public $allowLargeResults;
protected $clusteringType = 'Google_Service_Bigquery_Clustering';
protected $clusteringDataType = '';
public $createDisposition;
protected $defaultDatasetType = 'Google_Service_Bigquery_DatasetReference';
protected $defaultDatasetDataType = '';
protected $destinationEncryptionConfigurationType = 'Google_Service_Bigquery_EncryptionConfiguration';
protected $destinationEncryptionConfigurationDataType = '';
protected $destinationTableType = 'Google_Service_Bigquery_TableReference';
protected $destinationTableDataType = '';
public $flattenResults;
@@ -36,6 +40,8 @@ class Google_Service_Bigquery_JobConfigurationQuery extends Google_Collection
public $schemaUpdateOptions;
protected $tableDefinitionsType = 'Google_Service_Bigquery_ExternalDataConfiguration';
protected $tableDefinitionsDataType = 'map';
protected $timePartitioningType = 'Google_Service_Bigquery_TimePartitioning';
protected $timePartitioningDataType = '';
public $useLegacySql;
public $useQueryCache;
protected $userDefinedFunctionResourcesType = 'Google_Service_Bigquery_UserDefinedFunctionResource';
@@ -50,6 +56,20 @@ class Google_Service_Bigquery_JobConfigurationQuery extends Google_Collection
{
return $this->allowLargeResults;
}
/**
* @param Google_Service_Bigquery_Clustering
*/
public function setClustering(Google_Service_Bigquery_Clustering $clustering)
{
$this->clustering = $clustering;
}
/**
* @return Google_Service_Bigquery_Clustering
*/
public function getClustering()
{
return $this->clustering;
}
public function setCreateDisposition($createDisposition)
{
$this->createDisposition = $createDisposition;
@@ -58,18 +78,44 @@ class Google_Service_Bigquery_JobConfigurationQuery extends Google_Collection
{
return $this->createDisposition;
}
/**
* @param Google_Service_Bigquery_DatasetReference
*/
public function setDefaultDataset(Google_Service_Bigquery_DatasetReference $defaultDataset)
{
$this->defaultDataset = $defaultDataset;
}
/**
* @return Google_Service_Bigquery_DatasetReference
*/
public function getDefaultDataset()
{
return $this->defaultDataset;
}
/**
* @param Google_Service_Bigquery_EncryptionConfiguration
*/
public function setDestinationEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $destinationEncryptionConfiguration)
{
$this->destinationEncryptionConfiguration = $destinationEncryptionConfiguration;
}
/**
* @return Google_Service_Bigquery_EncryptionConfiguration
*/
public function getDestinationEncryptionConfiguration()
{
return $this->destinationEncryptionConfiguration;
}
/**
* @param Google_Service_Bigquery_TableReference
*/
public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable)
{
$this->destinationTable = $destinationTable;
}
/**
* @return Google_Service_Bigquery_TableReference
*/
public function getDestinationTable()
{
return $this->destinationTable;
@@ -130,10 +176,16 @@ class Google_Service_Bigquery_JobConfigurationQuery extends Google_Collection
{
return $this->query;
}
/**
* @param Google_Service_Bigquery_QueryParameter
*/
public function setQueryParameters($queryParameters)
{
$this->queryParameters = $queryParameters;
}
/**
* @return Google_Service_Bigquery_QueryParameter
*/
public function getQueryParameters()
{
return $this->queryParameters;
@@ -146,14 +198,34 @@ class Google_Service_Bigquery_JobConfigurationQuery extends Google_Collection
{
return $this->schemaUpdateOptions;
}
/**
* @param Google_Service_Bigquery_ExternalDataConfiguration
*/
public function setTableDefinitions($tableDefinitions)
{
$this->tableDefinitions = $tableDefinitions;
}
/**
* @return Google_Service_Bigquery_ExternalDataConfiguration
*/
public function getTableDefinitions()
{
return $this->tableDefinitions;
}
/**
* @param Google_Service_Bigquery_TimePartitioning
*/
public function setTimePartitioning(Google_Service_Bigquery_TimePartitioning $timePartitioning)
{
$this->timePartitioning = $timePartitioning;
}
/**
* @return Google_Service_Bigquery_TimePartitioning
*/
public function getTimePartitioning()
{
return $this->timePartitioning;
}
public function setUseLegacySql($useLegacySql)
{
$this->useLegacySql = $useLegacySql;
@@ -170,10 +242,16 @@ class Google_Service_Bigquery_JobConfigurationQuery extends Google_Collection
{
return $this->useQueryCache;
}
/**
* @param Google_Service_Bigquery_UserDefinedFunctionResource
*/
public function setUserDefinedFunctionResources($userDefinedFunctionResources)
{
$this->userDefinedFunctionResources = $userDefinedFunctionResources;
}
/**
* @return Google_Service_Bigquery_UserDefinedFunctionResource
*/
public function getUserDefinedFunctionResources()
{
return $this->userDefinedFunctionResources;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -19,6 +19,8 @@ class Google_Service_Bigquery_JobConfigurationTableCopy extends Google_Collectio
{
protected $collection_key = 'sourceTables';
public $createDisposition;
protected $destinationEncryptionConfigurationType = 'Google_Service_Bigquery_EncryptionConfiguration';
protected $destinationEncryptionConfigurationDataType = '';
protected $destinationTableType = 'Google_Service_Bigquery_TableReference';
protected $destinationTableDataType = '';
protected $sourceTableType = 'Google_Service_Bigquery_TableReference';
@@ -35,26 +37,58 @@ class Google_Service_Bigquery_JobConfigurationTableCopy extends Google_Collectio
{
return $this->createDisposition;
}
/**
* @param Google_Service_Bigquery_EncryptionConfiguration
*/
public function setDestinationEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $destinationEncryptionConfiguration)
{
$this->destinationEncryptionConfiguration = $destinationEncryptionConfiguration;
}
/**
* @return Google_Service_Bigquery_EncryptionConfiguration
*/
public function getDestinationEncryptionConfiguration()
{
return $this->destinationEncryptionConfiguration;
}
/**
* @param Google_Service_Bigquery_TableReference
*/
public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable)
{
$this->destinationTable = $destinationTable;
}
/**
* @return Google_Service_Bigquery_TableReference
*/
public function getDestinationTable()
{
return $this->destinationTable;
}
/**
* @param Google_Service_Bigquery_TableReference
*/
public function setSourceTable(Google_Service_Bigquery_TableReference $sourceTable)
{
$this->sourceTable = $sourceTable;
}
/**
* @return Google_Service_Bigquery_TableReference
*/
public function getSourceTable()
{
return $this->sourceTable;
}
/**
* @param Google_Service_Bigquery_TableReference
*/
public function setSourceTables($sourceTables)
{
$this->sourceTables = $sourceTables;
}
/**
* @return Google_Service_Bigquery_TableReference
*/
public function getSourceTables()
{
return $this->sourceTables;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -32,10 +32,16 @@ class Google_Service_Bigquery_JobList extends Google_Collection
{
return $this->etag;
}
/**
* @param Google_Service_Bigquery_JobListJobs
*/
public function setJobs($jobs)
{
$this->jobs = $jobs;
}
/**
* @return Google_Service_Bigquery_JobListJobs
*/
public function getJobs()
{
return $this->jobs;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -35,18 +35,30 @@ class Google_Service_Bigquery_JobListJobs extends Google_Model
protected $statusDataType = '';
public $userEmail;
/**
* @param Google_Service_Bigquery_JobConfiguration
*/
public function setConfiguration(Google_Service_Bigquery_JobConfiguration $configuration)
{
$this->configuration = $configuration;
}
/**
* @return Google_Service_Bigquery_JobConfiguration
*/
public function getConfiguration()
{
return $this->configuration;
}
/**
* @param Google_Service_Bigquery_ErrorProto
*/
public function setErrorResult(Google_Service_Bigquery_ErrorProto $errorResult)
{
$this->errorResult = $errorResult;
}
/**
* @return Google_Service_Bigquery_ErrorProto
*/
public function getErrorResult()
{
return $this->errorResult;
@@ -59,10 +71,16 @@ class Google_Service_Bigquery_JobListJobs extends Google_Model
{
return $this->id;
}
/**
* @param Google_Service_Bigquery_JobReference
*/
public function setJobReference(Google_Service_Bigquery_JobReference $jobReference)
{
$this->jobReference = $jobReference;
}
/**
* @return Google_Service_Bigquery_JobReference
*/
public function getJobReference()
{
return $this->jobReference;
@@ -83,18 +101,30 @@ class Google_Service_Bigquery_JobListJobs extends Google_Model
{
return $this->state;
}
/**
* @param Google_Service_Bigquery_JobStatistics
*/
public function setStatistics(Google_Service_Bigquery_JobStatistics $statistics)
{
$this->statistics = $statistics;
}
/**
* @return Google_Service_Bigquery_JobStatistics
*/
public function getStatistics()
{
return $this->statistics;
}
/**
* @param Google_Service_Bigquery_JobStatus
*/
public function setStatus(Google_Service_Bigquery_JobStatus $status)
{
$this->status = $status;
}
/**
* @return Google_Service_Bigquery_JobStatus
*/
public function getStatus()
{
return $this->status;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -18,6 +18,7 @@
class Google_Service_Bigquery_JobReference extends Google_Model
{
public $jobId;
public $location;
public $projectId;
public function setJobId($jobId)
@@ -28,6 +29,14 @@ class Google_Service_Bigquery_JobReference extends Google_Model
{
return $this->jobId;
}
public function setLocation($location)
{
$this->location = $location;
}
public function getLocation()
{
return $this->location;
}
public function setProjectId($projectId)
{
$this->projectId = $projectId;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -17,6 +17,7 @@
class Google_Service_Bigquery_JobStatistics extends Google_Model
{
public $completionRatio;
public $creationTime;
public $endTime;
protected $extractType = 'Google_Service_Bigquery_JobStatistics4';
@@ -28,6 +29,14 @@ class Google_Service_Bigquery_JobStatistics extends Google_Model
public $startTime;
public $totalBytesProcessed;
public function setCompletionRatio($completionRatio)
{
$this->completionRatio = $completionRatio;
}
public function getCompletionRatio()
{
return $this->completionRatio;
}
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
@@ -44,26 +53,44 @@ class Google_Service_Bigquery_JobStatistics extends Google_Model
{
return $this->endTime;
}
/**
* @param Google_Service_Bigquery_JobStatistics4
*/
public function setExtract(Google_Service_Bigquery_JobStatistics4 $extract)
{
$this->extract = $extract;
}
/**
* @return Google_Service_Bigquery_JobStatistics4
*/
public function getExtract()
{
return $this->extract;
}
/**
* @param Google_Service_Bigquery_JobStatistics3
*/
public function setLoad(Google_Service_Bigquery_JobStatistics3 $load)
{
$this->load = $load;
}
/**
* @return Google_Service_Bigquery_JobStatistics3
*/
public function getLoad()
{
return $this->load;
}
/**
* @param Google_Service_Bigquery_JobStatistics2
*/
public function setQuery(Google_Service_Bigquery_JobStatistics2 $query)
{
$this->query = $query;
}
/**
* @return Google_Service_Bigquery_JobStatistics2
*/
public function getQuery()
{
return $this->query;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -20,6 +20,10 @@ class Google_Service_Bigquery_JobStatistics2 extends Google_Collection
protected $collection_key = 'undeclaredQueryParameters';
public $billingTier;
public $cacheHit;
public $ddlOperationPerformed;
protected $ddlTargetTableType = 'Google_Service_Bigquery_TableReference';
protected $ddlTargetTableDataType = '';
public $estimatedBytesProcessed;
public $numDmlAffectedRows;
protected $queryPlanType = 'Google_Service_Bigquery_ExplainQueryStage';
protected $queryPlanDataType = 'array';
@@ -28,8 +32,12 @@ class Google_Service_Bigquery_JobStatistics2 extends Google_Collection
protected $schemaType = 'Google_Service_Bigquery_TableSchema';
protected $schemaDataType = '';
public $statementType;
protected $timelineType = 'Google_Service_Bigquery_QueryTimelineSample';
protected $timelineDataType = 'array';
public $totalBytesBilled;
public $totalBytesProcessed;
public $totalPartitionsProcessed;
public $totalSlotMs;
protected $undeclaredQueryParametersType = 'Google_Service_Bigquery_QueryParameter';
protected $undeclaredQueryParametersDataType = 'array';
@@ -49,6 +57,36 @@ class Google_Service_Bigquery_JobStatistics2 extends Google_Collection
{
return $this->cacheHit;
}
public function setDdlOperationPerformed($ddlOperationPerformed)
{
$this->ddlOperationPerformed = $ddlOperationPerformed;
}
public function getDdlOperationPerformed()
{
return $this->ddlOperationPerformed;
}
/**
* @param Google_Service_Bigquery_TableReference
*/
public function setDdlTargetTable(Google_Service_Bigquery_TableReference $ddlTargetTable)
{
$this->ddlTargetTable = $ddlTargetTable;
}
/**
* @return Google_Service_Bigquery_TableReference
*/
public function getDdlTargetTable()
{
return $this->ddlTargetTable;
}
public function setEstimatedBytesProcessed($estimatedBytesProcessed)
{
$this->estimatedBytesProcessed = $estimatedBytesProcessed;
}
public function getEstimatedBytesProcessed()
{
return $this->estimatedBytesProcessed;
}
public function setNumDmlAffectedRows($numDmlAffectedRows)
{
$this->numDmlAffectedRows = $numDmlAffectedRows;
@@ -57,26 +95,44 @@ class Google_Service_Bigquery_JobStatistics2 extends Google_Collection
{
return $this->numDmlAffectedRows;
}
/**
* @param Google_Service_Bigquery_ExplainQueryStage
*/
public function setQueryPlan($queryPlan)
{
$this->queryPlan = $queryPlan;
}
/**
* @return Google_Service_Bigquery_ExplainQueryStage
*/
public function getQueryPlan()
{
return $this->queryPlan;
}
/**
* @param Google_Service_Bigquery_TableReference
*/
public function setReferencedTables($referencedTables)
{
$this->referencedTables = $referencedTables;
}
/**
* @return Google_Service_Bigquery_TableReference
*/
public function getReferencedTables()
{
return $this->referencedTables;
}
/**
* @param Google_Service_Bigquery_TableSchema
*/
public function setSchema(Google_Service_Bigquery_TableSchema $schema)
{
$this->schema = $schema;
}
/**
* @return Google_Service_Bigquery_TableSchema
*/
public function getSchema()
{
return $this->schema;
@@ -89,6 +145,20 @@ class Google_Service_Bigquery_JobStatistics2 extends Google_Collection
{
return $this->statementType;
}
/**
* @param Google_Service_Bigquery_QueryTimelineSample
*/
public function setTimeline($timeline)
{
$this->timeline = $timeline;
}
/**
* @return Google_Service_Bigquery_QueryTimelineSample
*/
public function getTimeline()
{
return $this->timeline;
}
public function setTotalBytesBilled($totalBytesBilled)
{
$this->totalBytesBilled = $totalBytesBilled;
@@ -105,10 +175,32 @@ class Google_Service_Bigquery_JobStatistics2 extends Google_Collection
{
return $this->totalBytesProcessed;
}
public function setTotalPartitionsProcessed($totalPartitionsProcessed)
{
$this->totalPartitionsProcessed = $totalPartitionsProcessed;
}
public function getTotalPartitionsProcessed()
{
return $this->totalPartitionsProcessed;
}
public function setTotalSlotMs($totalSlotMs)
{
$this->totalSlotMs = $totalSlotMs;
}
public function getTotalSlotMs()
{
return $this->totalSlotMs;
}
/**
* @param Google_Service_Bigquery_QueryParameter
*/
public function setUndeclaredQueryParameters($undeclaredQueryParameters)
{
$this->undeclaredQueryParameters = $undeclaredQueryParameters;
}
/**
* @return Google_Service_Bigquery_QueryParameter
*/
public function getUndeclaredQueryParameters()
{
return $this->undeclaredQueryParameters;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -17,11 +17,20 @@
class Google_Service_Bigquery_JobStatistics3 extends Google_Model
{
public $badRecords;
public $inputFileBytes;
public $inputFiles;
public $outputBytes;
public $outputRows;
public function setBadRecords($badRecords)
{
$this->badRecords = $badRecords;
}
public function getBadRecords()
{
return $this->badRecords;
}
public function setInputFileBytes($inputFileBytes)
{
$this->inputFileBytes = $inputFileBytes;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -24,18 +24,30 @@ class Google_Service_Bigquery_JobStatus extends Google_Collection
protected $errorsDataType = 'array';
public $state;
/**
* @param Google_Service_Bigquery_ErrorProto
*/
public function setErrorResult(Google_Service_Bigquery_ErrorProto $errorResult)
{
$this->errorResult = $errorResult;
}
/**
* @return Google_Service_Bigquery_ErrorProto
*/
public function getErrorResult()
{
return $this->errorResult;
}
/**
* @param Google_Service_Bigquery_ErrorProto
*/
public function setErrors($errors)
{
$this->errors = $errors;
}
/**
* @return Google_Service_Bigquery_ErrorProto
*/
public function getErrors()
{
return $this->errors;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -49,10 +49,16 @@ class Google_Service_Bigquery_ProjectList extends Google_Collection
{
return $this->nextPageToken;
}
/**
* @param Google_Service_Bigquery_ProjectListProjects
*/
public function setProjects($projects)
{
$this->projects = $projects;
}
/**
* @return Google_Service_Bigquery_ProjectListProjects
*/
public function getProjects()
{
return $this->projects;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -56,10 +56,16 @@ class Google_Service_Bigquery_ProjectListProjects extends Google_Model
{
return $this->numericId;
}
/**
* @param Google_Service_Bigquery_ProjectReference
*/
public function setProjectReference(Google_Service_Bigquery_ProjectReference $projectReference)
{
$this->projectReference = $projectReference;
}
/**
* @return Google_Service_Bigquery_ProjectReference
*/
public function getProjectReference()
{
return $this->projectReference;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -31,18 +31,30 @@ class Google_Service_Bigquery_QueryParameter extends Google_Model
{
return $this->name;
}
/**
* @param Google_Service_Bigquery_QueryParameterType
*/
public function setParameterType(Google_Service_Bigquery_QueryParameterType $parameterType)
{
$this->parameterType = $parameterType;
}
/**
* @return Google_Service_Bigquery_QueryParameterType
*/
public function getParameterType()
{
return $this->parameterType;
}
/**
* @param Google_Service_Bigquery_QueryParameterValue
*/
public function setParameterValue(Google_Service_Bigquery_QueryParameterValue $parameterValue)
{
$this->parameterValue = $parameterValue;
}
/**
* @return Google_Service_Bigquery_QueryParameterValue
*/
public function getParameterValue()
{
return $this->parameterValue;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -24,18 +24,30 @@ class Google_Service_Bigquery_QueryParameterType extends Google_Collection
protected $structTypesDataType = 'array';
public $type;
/**
* @param Google_Service_Bigquery_QueryParameterType
*/
public function setArrayType(Google_Service_Bigquery_QueryParameterType $arrayType)
{
$this->arrayType = $arrayType;
}
/**
* @return Google_Service_Bigquery_QueryParameterType
*/
public function getArrayType()
{
return $this->arrayType;
}
/**
* @param Google_Service_Bigquery_QueryParameterTypeStructTypes
*/
public function setStructTypes($structTypes)
{
$this->structTypes = $structTypes;
}
/**
* @return Google_Service_Bigquery_QueryParameterTypeStructTypes
*/
public function getStructTypes()
{
return $this->structTypes;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -38,10 +38,16 @@ class Google_Service_Bigquery_QueryParameterTypeStructTypes extends Google_Model
{
return $this->name;
}
/**
* @param Google_Service_Bigquery_QueryParameterType
*/
public function setType(Google_Service_Bigquery_QueryParameterType $type)
{
$this->type = $type;
}
/**
* @return Google_Service_Bigquery_QueryParameterType
*/
public function getType()
{
return $this->type;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -24,18 +24,30 @@ class Google_Service_Bigquery_QueryParameterValue extends Google_Collection
protected $structValuesDataType = 'map';
public $value;
/**
* @param Google_Service_Bigquery_QueryParameterValue
*/
public function setArrayValues($arrayValues)
{
$this->arrayValues = $arrayValues;
}
/**
* @return Google_Service_Bigquery_QueryParameterValue
*/
public function getArrayValues()
{
return $this->arrayValues;
}
/**
* @param Google_Service_Bigquery_QueryParameterValue
*/
public function setStructValues($structValues)
{
$this->structValues = $structValues;
}
/**
* @return Google_Service_Bigquery_QueryParameterValue
*/
public function getStructValues()
{
return $this->structValues;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -22,6 +22,7 @@ class Google_Service_Bigquery_QueryRequest extends Google_Collection
protected $defaultDatasetDataType = '';
public $dryRun;
public $kind;
public $location;
public $maxResults;
public $parameterMode;
public $preserveNulls;
@@ -32,10 +33,16 @@ class Google_Service_Bigquery_QueryRequest extends Google_Collection
public $useLegacySql;
public $useQueryCache;
/**
* @param Google_Service_Bigquery_DatasetReference
*/
public function setDefaultDataset(Google_Service_Bigquery_DatasetReference $defaultDataset)
{
$this->defaultDataset = $defaultDataset;
}
/**
* @return Google_Service_Bigquery_DatasetReference
*/
public function getDefaultDataset()
{
return $this->defaultDataset;
@@ -56,6 +63,14 @@ class Google_Service_Bigquery_QueryRequest extends Google_Collection
{
return $this->kind;
}
public function setLocation($location)
{
$this->location = $location;
}
public function getLocation()
{
return $this->location;
}
public function setMaxResults($maxResults)
{
$this->maxResults = $maxResults;
@@ -88,10 +103,16 @@ class Google_Service_Bigquery_QueryRequest extends Google_Collection
{
return $this->query;
}
/**
* @param Google_Service_Bigquery_QueryParameter
*/
public function setQueryParameters($queryParameters)
{
$this->queryParameters = $queryParameters;
}
/**
* @return Google_Service_Bigquery_QueryParameter
*/
public function getQueryParameters()
{
return $this->queryParameters;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -42,10 +42,16 @@ class Google_Service_Bigquery_QueryResponse extends Google_Collection
{
return $this->cacheHit;
}
/**
* @param Google_Service_Bigquery_ErrorProto
*/
public function setErrors($errors)
{
$this->errors = $errors;
}
/**
* @return Google_Service_Bigquery_ErrorProto
*/
public function getErrors()
{
return $this->errors;
@@ -58,10 +64,16 @@ class Google_Service_Bigquery_QueryResponse extends Google_Collection
{
return $this->jobComplete;
}
/**
* @param Google_Service_Bigquery_JobReference
*/
public function setJobReference(Google_Service_Bigquery_JobReference $jobReference)
{
$this->jobReference = $jobReference;
}
/**
* @return Google_Service_Bigquery_JobReference
*/
public function getJobReference()
{
return $this->jobReference;
@@ -90,18 +102,30 @@ class Google_Service_Bigquery_QueryResponse extends Google_Collection
{
return $this->pageToken;
}
/**
* @param Google_Service_Bigquery_TableRow
*/
public function setRows($rows)
{
$this->rows = $rows;
}
/**
* @return Google_Service_Bigquery_TableRow
*/
public function getRows()
{
return $this->rows;
}
/**
* @param Google_Service_Bigquery_TableSchema
*/
public function setSchema(Google_Service_Bigquery_TableSchema $schema)
{
$this->schema = $schema;
}
/**
* @return Google_Service_Bigquery_TableSchema
*/
public function getSchema()
{
return $this->schema;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -33,6 +33,9 @@ class Google_Service_Bigquery_Resource_Jobs extends Google_Service_Resource
* @param string $projectId [Required] Project ID of the job to cancel
* @param string $jobId [Required] Job ID of the job to cancel
* @param array $optParams Optional parameters.
*
* @opt_param string location [Experimental] The geographic location of the job.
* Required except for US and EU.
* @return Google_Service_Bigquery_JobCancelResponse
*/
public function cancel($projectId, $jobId, $optParams = array())
@@ -49,6 +52,9 @@ class Google_Service_Bigquery_Resource_Jobs extends Google_Service_Resource
* @param string $projectId [Required] Project ID of the requested job
* @param string $jobId [Required] Job ID of the requested job
* @param array $optParams Optional parameters.
*
* @opt_param string location [Experimental] The geographic location of the job.
* Required except for US and EU.
* @return Google_Service_Bigquery_Job
*/
public function get($projectId, $jobId, $optParams = array())
@@ -64,6 +70,8 @@ class Google_Service_Bigquery_Resource_Jobs extends Google_Service_Resource
* @param string $jobId [Required] Job ID of the query job
* @param array $optParams Optional parameters.
*
* @opt_param string location [Experimental] The geographic location where the
* job should run. Required except for US and EU.
* @opt_param string maxResults Maximum number of results to read
* @opt_param string pageToken Page token, returned by a previous call, to
* request the next page of results
@@ -108,7 +116,13 @@ class Google_Service_Bigquery_Resource_Jobs extends Google_Service_Resource
*
* @opt_param bool allUsers Whether to display jobs owned by all users in the
* project. Default false
* @opt_param string maxCreationTime Max value for job creation time, in
* milliseconds since the POSIX epoch. If set, only jobs created before or at
* this timestamp are returned
* @opt_param string maxResults Maximum number of results to return
* @opt_param string minCreationTime Min value for job creation time, in
* milliseconds since the POSIX epoch. If set, only jobs created after or at
* this timestamp are returned
* @opt_param string pageToken Page token, returned by a previous call, to
* request the next page of results
* @opt_param string projection Restrict information returned to a set of

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -25,6 +25,21 @@
*/
class Google_Service_Bigquery_Resource_Projects extends Google_Service_Resource
{
/**
* Returns the email address of the service account for your project used for
* interactions with Google Cloud KMS. (projects.getServiceAccount)
*
* @param string $projectId Project ID for which the service account is
* requested.
* @param array $optParams Optional parameters.
* @return Google_Service_Bigquery_GetServiceAccountResponse
*/
public function getServiceAccount($projectId, $optParams = array())
{
$params = array('projectId' => $projectId);
$params = array_merge($params, $optParams);
return $this->call('getServiceAccount', array($params), "Google_Service_Bigquery_GetServiceAccountResponse");
}
/**
* Lists all projects to which you have been granted any project role.
* (projects.listProjects)

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -54,6 +54,8 @@ class Google_Service_Bigquery_Resource_Tabledata extends Google_Service_Resource
* @opt_param string maxResults Maximum number of results to return
* @opt_param string pageToken Page token, returned by a previous call,
* identifying the result set
* @opt_param string selectedFields List of fields to return (comma-separated).
* If unspecified, all fields are returned
* @opt_param string startIndex Zero-based index of the starting row to read
* @return Google_Service_Bigquery_TableDataList
*/

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -49,6 +49,9 @@ class Google_Service_Bigquery_Resource_Tables extends Google_Service_Resource
* @param string $datasetId Dataset ID of the requested table
* @param string $tableId Table ID of the requested table
* @param array $optParams Optional parameters.
*
* @opt_param string selectedFields List of fields to return (comma-separated).
* If unspecified, all fields are returned
* @return Google_Service_Bigquery_Table
*/
public function get($projectId, $datasetId, $tableId, $optParams = array())

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -17,8 +17,12 @@
class Google_Service_Bigquery_Table extends Google_Model
{
protected $clusteringType = 'Google_Service_Bigquery_Clustering';
protected $clusteringDataType = '';
public $creationTime;
public $description;
protected $encryptionConfigurationType = 'Google_Service_Bigquery_EncryptionConfiguration';
protected $encryptionConfigurationDataType = '';
public $etag;
public $expirationTime;
protected $externalDataConfigurationType = 'Google_Service_Bigquery_ExternalDataConfiguration';
@@ -45,6 +49,20 @@ class Google_Service_Bigquery_Table extends Google_Model
protected $viewType = 'Google_Service_Bigquery_ViewDefinition';
protected $viewDataType = '';
/**
* @param Google_Service_Bigquery_Clustering
*/
public function setClustering(Google_Service_Bigquery_Clustering $clustering)
{
$this->clustering = $clustering;
}
/**
* @return Google_Service_Bigquery_Clustering
*/
public function getClustering()
{
return $this->clustering;
}
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
@@ -61,6 +79,20 @@ class Google_Service_Bigquery_Table extends Google_Model
{
return $this->description;
}
/**
* @param Google_Service_Bigquery_EncryptionConfiguration
*/
public function setEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $encryptionConfiguration)
{
$this->encryptionConfiguration = $encryptionConfiguration;
}
/**
* @return Google_Service_Bigquery_EncryptionConfiguration
*/
public function getEncryptionConfiguration()
{
return $this->encryptionConfiguration;
}
public function setEtag($etag)
{
$this->etag = $etag;
@@ -77,10 +109,16 @@ class Google_Service_Bigquery_Table extends Google_Model
{
return $this->expirationTime;
}
/**
* @param Google_Service_Bigquery_ExternalDataConfiguration
*/
public function setExternalDataConfiguration(Google_Service_Bigquery_ExternalDataConfiguration $externalDataConfiguration)
{
$this->externalDataConfiguration = $externalDataConfiguration;
}
/**
* @return Google_Service_Bigquery_ExternalDataConfiguration
*/
public function getExternalDataConfiguration()
{
return $this->externalDataConfiguration;
@@ -157,10 +195,16 @@ class Google_Service_Bigquery_Table extends Google_Model
{
return $this->numRows;
}
/**
* @param Google_Service_Bigquery_TableSchema
*/
public function setSchema(Google_Service_Bigquery_TableSchema $schema)
{
$this->schema = $schema;
}
/**
* @return Google_Service_Bigquery_TableSchema
*/
public function getSchema()
{
return $this->schema;
@@ -173,26 +217,44 @@ class Google_Service_Bigquery_Table extends Google_Model
{
return $this->selfLink;
}
/**
* @param Google_Service_Bigquery_Streamingbuffer
*/
public function setStreamingBuffer(Google_Service_Bigquery_Streamingbuffer $streamingBuffer)
{
$this->streamingBuffer = $streamingBuffer;
}
/**
* @return Google_Service_Bigquery_Streamingbuffer
*/
public function getStreamingBuffer()
{
return $this->streamingBuffer;
}
/**
* @param Google_Service_Bigquery_TableReference
*/
public function setTableReference(Google_Service_Bigquery_TableReference $tableReference)
{
$this->tableReference = $tableReference;
}
/**
* @return Google_Service_Bigquery_TableReference
*/
public function getTableReference()
{
return $this->tableReference;
}
/**
* @param Google_Service_Bigquery_TimePartitioning
*/
public function setTimePartitioning(Google_Service_Bigquery_TimePartitioning $timePartitioning)
{
$this->timePartitioning = $timePartitioning;
}
/**
* @return Google_Service_Bigquery_TimePartitioning
*/
public function getTimePartitioning()
{
return $this->timePartitioning;
@@ -205,10 +267,16 @@ class Google_Service_Bigquery_Table extends Google_Model
{
return $this->type;
}
/**
* @param Google_Service_Bigquery_ViewDefinition
*/
public function setView(Google_Service_Bigquery_ViewDefinition $view)
{
$this->view = $view;
}
/**
* @return Google_Service_Bigquery_ViewDefinition
*/
public function getView()
{
return $this->view;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -41,10 +41,16 @@ class Google_Service_Bigquery_TableDataInsertAllRequest extends Google_Collectio
{
return $this->kind;
}
/**
* @param Google_Service_Bigquery_TableDataInsertAllRequestRows
*/
public function setRows($rows)
{
$this->rows = $rows;
}
/**
* @return Google_Service_Bigquery_TableDataInsertAllRequestRows
*/
public function getRows()
{
return $this->rows;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -22,10 +22,16 @@ class Google_Service_Bigquery_TableDataInsertAllResponse extends Google_Collecti
protected $insertErrorsDataType = 'array';
public $kind;
/**
* @param Google_Service_Bigquery_TableDataInsertAllResponseInsertErrors
*/
public function setInsertErrors($insertErrors)
{
$this->insertErrors = $insertErrors;
}
/**
* @return Google_Service_Bigquery_TableDataInsertAllResponseInsertErrors
*/
public function getInsertErrors()
{
return $this->insertErrors;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -22,10 +22,16 @@ class Google_Service_Bigquery_TableDataInsertAllResponseInsertErrors extends Goo
protected $errorsDataType = 'array';
public $index;
/**
* @param Google_Service_Bigquery_ErrorProto
*/
public function setErrors($errors)
{
$this->errors = $errors;
}
/**
* @return Google_Service_Bigquery_ErrorProto
*/
public function getErrors()
{
return $this->errors;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -49,10 +49,16 @@ class Google_Service_Bigquery_TableDataList extends Google_Collection
{
return $this->pageToken;
}
/**
* @param Google_Service_Bigquery_TableRow
*/
public function setRows($rows)
{
$this->rows = $rows;
}
/**
* @return Google_Service_Bigquery_TableRow
*/
public function getRows()
{
return $this->rows;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -33,10 +33,16 @@ class Google_Service_Bigquery_TableFieldSchema extends Google_Collection
{
return $this->description;
}
/**
* @param Google_Service_Bigquery_TableFieldSchema
*/
public function setFields($fields)
{
$this->fields = $fields;
}
/**
* @return Google_Service_Bigquery_TableFieldSchema
*/
public function getFields()
{
return $this->fields;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -49,10 +49,16 @@ class Google_Service_Bigquery_TableList extends Google_Collection
{
return $this->nextPageToken;
}
/**
* @param Google_Service_Bigquery_TableListTables
*/
public function setTables($tables)
{
$this->tables = $tables;
}
/**
* @return Google_Service_Bigquery_TableListTables
*/
public function getTables()
{
return $this->tables;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -17,16 +17,52 @@
class Google_Service_Bigquery_TableListTables extends Google_Model
{
protected $clusteringType = 'Google_Service_Bigquery_Clustering';
protected $clusteringDataType = '';
public $creationTime;
public $expirationTime;
public $friendlyName;
public $id;
public $kind;
public $labels;
protected $tableReferenceType = 'Google_Service_Bigquery_TableReference';
protected $tableReferenceDataType = '';
protected $timePartitioningType = 'Google_Service_Bigquery_TimePartitioning';
protected $timePartitioningDataType = '';
public $type;
protected $viewType = 'Google_Service_Bigquery_TableListTablesView';
protected $viewDataType = '';
/**
* @param Google_Service_Bigquery_Clustering
*/
public function setClustering(Google_Service_Bigquery_Clustering $clustering)
{
$this->clustering = $clustering;
}
/**
* @return Google_Service_Bigquery_Clustering
*/
public function getClustering()
{
return $this->clustering;
}
public function setCreationTime($creationTime)
{
$this->creationTime = $creationTime;
}
public function getCreationTime()
{
return $this->creationTime;
}
public function setExpirationTime($expirationTime)
{
$this->expirationTime = $expirationTime;
}
public function getExpirationTime()
{
return $this->expirationTime;
}
public function setFriendlyName($friendlyName)
{
$this->friendlyName = $friendlyName;
@@ -59,14 +95,34 @@ class Google_Service_Bigquery_TableListTables extends Google_Model
{
return $this->labels;
}
/**
* @param Google_Service_Bigquery_TableReference
*/
public function setTableReference(Google_Service_Bigquery_TableReference $tableReference)
{
$this->tableReference = $tableReference;
}
/**
* @return Google_Service_Bigquery_TableReference
*/
public function getTableReference()
{
return $this->tableReference;
}
/**
* @param Google_Service_Bigquery_TimePartitioning
*/
public function setTimePartitioning(Google_Service_Bigquery_TimePartitioning $timePartitioning)
{
$this->timePartitioning = $timePartitioning;
}
/**
* @return Google_Service_Bigquery_TimePartitioning
*/
public function getTimePartitioning()
{
return $this->timePartitioning;
}
public function setType($type)
{
$this->type = $type;
@@ -75,10 +131,16 @@ class Google_Service_Bigquery_TableListTables extends Google_Model
{
return $this->type;
}
/**
* @param Google_Service_Bigquery_TableListTablesView
*/
public function setView(Google_Service_Bigquery_TableListTablesView $view)
{
$this->view = $view;
}
/**
* @return Google_Service_Bigquery_TableListTablesView
*/
public function getView()
{
return $this->view;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -21,10 +21,16 @@ class Google_Service_Bigquery_TableRow extends Google_Collection
protected $fType = 'Google_Service_Bigquery_TableCell';
protected $fDataType = 'array';
/**
* @param Google_Service_Bigquery_TableCell
*/
public function setF($f)
{
$this->f = $f;
}
/**
* @return Google_Service_Bigquery_TableCell
*/
public function getF()
{
return $this->f;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -21,10 +21,16 @@ class Google_Service_Bigquery_TableSchema extends Google_Collection
protected $fieldsType = 'Google_Service_Bigquery_TableFieldSchema';
protected $fieldsDataType = 'array';
/**
* @param Google_Service_Bigquery_TableFieldSchema
*/
public function setFields($fields)
{
$this->fields = $fields;
}
/**
* @return Google_Service_Bigquery_TableFieldSchema
*/
public function getFields()
{
return $this->fields;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -18,6 +18,8 @@
class Google_Service_Bigquery_TimePartitioning extends Google_Model
{
public $expirationMs;
public $field;
public $requirePartitionFilter;
public $type;
public function setExpirationMs($expirationMs)
@@ -28,6 +30,22 @@ class Google_Service_Bigquery_TimePartitioning extends Google_Model
{
return $this->expirationMs;
}
public function setField($field)
{
$this->field = $field;
}
public function getField()
{
return $this->field;
}
public function setRequirePartitionFilter($requirePartitionFilter)
{
$this->requirePartitionFilter = $requirePartitionFilter;
}
public function getRequirePartitionFilter()
{
return $this->requirePartitionFilter;
}
public function setType($type)
{
$this->type = $type;

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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

View File

@@ -1,6 +1,6 @@
<?php
/*
* Copyright 2016 Google Inc.
* Copyright 2014 Google Inc.
*
* 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
@@ -39,10 +39,16 @@ class Google_Service_Bigquery_ViewDefinition extends Google_Collection
{
return $this->useLegacySql;
}
/**
* @param Google_Service_Bigquery_UserDefinedFunctionResource
*/
public function setUserDefinedFunctionResources($userDefinedFunctionResources)
{
$this->userDefinedFunctionResources = $userDefinedFunctionResources;
}
/**
* @return Google_Service_Bigquery_UserDefinedFunctionResource
*/
public function getUserDefinedFunctionResources()
{
return $this->userDefinedFunctionResources;