source: vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1betaRunAccessReportRequest.php@ e3d4e0a

Last change on this file since e3d4e0a was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago

Upload project files

  • Property mode set to 100644
File size: 5.2 KB
Line 
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
18namespace Google\Service\GoogleAnalyticsAdmin;
19
20class GoogleAnalyticsAdminV1betaRunAccessReportRequest extends \Google\Collection
21{
22 protected $collection_key = 'orderBys';
23 protected $dateRangesType = GoogleAnalyticsAdminV1betaAccessDateRange::class;
24 protected $dateRangesDataType = 'array';
25 protected $dimensionFilterType = GoogleAnalyticsAdminV1betaAccessFilterExpression::class;
26 protected $dimensionFilterDataType = '';
27 protected $dimensionsType = GoogleAnalyticsAdminV1betaAccessDimension::class;
28 protected $dimensionsDataType = 'array';
29 /**
30 * @var bool
31 */
32 public $expandGroups;
33 /**
34 * @var bool
35 */
36 public $includeAllUsers;
37 /**
38 * @var string
39 */
40 public $limit;
41 protected $metricFilterType = GoogleAnalyticsAdminV1betaAccessFilterExpression::class;
42 protected $metricFilterDataType = '';
43 protected $metricsType = GoogleAnalyticsAdminV1betaAccessMetric::class;
44 protected $metricsDataType = 'array';
45 /**
46 * @var string
47 */
48 public $offset;
49 protected $orderBysType = GoogleAnalyticsAdminV1betaAccessOrderBy::class;
50 protected $orderBysDataType = 'array';
51 /**
52 * @var bool
53 */
54 public $returnEntityQuota;
55 /**
56 * @var string
57 */
58 public $timeZone;
59
60 /**
61 * @param GoogleAnalyticsAdminV1betaAccessDateRange[]
62 */
63 public function setDateRanges($dateRanges)
64 {
65 $this->dateRanges = $dateRanges;
66 }
67 /**
68 * @return GoogleAnalyticsAdminV1betaAccessDateRange[]
69 */
70 public function getDateRanges()
71 {
72 return $this->dateRanges;
73 }
74 /**
75 * @param GoogleAnalyticsAdminV1betaAccessFilterExpression
76 */
77 public function setDimensionFilter(GoogleAnalyticsAdminV1betaAccessFilterExpression $dimensionFilter)
78 {
79 $this->dimensionFilter = $dimensionFilter;
80 }
81 /**
82 * @return GoogleAnalyticsAdminV1betaAccessFilterExpression
83 */
84 public function getDimensionFilter()
85 {
86 return $this->dimensionFilter;
87 }
88 /**
89 * @param GoogleAnalyticsAdminV1betaAccessDimension[]
90 */
91 public function setDimensions($dimensions)
92 {
93 $this->dimensions = $dimensions;
94 }
95 /**
96 * @return GoogleAnalyticsAdminV1betaAccessDimension[]
97 */
98 public function getDimensions()
99 {
100 return $this->dimensions;
101 }
102 /**
103 * @param bool
104 */
105 public function setExpandGroups($expandGroups)
106 {
107 $this->expandGroups = $expandGroups;
108 }
109 /**
110 * @return bool
111 */
112 public function getExpandGroups()
113 {
114 return $this->expandGroups;
115 }
116 /**
117 * @param bool
118 */
119 public function setIncludeAllUsers($includeAllUsers)
120 {
121 $this->includeAllUsers = $includeAllUsers;
122 }
123 /**
124 * @return bool
125 */
126 public function getIncludeAllUsers()
127 {
128 return $this->includeAllUsers;
129 }
130 /**
131 * @param string
132 */
133 public function setLimit($limit)
134 {
135 $this->limit = $limit;
136 }
137 /**
138 * @return string
139 */
140 public function getLimit()
141 {
142 return $this->limit;
143 }
144 /**
145 * @param GoogleAnalyticsAdminV1betaAccessFilterExpression
146 */
147 public function setMetricFilter(GoogleAnalyticsAdminV1betaAccessFilterExpression $metricFilter)
148 {
149 $this->metricFilter = $metricFilter;
150 }
151 /**
152 * @return GoogleAnalyticsAdminV1betaAccessFilterExpression
153 */
154 public function getMetricFilter()
155 {
156 return $this->metricFilter;
157 }
158 /**
159 * @param GoogleAnalyticsAdminV1betaAccessMetric[]
160 */
161 public function setMetrics($metrics)
162 {
163 $this->metrics = $metrics;
164 }
165 /**
166 * @return GoogleAnalyticsAdminV1betaAccessMetric[]
167 */
168 public function getMetrics()
169 {
170 return $this->metrics;
171 }
172 /**
173 * @param string
174 */
175 public function setOffset($offset)
176 {
177 $this->offset = $offset;
178 }
179 /**
180 * @return string
181 */
182 public function getOffset()
183 {
184 return $this->offset;
185 }
186 /**
187 * @param GoogleAnalyticsAdminV1betaAccessOrderBy[]
188 */
189 public function setOrderBys($orderBys)
190 {
191 $this->orderBys = $orderBys;
192 }
193 /**
194 * @return GoogleAnalyticsAdminV1betaAccessOrderBy[]
195 */
196 public function getOrderBys()
197 {
198 return $this->orderBys;
199 }
200 /**
201 * @param bool
202 */
203 public function setReturnEntityQuota($returnEntityQuota)
204 {
205 $this->returnEntityQuota = $returnEntityQuota;
206 }
207 /**
208 * @return bool
209 */
210 public function getReturnEntityQuota()
211 {
212 return $this->returnEntityQuota;
213 }
214 /**
215 * @param string
216 */
217 public function setTimeZone($timeZone)
218 {
219 $this->timeZone = $timeZone;
220 }
221 /**
222 * @return string
223 */
224 public function getTimeZone()
225 {
226 return $this->timeZone;
227 }
228}
229
230// Adding a class alias for backwards compatibility with the previous class name.
231class_alias(GoogleAnalyticsAdminV1betaRunAccessReportRequest::class, 'Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1betaRunAccessReportRequest');
Note: See TracBrowser for help on using the repository browser.