estimatedSizeBytes = $estimatedSizeBytes;
}
/**
* @return string
*/
public function getEstimatedSizeBytes()
{
return $this->estimatedSizeBytes;
}
/**
* @param bool
*/
public function setInfinite($infinite)
{
$this->infinite = $infinite;
}
/**
* @return bool
*/
public function getInfinite()
{
return $this->infinite;
}
/**
* @param bool
*/
public function setProducesSortedKeys($producesSortedKeys)
{
$this->producesSortedKeys = $producesSortedKeys;
}
/**
* @return bool
*/
public function getProducesSortedKeys()
{
return $this->producesSortedKeys;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SourceMetadata::class, 'Google_Service_Dataflow_SourceMetadata');