branchId = $branchId; } /** * @return string */ public function getBranchId() { return $this->branchId; } /** * @param bool */ public function setForce($force) { $this->force = $force; } /** * @return bool */ public function getForce() { return $this->force; } /** * @param string */ public function setNote($note) { $this->note = $note; } /** * @return string */ public function getNote() { return $this->note; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2SetDefaultBranchRequest::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2SetDefaultBranchRequest');