xref: /aosp_15_r20/external/googleapis/google/cloud/filestore/v1/file_v1.yaml (revision d5c09012810ac0c9f33fe448fb6da8260d444cc9)
1type: google.api.Service
2config_version: 3
3name: file.googleapis.com
4title: Cloud Filestore API
5
6apis:
7- name: google.cloud.filestore.v1.CloudFilestoreManager
8- name: google.cloud.location.Locations
9- name: google.longrunning.Operations
10
11documentation:
12  summary: |-
13    The Cloud Filestore API is used for creating and managing cloud file
14    servers.
15  rules:
16  - selector: google.cloud.location.Locations.GetLocation
17    description: Gets information about a location.
18
19  - selector: google.cloud.location.Locations.ListLocations
20    description: Lists information about the supported locations for this service.
21
22http:
23  rules:
24  - selector: google.cloud.location.Locations.GetLocation
25    get: '/v1/{name=projects/*/locations/*}'
26  - selector: google.cloud.location.Locations.ListLocations
27    get: '/v1/{name=projects/*}/locations'
28  - selector: google.longrunning.Operations.CancelOperation
29    post: '/v1/{name=projects/*/locations/*/operations/*}:cancel'
30    body: '*'
31  - selector: google.longrunning.Operations.DeleteOperation
32    delete: '/v1/{name=projects/*/locations/*/operations/*}'
33  - selector: google.longrunning.Operations.GetOperation
34    get: '/v1/{name=projects/*/locations/*/operations/*}'
35  - selector: google.longrunning.Operations.ListOperations
36    get: '/v1/{name=projects/*/locations/*}/operations'
37
38authentication:
39  rules:
40  - selector: 'google.cloud.filestore.v1.CloudFilestoreManager.*'
41    oauth:
42      canonical_scopes: |-
43        https://www.googleapis.com/auth/cloud-platform
44  - selector: google.cloud.location.Locations.GetLocation
45    oauth:
46      canonical_scopes: |-
47        https://www.googleapis.com/auth/cloud-platform
48  - selector: google.cloud.location.Locations.ListLocations
49    oauth:
50      canonical_scopes: |-
51        https://www.googleapis.com/auth/cloud-platform
52  - selector: 'google.longrunning.Operations.*'
53    oauth:
54      canonical_scopes: |-
55        https://www.googleapis.com/auth/cloud-platform
56