PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
google
/
apiclient-services
/
src
/
Sheets
<?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\Sheets; class Sheet extends \Google\Collection { protected $collection_key = 'slicers'; protected $bandedRangesType = BandedRange::class; protected $bandedRangesDataType = 'array'; protected $basicFilterType = BasicFilter::class; protected $basicFilterDataType = ''; protected $chartsType = EmbeddedChart::class; protected $chartsDataType = 'array'; protected $columnGroupsType = DimensionGroup::class; protected $columnGroupsDataType = 'array'; protected $conditionalFormatsType = ConditionalFormatRule::class; protected $conditionalFormatsDataType = 'array'; protected $dataType = GridData::class; protected $dataDataType = 'array'; protected $developerMetadataType = DeveloperMetadata::class; protected $developerMetadataDataType = 'array'; protected $filterViewsType = FilterView::class; protected $filterViewsDataType = 'array'; protected $mergesType = GridRange::class; protected $mergesDataType = 'array'; protected $propertiesType = SheetProperties::class; protected $propertiesDataType = ''; protected $protectedRangesType = ProtectedRange::class; protected $protectedRangesDataType = 'array'; protected $rowGroupsType = DimensionGroup::class; protected $rowGroupsDataType = 'array'; protected $slicersType = Slicer::class; protected $slicersDataType = 'array'; /** * @param BandedRange[] */ public function setBandedRanges($bandedRanges) { $this->bandedRanges = $bandedRanges; } /** * @return BandedRange[] */ public function getBandedRanges() { return $this->bandedRanges; } /** * @param BasicFilter */ public function setBasicFilter(BasicFilter $basicFilter) { $this->basicFilter = $basicFilter; } /** * @return BasicFilter */ public function getBasicFilter() { return $this->basicFilter; } /** * @param EmbeddedChart[] */ public function setCharts($charts) { $this->charts = $charts; } /** * @return EmbeddedChart[] */ public function getCharts() { return $this->charts; } /** * @param DimensionGroup[] */ public function setColumnGroups($columnGroups) { $this->columnGroups = $columnGroups; } /** * @return DimensionGroup[] */ public function getColumnGroups() { return $this->columnGroups; } /** * @param ConditionalFormatRule[] */ public function setConditionalFormats($conditionalFormats) { $this->conditionalFormats = $conditionalFormats; } /** * @return ConditionalFormatRule[] */ public function getConditionalFormats() { return $this->conditionalFormats; } /** * @param GridData[] */ public function setData($data) { $this->data = $data; } /** * @return GridData[] */ public function getData() { return $this->data; } /** * @param DeveloperMetadata[] */ public function setDeveloperMetadata($developerMetadata) { $this->developerMetadata = $developerMetadata; } /** * @return DeveloperMetadata[] */ public function getDeveloperMetadata() { return $this->developerMetadata; } /** * @param FilterView[] */ public function setFilterViews($filterViews) { $this->filterViews = $filterViews; } /** * @return FilterView[] */ public function getFilterViews() { return $this->filterViews; } /** * @param GridRange[] */ public function setMerges($merges) { $this->merges = $merges; } /** * @return GridRange[] */ public function getMerges() { return $this->merges; } /** * @param SheetProperties */ public function setProperties(SheetProperties $properties) { $this->properties = $properties; } /** * @return SheetProperties */ public function getProperties() { return $this->properties; } /** * @param ProtectedRange[] */ public function setProtectedRanges($protectedRanges) { $this->protectedRanges = $protectedRanges; } /** * @return ProtectedRange[] */ public function getProtectedRanges() { return $this->protectedRanges; } /** * @param DimensionGroup[] */ public function setRowGroups($rowGroups) { $this->rowGroups = $rowGroups; } /** * @return DimensionGroup[] */ public function getRowGroups() { return $this->rowGroups; } /** * @param Slicer[] */ public function setSlicers($slicers) { $this->slicers = $slicers; } /** * @return Slicer[] */ public function getSlicers() { return $this->slicers; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Sheet::class, 'Google_Service_Sheets_Sheet');
[+]
..
[-] PivotFilterSpec.php
[edit]
[-] TreemapChartColorScale.php
[edit]
[-] ManualRule.php
[edit]
[-] UpdateCellsRequest.php
[edit]
[-] DeleteDeveloperMetadataResponse.php
[edit]
[-] AddProtectedRangeResponse.php
[edit]
[-] BasicChartAxis.php
[edit]
[-] HistogramRule.php
[edit]
[-] RandomizeRangeRequest.php
[edit]
[-] ConditionValue.php
[edit]
[-] RowData.php
[edit]
[-] UpdateChartSpecRequest.php
[edit]
[-] SourceAndDestination.php
[edit]
[-] DeleteDeveloperMetadataRequest.php
[edit]
[-] RefreshDataSourceRequest.php
[edit]
[-] DataSourceRefreshSchedule.php
[edit]
[-] ThemeColorPair.php
[edit]
[-] DuplicateSheetRequest.php
[edit]
[-] DeleteBandingRequest.php
[edit]
[-] EmbeddedObjectPosition.php
[edit]
[-] UpdateEmbeddedObjectPositionRequest.php
[edit]
[-] AddSheetRequest.php
[edit]
[-] UpdateValuesByDataFilterResponse.php
[edit]
[-] BatchUpdateValuesResponse.php
[edit]
[-] MatchedValueRange.php
[edit]
[-] SetDataValidationRequest.php
[edit]
[-] OverlayPosition.php
[edit]
[-] DeleteNamedRangeRequest.php
[edit]
[-] FindReplaceRequest.php
[edit]
[-] BandedRange.php
[edit]
[-] AddChartResponse.php
[edit]
[-] BooleanCondition.php
[edit]
[-] DateTimeRule.php
[edit]
[-] GridCoordinate.php
[edit]
[-] Padding.php
[edit]
[-] BigQueryTableSpec.php
[edit]
[-] CandlestickData.php
[edit]
[-] Sheet.php
[edit]
[-] IterativeCalculationSettings.php
[edit]
[-] DataSourceRefreshWeeklySchedule.php
[edit]
[-] ManualRuleGroup.php
[edit]
[-] SearchDeveloperMetadataResponse.php
[edit]
[-] DeleteConditionalFormatRuleRequest.php
[edit]
[-] DataFilter.php
[edit]
[-] AutoFillRequest.php
[edit]
[-] AddFilterViewRequest.php
[edit]
[-] DuplicateSheetResponse.php
[edit]
[-] PieChartSpec.php
[edit]
[-] CopySheetToAnotherSpreadsheetRequest.php
[edit]
[-] KeyValueFormat.php
[edit]
[-] DeleteRangeRequest.php
[edit]
[-] AutoResizeDimensionsRequest.php
[edit]
[-] DataSourceRefreshDailySchedule.php
[edit]
[-] DuplicateFilterViewResponse.php
[edit]
[-] Spreadsheet.php
[edit]
[-] DataSourceParameter.php
[edit]
[-] Border.php
[edit]
[-] BigQueryDataSourceSpec.php
[edit]
[-] AddProtectedRangeRequest.php
[edit]
[-] AddNamedRangeRequest.php
[edit]
[-] Color.php
[edit]
[-] ClearValuesResponse.php
[edit]
[-] DataSourceObjectReferences.php
[edit]
[-] NamedRange.php
[edit]
[-] Borders.php
[edit]
[-] AddFilterViewResponse.php
[edit]
[-] AddDimensionGroupRequest.php
[edit]
[-] ChartSourceRange.php
[edit]
[-] UpdateDeveloperMetadataRequest.php
[edit]
[-] DataSourceRefreshMonthlySchedule.php
[edit]
[-] CopyPasteRequest.php
[edit]
[-] DeveloperMetadataLookup.php
[edit]
[-] Slicer.php
[edit]
[-] BasicChartSeries.php
[edit]
[-] ChartSpec.php
[edit]
[-] MoveDimensionRequest.php
[edit]
[-] UpdateDimensionPropertiesRequest.php
[edit]
[-] SortRangeRequest.php
[edit]
[-] UpdateDimensionGroupRequest.php
[edit]
[-] InterpolationPoint.php
[edit]
[-] DeleteDataSourceRequest.php
[edit]
[-] DataExecutionStatus.php
[edit]
[-] AddChartRequest.php
[edit]
[-] OrgChartSpec.php
[edit]
[-] ScorecardChartSpec.php
[edit]
[-] DataSourceColumnReference.php
[edit]
[-] ColorStyle.php
[edit]
[-] BatchClearValuesByDataFilterResponse.php
[edit]
[-] SpreadsheetTheme.php
[edit]
[-] SearchDeveloperMetadataRequest.php
[edit]
[-] AddBandingRequest.php
[edit]
[-] CreateDeveloperMetadataResponse.php
[edit]
[-] FilterView.php
[edit]
[-] SpreadsheetProperties.php
[edit]
[-] DataSourceObjectReference.php
[edit]
[-] Request.php
[edit]
[-] TextPosition.php
[edit]
[-] GridProperties.php
[edit]
[-] DeveloperMetadata.php
[edit]
[-] AddSheetResponse.php
[edit]
[-] HistogramSeries.php
[edit]
[-] AppendValuesResponse.php
[edit]
[-] DataFilterValueRange.php
[edit]
[-] WaterfallChartSpec.php
[edit]
[-] ClearValuesRequest.php
[edit]
[-] BasicChartSpec.php
[edit]
[-] UpdateConditionalFormatRuleRequest.php
[edit]
[-] Link.php
[edit]
[-] BigQueryQuerySpec.php
[edit]
[-] WaterfallChartCustomSubtotal.php
[edit]
[-] BatchUpdateValuesRequest.php
[edit]
[-] CandlestickChartSpec.php
[edit]
[-] TextRotation.php
[edit]
[-] BatchClearValuesByDataFilterRequest.php
[edit]
[-] TrimWhitespaceResponse.php
[edit]
[-] PivotFilterCriteria.php
[edit]
[-] BatchUpdateSpreadsheetRequest.php
[edit]
[-] TextToColumnsRequest.php
[edit]
[-] DataLabel.php
[edit]
[-] UpdateNamedRangeRequest.php
[edit]
[-] EmbeddedObjectBorder.php
[edit]
[-] InsertRangeRequest.php
[edit]
[-] Interval.php
[edit]
[-] DimensionRange.php
[edit]
[-] UpdateFilterViewRequest.php
[edit]
[-] PasteDataRequest.php
[edit]
[-] GetSpreadsheetByDataFilterRequest.php
[edit]
[-] DataSourceTable.php
[edit]
[-] DimensionGroup.php
[edit]
[-] HistogramChartSpec.php
[edit]
[-] BatchUpdateSpreadsheetResponse.php
[edit]
[-] AddNamedRangeResponse.php
[edit]
[-] BooleanRule.php
[edit]
[-] DimensionProperties.php
[edit]
[-] DeleteProtectedRangeRequest.php
[edit]
[-] Editors.php
[edit]
[-] AddSlicerResponse.php
[edit]
[-] DeleteConditionalFormatRuleResponse.php
[edit]
[-] TextFormat.php
[edit]
[-] WaterfallChartDomain.php
[edit]
[-] DeleteEmbeddedObjectRequest.php
[edit]
[-] ClearBasicFilterRequest.php
[edit]
[-] FindReplaceResponse.php
[edit]
[-] ErrorValue.php
[edit]
[-] BubbleChartSpec.php
[edit]
[-] UpdateConditionalFormatRuleResponse.php
[edit]
[-] DeleteDimensionGroupRequest.php
[edit]
[-] WaterfallChartSeries.php
[edit]
[-] AddDataSourceResponse.php
[edit]
[-] UnmergeCellsRequest.php
[edit]
[-] GridData.php
[edit]
[-] UpdateBandingRequest.php
[edit]
[-] TreemapChartSpec.php
[edit]
[-] DeleteDuplicatesRequest.php
[edit]
[-] AppendDimensionRequest.php
[edit]
[+]
Resource
[-] BatchClearValuesResponse.php
[edit]
[-] ChartAxisViewWindowOptions.php
[edit]
[-] ConditionalFormatRule.php
[edit]
[-] ExtendedValue.php
[edit]
[-] UpdateEmbeddedObjectBorderRequest.php
[edit]
[-] MergeCellsRequest.php
[edit]
[-] ChartGroupRule.php
[edit]
[-] PivotGroupLimit.php
[edit]
[-] SheetProperties.php
[edit]
[-] UpdateDeveloperMetadataResponse.php
[edit]
[-] CellFormat.php
[edit]
[-] DataSourceColumn.php
[edit]
[-] GridRange.php
[edit]
[-] UpdateEmbeddedObjectPositionResponse.php
[edit]
[-] DataSourceSpec.php
[edit]
[-] ChartDateTimeRule.php
[edit]
[-] BasicChartDomain.php
[edit]
[-] BatchGetValuesResponse.php
[edit]
[-] GradientRule.php
[edit]
[-] UpdateDataSourceResponse.php
[edit]
[-] AddBandingResponse.php
[edit]
[-] UpdateSpreadsheetPropertiesRequest.php
[edit]
[-] DataValidationRule.php
[edit]
[-] TrimWhitespaceRequest.php
[edit]
[-] DuplicateFilterViewRequest.php
[edit]
[-] TimeOfDay.php
[edit]
[-] UpdateSlicerSpecRequest.php
[edit]
[-] CutPasteRequest.php
[edit]
[-] UpdateSheetPropertiesRequest.php
[edit]
[-] AppendCellsRequest.php
[edit]
[-] RefreshDataSourceResponse.php
[edit]
[-] PivotTable.php
[edit]
[-] WaterfallChartColumnStyle.php
[edit]
[-] AddDataSourceRequest.php
[edit]
[-] PivotGroup.php
[edit]
[-] PointStyle.php
[edit]
[-] DeleteSheetRequest.php
[edit]
[-] ChartData.php
[edit]
[-] DataSourceSheetProperties.php
[edit]
[-] DeleteDuplicatesResponse.php
[edit]
[-] SetBasicFilterRequest.php
[edit]
[-] DeleteFilterViewRequest.php
[edit]
[-] DataSource.php
[edit]
[-] CreateDeveloperMetadataRequest.php
[edit]
[-] BasicFilter.php
[edit]
[-] AddConditionalFormatRuleRequest.php
[edit]
[-] DeleteDimensionGroupResponse.php
[edit]
[-] LineStyle.php
[edit]
[-] FilterSpec.php
[edit]
[-] BatchClearValuesRequest.php
[edit]
[-] BandingProperties.php
[edit]
[-] DeleteDimensionRequest.php
[edit]
[-] SlicerSpec.php
[edit]
[-] UpdateDataSourceRequest.php
[edit]
[-] TextFormatRun.php
[edit]
[-] CandlestickSeries.php
[edit]
[-] BatchUpdateValuesByDataFilterRequest.php
[edit]
[-] NumberFormat.php
[edit]
[-] DeveloperMetadataLocation.php
[edit]
[-] RefreshDataSourceObjectExecutionStatus.php
[edit]
[-] PivotGroupSortValueBucket.php
[edit]
[-] DataSourceSheetDimensionRange.php
[edit]
[-] CandlestickDomain.php
[edit]
[-] ValueRange.php
[edit]
[-] UpdateValuesResponse.php
[edit]
[-] MatchedDeveloperMetadata.php
[edit]
[-] CellData.php
[edit]
[-] ChartHistogramRule.php
[edit]
[-] PivotGroupValueMetadata.php
[edit]
[-] AddSlicerRequest.php
[edit]
[-] BatchGetValuesByDataFilterRequest.php
[edit]
[-] DataSourceChartProperties.php
[edit]
[-] PivotGroupRule.php
[edit]
[-] InsertDimensionRequest.php
[edit]
[-] PivotValue.php
[edit]
[-] AddDimensionGroupResponse.php
[edit]
[-] BatchGetValuesByDataFilterResponse.php
[edit]
[-] EmbeddedChart.php
[edit]
[-] BatchUpdateValuesByDataFilterResponse.php
[edit]
[-] RepeatCellRequest.php
[edit]
[-] UpdateProtectedRangeRequest.php
[edit]
[-] ChartCustomNumberFormatOptions.php
[edit]
[-] SortSpec.php
[edit]
[-] BaselineValueFormat.php
[edit]
[-] BasicSeriesDataPointStyleOverride.php
[edit]
[-] UpdateBordersRequest.php
[edit]
[-] FilterCriteria.php
[edit]
[-] Response.php
[edit]
[-] ProtectedRange.php
[edit]
[-] DataSourceFormula.php
[edit]