1type: google.api.Service 2config_version: 3 3name: netapp.googleapis.com 4title: NetApp API 5 6apis: 7- name: google.cloud.location.Locations 8- name: google.cloud.netapp.v1.NetApp 9- name: google.longrunning.Operations 10 11types: 12- name: google.cloud.netapp.v1.OperationMetadata 13 14documentation: 15 summary: |- 16 Google Cloud NetApp Volumes is a fully-managed, cloud-based data storage 17 service that provides advanced data management capabilities and highly 18 scalable performance with global availability. 19 rules: 20 - selector: google.cloud.location.Locations.GetLocation 21 description: Gets information about a location. 22 23 - selector: google.cloud.location.Locations.ListLocations 24 description: Lists information about the supported locations for this service. 25 26http: 27 rules: 28 - selector: google.cloud.location.Locations.GetLocation 29 get: '/v1/{name=projects/*/locations/*}' 30 - selector: google.cloud.location.Locations.ListLocations 31 get: '/v1/{name=projects/*}/locations' 32 - selector: google.longrunning.Operations.CancelOperation 33 post: '/v1/{name=projects/*/locations/*/operations/*}:cancel' 34 body: '*' 35 - selector: google.longrunning.Operations.DeleteOperation 36 delete: '/v1/{name=projects/*/locations/*/operations/*}' 37 - selector: google.longrunning.Operations.GetOperation 38 get: '/v1/{name=projects/*/locations/*/operations/*}' 39 - selector: google.longrunning.Operations.ListOperations 40 get: '/v1/{name=projects/*/locations/*}/operations' 41 42authentication: 43 rules: 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.cloud.netapp.v1.NetApp.*' 53 oauth: 54 canonical_scopes: |- 55 https://www.googleapis.com/auth/cloud-platform 56 - selector: 'google.longrunning.Operations.*' 57 oauth: 58 canonical_scopes: |- 59 https://www.googleapis.com/auth/cloud-platform 60 61publishing: 62 new_issue_uri: https://issuetracker.google.com/issues/new?component=1144971 63 documentation_uri: https://cloud.google.com/netapp/volumes/docs/discover/overview 64 api_short_name: netapp 65 github_label: 'api: netapp' 66 doc_tag_prefix: netapp 67 organization: CLOUD 68 library_settings: 69 - version: google.cloud.netapp.v1 70 launch_stage: GA 71 java_settings: 72 common: 73 destinations: 74 - PACKAGE_MANAGER 75 cpp_settings: 76 common: 77 destinations: 78 - PACKAGE_MANAGER 79 php_settings: 80 common: 81 destinations: 82 - PACKAGE_MANAGER 83 python_settings: 84 common: 85 destinations: 86 - PACKAGE_MANAGER 87 node_settings: 88 common: 89 destinations: 90 - PACKAGE_MANAGER 91 dotnet_settings: 92 common: 93 destinations: 94 - PACKAGE_MANAGER 95 ruby_settings: 96 common: 97 destinations: 98 - PACKAGE_MANAGER 99 go_settings: 100 common: 101 destinations: 102 - PACKAGE_MANAGER 103 proto_reference_documentation_uri: https://cloud.google.com/netapp/volumes/docs/reference/rest 104