/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Dataflow
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Dataflow/Environment.php (6703B)
clusterManagerApiService = $clusterManagerApiService;
}
/**
* @return string
*/
public function getClusterManagerApiService()
{
return $this->clusterManagerApiService;
}
/**
* @param string
*/
public function setDataset($dataset)
{
$this->dataset = $dataset;
}
/**
* @return string
*/
public function getDataset()
{
return $this->dataset;
}
/**
* @param DebugOptions
*/
public function setDebugOptions(DebugOptions $debugOptions)
{
$this->debugOptions = $debugOptions;
}
/**
* @return DebugOptions
*/
public function getDebugOptions()
{
return $this->debugOptions;
}
/**
* @param string[]
*/
public function setExperiments($experiments)
{
$this->experiments = $experiments;
}
/**
* @return string[]
*/
public function getExperiments()
{
return $this->experiments;
}
/**
* @param string
*/
public function setFlexResourceSchedulingGoal($flexResourceSchedulingGoal)
{
$this->flexResourceSchedulingGoal = $flexResourceSchedulingGoal;
}
/**
* @return string
*/
public function getFlexResourceSchedulingGoal()
{
return $this->flexResourceSchedulingGoal;
}
/**
* @param array[]
*/
public function setInternalExperiments($internalExperiments)
{
$this->internalExperiments = $internalExperiments;
}
/**
* @return array[]
*/
public function getInternalExperiments()
{
return $this->internalExperiments;
}
/**
* @param array[]
*/
public function setSdkPipelineOptions($sdkPipelineOptions)
{
$this->sdkPipelineOptions = $sdkPipelineOptions;
}
/**
* @return array[]
*/
public function getSdkPipelineOptions()
{
return $this->sdkPipelineOptions;
}
/**
* @param string
*/
public function setServiceAccountEmail($serviceAccountEmail)
{
$this->serviceAccountEmail = $serviceAccountEmail;
}
/**
* @return string
*/
public function getServiceAccountEmail()
{
return $this->serviceAccountEmail;
}
/**
* @param string
*/
public function setServiceKmsKeyName($serviceKmsKeyName)
{
$this->serviceKmsKeyName = $serviceKmsKeyName;
}
/**
* @return string
*/
public function getServiceKmsKeyName()
{
return $this->serviceKmsKeyName;
}
/**
* @param string[]
*/
public function setServiceOptions($serviceOptions)
{
$this->serviceOptions = $serviceOptions;
}
/**
* @return string[]
*/
public function getServiceOptions()
{
return $this->serviceOptions;
}
/**
* @param string
*/
public function setShuffleMode($shuffleMode)
{
$this->shuffleMode = $shuffleMode;
}
/**
* @return string
*/
public function getShuffleMode()
{
return $this->shuffleMode;
}
/**
* @param string
*/
public function setTempStoragePrefix($tempStoragePrefix)
{
$this->tempStoragePrefix = $tempStoragePrefix;
}
/**
* @return string
*/
public function getTempStoragePrefix()
{
return $this->tempStoragePrefix;
}
/**
* @param bool
*/
public function setUseStreamingEngineResourceBasedBilling($useStreamingEngineResourceBasedBilling)
{
$this->useStreamingEngineResourceBasedBilling = $useStreamingEngineResourceBasedBilling;
}
/**
* @return bool
*/
public function getUseStreamingEngineResourceBasedBilling()
{
return $this->useStreamingEngineResourceBasedBilling;
}
/**
* @param array[]
*/
public function setUserAgent($userAgent)
{
$this->userAgent = $userAgent;
}
/**
* @return array[]
*/
public function getUserAgent()
{
return $this->userAgent;
}
/**
* @param array[]
*/
public function setVersion($version)
{
$this->version = $version;
}
/**
* @return array[]
*/
public function getVersion()
{
return $this->version;
}
/**
* @param WorkerPool[]
*/
public function setWorkerPools($workerPools)
{
$this->workerPools = $workerPools;
}
/**
* @return WorkerPool[]
*/
public function getWorkerPools()
{
return $this->workerPools;
}
/**
* @param string
*/
public function setWorkerRegion($workerRegion)
{
$this->workerRegion = $workerRegion;
}
/**
* @return string
*/
public function getWorkerRegion()
{
return $this->workerRegion;
}
/**
* @param string
*/
public function setWorkerZone($workerZone)
{
$this->workerZone = $workerZone;
}
/**
* @return string
*/
public function getWorkerZone()
{
return $this->workerZone;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Environment::class, 'Google_Service_Dataflow_Environment');