Skip to content

Commit

Permalink
Regenerate bigtableadmin client (#5051)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed May 1, 2024
1 parent 6a78896 commit 87aa4bd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions src/BigtableAdmin/Instance.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ class Instance extends \Google\Model
* @var string
*/
public $name;
/**
* @var bool
*/
public $satisfiesPzi;
/**
* @var bool
*/
Expand Down Expand Up @@ -104,6 +108,20 @@ public function getName()
{
return $this->name;
}
/**
* @param bool
*/
public function setSatisfiesPzi($satisfiesPzi)
{
$this->satisfiesPzi = $satisfiesPzi;
}
/**
* @return bool
*/
public function getSatisfiesPzi()
{
return $this->satisfiesPzi;
}
/**
* @param bool
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function getIamPolicy($resource, GetIamPolicyRequest $postBody, $optParam
* @opt_param string pageToken Optional. The value of `next_page_token` returned
* by a previous call.
* @opt_param string view Optional. The resource_view to be applied to the
* returned views' fields. Default to NAME_ONLY.
* returned AuthorizedViews' fields. Default to NAME_ONLY.
* @return ListAuthorizedViewsResponse
* @throws \Google\Service\Exception
*/
Expand Down

0 comments on commit 87aa4bd

Please sign in to comment.