accessReviews = $accessReviews; } /** * @return GoogleCloudSecuritycenterV2AccessReview[] */ public function getAccessReviews() { return $this->accessReviews; } /** * @param GoogleCloudSecuritycenterV2Binding[] */ public function setBindings($bindings) { $this->bindings = $bindings; } /** * @return GoogleCloudSecuritycenterV2Binding[] */ public function getBindings() { return $this->bindings; } /** * @param GoogleCloudSecuritycenterV2NodePool[] */ public function setNodePools($nodePools) { $this->nodePools = $nodePools; } /** * @return GoogleCloudSecuritycenterV2NodePool[] */ public function getNodePools() { return $this->nodePools; } /** * @param GoogleCloudSecuritycenterV2Node[] */ public function setNodes($nodes) { $this->nodes = $nodes; } /** * @return GoogleCloudSecuritycenterV2Node[] */ public function getNodes() { return $this->nodes; } /** * @param GoogleCloudSecuritycenterV2Object[] */ public function setObjects($objects) { $this->objects = $objects; } /** * @return GoogleCloudSecuritycenterV2Object[] */ public function getObjects() { return $this->objects; } /** * @param GoogleCloudSecuritycenterV2Pod[] */ public function setPods($pods) { $this->pods = $pods; } /** * @return GoogleCloudSecuritycenterV2Pod[] */ public function getPods() { return $this->pods; } /** * @param GoogleCloudSecuritycenterV2Role[] */ public function setRoles($roles) { $this->roles = $roles; } /** * @return GoogleCloudSecuritycenterV2Role[] */ public function getRoles() { return $this->roles; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV2Kubernetes::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2Kubernetes');