PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
google
/
apiclient-services
/
src
/
Docs
<?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 Request extends \Google\Model { protected $createFooterType = CreateFooterRequest::class; protected $createFooterDataType = ''; protected $createFootnoteType = CreateFootnoteRequest::class; protected $createFootnoteDataType = ''; protected $createHeaderType = CreateHeaderRequest::class; protected $createHeaderDataType = ''; protected $createNamedRangeType = CreateNamedRangeRequest::class; protected $createNamedRangeDataType = ''; protected $createParagraphBulletsType = CreateParagraphBulletsRequest::class; protected $createParagraphBulletsDataType = ''; protected $deleteContentRangeType = DeleteContentRangeRequest::class; protected $deleteContentRangeDataType = ''; protected $deleteFooterType = DeleteFooterRequest::class; protected $deleteFooterDataType = ''; protected $deleteHeaderType = DeleteHeaderRequest::class; protected $deleteHeaderDataType = ''; protected $deleteNamedRangeType = DeleteNamedRangeRequest::class; protected $deleteNamedRangeDataType = ''; protected $deleteParagraphBulletsType = DeleteParagraphBulletsRequest::class; protected $deleteParagraphBulletsDataType = ''; protected $deletePositionedObjectType = DeletePositionedObjectRequest::class; protected $deletePositionedObjectDataType = ''; protected $deleteTableColumnType = DeleteTableColumnRequest::class; protected $deleteTableColumnDataType = ''; protected $deleteTableRowType = DeleteTableRowRequest::class; protected $deleteTableRowDataType = ''; protected $insertInlineImageType = InsertInlineImageRequest::class; protected $insertInlineImageDataType = ''; protected $insertPageBreakType = InsertPageBreakRequest::class; protected $insertPageBreakDataType = ''; protected $insertSectionBreakType = InsertSectionBreakRequest::class; protected $insertSectionBreakDataType = ''; protected $insertTableType = InsertTableRequest::class; protected $insertTableDataType = ''; protected $insertTableColumnType = InsertTableColumnRequest::class; protected $insertTableColumnDataType = ''; protected $insertTableRowType = InsertTableRowRequest::class; protected $insertTableRowDataType = ''; protected $insertTextType = InsertTextRequest::class; protected $insertTextDataType = ''; protected $mergeTableCellsType = MergeTableCellsRequest::class; protected $mergeTableCellsDataType = ''; protected $replaceAllTextType = ReplaceAllTextRequest::class; protected $replaceAllTextDataType = ''; protected $replaceImageType = ReplaceImageRequest::class; protected $replaceImageDataType = ''; protected $replaceNamedRangeContentType = ReplaceNamedRangeContentRequest::class; protected $replaceNamedRangeContentDataType = ''; protected $unmergeTableCellsType = UnmergeTableCellsRequest::class; protected $unmergeTableCellsDataType = ''; protected $updateDocumentStyleType = UpdateDocumentStyleRequest::class; protected $updateDocumentStyleDataType = ''; protected $updateParagraphStyleType = UpdateParagraphStyleRequest::class; protected $updateParagraphStyleDataType = ''; protected $updateSectionStyleType = UpdateSectionStyleRequest::class; protected $updateSectionStyleDataType = ''; protected $updateTableCellStyleType = UpdateTableCellStyleRequest::class; protected $updateTableCellStyleDataType = ''; protected $updateTableColumnPropertiesType = UpdateTableColumnPropertiesRequest::class; protected $updateTableColumnPropertiesDataType = ''; protected $updateTableRowStyleType = UpdateTableRowStyleRequest::class; protected $updateTableRowStyleDataType = ''; protected $updateTextStyleType = UpdateTextStyleRequest::class; protected $updateTextStyleDataType = ''; /** * @param CreateFooterRequest */ public function setCreateFooter(CreateFooterRequest $createFooter) { $this->createFooter = $createFooter; } /** * @return CreateFooterRequest */ public function getCreateFooter() { return $this->createFooter; } /** * @param CreateFootnoteRequest */ public function setCreateFootnote(CreateFootnoteRequest $createFootnote) { $this->createFootnote = $createFootnote; } /** * @return CreateFootnoteRequest */ public function getCreateFootnote() { return $this->createFootnote; } /** * @param CreateHeaderRequest */ public function setCreateHeader(CreateHeaderRequest $createHeader) { $this->createHeader = $createHeader; } /** * @return CreateHeaderRequest */ public function getCreateHeader() { return $this->createHeader; } /** * @param CreateNamedRangeRequest */ public function setCreateNamedRange(CreateNamedRangeRequest $createNamedRange) { $this->createNamedRange = $createNamedRange; } /** * @return CreateNamedRangeRequest */ public function getCreateNamedRange() { return $this->createNamedRange; } /** * @param CreateParagraphBulletsRequest */ public function setCreateParagraphBullets(CreateParagraphBulletsRequest $createParagraphBullets) { $this->createParagraphBullets = $createParagraphBullets; } /** * @return CreateParagraphBulletsRequest */ public function getCreateParagraphBullets() { return $this->createParagraphBullets; } /** * @param DeleteContentRangeRequest */ public function setDeleteContentRange(DeleteContentRangeRequest $deleteContentRange) { $this->deleteContentRange = $deleteContentRange; } /** * @return DeleteContentRangeRequest */ public function getDeleteContentRange() { return $this->deleteContentRange; } /** * @param DeleteFooterRequest */ public function setDeleteFooter(DeleteFooterRequest $deleteFooter) { $this->deleteFooter = $deleteFooter; } /** * @return DeleteFooterRequest */ public function getDeleteFooter() { return $this->deleteFooter; } /** * @param DeleteHeaderRequest */ public function setDeleteHeader(DeleteHeaderRequest $deleteHeader) { $this->deleteHeader = $deleteHeader; } /** * @return DeleteHeaderRequest */ public function getDeleteHeader() { return $this->deleteHeader; } /** * @param DeleteNamedRangeRequest */ public function setDeleteNamedRange(DeleteNamedRangeRequest $deleteNamedRange) { $this->deleteNamedRange = $deleteNamedRange; } /** * @return DeleteNamedRangeRequest */ public function getDeleteNamedRange() { return $this->deleteNamedRange; } /** * @param DeleteParagraphBulletsRequest */ public function setDeleteParagraphBullets(DeleteParagraphBulletsRequest $deleteParagraphBullets) { $this->deleteParagraphBullets = $deleteParagraphBullets; } /** * @return DeleteParagraphBulletsRequest */ public function getDeleteParagraphBullets() { return $this->deleteParagraphBullets; } /** * @param DeletePositionedObjectRequest */ public function setDeletePositionedObject(DeletePositionedObjectRequest $deletePositionedObject) { $this->deletePositionedObject = $deletePositionedObject; } /** * @return DeletePositionedObjectRequest */ public function getDeletePositionedObject() { return $this->deletePositionedObject; } /** * @param DeleteTableColumnRequest */ public function setDeleteTableColumn(DeleteTableColumnRequest $deleteTableColumn) { $this->deleteTableColumn = $deleteTableColumn; } /** * @return DeleteTableColumnRequest */ public function getDeleteTableColumn() { return $this->deleteTableColumn; } /** * @param DeleteTableRowRequest */ public function setDeleteTableRow(DeleteTableRowRequest $deleteTableRow) { $this->deleteTableRow = $deleteTableRow; } /** * @return DeleteTableRowRequest */ public function getDeleteTableRow() { return $this->deleteTableRow; } /** * @param InsertInlineImageRequest */ public function setInsertInlineImage(InsertInlineImageRequest $insertInlineImage) { $this->insertInlineImage = $insertInlineImage; } /** * @return InsertInlineImageRequest */ public function getInsertInlineImage() { return $this->insertInlineImage; } /** * @param InsertPageBreakRequest */ public function setInsertPageBreak(InsertPageBreakRequest $insertPageBreak) { $this->insertPageBreak = $insertPageBreak; } /** * @return InsertPageBreakRequest */ public function getInsertPageBreak() { return $this->insertPageBreak; } /** * @param InsertSectionBreakRequest */ public function setInsertSectionBreak(InsertSectionBreakRequest $insertSectionBreak) { $this->insertSectionBreak = $insertSectionBreak; } /** * @return InsertSectionBreakRequest */ public function getInsertSectionBreak() { return $this->insertSectionBreak; } /** * @param InsertTableRequest */ public function setInsertTable(InsertTableRequest $insertTable) { $this->insertTable = $insertTable; } /** * @return InsertTableRequest */ public function getInsertTable() { return $this->insertTable; } /** * @param InsertTableColumnRequest */ public function setInsertTableColumn(InsertTableColumnRequest $insertTableColumn) { $this->insertTableColumn = $insertTableColumn; } /** * @return InsertTableColumnRequest */ public function getInsertTableColumn() { return $this->insertTableColumn; } /** * @param InsertTableRowRequest */ public function setInsertTableRow(InsertTableRowRequest $insertTableRow) { $this->insertTableRow = $insertTableRow; } /** * @return InsertTableRowRequest */ public function getInsertTableRow() { return $this->insertTableRow; } /** * @param InsertTextRequest */ public function setInsertText(InsertTextRequest $insertText) { $this->insertText = $insertText; } /** * @return InsertTextRequest */ public function getInsertText() { return $this->insertText; } /** * @param MergeTableCellsRequest */ public function setMergeTableCells(MergeTableCellsRequest $mergeTableCells) { $this->mergeTableCells = $mergeTableCells; } /** * @return MergeTableCellsRequest */ public function getMergeTableCells() { return $this->mergeTableCells; } /** * @param ReplaceAllTextRequest */ public function setReplaceAllText(ReplaceAllTextRequest $replaceAllText) { $this->replaceAllText = $replaceAllText; } /** * @return ReplaceAllTextRequest */ public function getReplaceAllText() { return $this->replaceAllText; } /** * @param ReplaceImageRequest */ public function setReplaceImage(ReplaceImageRequest $replaceImage) { $this->replaceImage = $replaceImage; } /** * @return ReplaceImageRequest */ public function getReplaceImage() { return $this->replaceImage; } /** * @param ReplaceNamedRangeContentRequest */ public function setReplaceNamedRangeContent(ReplaceNamedRangeContentRequest $replaceNamedRangeContent) { $this->replaceNamedRangeContent = $replaceNamedRangeContent; } /** * @return ReplaceNamedRangeContentRequest */ public function getReplaceNamedRangeContent() { return $this->replaceNamedRangeContent; } /** * @param UnmergeTableCellsRequest */ public function setUnmergeTableCells(UnmergeTableCellsRequest $unmergeTableCells) { $this->unmergeTableCells = $unmergeTableCells; } /** * @return UnmergeTableCellsRequest */ public function getUnmergeTableCells() { return $this->unmergeTableCells; } /** * @param UpdateDocumentStyleRequest */ public function setUpdateDocumentStyle(UpdateDocumentStyleRequest $updateDocumentStyle) { $this->updateDocumentStyle = $updateDocumentStyle; } /** * @return UpdateDocumentStyleRequest */ public function getUpdateDocumentStyle() { return $this->updateDocumentStyle; } /** * @param UpdateParagraphStyleRequest */ public function setUpdateParagraphStyle(UpdateParagraphStyleRequest $updateParagraphStyle) { $this->updateParagraphStyle = $updateParagraphStyle; } /** * @return UpdateParagraphStyleRequest */ public function getUpdateParagraphStyle() { return $this->updateParagraphStyle; } /** * @param UpdateSectionStyleRequest */ public function setUpdateSectionStyle(UpdateSectionStyleRequest $updateSectionStyle) { $this->updateSectionStyle = $updateSectionStyle; } /** * @return UpdateSectionStyleRequest */ public function getUpdateSectionStyle() { return $this->updateSectionStyle; } /** * @param UpdateTableCellStyleRequest */ public function setUpdateTableCellStyle(UpdateTableCellStyleRequest $updateTableCellStyle) { $this->updateTableCellStyle = $updateTableCellStyle; } /** * @return UpdateTableCellStyleRequest */ public function getUpdateTableCellStyle() { return $this->updateTableCellStyle; } /** * @param UpdateTableColumnPropertiesRequest */ public function setUpdateTableColumnProperties(UpdateTableColumnPropertiesRequest $updateTableColumnProperties) { $this->updateTableColumnProperties = $updateTableColumnProperties; } /** * @return UpdateTableColumnPropertiesRequest */ public function getUpdateTableColumnProperties() { return $this->updateTableColumnProperties; } /** * @param UpdateTableRowStyleRequest */ public function setUpdateTableRowStyle(UpdateTableRowStyleRequest $updateTableRowStyle) { $this->updateTableRowStyle = $updateTableRowStyle; } /** * @return UpdateTableRowStyleRequest */ public function getUpdateTableRowStyle() { return $this->updateTableRowStyle; } /** * @param UpdateTextStyleRequest */ public function setUpdateTextStyle(UpdateTextStyleRequest $updateTextStyle) { $this->updateTextStyle = $updateTextStyle; } /** * @return UpdateTextStyleRequest */ public function getUpdateTextStyle() { return $this->updateTextStyle; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Request::class, 'Google_Service_Docs_Request');
[+]
..
[-] TableRowStyle.php
[edit]
[-] EndOfSegmentLocation.php
[edit]
[-] Footer.php
[edit]
[-] InlineObjectElement.php
[edit]
[-] EmbeddedDrawingProperties.php
[edit]
[-] NamedStyleSuggestionState.php
[edit]
[-] TableRowStyleSuggestionState.php
[edit]
[-] DocsList.php
[edit]
[-] UpdateTextStyleRequest.php
[edit]
[-] DeleteParagraphBulletsRequest.php
[edit]
[-] LinkedContentReference.php
[edit]
[-] PositionedObjectPositioning.php
[edit]
[-] DeleteNamedRangeRequest.php
[edit]
[-] StructuralElement.php
[edit]
[-] Body.php
[edit]
[-] Document.php
[edit]
[-] InsertTableRequest.php
[edit]
[-] CropPropertiesSuggestionState.php
[edit]
[-] RichLink.php
[edit]
[-] OptionalColor.php
[edit]
[-] ParagraphBorder.php
[edit]
[-] PageBreak.php
[edit]
[-] NamedStyles.php
[edit]
[-] DeleteContentRangeRequest.php
[edit]
[-] CreateFooterRequest.php
[edit]
[-] UpdateParagraphStyleRequest.php
[edit]
[-] CreateParagraphBulletsRequest.php
[edit]
[-] PositionedObjectPositioningSuggestionState.php
[edit]
[-] CreateFootnoteRequest.php
[edit]
[-] FootnoteReference.php
[edit]
[-] BatchUpdateDocumentRequest.php
[edit]
[-] EmbeddedObjectBorderSuggestionState.php
[edit]
[-] Color.php
[edit]
[-] InsertInlineImageRequest.php
[edit]
[-] CreateNamedRangeRequest.php
[edit]
[-] TableCellStyleSuggestionState.php
[edit]
[-] PersonProperties.php
[edit]
[-] NestingLevel.php
[edit]
[-] SubstringMatchCriteria.php
[edit]
[-] Size.php
[edit]
[-] NamedRange.php
[edit]
[-] EmbeddedObjectSuggestionState.php
[edit]
[-] Range.php
[edit]
[-] SuggestedParagraphStyle.php
[edit]
[-] TableCellLocation.php
[edit]
[-] EmbeddedDrawingPropertiesSuggestionState.php
[edit]
[-] BulletSuggestionState.php
[edit]
[-] InlineObjectProperties.php
[edit]
[-] HorizontalRule.php
[edit]
[-] TableRow.php
[edit]
[-] Request.php
[edit]
[-] Equation.php
[edit]
[-] Table.php
[edit]
[-] Dimension.php
[edit]
[-] CreateNamedRangeResponse.php
[edit]
[-] DeleteTableRowRequest.php
[edit]
[-] ReplaceNamedRangeContentRequest.php
[edit]
[-] InlineObjectPropertiesSuggestionState.php
[edit]
[-] SuggestedTextStyle.php
[edit]
[-] InsertTableRowRequest.php
[edit]
[-] TableCell.php
[edit]
[-] SuggestedTableCellStyle.php
[edit]
[-] DeleteFooterRequest.php
[edit]
[-] Link.php
[edit]
[-] RgbColor.php
[edit]
[-] PositionedObjectPropertiesSuggestionState.php
[edit]
[-] InsertInlineImageResponse.php
[edit]
[-] Location.php
[edit]
[-] Header.php
[edit]
[-] ListPropertiesSuggestionState.php
[edit]
[-] Footnote.php
[edit]
[-] PositionedObjectProperties.php
[edit]
[-] EmbeddedObjectBorder.php
[edit]
[-] TableStyle.php
[edit]
[-] InsertInlineSheetsChartResponse.php
[edit]
[-] AutoText.php
[edit]
[-] NamedStyle.php
[edit]
[-] InsertTextRequest.php
[edit]
[-] ReplaceImageRequest.php
[edit]
[-] TableCellStyle.php
[edit]
[-] CreateHeaderRequest.php
[edit]
[-] DeleteTableColumnRequest.php
[edit]
[-] TextStyleSuggestionState.php
[edit]
[-] DeleteHeaderRequest.php
[edit]
[-] Person.php
[edit]
[-] SheetsChartReference.php
[edit]
[-] TextStyle.php
[edit]
[-] ReplaceAllTextResponse.php
[edit]
[-] DocumentStyleSuggestionState.php
[edit]
[-] TableColumnProperties.php
[edit]
[+]
Resource
[-] Paragraph.php
[edit]
[-] InlineObject.php
[edit]
[-] UpdateTableCellStyleRequest.php
[edit]
[-] TabStop.php
[edit]
[-] SuggestedDocumentStyle.php
[edit]
[-] SectionStyle.php
[edit]
[-] SheetsChartReferenceSuggestionState.php
[edit]
[-] TableCellBorder.php
[edit]
[-] CropProperties.php
[edit]
[-] UpdateTableRowStyleRequest.php
[edit]
[-] SectionBreak.php
[edit]
[-] CreateFootnoteResponse.php
[edit]
[-] TableOfContents.php
[edit]
[-] CreateFooterResponse.php
[edit]
[-] ImagePropertiesSuggestionState.php
[edit]
[-] LinkedContentReferenceSuggestionState.php
[edit]
[-] ReplaceAllTextRequest.php
[edit]
[-] InsertTableColumnRequest.php
[edit]
[-] SectionColumnProperties.php
[edit]
[-] BackgroundSuggestionState.php
[edit]
[-] EmbeddedObject.php
[edit]
[-] Background.php
[edit]
[-] SuggestedBullet.php
[edit]
[-] UpdateDocumentStyleRequest.php
[edit]
[-] ImageProperties.php
[edit]
[-] UpdateTableColumnPropertiesRequest.php
[edit]
[-] SuggestedPositionedObjectProperties.php
[edit]
[-] SuggestedNamedStyles.php
[edit]
[-] TableRange.php
[edit]
[-] UnmergeTableCellsRequest.php
[edit]
[-] ParagraphElement.php
[edit]
[-] RichLinkProperties.php
[edit]
[-] ColumnBreak.php
[edit]
[-] UpdateSectionStyleRequest.php
[edit]
[-] DeletePositionedObjectRequest.php
[edit]
[-] ListProperties.php
[edit]
[-] SuggestedListProperties.php
[edit]
[-] PositionedObject.php
[edit]
[-] ShadingSuggestionState.php
[edit]
[-] SuggestedInlineObjectProperties.php
[edit]
[-] ParagraphStyleSuggestionState.php
[edit]
[-] SuggestedTableRowStyle.php
[edit]
[-] Shading.php
[edit]
[-] NamedStylesSuggestionState.php
[edit]
[-] SizeSuggestionState.php
[edit]
[-] TextRun.php
[edit]
[-] DocumentStyle.php
[edit]
[-] InsertPageBreakRequest.php
[edit]
[-] WeightedFontFamily.php
[edit]
[-] NamedRanges.php
[edit]
[-] CreateHeaderResponse.php
[edit]
[-] ParagraphStyle.php
[edit]
[-] BatchUpdateDocumentResponse.php
[edit]
[-] ObjectReferences.php
[edit]
[-] NestingLevelSuggestionState.php
[edit]
[-] MergeTableCellsRequest.php
[edit]
[-] WriteControl.php
[edit]
[-] Response.php
[edit]
[-] InsertSectionBreakRequest.php
[edit]
[-] Bullet.php
[edit]