Skip to content

Commit 342fef5

Browse files
Regenerate netapp client
1 parent c9fa9d7 commit 342fef5

File tree

4 files changed

+134
-0
lines changed

4 files changed

+134
-0
lines changed

src/NetAppFiles.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
9696
'type' => 'string',
9797
'required' => true,
9898
],
99+
'extraLocationTypes' => [
100+
'location' => 'query',
101+
'type' => 'string',
102+
'repeated' => true,
103+
],
99104
'filter' => [
100105
'location' => 'query',
101106
'type' => 'string',

src/NetAppFiles/Backup.php

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
class Backup extends \Google\Model
2121
{
22+
/**
23+
* @var string
24+
*/
25+
public $backupRegion;
2226
/**
2327
* @var string
2428
*/
@@ -63,11 +67,29 @@ class Backup extends \Google\Model
6367
* @var string
6468
*/
6569
public $state;
70+
/**
71+
* @var string
72+
*/
73+
public $volumeRegion;
6674
/**
6775
* @var string
6876
*/
6977
public $volumeUsageBytes;
7078

79+
/**
80+
* @param string
81+
*/
82+
public function setBackupRegion($backupRegion)
83+
{
84+
$this->backupRegion = $backupRegion;
85+
}
86+
/**
87+
* @return string
88+
*/
89+
public function getBackupRegion()
90+
{
91+
return $this->backupRegion;
92+
}
7193
/**
7294
* @param string
7395
*/
@@ -222,6 +244,20 @@ public function getState()
222244
{
223245
return $this->state;
224246
}
247+
/**
248+
* @param string
249+
*/
250+
public function setVolumeRegion($volumeRegion)
251+
{
252+
$this->volumeRegion = $volumeRegion;
253+
}
254+
/**
255+
* @return string
256+
*/
257+
public function getVolumeRegion()
258+
{
259+
return $this->volumeRegion;
260+
}
225261
/**
226262
* @param string
227263
*/

src/NetAppFiles/BackupVault.php

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919

2020
class BackupVault extends \Google\Model
2121
{
22+
/**
23+
* @var string
24+
*/
25+
public $backupRegion;
26+
/**
27+
* @var string
28+
*/
29+
public $backupVaultType;
2230
/**
2331
* @var string
2432
*/
@@ -27,6 +35,10 @@ class BackupVault extends \Google\Model
2735
* @var string
2836
*/
2937
public $description;
38+
/**
39+
* @var string
40+
*/
41+
public $destinationBackupVault;
3042
/**
3143
* @var string[]
3244
*/
@@ -35,11 +47,47 @@ class BackupVault extends \Google\Model
3547
* @var string
3648
*/
3749
public $name;
50+
/**
51+
* @var string
52+
*/
53+
public $sourceBackupVault;
54+
/**
55+
* @var string
56+
*/
57+
public $sourceRegion;
3858
/**
3959
* @var string
4060
*/
4161
public $state;
4262

63+
/**
64+
* @param string
65+
*/
66+
public function setBackupRegion($backupRegion)
67+
{
68+
$this->backupRegion = $backupRegion;
69+
}
70+
/**
71+
* @return string
72+
*/
73+
public function getBackupRegion()
74+
{
75+
return $this->backupRegion;
76+
}
77+
/**
78+
* @param string
79+
*/
80+
public function setBackupVaultType($backupVaultType)
81+
{
82+
$this->backupVaultType = $backupVaultType;
83+
}
84+
/**
85+
* @return string
86+
*/
87+
public function getBackupVaultType()
88+
{
89+
return $this->backupVaultType;
90+
}
4391
/**
4492
* @param string
4593
*/
@@ -68,6 +116,20 @@ public function getDescription()
68116
{
69117
return $this->description;
70118
}
119+
/**
120+
* @param string
121+
*/
122+
public function setDestinationBackupVault($destinationBackupVault)
123+
{
124+
$this->destinationBackupVault = $destinationBackupVault;
125+
}
126+
/**
127+
* @return string
128+
*/
129+
public function getDestinationBackupVault()
130+
{
131+
return $this->destinationBackupVault;
132+
}
71133
/**
72134
* @param string[]
73135
*/
@@ -96,6 +158,34 @@ public function getName()
96158
{
97159
return $this->name;
98160
}
161+
/**
162+
* @param string
163+
*/
164+
public function setSourceBackupVault($sourceBackupVault)
165+
{
166+
$this->sourceBackupVault = $sourceBackupVault;
167+
}
168+
/**
169+
* @return string
170+
*/
171+
public function getSourceBackupVault()
172+
{
173+
return $this->sourceBackupVault;
174+
}
175+
/**
176+
* @param string
177+
*/
178+
public function setSourceRegion($sourceRegion)
179+
{
180+
$this->sourceRegion = $sourceRegion;
181+
}
182+
/**
183+
* @return string
184+
*/
185+
public function getSourceRegion()
186+
{
187+
return $this->sourceRegion;
188+
}
99189
/**
100190
* @param string
101191
*/

src/NetAppFiles/Resource/ProjectsLocations.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ public function get($name, $optParams = [])
5252
* applicable.
5353
* @param array $optParams Optional parameters.
5454
*
55+
* @opt_param string extraLocationTypes Optional. A list of extra location types
56+
* that should be used as conditions for controlling the visibility of the
57+
* locations.
5558
* @opt_param string filter A filter to narrow down results to a preferred
5659
* subset. The filtering language accepts strings like `"displayName=tokyo"`,
5760
* and is documented in more detail in [AIP-160](https://google.aip.dev/160).

0 commit comments

Comments
 (0)