accessLevel = $accessLevel; } /** * @return string */ public function getAccessLevel() { return $this->accessLevel; } /** * A Google Cloud resource from the service perimeter that you want to allow * to access data outside the perimeter. This field supports only projects. * The project format is `projects/{project_number}`. You can't use `*` in * this field to allow all Google Cloud resources. * * @param string $resource */ public function setResource($resource) { $this->resource = $resource; } /** * @return string */ public function getResource() { return $this->resource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleIdentityAccesscontextmanagerV1EgressSource::class, 'Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1EgressSource');