| Server IP : 138.197.107.151 / Your IP : 216.73.216.170 Web Server : Apache/2.4.58 (Ubuntu) System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : wpbetasites_mrakzqskir ( 1022) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/silversharkdev/vendor/google/apiclient-services/src/Docs/ |
Upload File : |
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
namespace Google\Service\Docs;
class Response extends \Google\Model
{
protected $addDocumentTabType = AddDocumentTabResponse::class;
protected $addDocumentTabDataType = '';
protected $createFooterType = CreateFooterResponse::class;
protected $createFooterDataType = '';
protected $createFootnoteType = CreateFootnoteResponse::class;
protected $createFootnoteDataType = '';
protected $createHeaderType = CreateHeaderResponse::class;
protected $createHeaderDataType = '';
protected $createNamedRangeType = CreateNamedRangeResponse::class;
protected $createNamedRangeDataType = '';
protected $insertInlineImageType = InsertInlineImageResponse::class;
protected $insertInlineImageDataType = '';
protected $insertInlineSheetsChartType = InsertInlineSheetsChartResponse::class;
protected $insertInlineSheetsChartDataType = '';
protected $replaceAllTextType = ReplaceAllTextResponse::class;
protected $replaceAllTextDataType = '';
/**
* The result of adding a document tab.
*
* @param AddDocumentTabResponse $addDocumentTab
*/
public function setAddDocumentTab(AddDocumentTabResponse $addDocumentTab)
{
$this->addDocumentTab = $addDocumentTab;
}
/**
* @return AddDocumentTabResponse
*/
public function getAddDocumentTab()
{
return $this->addDocumentTab;
}
/**
* The result of creating a footer.
*
* @param CreateFooterResponse $createFooter
*/
public function setCreateFooter(CreateFooterResponse $createFooter)
{
$this->createFooter = $createFooter;
}
/**
* @return CreateFooterResponse
*/
public function getCreateFooter()
{
return $this->createFooter;
}
/**
* The result of creating a footnote.
*
* @param CreateFootnoteResponse $createFootnote
*/
public function setCreateFootnote(CreateFootnoteResponse $createFootnote)
{
$this->createFootnote = $createFootnote;
}
/**
* @return CreateFootnoteResponse
*/
public function getCreateFootnote()
{
return $this->createFootnote;
}
/**
* The result of creating a header.
*
* @param CreateHeaderResponse $createHeader
*/
public function setCreateHeader(CreateHeaderResponse $createHeader)
{
$this->createHeader = $createHeader;
}
/**
* @return CreateHeaderResponse
*/
public function getCreateHeader()
{
return $this->createHeader;
}
/**
* The result of creating a named range.
*
* @param CreateNamedRangeResponse $createNamedRange
*/
public function setCreateNamedRange(CreateNamedRangeResponse $createNamedRange)
{
$this->createNamedRange = $createNamedRange;
}
/**
* @return CreateNamedRangeResponse
*/
public function getCreateNamedRange()
{
return $this->createNamedRange;
}
/**
* The result of inserting an inline image.
*
* @param InsertInlineImageResponse $insertInlineImage
*/
public function setInsertInlineImage(InsertInlineImageResponse $insertInlineImage)
{
$this->insertInlineImage = $insertInlineImage;
}
/**
* @return InsertInlineImageResponse
*/
public function getInsertInlineImage()
{
return $this->insertInlineImage;
}
/**
* The result of inserting an inline Google Sheets chart.
*
* @param InsertInlineSheetsChartResponse $insertInlineSheetsChart
*/
public function setInsertInlineSheetsChart(InsertInlineSheetsChartResponse $insertInlineSheetsChart)
{
$this->insertInlineSheetsChart = $insertInlineSheetsChart;
}
/**
* @return InsertInlineSheetsChartResponse
*/
public function getInsertInlineSheetsChart()
{
return $this->insertInlineSheetsChart;
}
/**
* The result of replacing text.
*
* @param ReplaceAllTextResponse $replaceAllText
*/
public function setReplaceAllText(ReplaceAllTextResponse $replaceAllText)
{
$this->replaceAllText = $replaceAllText;
}
/**
* @return ReplaceAllTextResponse
*/
public function getReplaceAllText()
{
return $this->replaceAllText;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Response::class, 'Google_Service_Docs_Response');