Skip to content

Commit e22e43a

Browse files
committed
Updated SQLAdmin.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 19f76bc commit e22e43a

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

src/Google/Service/SQLAdmin.php

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2685,25 +2685,6 @@ public function getUser()
26852685
}
26862686
}
26872687

2688-
class Google_Service_SQLAdmin_OperationError extends Google_Collection
2689-
{
2690-
protected $collection_key = 'errors';
2691-
protected $internal_gapi_mappings = array(
2692-
);
2693-
protected $errorsType = 'Google_Service_SQLAdmin_OperationError';
2694-
protected $errorsDataType = 'array';
2695-
2696-
2697-
public function setErrors($errors)
2698-
{
2699-
$this->errors = $errors;
2700-
}
2701-
public function getErrors()
2702-
{
2703-
return $this->errors;
2704-
}
2705-
}
2706-
27072688
class Google_Service_SQLAdmin_OperationError extends Google_Model
27082689
{
27092690
protected $internal_gapi_mappings = array(
@@ -2739,6 +2720,25 @@ public function getMessage()
27392720
}
27402721
}
27412722

2723+
class Google_Service_SQLAdmin_OperationError extends Google_Collection
2724+
{
2725+
protected $collection_key = 'errors';
2726+
protected $internal_gapi_mappings = array(
2727+
);
2728+
protected $errorsType = 'Google_Service_SQLAdmin_OperationError';
2729+
protected $errorsDataType = 'array';
2730+
2731+
2732+
public function setErrors($errors)
2733+
{
2734+
$this->errors = $errors;
2735+
}
2736+
public function getErrors()
2737+
{
2738+
return $this->errors;
2739+
}
2740+
}
2741+
27422742
class Google_Service_SQLAdmin_OperationsListResponse extends Google_Collection
27432743
{
27442744
protected $collection_key = 'items';

0 commit comments

Comments
 (0)