Home
last modified time | relevance | path

Searched refs:startDate (Results 26 – 50 of 116) sorted by path

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DDateRange.php33 public $startDate; variable in Google\\Service\\AnalyticsData\\DateRange
66 public function setStartDate($startDate) argument
68 $this->startDate = $startDate;
75 return $this->startDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DDateRange.php29 public $startDate; variable in Google\\Service\\AnalyticsReporting\\DateRange
48 public function setStartDate($startDate) argument
50 $this->startDate = $startDate;
57 return $this->startDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DFreezePeriod.php44 public function setStartDate(Date $startDate) argument
46 $this->startDate = $startDate;
53 return $this->startDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBlogger.php269 'startDate' => [
307 'startDate' => [
619 'startDate' => [
771 'startDate' => [
H A DCloudSearch.php814 'startDate.day' => [
818 'startDate.month' => [
822 'startDate.year' => [
H A DDoubleclicksearch.php97 'startDate' => [
H A DLocalservices.php94 'startDate.day' => [
98 'startDate.month' => [
102 'startDate.year' => [
145 'startDate.day' => [
149 'startDate.month' => [
153 'startDate.year' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DPollingLocation.php48 public $startDate; variable in Google\\Service\\CivicInfo\\PollingLocation
157 public function setStartDate($startDate) argument
159 $this->startDate = $startDate;
166 return $this->startDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBillingBudget/
H A DGoogleCloudBillingBudgetsV1CustomPeriod.php44 public function setStartDate(GoogleTypeDate $startDate) argument
46 $this->startDate = $startDate;
53 return $this->startDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DDenyMaintenancePeriod.php46 public function setStartDate(Date $startDate) argument
48 $this->startDate = $startDate;
55 return $this->startDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DDenyMaintenancePeriod.php46 public function setStartDate(Date $startDate) argument
48 $this->startDate = $startDate;
55 return $this->startDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCampaign.php106 public $startDate; variable in Google\\Service\\Dfareporting\\Campaign
483 public function setStartDate($startDate) argument
485 $this->startDate = $startDate;
492 return $this->startDate;
H A DDateRange.php37 public $startDate; variable in Google\\Service\\Dfareporting\\DateRange
84 public function setStartDate($startDate) argument
86 $this->startDate = $startDate;
93 return $this->startDate;
H A DDimensionValueRequest.php40 public $startDate; variable in Google\\Service\\Dfareporting\\DimensionValueRequest
101 public function setStartDate($startDate) argument
103 $this->startDate = $startDate;
110 return $this->startDate;
H A DFlight.php33 public $startDate; variable in Google\\Service\\Dfareporting\\Flight
70 public function setStartDate($startDate) argument
72 $this->startDate = $startDate;
79 return $this->startDate;
H A DPricing.php44 public $startDate; variable in Google\\Service\\Dfareporting\\Pricing
119 public function setStartDate($startDate) argument
121 $this->startDate = $startDate;
128 return $this->startDate;
H A DPricingSchedule.php48 public $startDate; variable in Google\\Service\\Dfareporting\\PricingSchedule
141 public function setStartDate($startDate) argument
143 $this->startDate = $startDate;
150 return $this->startDate;
H A DPricingSchedulePricingPeriod.php37 public $startDate; variable in Google\\Service\\Dfareporting\\PricingSchedulePricingPeriod
88 public function setStartDate($startDate) argument
90 $this->startDate = $startDate;
97 return $this->startDate;
H A DProject.php75 public $startDate; variable in Google\\Service\\Dfareporting\\Project
294 public function setStartDate($startDate) argument
296 $this->startDate = $startDate;
303 return $this->startDate;
H A DReportSchedule.php50 public $startDate; variable in Google\\Service\\Dfareporting\\ReportSchedule
139 public function setStartDate($startDate) argument
141 $this->startDate = $startDate;
148 return $this->startDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DDateRange.php44 public function setStartDate(Date $startDate) argument
46 $this->startDate = $startDate;
53 return $this->startDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReportApiColumnSpec.php61 public $startDate; variable in Google\\Service\\Doubleclicksearch\\ReportApiColumnSpec
192 public function setStartDate($startDate) argument
194 $this->startDate = $startDate;
201 return $this->startDate;
H A DReportRequestTimeRange.php37 public $startDate; variable in Google\\Service\\Doubleclicksearch\\ReportRequestTimeRange
84 public function setStartDate($startDate) argument
86 $this->startDate = $startDate;
93 return $this->startDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/Resource/
H A DConversion.php44 * @param int $startDate First date (inclusive) on which to retrieve
56 …public function get($agencyId, $advertiserId, $engineAccountId, $endDate, $rowCount, $startDate, $… argument
58 …ountId, 'endDate' => $endDate, 'rowCount' => $rowCount, 'startDate' => $startDate, 'startRow' => $…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DDenyMaintenancePeriod.php46 public function setStartDate(Date $startDate) argument
48 $this->startDate = $startDate;
55 return $this->startDate;

12345