1type: google.api.Service 2config_version: 3 3name: parallelstore.googleapis.com 4title: Parallelstore API 5 6apis: 7- name: google.cloud.location.Locations 8- name: google.cloud.parallelstore.v1beta.Parallelstore 9- name: google.longrunning.Operations 10 11types: 12- name: google.cloud.parallelstore.v1beta.OperationMetadata 13 14documentation: 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: '/v1beta/{name=projects/*/locations/*}' 26 - selector: google.cloud.location.Locations.ListLocations 27 get: '/v1beta/{name=projects/*}/locations' 28 - selector: google.longrunning.Operations.CancelOperation 29 post: '/v1beta/{name=projects/*/locations/*/operations/*}:cancel' 30 body: '*' 31 - selector: google.longrunning.Operations.DeleteOperation 32 delete: '/v1beta/{name=projects/*/locations/*/operations/*}' 33 - selector: google.longrunning.Operations.GetOperation 34 get: '/v1beta/{name=projects/*/locations/*/operations/*}' 35 - selector: google.longrunning.Operations.ListOperations 36 get: '/v1beta/{name=projects/*/locations/*}/operations' 37 38authentication: 39 rules: 40 - selector: google.cloud.location.Locations.GetLocation 41 oauth: 42 canonical_scopes: |- 43 https://www.googleapis.com/auth/cloud-platform 44 - selector: google.cloud.location.Locations.ListLocations 45 oauth: 46 canonical_scopes: |- 47 https://www.googleapis.com/auth/cloud-platform 48 - selector: 'google.cloud.parallelstore.v1beta.Parallelstore.*' 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 57publishing: 58 new_issue_uri: https://issuetracker.google.com/issues/new?component=1181190 59 documentation_uri: http://cloud/parallelstore?hl=en 60 api_short_name: parallelstore 61 github_label: 'api: parallelstore' 62 doc_tag_prefix: parallelstore 63 organization: CLOUD 64 library_settings: 65 - version: google.cloud.parallelstore.v1beta 66 launch_stage: BETA 67 java_settings: 68 common: 69 destinations: 70 - PACKAGE_MANAGER 71 cpp_settings: 72 common: 73 destinations: 74 - PACKAGE_MANAGER 75 php_settings: 76 common: 77 destinations: 78 - PACKAGE_MANAGER 79 python_settings: 80 common: 81 destinations: 82 - PACKAGE_MANAGER 83 node_settings: 84 common: 85 destinations: 86 - PACKAGE_MANAGER 87 dotnet_settings: 88 common: 89 destinations: 90 - PACKAGE_MANAGER 91 ruby_settings: 92 common: 93 destinations: 94 - PACKAGE_MANAGER 95 go_settings: 96 common: 97 destinations: 98 - PACKAGE_MANAGER 99 proto_reference_documentation_uri: http://cloud/parallelstore/docs/apis 100