1 | <?php
|
---|
2 | /*
|
---|
3 | * Copyright 2014 Google Inc.
|
---|
4 | *
|
---|
5 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
---|
6 | * use this file except in compliance with the License. You may obtain a copy of
|
---|
7 | * the License at
|
---|
8 | *
|
---|
9 | * http://www.apache.org/licenses/LICENSE-2.0
|
---|
10 | *
|
---|
11 | * Unless required by applicable law or agreed to in writing, software
|
---|
12 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
---|
13 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
---|
14 | * License for the specific language governing permissions and limitations under
|
---|
15 | * the License.
|
---|
16 | */
|
---|
17 |
|
---|
18 | namespace Google\Service\Sheets;
|
---|
19 |
|
---|
20 | class Response extends \Google\Model
|
---|
21 | {
|
---|
22 | protected $addBandingType = AddBandingResponse::class;
|
---|
23 | protected $addBandingDataType = '';
|
---|
24 | protected $addChartType = AddChartResponse::class;
|
---|
25 | protected $addChartDataType = '';
|
---|
26 | protected $addDataSourceType = AddDataSourceResponse::class;
|
---|
27 | protected $addDataSourceDataType = '';
|
---|
28 | protected $addDimensionGroupType = AddDimensionGroupResponse::class;
|
---|
29 | protected $addDimensionGroupDataType = '';
|
---|
30 | protected $addFilterViewType = AddFilterViewResponse::class;
|
---|
31 | protected $addFilterViewDataType = '';
|
---|
32 | protected $addNamedRangeType = AddNamedRangeResponse::class;
|
---|
33 | protected $addNamedRangeDataType = '';
|
---|
34 | protected $addProtectedRangeType = AddProtectedRangeResponse::class;
|
---|
35 | protected $addProtectedRangeDataType = '';
|
---|
36 | protected $addSheetType = AddSheetResponse::class;
|
---|
37 | protected $addSheetDataType = '';
|
---|
38 | protected $addSlicerType = AddSlicerResponse::class;
|
---|
39 | protected $addSlicerDataType = '';
|
---|
40 | protected $cancelDataSourceRefreshType = CancelDataSourceRefreshResponse::class;
|
---|
41 | protected $cancelDataSourceRefreshDataType = '';
|
---|
42 | protected $createDeveloperMetadataType = CreateDeveloperMetadataResponse::class;
|
---|
43 | protected $createDeveloperMetadataDataType = '';
|
---|
44 | protected $deleteConditionalFormatRuleType = DeleteConditionalFormatRuleResponse::class;
|
---|
45 | protected $deleteConditionalFormatRuleDataType = '';
|
---|
46 | protected $deleteDeveloperMetadataType = DeleteDeveloperMetadataResponse::class;
|
---|
47 | protected $deleteDeveloperMetadataDataType = '';
|
---|
48 | protected $deleteDimensionGroupType = DeleteDimensionGroupResponse::class;
|
---|
49 | protected $deleteDimensionGroupDataType = '';
|
---|
50 | protected $deleteDuplicatesType = DeleteDuplicatesResponse::class;
|
---|
51 | protected $deleteDuplicatesDataType = '';
|
---|
52 | protected $duplicateFilterViewType = DuplicateFilterViewResponse::class;
|
---|
53 | protected $duplicateFilterViewDataType = '';
|
---|
54 | protected $duplicateSheetType = DuplicateSheetResponse::class;
|
---|
55 | protected $duplicateSheetDataType = '';
|
---|
56 | protected $findReplaceType = FindReplaceResponse::class;
|
---|
57 | protected $findReplaceDataType = '';
|
---|
58 | protected $refreshDataSourceType = RefreshDataSourceResponse::class;
|
---|
59 | protected $refreshDataSourceDataType = '';
|
---|
60 | protected $trimWhitespaceType = TrimWhitespaceResponse::class;
|
---|
61 | protected $trimWhitespaceDataType = '';
|
---|
62 | protected $updateConditionalFormatRuleType = UpdateConditionalFormatRuleResponse::class;
|
---|
63 | protected $updateConditionalFormatRuleDataType = '';
|
---|
64 | protected $updateDataSourceType = UpdateDataSourceResponse::class;
|
---|
65 | protected $updateDataSourceDataType = '';
|
---|
66 | protected $updateDeveloperMetadataType = UpdateDeveloperMetadataResponse::class;
|
---|
67 | protected $updateDeveloperMetadataDataType = '';
|
---|
68 | protected $updateEmbeddedObjectPositionType = UpdateEmbeddedObjectPositionResponse::class;
|
---|
69 | protected $updateEmbeddedObjectPositionDataType = '';
|
---|
70 |
|
---|
71 | /**
|
---|
72 | * @param AddBandingResponse
|
---|
73 | */
|
---|
74 | public function setAddBanding(AddBandingResponse $addBanding)
|
---|
75 | {
|
---|
76 | $this->addBanding = $addBanding;
|
---|
77 | }
|
---|
78 | /**
|
---|
79 | * @return AddBandingResponse
|
---|
80 | */
|
---|
81 | public function getAddBanding()
|
---|
82 | {
|
---|
83 | return $this->addBanding;
|
---|
84 | }
|
---|
85 | /**
|
---|
86 | * @param AddChartResponse
|
---|
87 | */
|
---|
88 | public function setAddChart(AddChartResponse $addChart)
|
---|
89 | {
|
---|
90 | $this->addChart = $addChart;
|
---|
91 | }
|
---|
92 | /**
|
---|
93 | * @return AddChartResponse
|
---|
94 | */
|
---|
95 | public function getAddChart()
|
---|
96 | {
|
---|
97 | return $this->addChart;
|
---|
98 | }
|
---|
99 | /**
|
---|
100 | * @param AddDataSourceResponse
|
---|
101 | */
|
---|
102 | public function setAddDataSource(AddDataSourceResponse $addDataSource)
|
---|
103 | {
|
---|
104 | $this->addDataSource = $addDataSource;
|
---|
105 | }
|
---|
106 | /**
|
---|
107 | * @return AddDataSourceResponse
|
---|
108 | */
|
---|
109 | public function getAddDataSource()
|
---|
110 | {
|
---|
111 | return $this->addDataSource;
|
---|
112 | }
|
---|
113 | /**
|
---|
114 | * @param AddDimensionGroupResponse
|
---|
115 | */
|
---|
116 | public function setAddDimensionGroup(AddDimensionGroupResponse $addDimensionGroup)
|
---|
117 | {
|
---|
118 | $this->addDimensionGroup = $addDimensionGroup;
|
---|
119 | }
|
---|
120 | /**
|
---|
121 | * @return AddDimensionGroupResponse
|
---|
122 | */
|
---|
123 | public function getAddDimensionGroup()
|
---|
124 | {
|
---|
125 | return $this->addDimensionGroup;
|
---|
126 | }
|
---|
127 | /**
|
---|
128 | * @param AddFilterViewResponse
|
---|
129 | */
|
---|
130 | public function setAddFilterView(AddFilterViewResponse $addFilterView)
|
---|
131 | {
|
---|
132 | $this->addFilterView = $addFilterView;
|
---|
133 | }
|
---|
134 | /**
|
---|
135 | * @return AddFilterViewResponse
|
---|
136 | */
|
---|
137 | public function getAddFilterView()
|
---|
138 | {
|
---|
139 | return $this->addFilterView;
|
---|
140 | }
|
---|
141 | /**
|
---|
142 | * @param AddNamedRangeResponse
|
---|
143 | */
|
---|
144 | public function setAddNamedRange(AddNamedRangeResponse $addNamedRange)
|
---|
145 | {
|
---|
146 | $this->addNamedRange = $addNamedRange;
|
---|
147 | }
|
---|
148 | /**
|
---|
149 | * @return AddNamedRangeResponse
|
---|
150 | */
|
---|
151 | public function getAddNamedRange()
|
---|
152 | {
|
---|
153 | return $this->addNamedRange;
|
---|
154 | }
|
---|
155 | /**
|
---|
156 | * @param AddProtectedRangeResponse
|
---|
157 | */
|
---|
158 | public function setAddProtectedRange(AddProtectedRangeResponse $addProtectedRange)
|
---|
159 | {
|
---|
160 | $this->addProtectedRange = $addProtectedRange;
|
---|
161 | }
|
---|
162 | /**
|
---|
163 | * @return AddProtectedRangeResponse
|
---|
164 | */
|
---|
165 | public function getAddProtectedRange()
|
---|
166 | {
|
---|
167 | return $this->addProtectedRange;
|
---|
168 | }
|
---|
169 | /**
|
---|
170 | * @param AddSheetResponse
|
---|
171 | */
|
---|
172 | public function setAddSheet(AddSheetResponse $addSheet)
|
---|
173 | {
|
---|
174 | $this->addSheet = $addSheet;
|
---|
175 | }
|
---|
176 | /**
|
---|
177 | * @return AddSheetResponse
|
---|
178 | */
|
---|
179 | public function getAddSheet()
|
---|
180 | {
|
---|
181 | return $this->addSheet;
|
---|
182 | }
|
---|
183 | /**
|
---|
184 | * @param AddSlicerResponse
|
---|
185 | */
|
---|
186 | public function setAddSlicer(AddSlicerResponse $addSlicer)
|
---|
187 | {
|
---|
188 | $this->addSlicer = $addSlicer;
|
---|
189 | }
|
---|
190 | /**
|
---|
191 | * @return AddSlicerResponse
|
---|
192 | */
|
---|
193 | public function getAddSlicer()
|
---|
194 | {
|
---|
195 | return $this->addSlicer;
|
---|
196 | }
|
---|
197 | /**
|
---|
198 | * @param CancelDataSourceRefreshResponse
|
---|
199 | */
|
---|
200 | public function setCancelDataSourceRefresh(CancelDataSourceRefreshResponse $cancelDataSourceRefresh)
|
---|
201 | {
|
---|
202 | $this->cancelDataSourceRefresh = $cancelDataSourceRefresh;
|
---|
203 | }
|
---|
204 | /**
|
---|
205 | * @return CancelDataSourceRefreshResponse
|
---|
206 | */
|
---|
207 | public function getCancelDataSourceRefresh()
|
---|
208 | {
|
---|
209 | return $this->cancelDataSourceRefresh;
|
---|
210 | }
|
---|
211 | /**
|
---|
212 | * @param CreateDeveloperMetadataResponse
|
---|
213 | */
|
---|
214 | public function setCreateDeveloperMetadata(CreateDeveloperMetadataResponse $createDeveloperMetadata)
|
---|
215 | {
|
---|
216 | $this->createDeveloperMetadata = $createDeveloperMetadata;
|
---|
217 | }
|
---|
218 | /**
|
---|
219 | * @return CreateDeveloperMetadataResponse
|
---|
220 | */
|
---|
221 | public function getCreateDeveloperMetadata()
|
---|
222 | {
|
---|
223 | return $this->createDeveloperMetadata;
|
---|
224 | }
|
---|
225 | /**
|
---|
226 | * @param DeleteConditionalFormatRuleResponse
|
---|
227 | */
|
---|
228 | public function setDeleteConditionalFormatRule(DeleteConditionalFormatRuleResponse $deleteConditionalFormatRule)
|
---|
229 | {
|
---|
230 | $this->deleteConditionalFormatRule = $deleteConditionalFormatRule;
|
---|
231 | }
|
---|
232 | /**
|
---|
233 | * @return DeleteConditionalFormatRuleResponse
|
---|
234 | */
|
---|
235 | public function getDeleteConditionalFormatRule()
|
---|
236 | {
|
---|
237 | return $this->deleteConditionalFormatRule;
|
---|
238 | }
|
---|
239 | /**
|
---|
240 | * @param DeleteDeveloperMetadataResponse
|
---|
241 | */
|
---|
242 | public function setDeleteDeveloperMetadata(DeleteDeveloperMetadataResponse $deleteDeveloperMetadata)
|
---|
243 | {
|
---|
244 | $this->deleteDeveloperMetadata = $deleteDeveloperMetadata;
|
---|
245 | }
|
---|
246 | /**
|
---|
247 | * @return DeleteDeveloperMetadataResponse
|
---|
248 | */
|
---|
249 | public function getDeleteDeveloperMetadata()
|
---|
250 | {
|
---|
251 | return $this->deleteDeveloperMetadata;
|
---|
252 | }
|
---|
253 | /**
|
---|
254 | * @param DeleteDimensionGroupResponse
|
---|
255 | */
|
---|
256 | public function setDeleteDimensionGroup(DeleteDimensionGroupResponse $deleteDimensionGroup)
|
---|
257 | {
|
---|
258 | $this->deleteDimensionGroup = $deleteDimensionGroup;
|
---|
259 | }
|
---|
260 | /**
|
---|
261 | * @return DeleteDimensionGroupResponse
|
---|
262 | */
|
---|
263 | public function getDeleteDimensionGroup()
|
---|
264 | {
|
---|
265 | return $this->deleteDimensionGroup;
|
---|
266 | }
|
---|
267 | /**
|
---|
268 | * @param DeleteDuplicatesResponse
|
---|
269 | */
|
---|
270 | public function setDeleteDuplicates(DeleteDuplicatesResponse $deleteDuplicates)
|
---|
271 | {
|
---|
272 | $this->deleteDuplicates = $deleteDuplicates;
|
---|
273 | }
|
---|
274 | /**
|
---|
275 | * @return DeleteDuplicatesResponse
|
---|
276 | */
|
---|
277 | public function getDeleteDuplicates()
|
---|
278 | {
|
---|
279 | return $this->deleteDuplicates;
|
---|
280 | }
|
---|
281 | /**
|
---|
282 | * @param DuplicateFilterViewResponse
|
---|
283 | */
|
---|
284 | public function setDuplicateFilterView(DuplicateFilterViewResponse $duplicateFilterView)
|
---|
285 | {
|
---|
286 | $this->duplicateFilterView = $duplicateFilterView;
|
---|
287 | }
|
---|
288 | /**
|
---|
289 | * @return DuplicateFilterViewResponse
|
---|
290 | */
|
---|
291 | public function getDuplicateFilterView()
|
---|
292 | {
|
---|
293 | return $this->duplicateFilterView;
|
---|
294 | }
|
---|
295 | /**
|
---|
296 | * @param DuplicateSheetResponse
|
---|
297 | */
|
---|
298 | public function setDuplicateSheet(DuplicateSheetResponse $duplicateSheet)
|
---|
299 | {
|
---|
300 | $this->duplicateSheet = $duplicateSheet;
|
---|
301 | }
|
---|
302 | /**
|
---|
303 | * @return DuplicateSheetResponse
|
---|
304 | */
|
---|
305 | public function getDuplicateSheet()
|
---|
306 | {
|
---|
307 | return $this->duplicateSheet;
|
---|
308 | }
|
---|
309 | /**
|
---|
310 | * @param FindReplaceResponse
|
---|
311 | */
|
---|
312 | public function setFindReplace(FindReplaceResponse $findReplace)
|
---|
313 | {
|
---|
314 | $this->findReplace = $findReplace;
|
---|
315 | }
|
---|
316 | /**
|
---|
317 | * @return FindReplaceResponse
|
---|
318 | */
|
---|
319 | public function getFindReplace()
|
---|
320 | {
|
---|
321 | return $this->findReplace;
|
---|
322 | }
|
---|
323 | /**
|
---|
324 | * @param RefreshDataSourceResponse
|
---|
325 | */
|
---|
326 | public function setRefreshDataSource(RefreshDataSourceResponse $refreshDataSource)
|
---|
327 | {
|
---|
328 | $this->refreshDataSource = $refreshDataSource;
|
---|
329 | }
|
---|
330 | /**
|
---|
331 | * @return RefreshDataSourceResponse
|
---|
332 | */
|
---|
333 | public function getRefreshDataSource()
|
---|
334 | {
|
---|
335 | return $this->refreshDataSource;
|
---|
336 | }
|
---|
337 | /**
|
---|
338 | * @param TrimWhitespaceResponse
|
---|
339 | */
|
---|
340 | public function setTrimWhitespace(TrimWhitespaceResponse $trimWhitespace)
|
---|
341 | {
|
---|
342 | $this->trimWhitespace = $trimWhitespace;
|
---|
343 | }
|
---|
344 | /**
|
---|
345 | * @return TrimWhitespaceResponse
|
---|
346 | */
|
---|
347 | public function getTrimWhitespace()
|
---|
348 | {
|
---|
349 | return $this->trimWhitespace;
|
---|
350 | }
|
---|
351 | /**
|
---|
352 | * @param UpdateConditionalFormatRuleResponse
|
---|
353 | */
|
---|
354 | public function setUpdateConditionalFormatRule(UpdateConditionalFormatRuleResponse $updateConditionalFormatRule)
|
---|
355 | {
|
---|
356 | $this->updateConditionalFormatRule = $updateConditionalFormatRule;
|
---|
357 | }
|
---|
358 | /**
|
---|
359 | * @return UpdateConditionalFormatRuleResponse
|
---|
360 | */
|
---|
361 | public function getUpdateConditionalFormatRule()
|
---|
362 | {
|
---|
363 | return $this->updateConditionalFormatRule;
|
---|
364 | }
|
---|
365 | /**
|
---|
366 | * @param UpdateDataSourceResponse
|
---|
367 | */
|
---|
368 | public function setUpdateDataSource(UpdateDataSourceResponse $updateDataSource)
|
---|
369 | {
|
---|
370 | $this->updateDataSource = $updateDataSource;
|
---|
371 | }
|
---|
372 | /**
|
---|
373 | * @return UpdateDataSourceResponse
|
---|
374 | */
|
---|
375 | public function getUpdateDataSource()
|
---|
376 | {
|
---|
377 | return $this->updateDataSource;
|
---|
378 | }
|
---|
379 | /**
|
---|
380 | * @param UpdateDeveloperMetadataResponse
|
---|
381 | */
|
---|
382 | public function setUpdateDeveloperMetadata(UpdateDeveloperMetadataResponse $updateDeveloperMetadata)
|
---|
383 | {
|
---|
384 | $this->updateDeveloperMetadata = $updateDeveloperMetadata;
|
---|
385 | }
|
---|
386 | /**
|
---|
387 | * @return UpdateDeveloperMetadataResponse
|
---|
388 | */
|
---|
389 | public function getUpdateDeveloperMetadata()
|
---|
390 | {
|
---|
391 | return $this->updateDeveloperMetadata;
|
---|
392 | }
|
---|
393 | /**
|
---|
394 | * @param UpdateEmbeddedObjectPositionResponse
|
---|
395 | */
|
---|
396 | public function setUpdateEmbeddedObjectPosition(UpdateEmbeddedObjectPositionResponse $updateEmbeddedObjectPosition)
|
---|
397 | {
|
---|
398 | $this->updateEmbeddedObjectPosition = $updateEmbeddedObjectPosition;
|
---|
399 | }
|
---|
400 | /**
|
---|
401 | * @return UpdateEmbeddedObjectPositionResponse
|
---|
402 | */
|
---|
403 | public function getUpdateEmbeddedObjectPosition()
|
---|
404 | {
|
---|
405 | return $this->updateEmbeddedObjectPosition;
|
---|
406 | }
|
---|
407 | }
|
---|
408 |
|
---|
409 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
410 | class_alias(Response::class, 'Google_Service_Sheets_Response');
|
---|