Home
last modified time | relevance | path

Searched defs:sheetId (Results 1 – 17 of 17) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DClearBasicFilterRequest.php25 public $sheetId; variable in Google\\Service\\Sheets\\ClearBasicFilterRequest
30 public function setSheetId($sheetId)
H A DDeleteSheetRequest.php25 public $sheetId; variable in Google\\Service\\Sheets\\DeleteSheetRequest
30 public function setSheetId($sheetId)
H A DDeleteConditionalFormatRuleRequest.php29 public $sheetId; variable in Google\\Service\\Sheets\\DeleteConditionalFormatRuleRequest
48 public function setSheetId($sheetId)
H A DDataSourceSheetDimensionRange.php28 public $sheetId; variable in Google\\Service\\Sheets\\DataSourceSheetDimensionRange
47 public function setSheetId($sheetId)
H A DAppendDimensionRequest.php33 public $sheetId; variable in Google\\Service\\Sheets\\AppendDimensionRequest
66 public function setSheetId($sheetId)
H A DGridCoordinate.php33 public $sheetId; variable in Google\\Service\\Sheets\\GridCoordinate
66 public function setSheetId($sheetId)
H A DEmbeddedObjectPosition.php31 public $sheetId; variable in Google\\Service\\Sheets\\EmbeddedObjectPosition
64 public function setSheetId($sheetId)
H A DAppendCellsRequest.php32 public $sheetId; variable in Google\\Service\\Sheets\\AppendCellsRequest
65 public function setSheetId($sheetId)
H A DDimensionRange.php33 public $sheetId; variable in Google\\Service\\Sheets\\DimensionRange
70 public function setSheetId($sheetId)
H A DDeveloperMetadataLocation.php31 public $sheetId; variable in Google\\Service\\Sheets\\DeveloperMetadataLocation
68 public function setSheetId($sheetId)
H A DUpdateConditionalFormatRuleRequest.php35 public $sheetId; variable in Google\\Service\\Sheets\\UpdateConditionalFormatRuleRequest
82 public function setSheetId($sheetId)
H A DDataSource.php32 public $sheetId; variable in Google\\Service\\Sheets\\DataSource
67 public function setSheetId($sheetId)
H A DGridRange.php33 public $sheetId; variable in Google\\Service\\Sheets\\GridRange
74 public function setSheetId($sheetId)
H A DDataSourceObjectReference.php35 public $sheetId; variable in Google\\Service\\Sheets\\DataSourceObjectReference
96 public function setSheetId($sheetId)
H A DFindReplaceRequest.php55 public $sheetId; variable in Google\\Service\\Sheets\\FindReplaceRequest
172 public function setSheetId($sheetId)
H A DSheetProperties.php41 public $sheetId; variable in Google\\Service\\Sheets\\SheetProperties
128 public function setSheetId($sheetId)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/Resource/
H A DSpreadsheetsSheets.php44 …public function copyTo($spreadsheetId, $sheetId, CopySheetToAnotherSpreadsheetRequest $postBody, $…