operations = $operations; } /** * @return GoogleIdentityAccesscontextmanagerV1ApiOperation[] */ public function getOperations() { return $this->operations; } /** * @param string[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return string[] */ public function getResources() { return $this->resources; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleIdentityAccesscontextmanagerV1EgressTo::class, 'Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1EgressTo');