diff --git a/src/GKEHub/MembershipFeature.php b/src/GKEHub/MembershipFeature.php index 542b8a7f30..34fccb653d 100644 --- a/src/GKEHub/MembershipFeature.php +++ b/src/GKEHub/MembershipFeature.php @@ -27,8 +27,6 @@ class MembershipFeature extends \Google\Model * @var string */ public $deleteTime; - protected $featureConfigRefType = FeatureConfigRef::class; - protected $featureConfigRefDataType = ''; /** * @var string[] */ @@ -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[] */ diff --git a/src/GKEHub/Resource/ProjectsLocationsOperations.php b/src/GKEHub/Resource/ProjectsLocationsOperations.php index 24020ac89b..e6800b4084 100644 --- a/src/GKEHub/Resource/ProjectsLocationsOperations.php +++ b/src/GKEHub/Resource/ProjectsLocationsOperations.php @@ -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.