calendarPeriod = $calendarPeriod; } /** * @return string */ public function getCalendarPeriod() { return $this->calendarPeriod; } /** * @param string[] */ public function setCreditTypes($creditTypes) { $this->creditTypes = $creditTypes; } /** * @return string[] */ public function getCreditTypes() { return $this->creditTypes; } /** * @param string */ public function setCreditTypesTreatment($creditTypesTreatment) { $this->creditTypesTreatment = $creditTypesTreatment; } /** * @return string */ public function getCreditTypesTreatment() { return $this->creditTypesTreatment; } /** * @param GoogleCloudBillingBudgetsV1CustomPeriod */ public function setCustomPeriod(GoogleCloudBillingBudgetsV1CustomPeriod $customPeriod) { $this->customPeriod = $customPeriod; } /** * @return GoogleCloudBillingBudgetsV1CustomPeriod */ public function getCustomPeriod() { return $this->customPeriod; } /** * @param array[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return array[] */ public function getLabels() { return $this->labels; } /** * @param string[] */ public function setProjects($projects) { $this->projects = $projects; } /** * @return string[] */ public function getProjects() { return $this->projects; } /** * @param string[] */ public function setServices($services) { $this->services = $services; } /** * @return string[] */ public function getServices() { return $this->services; } /** * @param string[] */ public function setSubaccounts($subaccounts) { $this->subaccounts = $subaccounts; } /** * @return string[] */ public function getSubaccounts() { return $this->subaccounts; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudBillingBudgetsV1Filter::class, 'Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Filter');