arguments = $arguments; } /** * @return Argument[] */ public function getArguments() { return $this->arguments; } /** * @param string */ public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } /** * @return string */ public function getCreationTime() { return $this->creationTime; } /** * @param string */ public function setDataGovernanceType($dataGovernanceType) { $this->dataGovernanceType = $dataGovernanceType; } /** * @return string */ public function getDataGovernanceType() { return $this->dataGovernanceType; } /** * @param string */ public function setDefinitionBody($definitionBody) { $this->definitionBody = $definitionBody; } /** * @return string */ public function getDefinitionBody() { return $this->definitionBody; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setDeterminismLevel($determinismLevel) { $this->determinismLevel = $determinismLevel; } /** * @return string */ public function getDeterminismLevel() { return $this->determinismLevel; } /** * @param string */ public function setEtag($etag) { $this->etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param string[] */ public function setImportedLibraries($importedLibraries) { $this->importedLibraries = $importedLibraries; } /** * @return string[] */ public function getImportedLibraries() { return $this->importedLibraries; } /** * @param string */ public function setLanguage($language) { $this->language = $language; } /** * @return string */ public function getLanguage() { return $this->language; } /** * @param string */ public function setLastModifiedTime($lastModifiedTime) { $this->lastModifiedTime = $lastModifiedTime; } /** * @return string */ public function getLastModifiedTime() { return $this->lastModifiedTime; } /** * @param RemoteFunctionOptions */ public function setRemoteFunctionOptions(RemoteFunctionOptions $remoteFunctionOptions) { $this->remoteFunctionOptions = $remoteFunctionOptions; } /** * @return RemoteFunctionOptions */ public function getRemoteFunctionOptions() { return $this->remoteFunctionOptions; } /** * @param StandardSqlTableType */ public function setReturnTableType(StandardSqlTableType $returnTableType) { $this->returnTableType = $returnTableType; } /** * @return StandardSqlTableType */ public function getReturnTableType() { return $this->returnTableType; } /** * @param StandardSqlDataType */ public function setReturnType(StandardSqlDataType $returnType) { $this->returnType = $returnType; } /** * @return StandardSqlDataType */ public function getReturnType() { return $this->returnType; } /** * @param RoutineReference */ public function setRoutineReference(RoutineReference $routineReference) { $this->routineReference = $routineReference; } /** * @return RoutineReference */ public function getRoutineReference() { return $this->routineReference; } /** * @param string */ public function setRoutineType($routineType) { $this->routineType = $routineType; } /** * @return string */ public function getRoutineType() { return $this->routineType; } /** * @param string */ public function setSecurityMode($securityMode) { $this->securityMode = $securityMode; } /** * @return string */ public function getSecurityMode() { return $this->securityMode; } /** * @param SparkOptions */ public function setSparkOptions(SparkOptions $sparkOptions) { $this->sparkOptions = $sparkOptions; } /** * @return SparkOptions */ public function getSparkOptions() { return $this->sparkOptions; } /** * @param bool */ public function setStrictMode($strictMode) { $this->strictMode = $strictMode; } /** * @return bool */ public function getStrictMode() { return $this->strictMode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Routine::class, 'Google_Service_Bigquery_Routine');