Skip to content

Commit 84b6bd1

Browse files
Regenerate file client (#5405)
1 parent 34b7f90 commit 84b6bd1

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

src/CloudFilestore/FileShareConfig.php

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ class FileShareConfig extends \Google\Collection
3030
public $name;
3131
protected $nfsExportOptionsType = NfsExportOptions::class;
3232
protected $nfsExportOptionsDataType = 'array';
33-
protected $performanceConfigType = PerformanceConfig::class;
34-
protected $performanceConfigDataType = '';
35-
protected $performanceLimitsType = PerformanceLimits::class;
36-
protected $performanceLimitsDataType = '';
3733
/**
3834
* @var string
3935
*/
@@ -81,34 +77,6 @@ public function getNfsExportOptions()
8177
{
8278
return $this->nfsExportOptions;
8379
}
84-
/**
85-
* @param PerformanceConfig
86-
*/
87-
public function setPerformanceConfig(PerformanceConfig $performanceConfig)
88-
{
89-
$this->performanceConfig = $performanceConfig;
90-
}
91-
/**
92-
* @return PerformanceConfig
93-
*/
94-
public function getPerformanceConfig()
95-
{
96-
return $this->performanceConfig;
97-
}
98-
/**
99-
* @param PerformanceLimits
100-
*/
101-
public function setPerformanceLimits(PerformanceLimits $performanceLimits)
102-
{
103-
$this->performanceLimits = $performanceLimits;
104-
}
105-
/**
106-
* @return PerformanceLimits
107-
*/
108-
public function getPerformanceLimits()
109-
{
110-
return $this->performanceLimits;
111-
}
11280
/**
11381
* @param string
11482
*/

0 commit comments

Comments
 (0)