Skip to content

Commit

Permalink
Regenerate gkehub client (#5988)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Dec 14, 2024
1 parent 535f101 commit f331d51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions src/GKEHub/MembershipFeature.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ class MembershipFeature extends \Google\Model
* @var string
*/
public $deleteTime;
protected $featureConfigRefType = FeatureConfigRef::class;
protected $featureConfigRefDataType = '';
/**
* @var string[]
*/
Expand Down Expand Up @@ -76,20 +74,6 @@ public function getDeleteTime()
{
return $this->deleteTime;
}
/**
* @param FeatureConfigRef
*/
public function setFeatureConfigRef(FeatureConfigRef $featureConfigRef)
{
$this->featureConfigRef = $featureConfigRef;
}
/**
* @return FeatureConfigRef
*/
public function getFeatureConfigRef()
{
return $this->featureConfigRef;
}
/**
* @param string[]
*/
Expand Down
2 changes: 1 addition & 1 deletion src/GKEHub/Resource/ProjectsLocationsOperations.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ProjectsLocationsOperations extends \Google\Service\Resource
* other methods to check whether the cancellation succeeded or whether the
* operation completed despite cancellation. On successful cancellation, the
* operation is not deleted; instead, it becomes an operation with an
* Operation.error value with a google.rpc.Status.code of 1, corresponding to
* Operation.error value with a google.rpc.Status.code of `1`, corresponding to
* `Code.CANCELLED`. (operations.cancel)
*
* @param string $name The name of the operation resource to be cancelled.
Expand Down

0 comments on commit f331d51

Please sign in to comment.