/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Dataproc
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Dataproc/PySparkJob.php (2499B)
archiveUris = $archiveUris;
}
public function getArchiveUris()
{
return $this->archiveUris;
}
public function setArgs($args)
{
$this->args = $args;
}
public function getArgs()
{
return $this->args;
}
public function setFileUris($fileUris)
{
$this->fileUris = $fileUris;
}
public function getFileUris()
{
return $this->fileUris;
}
public function setJarFileUris($jarFileUris)
{
$this->jarFileUris = $jarFileUris;
}
public function getJarFileUris()
{
return $this->jarFileUris;
}
/**
* @param Google_Service_Dataproc_LoggingConfig
*/
public function setLoggingConfig(Google_Service_Dataproc_LoggingConfig $loggingConfig)
{
$this->loggingConfig = $loggingConfig;
}
/**
* @return Google_Service_Dataproc_LoggingConfig
*/
public function getLoggingConfig()
{
return $this->loggingConfig;
}
public function setMainPythonFileUri($mainPythonFileUri)
{
$this->mainPythonFileUri = $mainPythonFileUri;
}
public function getMainPythonFileUri()
{
return $this->mainPythonFileUri;
}
public function setProperties($properties)
{
$this->properties = $properties;
}
public function getProperties()
{
return $this->properties;
}
public function setPythonFileUris($pythonFileUris)
{
$this->pythonFileUris = $pythonFileUris;
}
public function getPythonFileUris()
{
return $this->pythonFileUris;
}
}