bucketName = $bucketName; } public function getBucketName() { return $this->bucketName; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNamespace($namespace) { $this->namespace = $namespace; } public function getNamespace() { return $this->namespace; } }