Skip to content

Commit eabaafa

Browse files
Regenerate memcache client
1 parent c9fa9d7 commit eabaafa

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

src/CloudMemorystoreforMemcached.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
8787
'type' => 'string',
8888
'required' => true,
8989
],
90+
'extraLocationTypes' => [
91+
'location' => 'query',
92+
'type' => 'string',
93+
'repeated' => true,
94+
],
9095
'filter' => [
9196
'location' => 'query',
9297
'type' => 'string',

src/CloudMemorystoreforMemcached/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/CloudMemorystoreforMemcached/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)