The file.googleapis.com service implements the Filestore API and
defines the following resource model for managing instances:
The service works with a collection of cloud projects, named:
/projects/*
Each project has a collection of available locations, named:
/locations/*
Each location has a collection of instances and backups, named:
/instances/* and /backups/* respectively.
As such, Filestore instances are resources of the form:
/projects/{project_number}/locations/{location_id}/instances/{instance_id}
and backups are resources of the form:
/projects/{project_number}/locations/{location_id}/backup/{backup_id}
Note that location_id must be a Google Cloud zone for instances,
but a Google Cloud region for backups; for example:
The file.googleapis.com service implements the Filestore API and
defines the following resource model for managing instances:
The service works with a collection of cloud projects, named:
/projects/*
Each project has a collection of available locations, named:
/locations/*
Each location has a collection of instances and backups, named:
/instances/* and /backups/* respectively.
As such, Filestore instances are resources of the form:
/projects/{project_number}/locations/{location_id}/instances/{instance_id}
and backups are resources of the form:
/projects/{project_number}/locations/{location_id}/backup/{backup_id}
Note that location_id must be a Google Cloud zone for instances,
but a Google Cloud region for backups; for example:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Package cloud_filestore_manager (1.13.2)\n\nVersion latestkeyboard_arrow_down\n\n- [1.13.2 (latest)](/python/docs/reference/file/latest/google.cloud.filestore_v1.services.cloud_filestore_manager)\n- [1.13.0](/python/docs/reference/file/1.13.0/google.cloud.filestore_v1.services.cloud_filestore_manager)\n- [1.12.0](/python/docs/reference/file/1.12.0/google.cloud.filestore_v1.services.cloud_filestore_manager)\n- [1.11.0](/python/docs/reference/file/1.11.0/google.cloud.filestore_v1.services.cloud_filestore_manager)\n- [1.10.1](/python/docs/reference/file/1.10.1/google.cloud.filestore_v1.services.cloud_filestore_manager)\n- [1.9.5](/python/docs/reference/file/1.9.5/google.cloud.filestore_v1.services.cloud_filestore_manager)\n- [1.8.0](/python/docs/reference/file/1.8.0/google.cloud.filestore_v1.services.cloud_filestore_manager)\n- [1.7.0](/python/docs/reference/file/1.7.0/google.cloud.filestore_v1.services.cloud_filestore_manager)\n- [1.6.2](/python/docs/reference/file/1.6.2/google.cloud.filestore_v1.services.cloud_filestore_manager)\n- [1.5.1](/python/docs/reference/file/1.5.1/google.cloud.filestore_v1.services.cloud_filestore_manager)\n- [1.4.1](/python/docs/reference/file/1.4.1/google.cloud.filestore_v1.services.cloud_filestore_manager)\n- [1.3.0](/python/docs/reference/file/1.3.0/google.cloud.filestore_v1.services.cloud_filestore_manager)\n- [1.2.3](/python/docs/reference/file/1.2.3/google.cloud.filestore_v1.services.cloud_filestore_manager)\n- [1.1.3](/python/docs/reference/file/1.1.3/google.cloud.filestore_v1.services.cloud_filestore_manager)\n- [1.0.0](/python/docs/reference/file/1.0.0/google.cloud.filestore_v1.services.cloud_filestore_manager)\n- [0.2.3](/python/docs/reference/file/0.2.3/google.cloud.filestore_v1.services.cloud_filestore_manager)\n- [0.1.0](/python/docs/reference/file/0.1.0/google.cloud.filestore_v1.services.cloud_filestore_manager) \nAPI documentation for `filestore_v1.services.cloud_filestore_manager` package. \n\nClasses\n-------\n\n### [CloudFilestoreManagerAsyncClient](/python/docs/reference/file/latest/google.cloud.filestore_v1.services.cloud_filestore_manager.CloudFilestoreManagerAsyncClient)\n\nConfigures and manages Filestore resources.\n\nFilestore Manager v1.\n\nThe `file.googleapis.com` service implements the Filestore API and\ndefines the following resource model for managing instances:\n\n- The service works with a collection of cloud projects, named: `/projects/*`\n- Each project has a collection of available locations, named: `/locations/*`\n- Each location has a collection of instances and backups, named: `/instances/*` and `/backups/*` respectively.\n- As such, Filestore instances are resources of the form: `/projects/{project_number}/locations/{location_id}/instances/{instance_id}` and backups are resources of the form: `/projects/{project_number}/locations/{location_id}/backup/{backup_id}`\n\nNote that location_id must be a Google Cloud `zone` for instances,\nbut a Google Cloud `region` for backups; for example:\n\n- `projects/12345/locations/us-central1-c/instances/my-filestore`\n- `projects/12345/locations/us-central1/backups/my-backup`\n\n### [CloudFilestoreManagerClient](/python/docs/reference/file/latest/google.cloud.filestore_v1.services.cloud_filestore_manager.CloudFilestoreManagerClient)\n\nConfigures and manages Filestore resources.\n\nFilestore Manager v1.\n\nThe `file.googleapis.com` service implements the Filestore API and\ndefines the following resource model for managing instances:\n\n- The service works with a collection of cloud projects, named: `/projects/*`\n- Each project has a collection of available locations, named: `/locations/*`\n- Each location has a collection of instances and backups, named: `/instances/*` and `/backups/*` respectively.\n- As such, Filestore instances are resources of the form: `/projects/{project_number}/locations/{location_id}/instances/{instance_id}` and backups are resources of the form: `/projects/{project_number}/locations/{location_id}/backup/{backup_id}`\n\nNote that location_id must be a Google Cloud `zone` for instances,\nbut a Google Cloud `region` for backups; for example:\n\n- `projects/12345/locations/us-central1-c/instances/my-filestore`\n- `projects/12345/locations/us-central1/backups/my-backup`\n\nModules\n-------\n\n### [pagers](/python/docs/reference/file/latest/google.cloud.filestore_v1.services.cloud_filestore_manager.pagers)\n\nAPI documentation for `filestore_v1.services.cloud_filestore_manager.pagers` module."]]