Skip to content

Commit 207b360

Browse files
Regenerate file client (#6593)
1 parent cc73c53 commit 207b360

3 files changed

Lines changed: 18 additions & 6 deletions

File tree

src/CloudFilestore.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
9696
'location' => 'query',
9797
'type' => 'string',
9898
],
99-
'includeUnrevealedLocations' => [
100-
'location' => 'query',
101-
'type' => 'boolean',
102-
],
10399
'pageSize' => [
104100
'location' => 'query',
105101
'type' => 'integer',

src/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1Instance.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ class GoogleCloudSaasacceleratorManagementProvidersV1Instance extends \Google\Co
2424
* @var string
2525
*/
2626
public $consumerDefinedName;
27+
/**
28+
* @var string
29+
*/
30+
public $consumerProjectNumber;
2731
/**
2832
* @var string
2933
*/
@@ -93,6 +97,20 @@ public function getConsumerDefinedName()
9397
{
9498
return $this->consumerDefinedName;
9599
}
100+
/**
101+
* @param string
102+
*/
103+
public function setConsumerProjectNumber($consumerProjectNumber)
104+
{
105+
$this->consumerProjectNumber = $consumerProjectNumber;
106+
}
107+
/**
108+
* @return string
109+
*/
110+
public function getConsumerProjectNumber()
111+
{
112+
return $this->consumerProjectNumber;
113+
}
96114
/**
97115
* @param string
98116
*/

src/CloudFilestore/Resource/ProjectsLocations.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ public function get($name, $optParams = [])
5858
* @opt_param string filter A filter to narrow down results to a preferred
5959
* subset. The filtering language accepts strings like `"displayName=tokyo"`,
6060
* and is documented in more detail in [AIP-160](https://google.aip.dev/160).
61-
* @opt_param bool includeUnrevealedLocations If true, the returned list will
62-
* include locations which are not yet revealed.
6361
* @opt_param int pageSize The maximum number of results to return. If not set,
6462
* the service selects a default.
6563
* @opt_param string pageToken A page token received from the `next_page_token`

0 commit comments

Comments
 (0)