Skip to content

Commit 0db5622

Browse files
committed
Updated Bigquery.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent 71b2cbe commit 0db5622

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/Google/Service/Bigquery.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,6 +1083,8 @@ class Google_Service_Bigquery_DatasetAccess extends Google_Model
10831083
public $role;
10841084
public $specialGroup;
10851085
public $userByEmail;
1086+
protected $viewType = 'Google_Service_Bigquery_TableReference';
1087+
protected $viewDataType = '';
10861088

10871089
public function setDomain($domain)
10881090
{
@@ -1133,6 +1135,16 @@ public function getUserByEmail()
11331135
{
11341136
return $this->userByEmail;
11351137
}
1138+
1139+
public function setView(Google_Service_Bigquery_TableReference $view)
1140+
{
1141+
$this->view = $view;
1142+
}
1143+
1144+
public function getView()
1145+
{
1146+
return $this->view;
1147+
}
11361148
}
11371149

11381150
class Google_Service_Bigquery_DatasetList extends Google_Collection

0 commit comments

Comments
 (0)