Skip to content

Commit

Permalink
Regenerate servicenetworking client (#5826)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Nov 8, 2024
1 parent 2a17792 commit 059cc83
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/ServiceNetworking/ExperimentalFeatures.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,29 @@

class ExperimentalFeatures extends \Google\Model
{
/**
* @var bool
*/
public $protobufPythonicTypesEnabled;
/**
* @var bool
*/
public $restAsyncIoEnabled;

/**
* @param bool
*/
public function setProtobufPythonicTypesEnabled($protobufPythonicTypesEnabled)
{
$this->protobufPythonicTypesEnabled = $protobufPythonicTypesEnabled;
}
/**
* @return bool
*/
public function getProtobufPythonicTypesEnabled()
{
return $this->protobufPythonicTypesEnabled;
}
/**
* @param bool
*/
Expand Down

0 comments on commit 059cc83

Please sign in to comment.