Cloud Filestore API (file:v1beta1)

2026-06-24

2 new methods

Additions

    Methods
  • file.projects.locations.sharePools.releaseShare

      Parameter Order : parent

      Description : Releases a share synchronously, marking it for background scrubbing.

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/sharePools/{sharePoolsId}:releaseShare

      Parameters :

        parent

          Description : Required. The parent share pool path, in the format `projects/{project}/locations/{location}/sharePools/{share_pool}`.

          Pattern : ^projects/[^/]+/locations/[^/]+/sharePools/[^/]+$

          Type : string

          Location : path

          Required : Yes

      Path : v1beta1/{+parent}:releaseShare

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

  • file.projects.locations.sharePools.acquireShare

      Parameter Order : parent

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/sharePools/{sharePoolsId}:acquireShare

      Parameters :

        parent

          Description : Required. The parent share pool path, in the format `projects/{project}/locations/{location}/sharePools/{share_pool}`.

          Pattern : ^projects/[^/]+/locations/[^/]+/sharePools/[^/]+$

          Type : string

          Location : path

          Required : Yes

      Description : Acquires a share synchronously from the pre-provisioned share pool.

      Path : v1beta1/{+parent}:acquireShare

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST