/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Area120Tables
NameSizeModeActions
Resource/-0755rm
Area120tablesEmpty.php6770644editdlrm
BatchCreateRowsRequest.php11420644editdlrm
BatchCreateRowsResponse.php10680644editdlrm
BatchDeleteRowsRequest.php8750644editdlrm
BatchUpdateRowsRequest.php11420644editdlrm
BatchUpdateRowsResponse.php10680644editdlrm
ColumnDescription.php25720644editdlrm
CreateRowRequest.php13320644editdlrm
LabeledItem.php9410644editdlrm
ListRowsResponse.php12660644editdlrm
ListTablesResponse.php12920644editdlrm
ListWorkspacesResponse.php13440644editdlrm
LookupDetails.php11670644editdlrm
RelationshipDetails.php8700644editdlrm
Row.php13290644editdlrm
Table.php18200644editdlrm
UpdateRowRequest.php13600644editdlrm
Workspace.php17790644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Area120Tables/Table.php (1820B)
columns = $columns; } /** * @return Google_Service_Area120Tables_ColumnDescription[] */ public function getColumns() { return $this->columns; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } }