File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff 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-
27072688class 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+
27422742class Google_Service_SQLAdmin_OperationsListResponse extends Google_Collection
27432743{
27442744 protected $ collection_key = 'items ' ;
You can’t perform that action at this time.
0 commit comments